:root {
  --neutral--600: #000;
  --neutral--800: #0b0b0b;
  --neutral--200: #f8f8f8;
  --neutral--300: #e7e7e7;
  --general--shadow-01: #14142b0f;
  --neutral--100: white;
  --neutral--400: #d9d9d9;
  --general--shadow-02: #14142b14;
  --neutral--700: #3a3a3a;
  --neutral--500: #bababa;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --orange: #ff8000;
}

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

.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: 767px) {
  .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 {
  color: var(--neutral--600);
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.688em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--600);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  border: 0 solid #000;
  border-radius: 40px;
  margin-top: 54px;
  margin-bottom: 54px;
  padding: 35px 54px;
  font-size: 20px;
  line-height: 1.583em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

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

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

.s4-about---grid-right.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.s4-about---grid-right._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.s4-about---grid-right.form {
  grid-column-gap: 64px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.s4-about---grid-right.form.gap-column-40px {
  grid-column-gap: 40px;
}

.s4-about---grid-right.form._1col {
  grid-template-columns: 1fr 1fr;
}

.s4-about---grid-right.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 48px;
}

.s4-about---grid-right.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.s4-about---grid-right.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.s4-about---grid-right.changelog-item.first {
  padding-top: 0;
}

.s4-about---grid-right.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.s4-about---grid-right.dropdown-main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

.s4-about---grid-right.gap-row-16px {
  align-content: center;
}

.s4-about---grid-right._1fr---1-18fr {
  grid-template-columns: 1fr 1.18fr;
}

.s4-about---grid-right.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.s4-about---grid-right._1fr---1-8fr {
  grid-template-columns: 1fr 1.8fr;
}

.s4-about---grid-right._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.s4-about---grid-right._1fr---3fr {
  grid-template-columns: 1fr 3fr;
}

.s4-about---grid-right._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

.s4-about---grid-right.gap-row-130px {
  grid-row-gap: 130px;
}

.s4-about---grid-right._1-8fr---1fr {
  grid-template-columns: 1.8fr 1fr;
}

.s4-about---grid-right._1-8fr---1fr.gap-row-16px {
  grid-template-columns: 1.8fr;
  justify-items: center;
}

.s4-about---grid-right.columns-auto {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
}

.s4-about---grid-right._1fr---2-1fr {
  grid-template-columns: 1fr 2.1fr;
}

.s4-about---grid-right.gap-column-0 {
  grid-column-gap: 0px;
}

.s4-about---grid-right._1fr---1-22fr {
  grid-template-columns: 1fr 1.22fr;
}

.s4-about---grid-right._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

.s4-about---grid-right.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto;
}

.s4-about---grid-right._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.s4-about---grid-right._1fr---2-05fr.gap-row-64px {
  grid-column-gap: 46px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._3rd-party---card {
  background-color: var(--neutral--200);
  border-radius: 40px;
}

._3rd-party---card.sticky-top.top-24px {
  top: 24px;
}

._3rd-party---card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

._3rd-party---card.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

._3rd-party---card.services {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 30px 44px;
  display: flex;
  box-shadow: 1px 1px 12px #0000001a;
}

._3rd-party---card.services.header {
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

._3rd-party---card.services.header.left {
  box-shadow: none;
  background-color: #f8f8f800;
  align-items: flex-start;
}

._3rd-party---card.services.header-black {
  background-color: #000;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

._3rd-party---card.services.header-black.left {
  box-shadow: none;
  background-color: #fff0;
  align-items: flex-start;
}

._3rd-party---card.testimonials {
  background-color: var(--neutral--300);
  padding: 48px 32px 64px;
}

._3rd-party---card.slider-right-card {
  overflow: hidden;
}

._3rd-party---card.testimonials-v2 {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  background-color: var(--neutral--800);
  grid-template-rows: auto;
  grid-template-columns: 76px 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 72px 90px;
  display: grid;
}

._3rd-party---card.testimonials-v3 {
  padding: 132px 94px;
}

._3rd-party---card.press-article-link-card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  transform-style: preserve-3d;
  padding: 60px 56px;
  text-decoration: none;
  transition-property: transform;
}

._3rd-party---card.press-article-link-card:hover {
  transform: translate3d(0, -12px, .01px);
}

._3rd-party---card.offices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 540px;
  padding: 88px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

._3rd-party---card.blog-card-featured-v1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--100);
  grid-template-rows: auto;
  grid-template-columns: 1fr .78fr;
  grid-auto-columns: 1fr;
  min-height: 598px;
  text-decoration: none;
  transition: none;
  display: grid;
  overflow: hidden;
}

._3rd-party---card.blog-card-featured-v2 {
  border-radius: 40px 0 0;
  width: 100%;
  max-width: 714px;
  padding: 72px 60px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

._3rd-party---card.contact-v2-link-card {
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 38px 40px 44px;
  text-decoration: none;
  transition-property: transform;
  display: block;
}

._3rd-party---card.contact-v2-link-card:hover {
  transform: translate3d(0, -10px, .01px);
}

._3rd-party---card.contact-form-light {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 684px;
  margin-bottom: 0;
  padding: 108px 56px;
  display: flex;
}

._3rd-party---card.card-over-image---bottom-left {
  z-index: 1;
  background-color: var(--neutral--800);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 720px;
  padding: 114px 86px;
  position: absolute;
  bottom: 0;
  left: 0;
}

._3rd-party---card.pricing-card {
  transform-style: preserve-3d;
  flex-direction: column;
  min-height: 100%;
  padding: 52px 40px 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

._3rd-party---card.pricing-card:hover {
  transform: translate3d(0, -15px, .01px);
}

._3rd-party---card.sign-in-card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 96px;
  box-shadow: 0 2px 6px #0e0e0e0f;
}

._3rd-party---card.forgot-password-card {
  max-width: 684px;
  padding: 80px 90px;
}

._3rd-party---card.email-confirmation-card {
  max-width: 684px;
  padding: 100px;
}

._3rd-party---card.password-protected {
  text-align: left;
  max-width: 714px;
  padding: 96px 106px;
}

._3rd-party---card.help-center-card-link {
  transform-style: preserve-3d;
  flex-direction: column;
  min-height: 100%;
  padding: 88px 36px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

._3rd-party---card.help-center-card-link:hover {
  transform: translate3d(0, -10px, .01px);
}

._3rd-party---card.search-result-card {
  transform-style: preserve-3d;
  min-height: 100%;
  padding: 48px 40px;
  text-decoration: none;
  transition-property: transform;
  display: block;
}

._3rd-party---card.search-result-card:hover {
  transform: translate3d(0, -12px, .01px);
}

._3rd-party---card.home-sales-figma {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

._3rd-party---card.home-sales {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3rd-party---card.home-sales:hover {
  transform: scale(.98);
}

._3rd-party---card.home-sales.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  box-shadow: 0 2px 12px #14142b1f;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.grid-4-columns.stats-grid {
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  justify-content: space-between;
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-800.bg-half-right {
  z-index: -1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.bg-neutral-800.top-76 {
  z-index: -1;
  position: absolute;
  inset: 76% 0% 0%;
}

.bg-neutral-800.cards-page-bg {
  z-index: -1;
  border-bottom-left-radius: 90px;
  position: absolute;
  inset: 0% 0% 54%;
}

.bg-neutral-800.bottom-44 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 44%;
}

.bg-neutral-800.top-46 {
  z-index: -1;
  position: absolute;
  inset: 46% 0% 0%;
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.bg-neutral-100.bottom-68 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 68%;
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.wd-7-color-neutral-700 {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.wd-7-color-neutral-700.mg-bottom-0 {
  color: #0b0b0b;
  font-size: 15px;
  line-height: 1.8;
}

.wd-7-color-neutral-700.mg-bottom-48px {
  height: auto;
}

.wd-7-color-neutral-700.mg-bottom-0-mbl {
  text-align: center;
  max-width: 650px;
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-600.link:hover {
  color: var(--neutral--800);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-500.mg-bottom-0 {
  line-height: 1.8;
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-300.mg-top-auto.text-center-tablet {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.color-neutral-300.mg-bottom-0 {
  max-width: 600px;
  line-height: 1.8;
}

.color-neutral-300.mg-bottom-0.center {
  text-align: center;
}

.color-neutral-300.mg-bottom-0.center.max-width {
  max-width: 800px;
}

.color-neutral-300.no-margin {
  max-width: 360px;
  font-size: 14px;
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-100.link:hover {
  color: var(--neutral--600);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.divider.top-40px---bottom-0 {
  margin-top: 40px;
  margin-bottom: 0;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider.testimonials-v2-slider-divider {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 102px;
  left: 0;
  right: 0;
}

.divider.top-32px---bottom-54px {
  margin-top: 32px;
  margin-bottom: 54px;
}

.divider._54px {
  margin-top: 54px;
  margin-bottom: 54px;
}

.divider.top-24px---bottom-32px {
  margin-top: 24px;
  margin-bottom: 32px;
}

.divider.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.divider._0 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

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

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

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

._3rd-party-icon {
  height: 75px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.text-200 {
  line-height: 1.125em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.text-uppercase {
  letter-spacing: .12em;
}

.text-200.text-uppercase {
  letter-spacing: .04em;
}

.text-200.footer-title {
  border-left: 2px solid var(--system--orange-300);
  color: var(--neutral--100);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 18px;
  font-weight: 500;
}

.text-200.normal {
  font-weight: 400;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1.color-neutral-100.mg-bottom-32px {
  font-size: 60px;
}

.display-1.color-neutral-100.mg-bottom-0 {
  position: relative;
}

.display-1.color-neutral-100.mg-bottom-0.center {
  text-align: center;
}

.s1-contact---contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s1-contact---contact-grid.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.s1-contact---contact-grid.gap-row-0 {
  grid-row-gap: 0px;
}

.s1-contact---contact-grid.gap-row-12px {
  grid-row-gap: 12px;
}

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

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.gap-64px {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-40px {
  grid-column-gap: 40px;
}

.gap-column-80px {
  grid-column-gap: 80px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.display-2.mg-bottom-24px, .display-2.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
  text-align: left;
}

.display-2.color-neutral-100.mg-bottom-32px {
  font-size: 45px;
}

.display-2.color-neutral-100.center {
  text-align: center;
}

.display-2.color-neutral-600 {
  color: var(--neutral--600);
}

.display-2.mg-bottom-32px {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1.2;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.406em;
}

.display-3.mg-bottom-12px {
  font-size: 25px;
  line-height: 1.1;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.s3-dd-card-title {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.s3-dd-card-title.color-neutral-100 {
  color: var(--neutral--100);
}

.s3-dd-card-title.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

.s3-dd-card-title.color-neutral-600 {
  color: var(--neutral--600);
}

.s3-dd-card-title.header {
  margin-bottom: 0;
  font-weight: 500;
}

.s3-dd-card-title.header.white {
  color: #fff;
}

.s3-dd-card-title.header.white.center {
  text-align: center;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-100 {
  font-size: 14px;
  line-height: 1.143em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.medium.text-uppercase {
  letter-spacing: .06em;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.text-uppercase {
  letter-spacing: .06em;
}

.text-100.text-uppercase {
  letter-spacing: .04em;
}

.text-100.text-uppercase.blog-category-link {
  color: var(--neutral--600);
  text-decoration: none;
}

.text-100.text-uppercase.blog-category-link:hover, .text-100.text-uppercase.blog-category-link.w--current {
  color: var(--neutral--800);
}

.text-100.text-uppercase.blog-category-link-white {
  color: #bababa;
  letter-spacing: .06em;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-100.text-uppercase.blog-category-link-white:hover {
  color: #fc8c1b;
}

.text-100.text-uppercase.blog-category-link-white.w--current {
  color: #fff;
  text-decoration: none;
}

.text-100.text-uppercase.blog-category-link-white.w--current:hover {
  color: #fc8c1b;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._3-col-tablet.gap-row-32px {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 48px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.dropdown-pages-grid {
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto auto;
}

.grid-3-columns.gap-row-32px {
  grid-row-gap: 32px;
}

.grid-3-columns.blog-cards-v2-grid {
  grid-row-gap: 60px;
  grid-template-columns: minmax(auto, 354px) minmax(auto, 354px) minmax(auto, 354px);
  justify-content: space-between;
}

.grid-3-columns.gap-column-24px {
  grid-column-gap: 24px;
}

.grid-3-columns.logo-grid {
  grid-row-gap: 62px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.grid-3-columns.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.mg-bottom-28px {
  margin-bottom: 28px;
}

.grid-3-columns.footer-pages-grid {
  grid-row-gap: 22px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

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

.inner-container.center._1000max {
  max-width: 1000px;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 700px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._46 {
  max-width: 46%;
}

.inner-container._60 {
  max-width: 60%;
}

.inner-container._60._100-mbl {
  max-width: 80%;
}

.inner-container._486px {
  max-width: 486px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._300px {
  max-width: 300px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._576px._100-tablet {
  max-width: 550px;
}

.inner-container._540px {
  max-width: 600px;
}

.inner-container._544px {
  max-width: 544px;
}

.inner-container._484px {
  max-width: 484px;
}

.inner-container._566px {
  max-width: 566px;
}

.inner-container._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  min-width: 450px;
  max-width: 100%;
  display: flex;
}

.inner-container._44 {
  max-width: 44%;
}

.inner-container._424px {
  max-width: 424px;
}

.inner-container._614px {
  max-width: 550px;
}

.inner-container._518px {
  max-width: 518px;
}

.inner-container._552px {
  max-width: 552px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._760px.center {
  max-width: 100%;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._536px {
  max-width: 536px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._330px {
  max-width: 330px;
}

.inner-container._748px {
  max-width: 748px;
}

.inner-container._374px {
  max-width: 374px;
}

.inner-container._432px {
  max-width: 432px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._522px {
  max-width: 522px;
}

.inner-container._436px {
  max-width: 436px;
}

.inner-container._468px {
  max-width: 468px;
}

.inner-container._584px {
  max-width: 584px;
}

.inner-container._472px {
  max-width: 472px;
}

.inner-container._714px {
  max-width: 714px;
}

.inner-container._48px {
  max-width: 48px;
}

.inner-container._840px {
  max-width: 840px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._430px {
  max-width: 430px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  border-radius: 12px;
  margin-right: 18px;
}

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

.style---content-wrapper {
  background-color: var(--neutral--100);
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-40px {
  border-radius: 40px;
  transform: translate(0);
}

.border-radius-40px.fit-cover {
  object-fit: cover;
  background-color: #000;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 16px;
  overflow: hidden;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  padding: 18px 28px;
  font-size: 14px;
  line-height: 1.143em;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -5px, .01px);
}

.btn-primary.small {
  padding: 16px 22px;
  font-size: 12px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  order: 0;
  margin-left: 0;
  display: block;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: var(--neutral--300);
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.white:hover {
  background-color: var(--neutral--500);
}

.btn-primary.white.contact {
  display: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 22px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.button-inside-input---top-right {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-primary.hover-none {
  transform-style: preserve-3d;
  transition: none;
}

.btn-primary.hover-none:hover {
  background-color: var(--neutral--800);
  transform: none;
}

.btn-primary.analytics {
  margin-top: 25px;
  margin-left: 44px;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: center;
  padding: 22px 28px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -5px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 12px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.hover-none {
  transform-style: preserve-3d;
  transition: none;
}

.btn-secondary.hover-none:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-secondary.web-ddesign-landing {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.badge-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary.light {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
}

.badge-primary.small {
  padding: 10px 16px;
}

.badge-primary.small.white.relative-cms {
  position: absolute;
  inset: 12px 12px auto auto;
  box-shadow: 0 2px 4px #00000017;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 16px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 10px 16px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 16px;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--600);
  background-color: #0000;
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:focus, .input.-wfp-focus {
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

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

.input.large {
  min-height: 76px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.input-large {
  border-style: none none solid;
  border-bottom-color: var(--neutral--600);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  min-height: 84px;
  padding: 0 0 12px;
  font-size: 28px;
  line-height: 1.286em;
}

.input.input-large:hover {
  border-bottom-color: var(--neutral--400);
}

.input.input-large:focus {
  border-bottom-color: var(--neutral--800);
}

.input.input-large::placeholder {
  font-size: 28px;
}

.input.input-large.white {
  color: var(--neutral--200);
}

.input.input-large.white:hover {
  border-bottom-color: var(--neutral--500);
}

.input.input-large.white:focus {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.input.input-h4-size {
  border-style: none none solid;
  border-bottom-color: var(--neutral--600);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  min-height: 44px;
  padding: 0 0 16px;
  font-size: 22px;
  line-height: 1.273em;
}

.input.input-h4-size:hover {
  border-bottom-color: var(--neutral--400);
}

.input.input-h4-size:focus {
  border-bottom-color: var(--neutral--800);
}

.input.input-h4-size::placeholder {
  font-size: 22px;
}

.input.input-h3-size {
  border-bottom-color: var(--neutral--400);
  min-height: 56px;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 1.417em;
}

.input.input-h3-size:hover {
  border-bottom-color: var(--neutral--500);
}

.input.input-h3-size:focus {
  border-bottom-color: var(--neutral--800);
}

.input.input-h3-size::placeholder {
  color: var(--neutral--600);
  font-size: 24px;
}

.input.input-h3-size.help-center-search-bar {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--100);
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  padding-right: 40px;
}

.input.input-h3-size.help-center-search-bar:hover {
  border-bottom-color: var(--neutral--500);
}

.input.input-h3-size.help-center-search-bar:focus {
  border-bottom-color: var(--neutral--100);
}

.input.input-h3-size.help-center-search-bar::placeholder {
  color: var(--neutral--400);
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutral--300) var(--neutral--300) var(--neutral--600);
  box-shadow: none;
  background-color: #0000;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #4a3aff #4a3aff var(--neutral--400);
}

.text-area:focus {
  border-color: #4a3aff #4a3aff var(--neutral--100);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.white:hover {
  border-bottom-color: var(--neutral--400);
}

.text-area.white:focus {
  border-bottom-color: var(--neutral--100);
}

.text-area.text-area-large {
  font-size: 28px;
  line-height: 1.286em;
}

.text-area.text-area-large:hover {
  border-bottom-color: var(--neutral--400);
}

.text-area.text-area-large:focus {
  border-bottom-color: var(--neutral--800);
}

.text-area.text-area-large::placeholder {
  font-size: 28px;
}

.text-area.text-area-large.white {
  color: var(--neutral--100);
}

.text-area.text-area-large.white:hover {
  border-bottom-color: var(--neutral--500);
}

.text-area.text-area-large.white:focus {
  border-bottom-color: var(--neutral--100);
}

.text-area.text-area-h4-size {
  min-height: 44px;
  font-size: 22px;
  line-height: 1.273em;
}

.text-area.text-area-h4-size:hover {
  border-bottom-color: var(--neutral--400);
}

.text-area.text-area-h4-size:focus {
  border-bottom-color: var(--neutral--800);
}

.text-area.text-area-h4-size::placeholder {
  font-size: 22px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  width: auto;
  min-width: 22px;
  height: auto;
  min-height: 22px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--600);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  background-image: url('../images/checkmark-bnkly-webflow-ecommerce-template.svg');
  background-size: 64%;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--neutral--800);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--neutral--800);
}

.radio-button.w--redirected-focus {
  border-color: var(--neutral--800);
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: auto;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: auto;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: auto;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: auto;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: auto;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: auto;
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: auto;
  min-width: 240px;
  max-width: 240px;
  min-height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: auto;
  min-width: 380px;
  max-width: 380px;
  min-height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate3d(0, -5px, .01px);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.white.team-member-link-social-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  font-size: 26px;
  line-height: 1em;
  position: absolute;
  bottom: 44px;
  right: 0;
}

.social-icon-square.white._24px {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  line-height: 1em;
}

.social-icon-square.white {
  color: #fff;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.wd-7-line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.wd-7-line-square-icon.link-icon-right {
  margin-left: 6px;
  text-decoration: none;
  display: inline-block;
}

.wd-7-line-square-icon.dropdown-arrow {
  margin-left: 6px;
}

.wd-7-line-square-icon.tab-menu-icon {
  color: var(--neutral--600);
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-left: 10px;
  font-size: 22px;
  line-height: 1em;
  display: flex;
}

.wd-7-line-square-icon.success-message-icon._28px {
  font-size: 28px;
}

.wd-7-line-square-icon.accordion-arrow-icon {
  font-size: 30px;
  line-height: 1em;
}

.wd-7-line-square-icon.success-message-icon {
  color: #0b0b0b;
  font-size: 20px;
  line-height: 1em;
}

.wd-7-line-square-icon.success-message-icon.icon-top {
  margin-bottom: 24px;
  font-size: 64px;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 24px;
}

.rich-text h2 {
  font-size: 52px;
  line-height: 1.231em;
}

.rich-text h3 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.406em;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 54px;
  margin-bottom: 54px;
}

.rich-text ul, .rich-text ol {
  margin-top: 24px;
  margin-bottom: 54px;
}

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

.rich-text strong {
  font-weight: 400;
}

.rich-text.hidden-on-desktop {
  display: block;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--600);
}

.style---dropdown-toggle.w--open {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.buttons-row {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--600);
  background-color: var(--neutral--200);
  color: var(--neutral--700);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.width-100.white {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 20px;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.position-relative---z-index-1 {
  padding-left: 55px;
  padding-right: 55px;
}

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

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

.section.position-relative.overflow-hidden, .section.bg-neutral-200 {
  justify-content: center;
  display: flex;
}

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

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-top-180px---bottom-0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.pd-top-180px---bottom-0.bg-neutral-200 {
  padding-bottom: 180px;
}

.section.pd-bottom-0-tablet.bg-neutral-800 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.pd-top-180px {
  padding-top: 0;
  padding-bottom: 150px;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-top-124px {
  padding-top: 124px;
}

.section.bg-neutral-200 {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section.pd-180px {
  padding-top: 130px;
  padding-bottom: 180px;
}

.link-wrapper {
  color: var(--neutral--800);
  display: inline-block;
}

.link-wrapper:hover {
  color: var(--neutral--600);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--neutral--600);
}

.link-wrapper.white.sibling-opacity-item:hover {
  color: var(--neutral--100);
}

.link-wrapper.hover-none:hover {
  color: var(--neutral--800);
}

.link-wrapper.color-neutral-300 {
  color: var(--neutral--300);
}

.link-wrapper.color-neutral-300:hover {
  color: var(--neutral--100);
}

.link-text {
  display: inline-block;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-600 {
  color: var(--neutral--600);
}

.heading-h2-size.color-neutral-600.tab-menu-link-white {
  margin-bottom: 0;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

.heading-h4-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size.color-neutral-700 {
  color: var(--neutral--700);
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
}

.navigation {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.header-content-wrapper {
  z-index: 2;
  background-color: #1f1f1f;
  background-image: linear-gradient(#000, #0e0e0e);
  border: 1px solid #000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  max-width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 8px 2px #00000070;
}

.header-content-wrapper.center {
  justify-content: center;
}

.header-nav-menu-wrapper {
  float: none;
  justify-content: center;
  display: flex;
  position: static;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.header-nav-link:hover {
  color: #fc8c1b;
}

.header-nav-link.w--current {
  color: var(--neutral--100);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.header-nav-list-item.middle.sibling-opacity-item {
  position: static;
}

.header-nav-list-item.middle.sibling-opacity-item.dropdown {
  cursor: pointer;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 0;
  padding-right: 0;
}

.header-nav-list-item.middle.sibling-opacity-item.seo, .header-nav-list-item.middle.sibling-opacity-item.digital-designs, .header-nav-list-item.middle.sibling-opacity-item.landing-pages, .header-nav-list-item.middle.sibling-opacity-item.seo-analytics, .header-nav-list-item.middle.sibling-opacity-item._3rd-party {
  display: none;
}

.dropdown-wrapper {
  position: static;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #4a3aff;
}

.dropdown-toggle.header-dropdown.w--open {
  color: #fc8c1b;
  position: static;
}

.dropdown-toggle.header-dropdown {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.143em;
}

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

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 12px;
  left: auto;
  right: auto;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  background-color: #fff0;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 0;
  display: flex;
  position: absolute;
  left: 0;
  right: auto;
  transform: none;
}

.dropdown-link {
  color: var(--neutral--700);
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.dropdown-link:hover {
  color: #fc8c1b;
}

.dropdown-link.w--current {
  color: var(--neutral--700);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding: 48px;
  position: relative;
}

.header-logo-link {
  transform-style: preserve-3d;
  min-width: 150px;
  max-width: 150px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -5px, .01px);
}

.header-logo-link.w--current {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
}

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

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  min-width: 150px;
  max-width: 150px;
  display: flex;
}

.header-middle {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: static;
  left: 0;
  right: 0;
}

.btn-circle-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -5px, .01px);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.white:hover {
  background-color: var(--neutral--300);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--300);
  transform: translate3d(0, -5px, .01px);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-wrap._404-page-wrap {
  background-image: linear-gradient(to right, var(--neutral--800), var(--neutral--800) 18%, #0b0b0b00 60%), url('../images/404-page-bg-bnkly-webflow-ecommerce-template.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  min-height: 100vh;
  padding-top: 236px;
  padding-bottom: 236px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-content.max-width-100 {
  max-width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.utility-page-form.max-width-100 {
  max-width: 100%;
}

.hidden-on-desktop, .hidden-on-desktop.show-on-tablet.mg-bottom-64px-tablet {
  display: none;
}

.social-media-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top._24px {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(auto-fit, 24px);
}

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

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

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-link {
  color: var(--neutral--300);
  letter-spacing: .04em;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--system--orange-300);
}

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

.success-message.tall {
  height: 100px;
}

.success-message.bottom-tall {
  border: 1px solid #fff;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.success-message.ws-top, .success-message.ws-bottom {
  color: #fff;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

.sticky-top {
  position: sticky;
  top: 24px;
}

.fit-cover {
  object-fit: cover;
  margin-bottom: 0;
}

.fit-cover.position-left {
  object-position: 0% 50%;
}

.fit-cover.position-top {
  object-position: 50% 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.bg-neutral-800 {
  background-color: #fff;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none.transition-color-none {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

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

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

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.arrows-top.mg-bottom-56px {
  height: 350px;
  display: block;
}

.slider-wrapper.slider-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-wrapper.arrows-bottom-edge {
  padding-bottom: 158px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.slider-mask.slider-right-mask {
  max-width: 432px;
  overflow: visible;
}

.slider-mask.width-728px {
  max-width: 728px;
  overflow: visible;
}

.slider-mask.width-1020px {
  max-width: 1020px;
  overflow: visible;
}

.wd-7-accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.wd-7-accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.wd-7-accordion-item-wrapper.item-simple {
  border-width: 1px 0;
  border-top-color: var(--neutral--500);
  border-bottom-color: var(--neutral--500);
  box-shadow: none;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 60px 0 30px;
  overflow: visible;
}

.wd-7-accordion-item-wrapper.item-simple:hover {
  transform: translate(8px);
}

.wd-7-accordion-item-wrapper.item-simple.first {
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.wd-7-accordion-item-wrapper.tab-menu-item {
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition: none;
}

.wd-7-accordion-item-wrapper.tab-menu-item:hover {
  transform: none;
}

.wd-7-accordion-item-wrapper.item-bg-neutral-200 {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-style: none;
  border-radius: 40px;
  justify-content: space-between;
  padding: 58px 62px 58px 68px;
}

.wd-7-accordion-item-wrapper.item-bg-neutral-200:hover {
  transform: translate(8px);
}

.wd-7-accordion-header {
  align-items: center;
  display: flex;
}

.wd-7-acordion-body {
  width: 100%;
  overflow: hidden;
}

.wd-7-acordion-body.max-w-856px {
  max-width: 856px;
}

.wd-7-acordion-body.max-w-674px {
  max-width: 674px;
}

.wd-7-accordion-spacer {
  min-height: 16px;
}

.wd-7-accordion-spacer._10px {
  min-height: 10px;
}

.wd-7-accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.wd-7-accordion-side {
  margin-right: 24px;
}

.wd-7-accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.wd-7-accordion-title {
  margin-bottom: 0;
}

.wd-7-accordion-title.display-3.color-neutral-600 {
  color: var(--neutral--600);
}

.wd-7-accordion-title.heading-h2-size {
  font-size: 24px;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg.mg-60px {
  margin-right: 60px;
}

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

.height-100 {
  height: 100%;
}

.pricing-table-top {
  border-bottom: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  flex-direction: column;
  align-items: center;
  min-height: 118px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-table-top.first {
  align-items: flex-start;
  padding-left: 0;
}

.pricing-content-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 126px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-content-wrapper.left {
  white-space: nowrap;
  align-items: flex-start;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.divider-details {
  background-color: var(--neutral--500);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

._404-not-found {
  color: var(--neutral--100);
  margin-bottom: 16px;
  font-size: 176px;
  line-height: 1.045em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--300);
  color: var(--neutral--700);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 16px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

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

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

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

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: #0000;
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.top-section {
  background-color: var(--neutral--800);
  margin-top: -96px;
  padding-top: 218px;
}

.top-section.full-width-image-right {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 300px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

.top-section.full-width-image-right.v3 {
  padding-top: 192px;
  padding-bottom: 220px;
}

.top-section.image-bottom {
  z-index: 0;
  background-color: #0000;
  padding-top: 234px;
  display: flex;
  position: relative;
}

.top-section.pd-bottom-200px {
  padding-bottom: 200px;
}

.top-section.pd-bottom-200px.border-radius-bottom-118px {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 175px;
  padding-bottom: 150px;
  display: flex;
}

.top-section.pd-bottom-200px.bg-transparent {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-section.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.top-section.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.top-section.pd-bottom-224px {
  padding-bottom: 224px;
}

.top-section.pd-bottom-160px {
  padding-bottom: 160px;
}

.top-section.home-sales {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 234px;
  padding-bottom: 155px;
  position: relative;
  overflow: hidden;
}

.top-section-image-right-bg {
  z-index: -1;
  object-fit: cover;
  object-position: 64% 100%;
  width: 68%;
  max-width: 966px;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pd-left-38px {
  padding-left: 38px;
}

.border-left---white-2px {
  border-left: 2px solid var(--neutral--100);
}

.top-section-image-right---cards-container {
  width: 44%;
  max-width: 612px;
  position: absolute;
  top: 250px;
  right: 66px;
}

.top-section-image-right---top-card {
  width: 80%;
  max-width: 420px;
  display: block;
  transform: rotate(20deg);
}

.top-section-image-right---bottom-card {
  border-radius: 20px;
  width: 104%;
  max-width: 550px;
  margin-top: -28px;
  margin-left: auto;
  display: block;
  transform: rotate(-16deg);
}

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

.top-section-image-right---bg-blur {
  background-color: var(--neutral--800);
  filter: blur(114px);
  min-width: 600px;
  position: absolute;
  inset: 0% 54% 0% 0%;
}

.s1-dd-text-container {
  padding-left: 44px;
}

.border-left---neutral-800-2px {
  border-left: 2px solid var(--neutral--800);
}

.slider-arrow {
  color: var(--neutral--800);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin: 0;
  font-family: Bnkly Custom Arrows, sans-serif;
  font-size: 32px;
  line-height: 1em;
  transition: color .3s, transform .3s;
  display: flex;
}

.slider-arrow:hover {
  color: var(--neutral--600);
  transform: translate3d(0, -5px, .01px);
}

.slider-arrow.top---right-arrow {
  top: -76px;
  right: 0;
}

.slider-arrow.top---right-arrow.top--120px {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  top: -120px;
}

.slider-arrow.top---left-arrow {
  top: -76px;
  left: auto;
  right: 54px;
}

.slider-arrow.top---left-arrow.top--120px {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  top: -120px;
}

.slider-arrow.slider-right---left-arrow {
  z-index: 9999999;
  margin-top: auto;
  margin-right: auto;
  bottom: -50px;
  left: 0;
}

.slider-arrow.slider-right---right-arrow {
  z-index: 9999999;
  margin-top: auto;
  bottom: -50px;
  left: 52px;
}

.slider-arrow.bottom-edge---left-arrow {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  margin-top: auto;
  bottom: 0;
  left: 0;
}

.slider-arrow.bottom-edge---right-arrow {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  margin-top: auto;
  bottom: 0;
  right: 0;
}

.slider-arrow.offices---left-arrow {
  z-index: 999999;
  margin-top: auto;
  bottom: 254px;
  left: 410px;
}

.slider-arrow.offices---right-arrow {
  z-index: 999999;
  margin-top: auto;
  bottom: 254px;
  left: 462px;
}

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

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

.tab-menu-large {
  border-left: 2px solid var(--neutral--400);
  background-color: #0000;
  padding: 32px 0 40px 44px;
  transition-property: border-color;
  display: block;
}

.tab-menu-large:hover {
  border-left-color: var(--neutral--600);
}

.tab-menu-large.w--current {
  border-left-color: var(--neutral--800);
  background-color: #0000;
  transition: none;
}

.flex {
  display: flex;
}

.flex.align-start {
  align-items: flex-start;
}

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

.flex.align-end {
  align-items: flex-end;
}

.flex.align-end.mg-bottom-6px {
  justify-content: center;
}

.flex.justify-space-between {
  justify-content: space-between;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.justify-end {
  justify-content: flex-end;
}

.slider-right-section-container {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-right-card-text-container {
  padding: 30px 32px;
}

.slider-right-text-bg {
  z-index: 3;
  background-color: var(--neutral--100);
  position: absolute;
  inset: -248px 694px -248px -5000px;
}

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

.wd-5-slider-right-bg {
  z-index: 3;
  background-color: var(--neutral--100);
  position: absolute;
  inset: -248px 0;
  transform: translate(-104%);
}

.full-screen-section {
  background-color: var(--neutral--200);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.full-screen-section---text-container {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 146px;
  padding-bottom: 170px;
  padding-left: 64px;
  display: flex;
}

.mg-left-2px {
  margin-left: 2px;
}

.full-screen-section---image-container {
  width: 49%;
  display: flex;
  position: absolute;
  inset: 0% 51% 0% 0%;
}

.cta-cards-container {
  flex-direction: column;
  align-items: center;
  max-width: 604px;
  margin-top: -332px;
  margin-bottom: -332px;
  display: flex;
}

.cta-card-image {
  width: 70%;
  max-width: 420px;
}

.cta-card-image.top {
  width: 100%;
  margin-left: 84px;
  transform: rotate(20deg);
}

.cta-card-image.middle {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 34px;
  margin-right: 94px;
  transform: rotate(-16deg);
}

.cta-card-image.bottom {
  width: 100%;
  margin-left: 140px;
  transform: rotate(14deg);
}

.pd-left-68px {
  padding-left: 68px;
}

.border-left---neutral-400-2px {
  border-left: 2px solid var(--neutral--400);
}

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

.font-size-164px {
  font-size: 164px;
  line-height: 1.049em;
}

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

.badge-wrapper {
  z-index: 1;
  position: absolute;
}

.badge-wrapper.bottom-left-32px {
  inset: 15px 15px auto auto;
}

.transition-color-none {
  transition: none;
}

.mg-top-auto {
  margin-top: 0;
}

.footer-section {
  z-index: 100;
  background-color: var(--neutral--800);
  border-radius: 40px 40px 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-section.outlined {
  z-index: 2;
  border: 1px #d9d9d978;
  box-shadow: 0 -1px 8px 2px #00000070;
}

.pd-left-32px {
  padding-left: 32px;
}

.border-left-neutral-700-2px {
  border-left: 2px solid var(--neutral--700);
}

.pd-left-40px {
  padding-left: 40px;
}

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

.letter-spacing-12em {
  letter-spacing: .12em;
}

.top-section-images-bottom---container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.top-section-v3---laptop-image {
  width: 92%;
  display: block;
}

.top-section-v3---phone-image {
  background-color: #0000;
  border-radius: 0;
  width: 26%;
  margin-top: -45%;
  margin-left: auto;
  display: block;
}

.top-section-image-bottom---bg {
  z-index: -1;
  background-color: var(--neutral--800);
  border-bottom-right-radius: 120px;
  position: absolute;
  inset: 0% 0% 274px;
}

.border-left---neutral-600-2px {
  border-left: 1px solid var(--neutral--600);
}

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

.s1-contact---check {
  margin-right: 12px;
}

.border-radius-top-left-120px {
  border-top-left-radius: 120px;
}

.pd-left-48px {
  padding-left: 48px;
}

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

.mg-bottom-20px.mg-bottom-0-tablet {
  margin-bottom: 0;
  text-decoration: none;
}

.border-radius-bottom-118px {
  border-bottom-right-radius: 118px;
  border-bottom-left-radius: 118px;
}

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

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

.font-size-100px {
  font-size: 100px;
  line-height: 1.2em;
}

.our-offices-slider-image {
  object-fit: cover;
  min-height: 760px;
}

.divider-vertical {
  background-color: var(--neutral--400);
  min-width: 1px;
  min-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-vertical._32px {
  margin-left: 32px;
  margin-right: 32px;
}

.blog-featured-v1-text-container {
  flex-direction: column;
  padding: 88px 62px 56px 68px;
  display: flex;
}

.blog-v1-top-section-bg {
  z-index: -1;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 120px;
  position: absolute;
  inset: 0% 0% 16%;
}

.input-large-success-message {
  grid-column-gap: 8px;
  border-bottom: 1px solid var(--neutral--600);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 84px;
  display: flex;
}

.min-height-788px {
  min-height: 788px;
}

.font-size-44px {
  font-size: 44px;
  line-height: 1.273em;
}

.display-block {
  display: block;
}

.blog-v2-top-section-bg {
  z-index: -1;
  background-color: var(--neutral--800);
  border-bottom-right-radius: 80px;
  position: absolute;
  inset: 0% 0% 35.6%;
}

.bg-transparent {
  background-color: #0000;
}

.border-radius-bottom-left-118px {
  border-bottom-left-radius: 118px;
}

.contact-page-dark-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 530px;
  margin-bottom: 0;
  display: flex;
}

.top-section-image-right-v3---image-wrapper {
  z-index: -1;
  align-items: center;
  width: 76%;
  max-width: 1088px;
  padding-top: 88px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -274px;
}

.accordion-arrow-image-wrapper {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.card-over-image-section---image {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  min-height: 1034px;
  display: block;
}

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

.top-section---bottom-corner-image {
  object-fit: cover;
  object-position: 0% 100%;
  border-top-right-radius: 120px;
  width: 46%;
  min-height: 700px;
  max-height: 700px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab-menu-large---white {
  border-left: 2px solid var(--neutral--700);
  background-color: #0000;
  padding: 40px 0 40px 44px;
  transition: padding-top .3s, padding-bottom .3s, border-color .3s;
  display: block;
}

.tab-menu-large---white:hover {
  border-left-color: var(--neutral--500);
}

.tab-menu-large---white.w--current {
  border-left-color: var(--neutral--100);
  background-color: #0000;
  padding-top: 28px;
  padding-bottom: 32px;
  transition: none;
}

.tab-menu-icon-white-38px {
  color: var(--neutral--600);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Bnkly Custom Arrows, sans-serif;
  font-size: 26px;
  line-height: 1em;
  display: inline-block;
}

.translate-y--4px {
  transform: translate(0, -4px);
}

.pd-top-and-bottom-54px {
  padding-top: 54px;
  padding-bottom: 54px;
}

.pd-top-and-bottom-54px.border-top---neutral-400-1px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.s1-contact---contact-heading {
  font-size: 12px;
  line-height: 1.167em;
}

.s1-contact---contact-heading.bold {
  font-weight: 700;
}

.s1-contact---contact-heading.text-uppercase {
  letter-spacing: .06em;
}

.schedule-a-demo-dark-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.schedule-a-demo-dark-form.new-client-questionaire {
  max-width: none;
}

.schedule-a-demo-main-section {
  background-color: var(--neutral--800);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: static;
}

.border-top---neutral-400-1px {
  border-top: 1px solid var(--neutral--400);
}

.sign-up-page-main-section {
  z-index: 1;
  background-color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.pd-left-0 {
  padding-left: 0;
}

.sign-up-page-bg-half-right {
  z-index: -1;
  background-color: var(--neutral--100);
  position: absolute;
  inset: 0% 54% 0% 0%;
}

.sign-in-page-main-section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 188px;
  display: flex;
  position: relative;
}

.border-radius-top-118px {
  border-top-left-radius: 118px;
  border-top-right-radius: 118px;
}

.forgot-password-page-main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 200px;
  display: flex;
}

.forgot-password-form-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-bottom: 0;
  display: flex;
}

.email-confirmation-page-main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 200px;
  display: flex;
}

.border-radius-bottom-right-118px {
  border-bottom-right-radius: 118px;
}

.terms-and-conditions-rich-text h2 {
  font-size: 52px;
  line-height: 1.231em;
}

.terms-and-conditions-rich-text p {
  color: var(--neutral--700);
  margin-bottom: 0;
}

.terms-and-conditions-rich-text li {
  color: var(--neutral--700);
  margin-bottom: 12px;
}

.terms-and-conditions-rich-text h3 {
  margin-top: 28px;
  margin-bottom: 24px;
}

.terms-and-conditions-rich-text ul {
  margin-top: 16px;
  margin-bottom: 0;
}

.search-bar-button-inside-input {
  z-index: 1;
  color: var(--neutral--500);
  transform-style: preserve-3d;
  background-color: #0000;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 0;
  font-family: Line Square Icons, sans-serif;
  font-size: 32px;
  line-height: 1em;
  transition: color .3s, transform .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.search-bar-button-inside-input:hover {
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.search-bar-button-inside-input.dark {
  color: var(--neutral--600);
}

.search-bar-button-inside-input.dark:hover {
  color: var(--neutral--800);
}

.help-center-top-section-bg {
  z-index: -1;
  background-color: var(--neutral--800);
  border-bottom-right-radius: 120px;
  position: absolute;
  inset: 0% 0% 60%;
}

.page-intro-cover {
  z-index: 2;
  background-color: var(--neutral--800);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

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

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-wrapper {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
}

.s3-dd-card-text-wrapper {
  text-align: center;
  padding: 24px 24px 0;
}

.card-figma-image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
}

.card-figma-text-wrapper {
  max-width: 570px;
  padding-left: 64px;
  padding-right: 70px;
}

.logo-white {
  width: auto;
  max-width: 140px;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

.creation {
  color: #fff;
}

.div-block-9 {
  margin-left: 20px;
}

.hero-product-demo {
  height: 300vh;
  position: relative;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

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

.main-hero-text-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  transform: translate(0, -10vh);
}

.main-hero-text-container.home-improvement {
  display: flex;
}

.heading-14 {
  color: #000;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 3em;
  display: flex;
}

.container.desktop-image-container {
  justify-content: center;
  padding: 0 0;
  display: flex;
}

.background-video-2 {
  display: flex;
}

.and-heading {
  color: #fff;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.div-block-18 {
  background-color: #100f11;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 30px 10px;
  display: flex;
}

.div-block-14 {
  margin-top: 20px;
}

.inner-website-hero-container {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.inner-website-hero-container.web-design-landing {
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.inner-website-hero-container.home-improvement {
  margin-top: 20px;
}

.div-block-19 {
  background-color: #100f1100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 30px 10px;
  display: flex;
}

.image-10 {
  max-width: 20px;
  margin-left: 5px;
}

.inner-website-wrap-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  transform: none;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
}

.image-8 {
  max-width: 20px;
  margin-right: 15px;
}

.macbook-desktop-image {
  object-fit: cover;
  background-color: #0000;
  position: absolute;
  inset: 11% 11.5%;
}

.product-macbookholder {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
  transform: scale(2.6)translate(0);
}

.macbook {
  width: 1042px;
  position: relative;
}

.div-block-17 {
  align-items: flex-end;
  display: flex;
}

.button-container {
  z-index: 1;
  margin-top: 10px;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

.inner-website-container {
  background-color: #ce070794;
  background-image: linear-gradient(#000000bf, #00000052), url('../images/Macbook-Holder-Background.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 76vw;
  max-width: 789px;
  height: 47.5vw;
  min-height: 0%;
  max-height: 494px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.inner-website-container.web-design-landing {
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/Macbook-Holder-Background.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.inner-website-container.home-improvement {
  background-image: linear-gradient(#000000bf, #00000052 17%), url('../images/AdobeStock_194893504-2.jpeg');
}

.div-block-12 {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.perspective {
  perspective: 1000px;
}

.perspective.landing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #ffffffcf;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-3.home-improvement {
  font-size: 14px;
}

.web-design {
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  position: relative;
}

.web-design.home-improvement {
  font-size: 5.5vw;
}

.div-block-16 {
  margin-bottom: 10px;
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
}

.background-overlay {
  background-color: #8f636300;
  background-image: linear-gradient(#000, #000000c9 16%, #00000069 32%, #000000b8 48%, #0000006b 64%, #0000 74%, #22212100);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text-container {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-11 {
  background-color: #fff;
  padding: 5px 10px;
}

.product-demo-sticky {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -100px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-demo-sticky.home-improvement {
  margin-top: 0;
}

.inner-website-nav-container {
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.hero-heading-2 {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 100%;
}

.hero-heading-2.home-improvement {
  font-size: 5.5vw;
  line-height: 5.5vw;
}

.image-7 {
  max-width: 30px;
}

.div-block-7 {
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-9 {
  max-width: 20px;
}

.button-3 {
  color: #ffffffcf;
  letter-spacing: .5px;
  background-color: #100f11;
  margin-top: 15px;
  padding: 8px 18px;
  font-size: 11px;
}

.button-3:hover {
  color: #ff8c00;
  background-color: #11100f;
}

.button-3.home-improvement {
  background-color: var(--orange);
  color: #000;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
}

.button-3.home-improvement:hover {
  color: #fff;
}

.inner-website-bottom-container {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.link-5 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 20px;
  font-size: 9px;
  text-decoration: none;
}

.link-5:hover {
  color: var(--orange);
}

.hero-description {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.heading-15 {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.hero-heading-3 {
  outline-offset: 0px;
  outline: 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 100%;
}

.hero-heading-3.landing {
  color: #fff;
}

.hero-heading-3.home-improvement {
  font-size: 5.5vw;
}

.mailchimp, .google-ads, .google-analytics, .zapier {
  min-height: 0;
  max-height: 35px;
}

.facebook {
  min-height: 0;
  max-height: 30px;
}

.image-11 {
  max-width: 150px;
}

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

.grid-5-columns-copy.footer-pages-grid {
  grid-row-gap: 12px;
  grid-template-columns: auto;
  justify-content: space-between;
}

.grid-3-columns-footer {
  grid-column-gap: 40px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 87%;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copyright {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.no-margin.hidden-on-tablet {
  margin-bottom: 0;
  margin-right: 40px;
}

.image-15 {
  filter: invert();
}

.image-15.coming-soon {
  filter: none;
  max-width: 150px;
}

.color-neutral-300-copy {
  color: var(--neutral--300);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
}

.sub-navigation-wrapper {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  align-items: flex-end;
  width: 90%;
  height: 150px;
  margin-top: -90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px 8px 2px #00000070;
}

.text-block-40 {
  color: #fff;
  letter-spacing: .04em;
  font-size: 14px;
  line-height: 1.143em;
}

.icon {
  color: #fff;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
}

.subnav-menu-list {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sub-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.sub-nav-list-item.middle {
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.sub-nav-list-item.middle.sibling-opacity-item {
  position: static;
}

.subnav-link {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.subnav-link:hover, .subnav-link.w--current {
  color: #fc8c1b;
}

.platforms-section {
  padding-top: 248px;
  padding-bottom: 248px;
}

.platforms-section.bg-neutral-200 {
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
  display: flex;
}

.footer-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.footer-container.outlined {
  padding-top: 30px;
}

.platforms-container {
  width: 93%;
}

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

.platforms-heading {
  color: var(--neutral--800);
  text-align: center;
  margin-bottom: 100px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.hero---dd {
  background-color: var(--neutral--800);
  margin-top: -96px;
  padding-top: 218px;
}

.hero---dd.full-width-image-right {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 300px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

.hero---dd.full-width-image-right.digital-design {
  justify-content: center;
  padding-top: 330px;
  display: flex;
}

._3rd-party-container {
  width: 85%;
}

.lottie-animation {
  max-width: 250px;
  display: block;
}

.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.business-div-block {
  background-image: url('../images/office-building-2021-08-30-02-48-28-utc.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.business-div-block.big-business {
  background-image: url('../images/Big-Business.webp');
  height: 300px;
}

.business-div-block.individuals {
  background-image: url('../images/Individuals.webp');
  background-position: 50%;
  height: 300px;
}

.business-div-block.start-up {
  background-image: url('../images/Start-Up.webp');
  height: 300px;
}

.business-div-block.small-business {
  background-image: url('../images/Small-Business.webp');
  background-position: 50%;
  height: 300px;
}

.big-business-slide, .individuals-slide, .start-ups-slide, .small-business-slide {
  margin-right: 28px;
}

.div-block-35 {
  background-image: linear-gradient(to right, #ff9d00, #ff4500);
  width: 100%;
  height: 2px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0b0b0b;
  border-radius: 12px;
  justify-content: center;
  padding: 22px 28px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #3a3a3a;
  transform: translate3d(0, -5px, .01px);
}

.btn-primary-2.white {
  color: #0b0b0b;
  background-color: #fff;
}

.btn-primary-2.white:hover {
  background-color: #bababa;
}

.btn-primary-2.white.button-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-primary-2.white.wide {
  width: 100%;
}

.btn-primary-2.small {
  padding: 16px 22px;
  font-size: 12px;
}

.btn-primary-2.small.header-btn-hidde-on-mb {
  color: #0b0b0b;
  background-color: #fff;
  margin-left: 24px;
}

.btn-primary-2.small.header-btn-hidde-on-mb:hover {
  background-color: #e7e7e7;
}

.s1-seo---top-container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.hero---landing-pages {
  background-color: #0b0b0b;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  align-items: center;
  margin-top: -96px;
  padding-top: 218px;
  padding-bottom: 24vw;
  display: flex;
  position: relative;
}

.landing-hero-title {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

.landing-1-check-image {
  margin-right: 10px;
}

.wd-2-web-icon {
  height: 45px;
  margin-bottom: 25px;
}

.wd-2-web-features-div {
  border-left: 2px solid #d9d9d9;
  padding-left: 32px;
}

.wd-2-feature-body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.7;
}

.wd-2-feature-title {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.landing-1-check-text {
  color: var(--neutral--700);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}

.landing-2-top-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.landing-2-grid-item {
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 6px 1px #ffffffba;
}

.landing-2-item-heading {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

.landing-2-item-image-2, .landing-2-item-image-3, .landing-2-item-image-4 {
  margin-top: 5px;
  margin-right: 5px;
}

.landing-2-bottom-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.color-neutral-801 {
  color: var(--neutral--700);
}

.s1-contact--divider {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.s1-contact--divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-1---seo {
  background-color: #0b0b0b;
  margin-top: -96px;
  padding-top: 218px;
}

.section-1---seo.image-bottom {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 234px;
  display: flex;
  position: relative;
}

.s3-seo---left-section {
  max-width: 550px;
}

.s3-seo---grid {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr;
  place-content: center space-between;
  place-items: center stretch;
  width: 100%;
}

.s3-seo---body {
  color: var(--neutral--700);
  font-size: 15px;
  line-height: 1.8;
}

.s2-seo---heading {
  color: #0b0b0b;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.s2-seo---body {
  color: #3a3a3a;
  margin-bottom: 0;
  font-size: 15px;
}

.seo-number {
  color: #0b0b0b;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.091em;
}

.seo-subnr {
  color: #0b0b0b;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.s2-seo---number-heading {
  color: #0b0b0b;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.section-2---seo {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.section-3---seo {
  background-color: #f7f7f7;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.section-4---seo {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section-5---seo {
  background-color: #f7f7f7;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.s1-seo---container {
  flex-direction: column;
  align-items: center;
  width: 85%;
  display: flex;
}

.s2-seo---container {
  width: 85%;
}

.s2-seo---numbers-info-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.s2-seo---numbers-divider {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.s2-seo---n-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

._3rd-party---hero-heading {
  color: var(--neutral--800);
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.s1-about---container {
  flex-direction: column;
  align-items: center;
  width: 85%;
  display: flex;
}

.section-2---about {
  justify-content: center;
  align-items: center;
  padding-top: 248px;
  padding-bottom: 248px;
  display: flex;
}

.section-2-container---about {
  width: 85%;
}

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

.about-image {
  border-radius: 40px;
  max-width: 475px;
  transform: translate(0);
}

.section-abc-container {
  width: 85%;
}

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

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

.section-3---about.pd-top-0 {
  padding-top: 0;
}

.section-3---about.pd-top-0.bg-neutral-800 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.divv-container {
  width: 85%;
}

.section-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 248px;
  padding-bottom: 248px;
  display: flex;
}

.color-neutral-803 {
  color: #fff;
}

.color-neutral-803.orange {
  color: var(--orange);
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.text-area-2 {
  box-shadow: none;
  background-color: #0000;
  border: 1px #e7e7e7;
  border-bottom: 1px solid #7a7a7a;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area-2:hover {
  border-color: #4a3aff #4a3aff #d9d9d9;
}

.text-area-2:focus {
  color: #0b0b0b;
  border-color: #4a3aff #4a3aff #fff;
}

.text-area-2::placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

.text-area-2.text-area-large {
  font-size: 28px;
  line-height: 1.286em;
}

.text-area-2.text-area-large:hover {
  border-bottom-color: #d9d9d9;
}

.text-area-2.text-area-large:focus {
  border-bottom-color: #0b0b0b;
}

.text-area-2.text-area-large::placeholder {
  font-size: 28px;
}

.text-area-2.text-area-large.white {
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}

.text-area-2.text-area-large.white:hover {
  border-bottom-color: #bababa;
}

.text-area-2.text-area-large.white:focus {
  border-bottom-color: #fff;
}

.text-area-2.text-area-large.white::placeholder {
  font-size: 20px;
  line-height: 1;
}

.display-8 {
  color: #0b0b0b;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.406em;
}

.display-8.color-neutral-100 {
  color: #fff;
}

.display-8.color-neutral-100.mg-bottom-8px {
  color: var(--neutral--800);
}

.input-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #7a7a7a;
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input-2:focus {
  color: #0b0b0b;
}

.input-2::placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

.input-2.input-large {
  box-shadow: none;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #7a7a7a;
  border-radius: 0;
  min-height: 84px;
  padding: 0 0 12px;
  font-size: 28px;
  line-height: 1.286em;
}

.input-2.input-large:hover {
  border-bottom-color: #d9d9d9;
}

.input-2.input-large:focus {
  border-bottom-color: #0b0b0b;
}

.input-2.input-large::placeholder {
  font-size: 28px;
}

.input-2.input-large.white {
  color: #f8f8f8;
  min-height: 0;
  margin-top: 15px;
  font-size: 20px;
}

.input-2.input-large.white:hover {
  border-bottom-color: #bababa;
}

.input-2.input-large.white:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.input-2.input-large.white::placeholder {
  font-size: 20px;
}

.input-2.input-large.white.onboard {
  color: #000;
}

.input-2.input-large.white.onboard:focus {
  border-bottom-color: var(--orange);
}

.input-2.cart-quantity-input {
  width: auto;
  max-width: 40px;
  height: auto;
  min-height: 48px;
}

.input-2.input-text-uppercase {
  box-shadow: none;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #3a3a3a;
  border-radius: 0;
  min-height: 68px;
  margin-bottom: 0;
  padding: 0 32px 0 0;
  font-size: 14px;
  line-height: 1.143em;
  transition: color .3s, border-color .3s;
}

.input-2.input-text-uppercase:hover {
  border-bottom-color: #7a7a7a;
}

.input-2.input-text-uppercase:focus {
  border-bottom-color: #fff;
}

.input-2.input-text-uppercase::placeholder {
  color: #e7e7e7;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
}

.color-neutral-804 {
  color: #d9d9d9;
}

.color-neutral-804.black {
  color: #0e0e0e;
  line-height: 1.5em;
}

.color-neutral-804.black.description {
  font-size: 14px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--800);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

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

.text-field::placeholder {
  color: var(--neutral--600);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.s1-contact---bottom-heading {
  color: #0b0b0b;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.286em;
}

.s1-contact---bottom-heading.color-neutral-100 {
  color: #fff;
}

.schedule-a-demo-main-section-2 {
  background-color: #0b0b0b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -96px;
  margin-bottom: -40px;
  padding-top: 236px;
  padding-bottom: 140px;
  display: flex;
}

.s1-contact---container {
  width: 85%;
}

.s1-contact---heading {
  color: #0b0b0b;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.s1-contact---heading.color-neutral-100 {
  color: #fff;
}

.s1-contact---heading.color-neutral-100.mg-bottom-8px {
  font-size: 45px;
  line-height: 1.2em;
}

.s1-contact--body {
  color: #e7e7e7;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

.s1-contact---contact-text {
  color: #fff;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}

.landing-hero-container {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.landing-hero-body {
  color: #e7e7e7;
  text-align: center;
  max-width: 650px;
  font-size: 15px;
  line-height: 1.8;
}

.landing-hero-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-hero-image {
  z-index: 50;
  width: 70%;
  max-width: 900px;
  margin-top: 75px;
  position: relative;
  bottom: auto;
}

.section-1---landing-pages {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 22vw;
  padding-bottom: 130px;
  display: flex;
}

.section-2---landing-pages {
  height: auto;
}

.section-3---landing-pages {
  justify-content: center;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.section-4---landing-pages {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.section-5---landing-pages {
  justify-content: center;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.section-6---landing-pages {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 124px;
  display: flex;
}

.landing-1-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.landing-1-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-content: center space-between;
  width: 100%;
}

.landing-1-grid-left {
  max-width: 500px;
}

.landing-1-grid-right {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.landing-1-grid-heading {
  font-size: 45px;
  line-height: 1.2;
}

.landing-1-grid-body {
  color: var(--neutral--700);
  max-width: 580px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8;
}

.landing-1-list-item-wrapper {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.landing-2-wrapper {
  background-color: #0b0b0b;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 128px;
  display: flex;
}

.landing-2-container {
  flex-direction: column;
  align-items: center;
  width: 85%;
  display: flex;
}

.landing-2-heading {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.091em;
}

.landing-2-body {
  color: #e7e7e7;
  text-align: center;
  max-width: 650px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8;
}

.landing-2-grid-spacer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
}

.landing-2-item-image-1, .landing-2-item-image-5, .landing-2-item-image-6, .landing-2-item-image-7, .landing-2-item-image-8 {
  margin-top: 5px;
  margin-right: 5px;
}

.landing-3-container {
  width: 85%;
}

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

.landing-3-left-grid {
  margin-top: 64px;
}

.landing-3-left-grid-container {
  max-width: 500px;
}

.landing-3-left-grid-heading {
  font-size: 45px;
  line-height: 1.2;
}

.landing-3-left-grid-body-container {
  border-left: 2px solid var(--neutral--800);
  padding-left: 44px;
}

.landing-3-left-grid-body {
  color: var(--neutral--700);
  font-size: 15px;
  line-height: 1.8;
}

.landing-4-container {
  width: 85%;
}

.landing-4-grid {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.landing-4-right-grid-wrapper {
  margin-top: 0;
}

.landing-4-right-grid-container {
  border-left: 2px solid var(--neutral--800);
  padding-left: 44px;
}

.landing-4-right-grid-heading {
  font-size: 45px;
  line-height: 1.2;
}

.landing-4-right-grid-body {
  color: var(--neutral--700);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.landing-5-container {
  width: 85%;
}

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

.landing-5-left-grid {
  margin-top: 0;
}

.landing-5-left-grid-wrapper {
  max-width: 552px;
}

.landing-5-left-grid-container {
  border-left: 2px solid var(--neutral--800);
  padding-left: 44px;
}

.landing-5-left-grid-heading {
  font-size: 45px;
  line-height: 1.2;
}

.landing-5-left-grid-body {
  color: var(--neutral--700);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.landing-6-container {
  background-color: #0b0b0b;
  border-radius: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 300px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.landing-6-heading {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.landing-2-spacer-image {
  margin-top: -2px;
  position: absolute;
}

.landing-2-spacer-line {
  z-index: 3;
  background-image: linear-gradient(to right, #bdbdbdcc, #fff 50%, #bdbdbdcc);
  width: 100%;
  height: 1px;
  position: relative;
}

.section-1--wd {
  background-color: var(--neutral--800);
  margin-top: -96px;
  padding-top: 218px;
}

.section-1--wd.full-width-image-right {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  margin-top: -75px;
  padding-top: 300px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

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

.section-2---wd.bg-neutral-200 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-3---wd {
  padding-top: 248px;
  padding-bottom: 248px;
}

.section-3---wd.pd-top-180px---bottom-0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-3---wd.pd-top-180px---bottom-0.bg-neutral-800 {
  justify-content: center;
  display: flex;
}

.section-4---wd {
  padding-top: 248px;
  padding-bottom: 248px;
}

.section-4---wd.bg-neutral-200 {
  justify-content: center;
  display: flex;
}

.section-4---wd.pd-top-180px---bottom-0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-4---wd.pd-top-180px---bottom-0.bg-neutral-200 {
  padding-bottom: 180px;
}

.section-5---wd {
  padding-top: 248px;
  padding-bottom: 248px;
}

.section-5---wd.position-relative.overflow-hidden {
  justify-content: center;
  display: flex;
}

.section-6---wd {
  position: relative;
}

.section-7---wd {
  justify-content: center;
  align-items: center;
  padding-top: 248px;
  padding-bottom: 150px;
  display: flex;
}

.wd-hero-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.wd-hero-container.position-relative---z-index-1 {
  justify-content: flex-start;
  padding-left: 100px;
  padding-right: 55px;
}

.wd-2-container {
  width: 90%;
}

.wd-3-container, .wd-4-container, .wd-5-container {
  width: 85%;
}

.wd-6-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.wd-6-right-color {
  background-color: var(--neutral--800);
}

.wd-6-right-color.bg-half-right {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.inner-container-copy._678px.center {
  max-width: 800px;
}

.s4-about---item-heading {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.inner-container-copy.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-copy._678px {
  max-width: 678px;
}

.inner-container-copy._678px.center {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.inner-container-copy._430px {
  max-width: 430px;
}

.display-1-copy {
  color: var(--neutral--800);
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.display-1-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1-copy.color-neutral-100.mg-bottom-20px {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.color-neutral-300-copy {
  color: var(--neutral--300);
}

.color-neutral-300-copy.mg-bottom-0 {
  max-width: 600px;
  font-size: 14px;
  line-height: 1.8;
}

.s1dd-card-left {
  background-color: var(--neutral--200);
  border-radius: 40px;
}

.s1dd-card-left.services {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 44px;
  display: flex;
}

.s1-dd-icon {
  height: 50px;
  margin-bottom: 15px;
}

.div-block-52 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -25%;
}

.wd-3-item-text {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.wd-3-item-text.color-neutral-100 {
  color: var(--neutral--100);
}

.wd-3-item-text.color-neutral-100.mg-bottom-12px {
  text-align: left;
}

.wd-3-item-text.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

.home-hero {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.home-hero.desktop-app {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.home-1 {
  background-color: #fff;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 150px;
  display: flex;
}

.home-3 {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 170px;
  display: flex;
}

.home-4 {
  background-color: var(--neutral--200);
  border-bottom-left-radius: 90px;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5 {
  position: relative;
}

.home-6 {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.home-1-container {
  max-width: 1170px;
  padding: 0 3rem;
}

.home-1-wrapper {
  padding-top: 0;
}

.home-1-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  width: 100%;
}

.home-1-grid-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-2-container {
  width: 85%;
}

.home-2-grid {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-2-left-grid-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.home-2-left-grid-image {
  background-color: #000;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  transform: translate(0);
}

.home-2-right-grid-title-div {
  max-width: 568px;
}

.home-2-right-grid-title {
  color: var(--neutral--800);
  margin-bottom: 50px;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.home-2-right-grid-bottom-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home-2-grid-item-title {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.home-2-grid-item-body {
  color: var(--neutral--700);
  font-size: 15px;
  line-height: 1.8;
}

.home-3-container {
  width: 85%;
}

.home-3-upper-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: grid;
}

.home-3-upper-grid-title {
  color: var(--neutral--800);
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.home-3-service-link-card, .home-3-service-link-card-grid {
  background-color: var(--neutral--200);
  border-radius: 40px;
  width: 100%;
  margin-bottom: 120px;
  text-decoration: none;
}

.home-3-service-link-card-grid.web-design-card {
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  background-color: var(--neutral--800);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-bottom: 0;
  padding: 60px 75px;
  display: grid;
  overflow: hidden;
}

.home-3-service-link-card-grid.web-design-card:hover {
  color: var(--system--orange-300);
}

.home-3-services-right-image {
  object-fit: cover;
  margin-bottom: 0;
}

.home-3-left-div-title-container {
  border-left: 2px solid var(--neutral--100);
  padding-left: 52px;
}

.home-3-left-div-title-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-3-left-div-title {
  color: var(--neutral--100);
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.home-3-left-div-body-wrapper {
  padding-left: 52px;
}

.home-3-left-div-body {
  color: var(--neutral--300);
}

.home-3-left-div-body.mg-bottom-80px {
  max-width: 450px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.home-3-left-div-contact-title {
  display: inline-block;
}

.home-3-left-div-arrow {
  font-family: Line Square Icons, sans-serif;
}

.home-3-left-div-arrow.link-icon-right {
  margin-left: 6px;
  text-decoration: none;
  display: inline-block;
}

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

.home-3-service-grid.gap-row-104px {
  grid-column-gap: 15px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-3-service-grid-item-container._362px {
  max-width: 362px;
}

.home-3-service-grid-item-container._362px._100-mbl {
  max-width: 100%;
}

.home-3-item-wrapper {
  padding-left: 44px;
}

.home-3-item-wrapper.border-left---neutral-400-2px.height-100 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-3-item-inner-wrapper {
  margin-bottom: 5px;
}

.home-3-service-image {
  height: 75px;
  margin-bottom: 15px;
}

.home-3-service-heading {
  color: var(--neutral--800);
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.home-3-service-body {
  color: var(--neutral--700);
  max-width: 500px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.home-3-service-link {
  color: var(--neutral--800);
  display: inline-block;
}

.home-3-service-link:hover {
  color: var(--neutral--600);
}

.home-3-service-link.white {
  color: var(--neutral--100);
}

.home-3-service-link.white:hover {
  color: var(--neutral--600);
}

.home-3-service-link.white.margined {
  color: var(--neutral--800);
  margin-top: 10px;
}

.home-3-service-link.white.margined:hover {
  color: #fa9013;
}

.home-3-service-link-text {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  display: inline-block;
}

.home-3-service-link-arrow {
  margin-left: 6px;
  font-family: Line Square Icons, sans-serif;
  display: inline-block;
}

.home-4-container {
  width: 85%;
}

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

.home-4-left-grid-image {
  max-height: 600px;
}

.home-4-right-grid-div {
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 64px;
  display: flex;
}

.home-4-right-grid-wrapper {
  padding-left: 44px;
}

.home-4-right-grid-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.home-4-right-grid-title.mg-bottom-24px {
  font-size: 45px;
  line-height: 1.2;
}

.home-4-right-grid-bottom-div {
  margin-bottom: 40px;
}

.home-4-bottom-div-container {
  padding-left: 44px;
}

.home-4-right-grid-bottom-body {
  color: var(--neutral--700);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.home-5-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.home-5-div {
  background-color: var(--neutral--800);
  border-radius: 90px;
  padding: 75px 50px 75px 100px;
}

.home-5-div-container {
  padding-left: 48px;
}

.home-5-div-container.pd-left-24px-mbl.border-left---white-2px.cta {
  flex-direction: column;
  display: flex;
}

.home-5-title-container._640px {
  max-width: 640px;
}

.home-5-title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.home-5-bottom-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.home-5-body-container {
  margin-top: 0;
}

.home-5-body-wrapper._500px {
  max-width: 700px;
}

.home-5-body {
  color: var(--neutral--300);
}

.home-5-body.mg-bottom-0 {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
}

.home-5-arrow-link {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  min-width: 108px;
  max-width: 108px;
  min-height: 108px;
  max-height: 108px;
  font-family: Bnkly Custom Arrows, sans-serif;
  font-size: 76px;
  line-height: 1em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.home-5-arrow-link:hover {
  color: var(--neutral--400);
  transform: translate(10%);
}

.home-5-arrow-link._64px-tablet {
  min-width: 75px;
  max-width: 75px;
  min-height: 50px;
  max-height: 50px;
}

.home-5-arrow-text {
  font-size: 50px;
}

.home-6-container {
  width: 85%;
}

.home-6-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.home-6-title.mg-bottom-24px {
  font-size: 45px;
  line-height: 1.2;
}

.home-6-title.mg-bottom-24px.smaller-1 {
  text-align: left;
  font-size: 40px;
}

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

.home-6-grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.home-6-grid._1-col-tablet.gap-row-64px.reverse {
  grid-column-gap: 45px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 50px;
}

.home-6-left-grid {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.home-6-left-grid-container {
  padding-left: 40px;
}

.home-6-left-grid-container.pd-left-24px-mbl.border-left---neutral-800-2px {
  max-width: 650px;
}

.home-6-left-grid-body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.home-6-left-grid-body.mg-bottom-32px {
  font-size: 15px;
}

.home-6-right-grid {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.home-6-right-grid-container {
  padding-left: 40px;
}

.home-6-right-grid-container.pd-left-24px-mbl.border-left---neutral-800-2px {
  max-width: 650px;
}

.home-6-right-grid-body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.home-6-right-grid-body.mg-bottom-48px {
  height: auto;
  font-size: 15px;
}

.wd-hero-left-div._46 {
  max-width: 46%;
}

.wd-hero-right-div {
  align-items: center;
  width: 74%;
  max-width: 960px;
  display: flex;
  position: absolute;
  inset: 0% -24% 0% auto;
}

.wd-hero-left-title {
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.wd-hero-left-body-container {
  border-bottom: 1px solid var(--neutral--600);
}

.wd-hero-left-body {
  color: var(--neutral--300);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.wd-hero-left-button-row {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.wd-hero-link {
  color: var(--neutral--800);
  display: inline-block;
}

.wd-hero-link:hover {
  color: var(--neutral--600);
}

.wd-hero-link.white {
  color: var(--neutral--100);
  text-decoration: none;
}

.wd-hero-link.white:hover {
  color: #ff9100;
}

.wd-hero-link-text {
  display: inline-block;
}

.wd-hero-link-arrow {
  font-family: Line Square Icons, sans-serif;
}

.wd-hero-link-arrow.link-icon-right {
  margin-left: 6px;
  text-decoration: none;
  display: inline-block;
}

.wd-hero-phone {
  z-index: 1;
  width: 24%;
  max-width: 220px;
  position: absolute;
  bottom: -8%;
  left: 4%;
}

.wd-hero-laptop {
  object-fit: cover;
  margin-bottom: 0;
}

.wd-hero-logo-container {
  max-width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

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

.wd-hero-logo-grid.logo-strip-v2 {
  grid-template-columns: .25fr 1fr;
}

.wd-hero-logo-title-container {
  text-align: center;
}

.wd-hero-logo-title-container.tablet {
  text-align: left;
}

.wd-hero-logo-title {
  font-size: 20px;
  line-height: 1.1em;
}

.wd-hero-logo-title.bold {
  font-weight: 700;
}

.wd-hero-logo-inner-grid {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wd-hero-logo-inner-grid.logo-strips-right {
  grid-column-gap: 50px;
  grid-template-columns: auto auto auto auto auto;
  justify-content: end;
  place-items: center end;
  padding-top: 3px;
  padding-bottom: 3px;
}

.wd-2-top-div-container {
  margin-bottom: 80px;
}

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

.wd-2-top-grid.gap-row-16px {
  align-content: center;
}

.wd-2-top-grid._6fr---1fr {
  grid-template-columns: .6fr 1fr;
}

.wd-2-top-grid._6fr---1fr.gap-row-16px {
  grid-template-columns: 3fr 1fr;
}

.wd-2-top-grid-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.wd-2-top-grid-title.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.wd-2-service-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wd-2-service-grid.gap-row-48px {
  grid-column-gap: 20px;
}

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

.wd-3-grid._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.wd-3-left-image {
  z-index: 5;
  position: relative;
}

.wd-3-right-div {
  margin-bottom: 80px;
}

.wd-3-right-div-container {
  margin-top: 48px;
}

.wd-3-right-div-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.wd-3-right-div-title.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.wd-3-right-div-title.color-neutral-100 {
  color: var(--neutral--100);
}

.wd-3-right-divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.wd-3-right-divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wd-3-right-divider.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.wd-3-mid-divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.wd-3-mid-divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wd-3-mid-divider.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.wd-3-item-body {
  color: var(--neutral--500);
}

.wd-3-item-body.mg-bottom-0 {
  font-size: 15px;
  line-height: 1.8;
}

.wd-3-divider-3 {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.wd-3-divider-3.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.wd-3-divider-3.top-40px---bottom-0 {
  margin-top: 40px;
  margin-bottom: 0;
}

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

.wd-4-grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.wd-4-left-div {
  margin-top: 64px;
}

.wd-4-left-container._552px {
  max-width: 552px;
}

.wd-4-left-container._552px._100-tablet {
  margin-right: 35px;
}

.wd-4-left-title {
  font-size: 45px;
  line-height: 1.2;
}

.wd-4-left-bottom-container {
  padding-left: 44px;
}

.wd-4-left-body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.wd-4-left-body.mg-bottom-32px {
  font-size: 15px;
}

.wd-5-slider-container {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.wd-5-slider-left-div {
  z-index: 3;
  background-color: var(--neutral--100);
  position: absolute;
  inset: -248px 694px -248px -5000px;
}

.wd-5-left-container {
  z-index: 4;
  position: relative;
}

.wd-5-left-wrapper._576px {
  max-width: 576px;
}

.wd-5-left-wrapper._576px._100-tablet {
  max-width: 530px;
  margin-right: 35px;
}

.wd-5-left-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.wd-5-left-title.mg-bottom-24px {
  font-size: 45px;
  line-height: 1.2;
}

.wd-5-left-bottom-container {
  padding-left: 44px;
}

.wd-left-body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.wd-left-body.mg-bottom-32px {
  font-size: 15px;
}

.wd-5-slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.wd-5-slider-wrapper.slider-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wd-6-wrapper {
  background-color: var(--neutral--800);
  border-radius: 90px;
  padding: 75px 56px 75px 100px;
}

.wd-6-inner-container {
  padding-left: 48px;
}

.wd-6-inner-container.pd-left-24px-mbl.border-left---white-2px.cta {
  flex-direction: column;
  display: flex;
}

.wd-6-title-container._640px {
  max-width: 640px;
}

.wd-6-title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.wd-6-bottom-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.wd-6-body-container {
  margin-top: 0;
}

.wd-6-body {
  color: var(--neutral--300);
}

.wd-6-body.mg-bottom-0 {
  max-width: 600px;
  line-height: 1.8;
}

.wd-6-arrow-link {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  min-width: 108px;
  max-width: 108px;
  min-height: 108px;
  max-height: 108px;
  font-family: Bnkly Custom Arrows, sans-serif;
  font-size: 76px;
  line-height: 1em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.wd-6-arrow-link:hover {
  color: var(--neutral--400);
  transform: translate(10%);
}

.wd-6-arrow-link._64px-tablet {
  min-width: 75px;
  max-width: 75px;
  min-height: 50px;
  max-height: 50px;
}

.wd-7-container {
  width: 85%;
}

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

.wd-7-top-grid.mg-bottom-64px {
  margin-bottom: 80px;
}

.wd-7-top-grid-left-div._460px {
  max-width: 460px;
}

.wd-7-top-grid-left-title-container {
  padding-left: 44px;
}

.wd-7-left-grid-title {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.wd-7-left-grid-title.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.wd-7-top-grid-right-div {
  margin-bottom: 8px;
}

.wd-7-faq-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wd-7-faq-grid.gap-row-0 {
  grid-row-gap: 0px;
}

.section-1---dd {
  padding-top: 248px;
  padding-bottom: 248px;
}

.section-1---dd.overflow-hidden {
  justify-content: center;
  display: flex;
}

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

.section-2---dd.pd-bottom-0-tablet.bg-neutral-800 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-3---dd {
  padding-top: 248px;
  padding-bottom: 248px;
}

.section-3---dd.bg-neutral-200 {
  justify-content: center;
  display: flex;
}

.hero-dd-container {
  z-index: 1;
  width: 90%;
  position: relative;
}

.hero-dd-background-bllur {
  background-color: var(--neutral--800);
  filter: blur(114px);
  min-width: 600px;
  position: absolute;
  inset: 0% 54% 0% 0%;
}

.hero-dd-left-div._46 {
  max-width: 46%;
}

.hero-dd-test {
  color: var(--neutral--800);
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.hero-dd-test.color-neutral-100 {
  color: var(--neutral--100);
}

.hero-dd-test.color-neutral-100.mg-bottom-32px {
  font-size: 60px;
}

.hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
  font-size: 54px;
}

.hero-dd-left-bottom-container {
  padding-left: 38px;
}

.hero-dd-body-container._490px {
  max-width: 490px;
}

.hero-dd-body {
  color: var(--neutral--300);
}

.hero-dd-body.mg-bottom-32px {
  margin-bottom: 0;
  font-size: 15px;
}

.hero-dd-link-container {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-dd-link {
  color: var(--neutral--800);
  display: inline-block;
}

.hero-dd-link:hover {
  color: var(--neutral--600);
}

.hero-dd-link.white {
  color: var(--neutral--100);
}

.hero-dd-link.white:hover {
  color: var(--neutral--600);
}

.hero-dd-link-text {
  display: inline-block;
}

.hero-dd-arrow {
  font-family: Line Square Icons, sans-serif;
}

.hero-dd-arrow.link-icon-right {
  margin-left: 6px;
  text-decoration: none;
  display: inline-block;
}

.hero-dd-background-image {
  z-index: -1;
  object-fit: cover;
  object-position: 64% 100%;
  width: 68%;
  max-width: 966px;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-dd-image-container {
  width: 44%;
  max-width: 612px;
  position: absolute;
  top: 250px;
  right: 66px;
}

.hero-dd-top-image {
  width: 80%;
  max-width: 420px;
  display: block;
  transform: rotate(20deg);
}

.hero-dd-bottom-image {
  border-radius: 20px;
  width: 104%;
  max-width: 550px;
  margin-top: -28px;
  margin-left: auto;
  display: block;
  transform: rotate(-16deg);
}

.s1-dd-container {
  width: 93%;
}

.s1-dd-top-container {
  margin-bottom: 40px;
}

.s1-dd-left-container._60 {
  max-width: 60%;
}

.s1-dd-left-container._60._100-mbl {
  max-width: 80%;
}

.s1-dd-text {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s1-dd-text.mg-bottom-0 {
  font-size: 40px;
}

.s1-dd-slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.s1-dd-slider-wrapper.arrows-top.mg-bottom-56px {
  height: 350px;
  display: block;
}

.s1-dd-slide-item {
  margin-right: 28px;
}

.s1-dd-item-text {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.s1-dd-item-body {
  color: var(--neutral--700);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.s2-dd-container {
  width: 90%;
}

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

.s2-dd-grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.s2-dd-inner-container._540px {
  max-width: 600px;
}

.s2-dd-text {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s2-dd-text.color-neutral-100 {
  color: var(--neutral--100);
}

.s2-dd-text.color-neutral-100.mg-bottom-32px {
  font-size: 40px;
}

.s2-dd-text.mg-bottom-32px {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1.2;
}

.s2-dd---buttons-row {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.s2-dd-right-grid {
  flex-direction: column;
  align-items: center;
  max-width: 604px;
  margin-top: -332px;
  margin-bottom: -332px;
  display: flex;
}

.s2-dd-image {
  width: 70%;
  max-width: 420px;
}

.s2-dd-image.top {
  width: 100%;
  max-width: 350px;
  margin-left: 55px;
  transform: rotate(20deg);
}

.s2-dd-image.middle {
  width: 100%;
  max-width: 350px;
  margin-top: 18px;
  margin-bottom: 34px;
  margin-right: 94px;
  transform: rotate(-16deg);
}

.s2-dd-image.bottom {
  width: 100%;
  max-width: 350px;
  margin-left: 50px;
  transform: rotate(14deg);
}

.s3-dd-container {
  width: 90%;
}

.s3-dd-top-container {
  margin-bottom: 40px;
}

.s3-dd-wrapper.center {
  margin-left: auto;
  margin-right: auto;
}

.s3-dd-wrapper._60 {
  max-width: 60%;
}

.s3-dd-wrapper._60._100-mbl {
  max-width: 80%;
}

.s3-dd-text-container {
  text-align: center;
}

.s3-dd-text {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s3-dd-text.mg-bottom-8px {
  font-size: 45px;
}

.s3-dd-seb-text-container {
  margin-bottom: 25px;
}

.s3-dd-sub-text {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s3-dd-sub-text.mg-bottom-8px {
  font-size: 25px;
}

.s3-dd-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s3-dd-grid-item {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  box-shadow: 0 1px 12px #14142b1f;
}

.s3-dd-icon {
  max-width: 55px;
}

.s3-dd-contact-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s1-seo---title {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
}

.s1-seo---body {
  color: #e7e7e7;
  text-align: center;
  max-width: 650px;
  font-size: 15px;
  line-height: 1.8;
}

.s1-seo---button-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s1-seo---image-container {
  width: 90%;
  margin-top: 80px;
}

.s1-seo---laptop-image {
  width: 92%;
  display: block;
}

.s1-seo---phone-image {
  background-color: #0000;
  border-radius: 0;
  width: 26%;
  margin-top: -45%;
  margin-left: auto;
  display: block;
}

.s1-seo---hero-image-offset {
  z-index: -1;
  background-color: #0b0b0b;
  border-bottom-right-radius: 120px;
  position: absolute;
  inset: 0% 0% 274px;
}

.s2-seo---numbers-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s2-seo---numbers-grid.stats-grid {
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  justify-content: space-between;
  width: 100%;
}

.s2-seo---top-wrap {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 6px;
  display: flex;
}

.s3-seo---container {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.s3-seo---text-container-copy {
  padding-left: 44px;
}

.s3-seo---heading {
  font-size: 45px;
  line-height: 1.2;
}

.s3-seo---divider {
  background-color: #b3b3b3;
  height: 1px;
  margin-left: 44px;
}

.s3-seo---bottom-body {
  color: var(--neutral--700);
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 44px;
  font-size: 15px;
  line-height: 1.8;
}

.s3-seo---image {
  max-width: 300px;
}

.s4-seo--features-container {
  width: 85%;
}

.s4-seo---top-container {
  margin-bottom: 80px;
}

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

.s4-seo---top-grid.gap-row-16px {
  align-content: center;
}

.s4-seo---top-grid._6fr---1fr {
  grid-template-columns: .6fr 1fr;
}

.s4-seo---top-grid._6fr---1fr.gap-row-16px {
  grid-template-columns: 3fr 1fr;
}

.s4-seo---heading {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s4-seo---heading.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

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

.s4-seo---bottom-grid.gap-row-0 {
  grid-row-gap: 0px;
  align-content: start;
  align-items: stretch;
}

.s4-seo---bottom-grid-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s4-seo---bottom-grid-column.gap-row-0 {
  grid-row-gap: 0px;
}

.s4-seo---accordion-item-wrapper-copy {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  cursor: auto;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 580px;
  min-height: 200px;
  margin-bottom: -1px;
  padding: 38px 0;
  display: flex;
}

.s4-seo---accordion-content-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.s4-seo---accordion-header {
  align-items: center;
  display: flex;
}

.s4-seo---acordion-body {
  width: 100%;
  max-width: 484px;
  overflow: hidden;
}

.s4-seo---accordion-spacer {
  min-height: 10px;
}

.s4-seo---accordion-title {
  margin-bottom: 0;
}

.s4-seo---body {
  color: #0b0b0b;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.s5-seo---container {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.s5-seo---grid {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .5fr;
  place-content: center space-between;
  place-items: center stretch;
  width: 100%;
}

.s5-seo---left-section {
  max-width: 550px;
}

.s5-seo---text-container {
  padding-left: 44px;
}

.s5-seo---heading {
  font-size: 45px;
  line-height: 1.2;
}

.s5-seo---body {
  color: var(--neutral--700);
  font-size: 15px;
  line-height: 1.8;
}

.s5-seo---spacer {
  background-color: #b3b3b3;
  height: 1px;
  margin-left: 44px;
}

.s5-seo---bottom-body {
  color: var(--neutral--700);
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 44px;
  font-size: 15px;
  line-height: 1.8;
}

.s5-seo---image {
  max-width: 100%;
}

.section-1---3rd-party {
  z-index: 1;
  position: relative;
}

._3rd-party---container {
  background-color: var(--neutral--800);
  margin-top: -96px;
  padding-top: 218px;
}

._3rd-party---container.full-width-image-right {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 300px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

._3rd-party---container.full-width-image-right.v3 {
  padding-top: 192px;
  padding-bottom: 220px;
}

._3rd-party---container.image-bottom {
  z-index: 0;
  background-color: #0000;
  padding-top: 234px;
  display: flex;
  position: relative;
}

._3rd-party---container.pd-bottom-200px {
  padding-bottom: 200px;
}

._3rd-party---container.pd-bottom-200px.border-radius-bottom-118px {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 175px;
  padding-bottom: 150px;
  display: flex;
}

._3rd-party---container.pd-bottom-200px.bg-transparent {
  background-color: var(--neutral--200);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._3rd-party---container.bg-neutral-100 {
  background-color: var(--neutral--100);
}

._3rd-party---container.bg-neutral-200 {
  background-color: var(--neutral--200);
}

._3rd-party---container.pd-bottom-224px {
  padding-bottom: 224px;
}

._3rd-party---container.pd-bottom-160px {
  padding-bottom: 160px;
}

._3rd-party---container.home-sales {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 234px;
  padding-bottom: 155px;
  position: relative;
  overflow: hidden;
}

._3rd-party-wrapper {
  width: 85%;
}

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

._3rd-party---top-grid.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

._3rd-party---top-grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

._3rd-party---top-grid.form {
  grid-column-gap: 64px;
  grid-row-gap: 35px;
  align-items: start;
}

._3rd-party---top-grid.form.gap-column-40px {
  grid-column-gap: 40px;
}

._3rd-party---top-grid.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 48px;
}

._3rd-party---top-grid.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

._3rd-party---top-grid.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

._3rd-party---top-grid.changelog-item.first {
  padding-top: 0;
}

._3rd-party---top-grid.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

._3rd-party---top-grid.dropdown-main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

._3rd-party---top-grid.gap-row-16px {
  align-content: center;
}

._3rd-party---top-grid._1fr---1-18fr {
  grid-template-columns: 1fr 1.18fr;
}

._3rd-party---top-grid.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._3rd-party---top-grid._1fr---1-8fr {
  grid-template-columns: 1fr 1.8fr;
}

._3rd-party---top-grid._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

._3rd-party---top-grid._1fr---3fr {
  grid-template-columns: 1fr 3fr;
}

._3rd-party---top-grid._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

._3rd-party---top-grid.gap-row-130px {
  grid-row-gap: 130px;
}

._3rd-party---top-grid._1-8fr---1fr {
  grid-template-columns: 1.8fr 1fr;
}

._3rd-party---top-grid._1-8fr---1fr.gap-row-16px {
  grid-template-columns: 1.8fr;
  justify-items: center;
}

._3rd-party---top-grid.columns-auto {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
}

._3rd-party---top-grid._1fr---2-1fr {
  grid-template-columns: 1fr 2.1fr;
}

._3rd-party---top-grid.gap-column-0 {
  grid-column-gap: 0px;
}

._3rd-party---top-grid._1fr---1-22fr {
  grid-template-columns: 1fr 1.22fr;
}

._3rd-party---top-grid._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

._3rd-party---top-grid.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto;
}

._3rd-party---top-grid._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

._3rd-party---top-grid._1fr---2-05fr.gap-row-64px {
  grid-column-gap: 46px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

._3rd-party---grid-left {
  padding-left: 44px;
}

._3rd-party---grid-left.pd-left-24px-mbl.border-left---white-2px {
  border-left-color: var(--neutral--700);
}

._3rd-perty---grid-right._740px {
  max-width: 740px;
}

._3rd-perty---grid-right._600px {
  max-width: 600px;
}

._3rd-perty---grid-right.center {
  margin-left: auto;
  margin-right: auto;
}

._3rd-perty---grid-right._574px {
  max-width: 574px;
}

._3rd-perty---grid-right._460px {
  max-width: 460px;
}

._3rd-perty---grid-right._500px {
  max-width: 700px;
}

._3rd-perty---grid-right._900px {
  max-width: 900px;
}

._3rd-perty---grid-right._490px {
  max-width: 490px;
}

._3rd-perty---grid-right._700px {
  max-width: 700px;
}

._3rd-perty---grid-right._640px {
  max-width: 640px;
}

._3rd-perty---grid-right._46 {
  max-width: 46%;
}

._3rd-perty---grid-right._60 {
  max-width: 60%;
}

._3rd-perty---grid-right._60._100-mbl {
  max-width: 80%;
}

._3rd-perty---grid-right._486px {
  max-width: 486px;
}

._3rd-perty---grid-right._550px {
  max-width: 550px;
}

._3rd-perty---grid-right._300px {
  max-width: 300px;
}

._3rd-perty---grid-right._576px {
  max-width: 576px;
}

._3rd-perty---grid-right._576px._100-tablet {
  max-width: 550px;
}

._3rd-perty---grid-right._540px {
  max-width: 600px;
}

._3rd-perty---grid-right._544px {
  max-width: 544px;
}

._3rd-perty---grid-right._484px {
  max-width: 484px;
}

._3rd-perty---grid-right._566px {
  max-width: 566px;
}

._3rd-perty---grid-right._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

._3rd-perty---grid-right._44 {
  max-width: 44%;
}

._3rd-perty---grid-right._424px {
  max-width: 424px;
}

._3rd-perty---grid-right._614px {
  max-width: 550px;
}

._3rd-perty---grid-right._518px {
  max-width: 518px;
}

._3rd-perty---grid-right._552px {
  max-width: 552px;
}

._3rd-perty---grid-right._400px {
  max-width: 400px;
}

._3rd-perty---grid-right._760px {
  max-width: 760px;
}

._3rd-perty---grid-right._760px.center {
  max-width: 100%;
}

._3rd-perty---grid-right._594px {
  max-width: 594px;
}

._3rd-perty---grid-right._512px {
  max-width: 512px;
}

._3rd-perty---grid-right._536px {
  max-width: 536px;
}

._3rd-perty---grid-right._448px {
  max-width: 448px;
}

._3rd-perty---grid-right._330px {
  max-width: 330px;
}

._3rd-perty---grid-right._748px {
  max-width: 748px;
}

._3rd-perty---grid-right._374px {
  max-width: 374px;
}

._3rd-perty---grid-right._432px {
  max-width: 432px;
}

._3rd-perty---grid-right._620px {
  max-width: 620px;
}

._3rd-perty---grid-right._522px {
  max-width: 522px;
}

._3rd-perty---grid-right._436px {
  max-width: 436px;
}

._3rd-perty---grid-right._468px {
  max-width: 468px;
}

._3rd-perty---grid-right._584px {
  max-width: 584px;
}

._3rd-perty---grid-right._472px {
  max-width: 472px;
}

._3rd-perty---grid-right._714px {
  max-width: 714px;
}

._3rd-perty---grid-right._48px {
  max-width: 48px;
}

._3rd-perty---grid-right._840px {
  max-width: 840px;
}

._3rd-perty---grid-right._804px {
  max-width: 804px;
}

._3rd-perty---grid-right._430px {
  max-width: 430px;
}

._3rd-party---right-body {
  color: var(--neutral--300);
}

._3rd-party---right-body.mg-top-auto.text-center-tablet {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

._3rd-party---right-body.mg-bottom-0 {
  color: var(--neutral--700);
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
}

._3rd-party---right-body.mg-bottom-0.center {
  text-align: center;
}

._3rd-party---right-body.mg-bottom-0.center.max-width {
  max-width: 800px;
}

._3rd-party---right-body.no-margin {
  max-width: 360px;
  font-size: 14px;
}

._3rd-party---grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3rd-party---grid.gap-row-80px {
  grid-row-gap: 80px;
}

._3rd-party---grid.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

._3rd-party---grid.gap-row-48px {
  grid-row-gap: 48px;
}

._3rd-party---grid.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._3rd-party---grid.dropdown-pages-grid {
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto auto;
}

._3rd-party---grid.gap-row-32px {
  grid-row-gap: 32px;
}

._3rd-party---grid.blog-cards-v2-grid {
  grid-row-gap: 60px;
  grid-template-columns: minmax(auto, 354px) minmax(auto, 354px) minmax(auto, 354px);
  justify-content: space-between;
}

._3rd-party---grid.gap-column-24px {
  grid-column-gap: 24px;
}

._3rd-party---grid.logo-grid {
  grid-row-gap: 62px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

._3rd-party---grid.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

._3rd-party---grid.mg-bottom-28px {
  margin-bottom: 28px;
}

._3rd-party---card-title {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

._3rd-party---card-title.color-neutral-100 {
  color: var(--neutral--100);
}

._3rd-party---card-title.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

._3rd-party---card-title.color-neutral-600 {
  color: var(--neutral--600);
}

._3rd-party---card-title.header {
  margin-bottom: 0;
  font-weight: 500;
}

._3rd-party---card-title.header.white {
  color: #fff;
}

._3rd-party---card-title.header.white.center {
  text-align: center;
}

._3rd-party---card-item-title {
  color: var(--neutral--800);
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

._3rd-party---card-item-title.color-neutral-100 {
  color: var(--neutral--100);
}

._3rd-party---card-item-title.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

._3rd-party---card-item-title.color-neutral-600 {
  color: var(--neutral--600);
}

._3rd-party---card-item-title.header {
  margin-bottom: 0;
  font-weight: 500;
}

._3rd-party---card-item-title.header.white {
  color: #fff;
}

._3rd-party---card-item-title.header.white.center {
  text-align: center;
}

.s3-dd-card-title-copy {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

.s3-dd-card-title-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.s3-dd-card-title-copy.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

.s3-dd-card-title-copy.color-neutral-600 {
  color: var(--neutral--600);
}

.s3-dd-card-title-copy.header {
  margin-bottom: 0;
  font-weight: 500;
}

.s3-dd-card-title-copy.header.white {
  color: #fff;
}

.s3-dd-card-title-copy.header.white.center {
  text-align: center;
}

._3rd-party---card-heading {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.286em;
}

._3rd-party---card-heading.color-neutral-100 {
  color: var(--neutral--100);
}

._3rd-party---card-heading.mg-bottom-12px {
  text-align: center;
  font-size: 25px;
  line-height: 1.1;
}

._3rd-party---card-heading.color-neutral-600 {
  color: var(--neutral--600);
}

._3rd-party---card-heading.header {
  margin-bottom: 0;
  font-weight: 500;
}

._3rd-party---card-heading.header.white {
  color: var(--neutral--800);
}

._3rd-party---card-heading.header.white.center {
  text-align: center;
}

.section-1---about {
  background-color: var(--neutral--800);
  margin-top: -96px;
  padding-top: 218px;
}

.section-1---about.full-width-image-right {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 300px;
  padding-bottom: 314px;
  position: relative;
  overflow: hidden;
}

.section-1---about.full-width-image-right.v3 {
  padding-top: 192px;
  padding-bottom: 220px;
}

.section-1---about.image-bottom {
  z-index: 0;
  background-color: #0000;
  padding-top: 234px;
  display: flex;
  position: relative;
}

.section-1---about.pd-bottom-200px {
  padding-bottom: 200px;
}

.section-1---about.pd-bottom-200px.border-radius-bottom-118px {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 175px;
  padding-bottom: 150px;
  display: flex;
}

.section-1---about.pd-bottom-200px.bg-transparent {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-1---about.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section-1---about.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.section-1---about.pd-bottom-224px {
  padding-bottom: 224px;
}

.section-1---about.pd-bottom-160px {
  padding-bottom: 160px;
}

.section-1---about.home-sales {
  z-index: 0;
  background-color: var(--neutral--800);
  border-bottom-left-radius: 116px;
  padding-top: 234px;
  padding-bottom: 155px;
  position: relative;
  overflow: hidden;
}

.section-4---about {
  flex-direction: column;
  align-items: center;
  padding-top: 248px;
  padding-bottom: 248px;
  display: flex;
}

.s1-about---text-container {
  text-align: center;
}

.s1-about---top-container._740px {
  max-width: 740px;
}

.s1-about---top-container._600px {
  max-width: 600px;
}

.s1-about---top-container.center {
  margin-left: auto;
  margin-right: auto;
}

.s1-about---top-container._574px {
  max-width: 574px;
}

.s1-about---top-container._460px {
  max-width: 460px;
}

.s1-about---top-container._500px {
  max-width: 700px;
}

.s1-about---top-container._900px {
  max-width: 900px;
}

.s1-about---top-container._490px {
  max-width: 490px;
}

.s1-about---top-container._700px {
  max-width: 700px;
}

.s1-about---top-container._640px {
  max-width: 640px;
}

.s1-about---top-container._46 {
  max-width: 46%;
}

.s1-about---top-container._60 {
  max-width: 60%;
}

.s1-about---top-container._60._100-mbl {
  max-width: 80%;
}

.s1-about---top-container._486px {
  max-width: 486px;
}

.s1-about---top-container._550px {
  max-width: 550px;
}

.s1-about---top-container._300px {
  max-width: 300px;
}

.s1-about---top-container._576px {
  max-width: 576px;
}

.s1-about---top-container._576px._100-tablet {
  max-width: 550px;
}

.s1-about---top-container._540px {
  max-width: 600px;
}

.s1-about---top-container._544px {
  max-width: 544px;
}

.s1-about---top-container._484px {
  max-width: 484px;
}

.s1-about---top-container._566px {
  max-width: 566px;
}

.s1-about---top-container._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.s1-about---top-container._44 {
  max-width: 44%;
}

.s1-about---top-container._424px {
  max-width: 424px;
}

.s1-about---top-container._614px {
  max-width: 550px;
}

.s1-about---top-container._518px {
  max-width: 518px;
}

.s1-about---top-container._552px {
  max-width: 552px;
}

.s1-about---top-container._400px {
  max-width: 400px;
}

.s1-about---top-container._760px {
  max-width: 760px;
}

.s1-about---top-container._760px.center {
  max-width: 100%;
}

.s1-about---top-container._594px {
  max-width: 594px;
}

.s1-about---top-container._512px {
  max-width: 512px;
}

.s1-about---top-container._536px {
  max-width: 536px;
}

.s1-about---top-container._448px {
  max-width: 448px;
}

.s1-about---top-container._330px {
  max-width: 330px;
}

.s1-about---top-container._748px {
  max-width: 748px;
}

.s1-about---top-container._374px {
  max-width: 374px;
}

.s1-about---top-container._432px {
  max-width: 432px;
}

.s1-about---top-container._620px {
  max-width: 620px;
}

.s1-about---top-container._522px {
  max-width: 522px;
}

.s1-about---top-container._436px {
  max-width: 436px;
}

.s1-about---top-container._468px {
  max-width: 468px;
}

.s1-about---top-container._584px {
  max-width: 584px;
}

.s1-about---top-container._472px {
  max-width: 472px;
}

.s1-about---top-container._714px {
  max-width: 714px;
}

.s1-about---top-container._48px {
  max-width: 48px;
}

.s1-about---top-container._840px {
  max-width: 840px;
}

.s1-about---top-container._804px {
  max-width: 804px;
}

.s1-about---top-container._430px {
  max-width: 430px;
}

.s1-about---bottom-container.center {
  margin-left: auto;
  margin-right: auto;
}

.s1-about---bottom-container._678px {
  max-width: 678px;
}

.s1-about---bottom-container._678px.center {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.s1-about---bottom-container._430px {
  max-width: 430px;
}

.s1-about---heading {
  color: var(--neutral--800);
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.s1-about---heading.color-neutral-100 {
  color: var(--neutral--100);
}

.s1-about---heading.color-neutral-100.mg-bottom-20px {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.s1-about---body {
  color: var(--neutral--300);
}

.s1-about---body.mg-bottom-0 {
  max-width: 650px;
  font-size: 14px;
  line-height: 1.8;
}

.s2-about---container {
  width: 85%;
}

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

.s2-about---right-div._740px {
  max-width: 740px;
}

.s2-about---right-div._600px {
  max-width: 600px;
}

.s2-about---right-div.center {
  margin-left: auto;
  margin-right: auto;
}

.s2-about---right-div._574px {
  max-width: 574px;
}

.s2-about---right-div._460px {
  max-width: 460px;
}

.s2-about---right-div._500px {
  max-width: 700px;
}

.s2-about---right-div._900px {
  max-width: 900px;
}

.s2-about---right-div._490px {
  max-width: 490px;
}

.s2-about---right-div._700px {
  max-width: 700px;
}

.s2-about---right-div._640px {
  max-width: 640px;
}

.s2-about---right-div._46 {
  max-width: 46%;
}

.s2-about---right-div._60 {
  max-width: 60%;
}

.s2-about---right-div._60._100-mbl {
  max-width: 80%;
}

.s2-about---right-div._486px {
  max-width: 486px;
}

.s2-about---right-div._550px {
  max-width: 550px;
}

.s2-about---right-div._300px {
  max-width: 300px;
}

.s2-about---right-div._576px {
  max-width: 576px;
}

.s2-about---right-div._576px._100-tablet {
  max-width: 550px;
}

.s2-about---right-div._540px {
  max-width: 600px;
}

.s2-about---right-div._544px {
  max-width: 544px;
}

.s2-about---right-div._484px {
  max-width: 484px;
}

.s2-about---right-div._566px {
  max-width: 566px;
}

.s2-about---right-div._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.s2-about---right-div._44 {
  max-width: 44%;
}

.s2-about---right-div._424px {
  max-width: 424px;
}

.s2-about---right-div._614px {
  max-width: 550px;
}

.s2-about---right-div._518px {
  max-width: 518px;
}

.s2-about---right-div._552px {
  max-width: 552px;
}

.s2-about---right-div._400px {
  max-width: 400px;
}

.s2-about---right-div._760px {
  max-width: 760px;
}

.s2-about---right-div._760px.center {
  max-width: 100%;
}

.s2-about---right-div._594px {
  max-width: 594px;
}

.s2-about---right-div._512px {
  max-width: 512px;
}

.s2-about---right-div._536px {
  max-width: 536px;
}

.s2-about---right-div._448px {
  max-width: 448px;
}

.s2-about---right-div._330px {
  max-width: 330px;
}

.s2-about---right-div._748px {
  max-width: 748px;
}

.s2-about---right-div._374px {
  max-width: 374px;
}

.s2-about---right-div._432px {
  max-width: 432px;
}

.s2-about---right-div._620px {
  max-width: 620px;
}

.s2-about---right-div._522px {
  max-width: 522px;
}

.s2-about---right-div._436px {
  max-width: 436px;
}

.s2-about---right-div._468px {
  max-width: 468px;
}

.s2-about---right-div._584px {
  max-width: 584px;
}

.s2-about---right-div._472px {
  max-width: 472px;
}

.s2-about---right-div._714px {
  max-width: 714px;
}

.s2-about---right-div._48px {
  max-width: 48px;
}

.s2-about---right-div._840px {
  max-width: 840px;
}

.s2-about---right-div._804px {
  max-width: 804px;
}

.s2-about---right-div._430px {
  max-width: 430px;
}

.s2-about---heading {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s2-about---heading.mg-bottom-24px, .s2-about---heading.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.s2-about---heading.color-neutral-100 {
  color: var(--neutral--100);
}

.s2-about---heading.color-neutral-100.mg-bottom-32px {
  font-size: 45px;
}

.s2-about---heading.color-neutral-600 {
  color: var(--neutral--600);
}

.s2-about---heading.mg-bottom-32px {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1.2;
}

.s2-about---body-container._740px {
  max-width: 740px;
}

.s2-about---body-container._600px {
  max-width: 600px;
}

.s2-about---body-container.center {
  margin-left: auto;
  margin-right: auto;
}

.s2-about---body-container._574px {
  max-width: 574px;
}

.s2-about---body-container._460px {
  max-width: 460px;
}

.s2-about---body-container._500px {
  max-width: 700px;
}

.s2-about---body-container._900px {
  max-width: 900px;
}

.s2-about---body-container._490px {
  max-width: 490px;
}

.s2-about---body-container._700px {
  max-width: 700px;
}

.s2-about---body-container._640px {
  max-width: 640px;
}

.s2-about---body-container._46 {
  max-width: 46%;
}

.s2-about---body-container._60 {
  max-width: 60%;
}

.s2-about---body-container._60._100-mbl {
  max-width: 80%;
}

.s2-about---body-container._486px {
  max-width: 486px;
}

.s2-about---body-container._550px {
  max-width: 550px;
}

.s2-about---body-container._300px {
  max-width: 300px;
}

.s2-about---body-container._576px {
  max-width: 576px;
}

.s2-about---body-container._576px._100-tablet {
  max-width: 550px;
}

.s2-about---body-container._540px {
  max-width: 600px;
}

.s2-about---body-container._544px {
  max-width: 544px;
}

.s2-about---body-container._484px {
  max-width: 484px;
}

.s2-about---body-container._566px {
  max-width: 566px;
}

.s2-about---body-container._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.s2-about---body-container._44 {
  max-width: 44%;
}

.s2-about---body-container._424px {
  max-width: 424px;
}

.s2-about---body-container._614px {
  max-width: 550px;
}

.s2-about---body-container._518px {
  max-width: 518px;
}

.s2-about---body-container._552px {
  max-width: 552px;
}

.s2-about---body-container._400px {
  max-width: 400px;
}

.s2-about---body-container._760px {
  max-width: 760px;
}

.s2-about---body-container._760px.center {
  max-width: 100%;
}

.s2-about---body-container._594px {
  max-width: 594px;
}

.s2-about---body-container._512px {
  max-width: 512px;
}

.s2-about---body-container._536px {
  max-width: 536px;
}

.s2-about---body-container._448px {
  max-width: 448px;
}

.s2-about---body-container._330px {
  max-width: 330px;
}

.s2-about---body-container._748px {
  max-width: 748px;
}

.s2-about---body-container._374px {
  max-width: 374px;
}

.s2-about---body-container._432px {
  max-width: 432px;
}

.s2-about---body-container._620px {
  max-width: 620px;
}

.s2-about---body-container._522px {
  max-width: 522px;
}

.s2-about---body-container._436px {
  max-width: 436px;
}

.s2-about---body-container._468px {
  max-width: 468px;
}

.s2-about---body-container._584px {
  max-width: 584px;
}

.s2-about---body-container._472px {
  max-width: 472px;
}

.s2-about---body-container._714px {
  max-width: 714px;
}

.s2-about---body-container._48px {
  max-width: 48px;
}

.s2-about---body-container._840px {
  max-width: 840px;
}

.s2-about---body-container._804px {
  max-width: 804px;
}

.s2-about---body-container._430px {
  max-width: 430px;
}

.s2-about---text-container {
  padding-left: 44px;
}

.s2-about---body {
  color: var(--neutral--700);
  font-size: 14px;
  line-height: 1.8;
}

.s2-about---body.mg-bottom-0 {
  color: #0b0b0b;
  font-size: 14px;
  line-height: 1.8;
}

.s2-about---body.mg-bottom-48px {
  height: auto;
}

.s2-about---body.mg-bottom-0-mbl {
  text-align: center;
  max-width: 650px;
}

.s2-about---body.mg-bottom-20px {
  font-size: 15px;
}

.s2-about---image {
  border-radius: 40px;
  max-width: 475px;
  transform: translate(0);
}

.s3-about---container {
  width: 85%;
}

.s3-about---image {
  border-radius: 40px;
  transform: translate(0);
}

.s3-about---image.fit-cover {
  object-fit: cover;
  background-color: #000;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.s3-about---text-container {
  padding-left: 44px;
}

.s3-about---heading {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s3-about---heading.mg-bottom-24px, .s3-about---heading.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.s3-about---heading.color-neutral-100 {
  color: var(--neutral--100);
}

.s3-about---heading.color-neutral-100.mg-bottom-32px {
  font-size: 45px;
}

.s3-about---heading.color-neutral-600 {
  color: var(--neutral--600);
}

.s3-about---heading.mg-bottom-32px {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1.2;
}

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

.s3-about---left-div._740px {
  max-width: 740px;
}

.s3-about---left-div._600px {
  max-width: 600px;
}

.s3-about---left-div.center {
  margin-left: auto;
  margin-right: auto;
}

.s3-about---left-div._574px {
  max-width: 574px;
}

.s3-about---left-div._460px {
  max-width: 460px;
}

.s3-about---left-div._500px {
  max-width: 700px;
}

.s3-about---left-div._900px {
  max-width: 900px;
}

.s3-about---left-div._490px {
  max-width: 490px;
}

.s3-about---left-div._700px {
  max-width: 700px;
}

.s3-about---left-div._640px {
  max-width: 640px;
}

.s3-about---left-div._46 {
  max-width: 46%;
}

.s3-about---left-div._60 {
  max-width: 60%;
}

.s3-about---left-div._60._100-mbl {
  max-width: 80%;
}

.s3-about---left-div._486px {
  max-width: 486px;
}

.s3-about---left-div._550px {
  max-width: 550px;
}

.s3-about---left-div._300px {
  max-width: 300px;
}

.s3-about---left-div._576px {
  max-width: 576px;
}

.s3-about---left-div._576px._100-tablet {
  max-width: 550px;
}

.s3-about---left-div._540px {
  max-width: 600px;
}

.s3-about---left-div._544px {
  max-width: 544px;
}

.s3-about---left-div._484px {
  max-width: 484px;
}

.s3-about---left-div._566px {
  max-width: 566px;
}

.s3-about---left-div._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.s3-about---left-div._44 {
  max-width: 44%;
}

.s3-about---left-div._424px {
  max-width: 424px;
}

.s3-about---left-div._614px {
  max-width: 550px;
}

.s3-about---left-div._518px {
  max-width: 518px;
}

.s3-about---left-div._552px {
  max-width: 552px;
}

.s3-about---left-div._400px {
  max-width: 400px;
}

.s3-about---left-div._760px {
  max-width: 760px;
}

.s3-about---left-div._760px.center {
  max-width: 100%;
}

.s3-about---left-div._594px {
  max-width: 594px;
}

.s3-about---left-div._512px {
  max-width: 512px;
}

.s3-about---left-div._536px {
  max-width: 536px;
}

.s3-about---left-div._448px {
  max-width: 448px;
}

.s3-about---left-div._330px {
  max-width: 330px;
}

.s3-about---left-div._748px {
  max-width: 748px;
}

.s3-about---left-div._374px {
  max-width: 374px;
}

.s3-about---left-div._432px {
  max-width: 432px;
}

.s3-about---left-div._620px {
  max-width: 620px;
}

.s3-about---left-div._522px {
  max-width: 522px;
}

.s3-about---left-div._436px {
  max-width: 436px;
}

.s3-about---left-div._468px {
  max-width: 468px;
}

.s3-about---left-div._584px {
  max-width: 584px;
}

.s3-about---left-div._472px {
  max-width: 472px;
}

.s3-about---left-div._714px {
  max-width: 714px;
}

.s3-about---left-div._48px {
  max-width: 48px;
}

.s3-about---left-div._840px {
  max-width: 840px;
}

.s3-about---left-div._804px {
  max-width: 804px;
}

.s3-about---left-div._430px {
  max-width: 430px;
}

.s3-about---left-body {
  color: var(--neutral--300);
}

.s3-about---left-body.mg-top-auto.text-center-tablet {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.s3-about---left-body.mg-bottom-0 {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
}

.s3-about---left-body.mg-bottom-0.center {
  text-align: center;
}

.s3-about---left-body.mg-bottom-0.center.max-width {
  max-width: 800px;
}

.s3-about---left-body.no-margin {
  max-width: 360px;
  font-size: 14px;
}

.s3-about---right-body {
  color: var(--neutral--300);
}

.s3-about---right-body.mg-top-auto.text-center-tablet {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.s3-about---right-body.mg-bottom-0 {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
}

.s3-about---right-body.mg-bottom-0.center {
  text-align: center;
}

.s3-about---right-body.mg-bottom-0.center.max-width {
  max-width: 800px;
}

.s3-about---right-body.no-margin {
  max-width: 360px;
  font-size: 14px;
}

.s3-about---background {
  background-color: var(--neutral--100);
}

.s3-about---background.bottom-68 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 68%;
}

.s4-about---container {
  width: 85%;
}

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

.s4-about---grid.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.s4-about---grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.s4-about---grid.form {
  grid-column-gap: 64px;
  grid-row-gap: 35px;
  align-items: start;
}

.s4-about---grid.form.gap-column-40px {
  grid-column-gap: 40px;
}

.s4-about---grid.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 48px;
}

.s4-about---grid.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.s4-about---grid.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.s4-about---grid.changelog-item.first {
  padding-top: 0;
}

.s4-about---grid.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.s4-about---grid.dropdown-main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

.s4-about---grid.gap-row-16px {
  align-content: center;
}

.s4-about---grid._1fr---1-18fr {
  grid-template-columns: 1fr 1.18fr;
}

.s4-about---grid.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.s4-about---grid._1fr---1-8fr {
  grid-template-columns: 1fr 1.8fr;
}

.s4-about---grid._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

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

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

.s4-about---grid.gap-row-130px {
  grid-row-gap: 130px;
}

.s4-about---grid._1-8fr---1fr {
  grid-template-columns: 1.8fr 1fr;
}

.s4-about---grid._1-8fr---1fr.gap-row-16px {
  grid-template-columns: 1.8fr;
  justify-items: center;
}

.s4-about---grid.columns-auto {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
}

.s4-about---grid._1fr---2-1fr {
  grid-template-columns: 1fr 2.1fr;
}

.s4-about---grid.gap-column-0 {
  grid-column-gap: 0px;
}

.s4-about---grid._1fr---1-22fr {
  grid-template-columns: 1fr 1.22fr;
}

.s4-about---grid._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

.s4-about---grid.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto;
}

.s4-about---grid._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.s4-about---grid._1fr---2-05fr.gap-row-64px {
  grid-column-gap: 46px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.s4-about---sticky-top {
  position: sticky;
  top: 24px;
}

.s4-about---sticky-top.static-mbl {
  top: 120px;
}

.s4-about---sticky-container._740px {
  max-width: 740px;
}

.s4-about---sticky-container._600px {
  max-width: 600px;
}

.s4-about---sticky-container.center {
  margin-left: auto;
  margin-right: auto;
}

.s4-about---sticky-container._574px {
  max-width: 574px;
}

.s4-about---sticky-container._460px {
  max-width: 460px;
}

.s4-about---sticky-container._500px {
  max-width: 700px;
}

.s4-about---sticky-container._900px {
  max-width: 900px;
}

.s4-about---sticky-container._490px {
  max-width: 490px;
}

.s4-about---sticky-container._700px {
  max-width: 700px;
}

.s4-about---sticky-container._640px {
  max-width: 640px;
}

.s4-about---sticky-container._46 {
  max-width: 46%;
}

.s4-about---sticky-container._60 {
  max-width: 60%;
}

.s4-about---sticky-container._60._100-mbl {
  max-width: 80%;
}

.s4-about---sticky-container._486px {
  max-width: 486px;
}

.s4-about---sticky-container._550px {
  max-width: 550px;
}

.s4-about---sticky-container._300px {
  max-width: 300px;
}

.s4-about---sticky-container._576px {
  max-width: 576px;
}

.s4-about---sticky-container._576px._100-tablet {
  max-width: 550px;
}

.s4-about---sticky-container._540px {
  max-width: 600px;
}

.s4-about---sticky-container._544px {
  max-width: 544px;
}

.s4-about---sticky-container._484px {
  max-width: 484px;
}

.s4-about---sticky-container._566px {
  max-width: 566px;
}

.s4-about---sticky-container._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.s4-about---sticky-container._44 {
  max-width: 44%;
}

.s4-about---sticky-container._424px {
  max-width: 424px;
}

.s4-about---sticky-container._614px {
  max-width: 550px;
}

.s4-about---sticky-container._518px {
  max-width: 518px;
}

.s4-about---sticky-container._552px {
  max-width: 552px;
}

.s4-about---sticky-container._400px {
  max-width: 400px;
}

.s4-about---sticky-container._760px {
  max-width: 760px;
}

.s4-about---sticky-container._760px.center {
  max-width: 100%;
}

.s4-about---sticky-container._594px {
  max-width: 594px;
}

.s4-about---sticky-container._512px {
  max-width: 512px;
}

.s4-about---sticky-container._536px {
  max-width: 536px;
}

.s4-about---sticky-container._448px {
  max-width: 448px;
}

.s4-about---sticky-container._330px {
  max-width: 330px;
}

.s4-about---sticky-container._748px {
  max-width: 748px;
}

.s4-about---sticky-container._374px {
  max-width: 374px;
}

.s4-about---sticky-container._432px {
  max-width: 432px;
}

.s4-about---sticky-container._620px {
  max-width: 620px;
}

.s4-about---sticky-container._522px {
  max-width: 522px;
}

.s4-about---sticky-container._436px {
  max-width: 436px;
}

.s4-about---sticky-container._468px {
  max-width: 468px;
}

.s4-about---sticky-container._584px {
  max-width: 584px;
}

.s4-about---sticky-container._472px {
  max-width: 472px;
}

.s4-about---sticky-container._714px {
  max-width: 714px;
}

.s4-about---sticky-container._48px {
  max-width: 48px;
}

.s4-about---sticky-container._840px {
  max-width: 840px;
}

.s4-about---sticky-container._804px {
  max-width: 804px;
}

.s4-about---sticky-container._430px {
  max-width: 430px;
}

.s4-about---sticky-wrapper {
  padding-left: 48px;
}

.s4-about---heading {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.s4-about---heading.mg-bottom-24px, .s4-about---heading.mg-bottom-0 {
  font-size: 45px;
  line-height: 1.2;
}

.s4-about---heading.color-neutral-100 {
  color: var(--neutral--100);
}

.s4-about---heading.color-neutral-100.mg-bottom-32px {
  font-size: 45px;
}

.s4-about---heading.color-neutral-600 {
  color: var(--neutral--600);
}

.s4-about---heading.mg-bottom-32px {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 1.2;
}

.s4-about---number {
  font-size: 100px;
  line-height: 1.2em;
}

.s4-about---inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.s4-about---inner-container._678px {
  max-width: 678px;
}

.s4-about---inner-container._678px.center {
  max-width: 800px;
}

.s4-about---inner-container._430px {
  max-width: 430px;
}

.s4-about---item-body {
  color: var(--neutral--700);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.s4-about---item-body.mg-bottom-0 {
  color: #0b0b0b;
  font-size: 14px;
  line-height: 1.8;
}

.s4-about---item-body.mg-bottom-48px {
  height: auto;
}

.s4-about---item-body.mg-bottom-0-mbl {
  text-align: center;
  max-width: 650px;
}

.section-1---contact {
  background-color: #0b0b0b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -96px;
  margin-bottom: -40px;
  padding-top: 236px;
  padding-bottom: 140px;
  display: flex;
}

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

.s1-contact---grid.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.s1-contact---grid._1-col-tablet.gap-row-64px {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .5fr;
}

.s1-contact---grid.form {
  grid-column-gap: 64px;
  grid-row-gap: 35px;
  align-items: start;
}

.s1-contact---grid.form.gap-column-40px {
  grid-column-gap: 40px;
}

.s1-contact---grid.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 48px;
}

.s1-contact---grid.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.s1-contact---grid.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.s1-contact---grid.changelog-item.first {
  padding-top: 0;
}

.s1-contact---grid.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.s1-contact---grid.dropdown-main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

.s1-contact---grid.gap-row-16px {
  align-content: center;
}

.s1-contact---grid._1fr---1-18fr {
  grid-template-columns: 1fr 1.18fr;
}

.s1-contact---grid.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.s1-contact---grid._1fr---1-8fr {
  grid-template-columns: 1fr 1.8fr;
}

.s1-contact---grid._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

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

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

.s1-contact---grid.gap-row-130px {
  grid-row-gap: 130px;
}

.s1-contact---grid._1-8fr---1fr {
  grid-template-columns: 1.8fr 1fr;
}

.s1-contact---grid._1-8fr---1fr.gap-row-16px {
  grid-template-columns: 1.8fr;
  justify-items: center;
}

.s1-contact---grid.columns-auto {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
}

.s1-contact---grid._1fr---2-1fr {
  grid-template-columns: 1fr 2.1fr;
}

.s1-contact---grid.gap-column-0 {
  grid-column-gap: 0px;
}

.s1-contact---grid._1fr---1-22fr {
  grid-template-columns: 1fr 1.22fr;
}

.s1-contact---grid._1-4fr---1fr {
  grid-template-columns: 1.4fr 1fr;
}

.s1-contact---grid.pricing-table-mb-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto;
}

.s1-contact---grid._1fr---2-05fr {
  grid-template-columns: 1fr 2.05fr;
}

.s1-contact---grid._1fr---2-05fr.gap-row-64px {
  grid-column-gap: 46px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.s1-contact---phone-container {
  display: flex;
}

.s1-contact---phone-container.align-start {
  align-items: flex-start;
}

.s1-contact---phone-container.align-center {
  align-items: center;
}

.s1-contact---phone-container.align-end {
  align-items: flex-end;
}

.s1-contact---phone-container.align-end.mg-bottom-6px {
  justify-content: center;
}

.s1-contact---phone-container.justify-space-between {
  justify-content: space-between;
}

.s1-contact---phone-container.children-wrap {
  flex-wrap: wrap;
}

.s1-contact---phone-container.justify-end {
  justify-content: flex-end;
}

.s1-contact---email-container {
  display: flex;
}

.s1-contact---email-container.align-start {
  align-items: flex-start;
}

.s1-contact---email-container.align-center {
  align-items: center;
}

.s1-contact---email-container.align-end {
  align-items: flex-end;
}

.s1-contact---email-container.align-end.mg-bottom-6px {
  justify-content: center;
}

.s1-contact---email-container.justify-space-between {
  justify-content: space-between;
}

.s1-contact---email-container.children-wrap {
  flex-wrap: wrap;
}

.s1-contact---email-container.justify-end {
  justify-content: flex-end;
}

.landing-6-body {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-41.www, .text-block-41.ww, .text-block-41.w {
  display: none;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #ffffffcf;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.top-section-image-bottom---bg-2 {
  z-index: -1;
  background-color: #0b0b0b;
  border-bottom-right-radius: 120px;
  position: absolute;
  inset: 0% 0% 274px;
}

.hero-dd-body-bottom {
  color: var(--neutral--300);
}

.hero-dd-body-bottom.mg-bottom-32px {
  font-size: 15px;
}

.grid, .div-block-53, .link-block {
  display: none;
}

.wd-6-body-mobile {
  color: var(--neutral--300);
}

.wd-6-body-mobile.mg-bottom-0 {
  color: #ff9f00;
  max-width: 600px;
  margin-top: 15px;
  line-height: 1.8;
}

.landing-6-body-mobile {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-size: 14px;
  line-height: 1.8;
  display: none;
}

.div-block-55 {
  margin-right: 15%;
}

.div-block-56 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.copyright-container._740px {
  max-width: 740px;
}

.copyright-container._600px {
  max-width: 600px;
}

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

.copyright-container._574px {
  max-width: 574px;
}

.copyright-container._460px {
  max-width: 460px;
}

.copyright-container._500px {
  max-width: 700px;
}

.copyright-container._900px {
  max-width: 900px;
}

.copyright-container._490px {
  max-width: 490px;
}

.copyright-container._700px {
  max-width: 700px;
}

.copyright-container._640px {
  max-width: 640px;
}

.copyright-container._46 {
  max-width: 46%;
}

.copyright-container._60 {
  max-width: 60%;
}

.copyright-container._60._100-mbl {
  max-width: 80%;
}

.copyright-container._486px {
  max-width: 486px;
}

.copyright-container._550px {
  max-width: 550px;
}

.copyright-container._300px {
  max-width: 300px;
}

.copyright-container._576px {
  max-width: 576px;
}

.copyright-container._576px._100-tablet {
  max-width: 550px;
}

.copyright-container._540px {
  max-width: 600px;
}

.copyright-container._544px {
  max-width: 544px;
}

.copyright-container._484px {
  max-width: 484px;
}

.copyright-container._566px {
  max-width: 566px;
}

.copyright-container._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  min-width: 450px;
  max-width: 100%;
  display: flex;
}

.copyright-container._44 {
  max-width: 44%;
}

.copyright-container._424px {
  max-width: 424px;
}

.copyright-container._614px {
  max-width: 550px;
}

.copyright-container._518px {
  max-width: 518px;
}

.copyright-container._552px {
  max-width: 552px;
}

.copyright-container._400px {
  max-width: 400px;
}

.copyright-container._760px {
  max-width: 760px;
}

.copyright-container._760px.center {
  max-width: 100%;
}

.copyright-container._594px {
  max-width: 594px;
}

.copyright-container._512px {
  max-width: 512px;
}

.copyright-container._536px {
  max-width: 536px;
}

.copyright-container._448px {
  max-width: 448px;
}

.copyright-container._330px {
  max-width: 330px;
}

.copyright-container._748px {
  max-width: 748px;
}

.copyright-container._374px {
  max-width: 374px;
}

.copyright-container._432px {
  max-width: 432px;
}

.copyright-container._620px {
  max-width: 620px;
}

.copyright-container._522px {
  max-width: 522px;
}

.copyright-container._436px {
  max-width: 436px;
}

.copyright-container._468px {
  max-width: 468px;
}

.copyright-container._584px {
  max-width: 584px;
}

.copyright-container._472px {
  max-width: 472px;
}

.copyright-container._714px {
  max-width: 714px;
}

.copyright-container._48px {
  max-width: 48px;
}

.copyright-container._840px {
  max-width: 840px;
}

.copyright-container._804px {
  max-width: 804px;
}

.copyright-container._430px {
  max-width: 430px;
}

.copyright-containerr._740px {
  max-width: 740px;
}

.copyright-containerr._600px {
  max-width: 600px;
}

.copyright-containerr.center {
  margin-left: auto;
  margin-right: auto;
}

.copyright-containerr._574px {
  max-width: 574px;
}

.copyright-containerr._460px {
  max-width: 460px;
}

.copyright-containerr._500px {
  max-width: 700px;
}

.copyright-containerr._900px {
  max-width: 900px;
}

.copyright-containerr._490px {
  max-width: 490px;
}

.copyright-containerr._700px {
  max-width: 700px;
}

.copyright-containerr._640px {
  max-width: 640px;
}

.copyright-containerr._46 {
  max-width: 46%;
}

.copyright-containerr._60 {
  max-width: 60%;
}

.copyright-containerr._60._100-mbl {
  max-width: 80%;
}

.copyright-containerr._486px {
  max-width: 486px;
}

.copyright-containerr._550px {
  max-width: 550px;
}

.copyright-containerr._300px {
  max-width: 300px;
}

.copyright-containerr._576px {
  max-width: 576px;
}

.copyright-containerr._576px._100-tablet {
  max-width: 550px;
}

.copyright-containerr._540px {
  max-width: 600px;
}

.copyright-containerr._544px {
  max-width: 544px;
}

.copyright-containerr._484px {
  max-width: 484px;
}

.copyright-containerr._566px {
  max-width: 566px;
}

.copyright-containerr._566px._100-tablet {
  justify-content: center;
  align-items: flex-start;
  min-width: 450px;
  max-width: 100%;
  display: flex;
}

.copyright-containerr._44 {
  max-width: 44%;
}

.copyright-containerr._424px {
  max-width: 424px;
}

.copyright-containerr._614px {
  max-width: 550px;
}

.copyright-containerr._518px {
  max-width: 518px;
}

.copyright-containerr._552px {
  max-width: 552px;
}

.copyright-containerr._400px {
  max-width: 400px;
}

.copyright-containerr._760px {
  max-width: 760px;
}

.copyright-containerr._760px.center {
  max-width: 100%;
}

.copyright-containerr._594px {
  max-width: 594px;
}

.copyright-containerr._512px {
  max-width: 512px;
}

.copyright-containerr._536px {
  max-width: 536px;
}

.copyright-containerr._448px {
  max-width: 448px;
}

.copyright-containerr._330px {
  max-width: 330px;
}

.copyright-containerr._748px {
  max-width: 748px;
}

.copyright-containerr._374px {
  max-width: 374px;
}

.copyright-containerr._432px {
  max-width: 432px;
}

.copyright-containerr._620px {
  max-width: 620px;
}

.copyright-containerr._522px {
  max-width: 522px;
}

.copyright-containerr._436px {
  max-width: 436px;
}

.copyright-containerr._468px {
  max-width: 468px;
}

.copyright-containerr._584px {
  max-width: 584px;
}

.copyright-containerr._472px {
  max-width: 472px;
}

.copyright-containerr._714px {
  max-width: 714px;
}

.copyright-containerr._48px {
  max-width: 48px;
}

.copyright-containerr._840px {
  max-width: 840px;
}

.copyright-containerr._804px {
  max-width: 804px;
}

.copyright-containerr._430px {
  max-width: 430px;
}

.home-5-body-mobile {
  color: var(--neutral--300);
}

.home-5-body-mobile.mg-bottom-0 {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
}

.home-5-body-mobile.mg-bottom-0.is2 {
  margin-top: 15px;
}

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

.heading-17 {
  color: #fff;
  font-size: 20px;
}

.webflow {
  min-height: 0;
  max-height: 30px;
}

.wordpress, .shopify {
  min-height: 0;
  max-height: 35px;
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.form-step-number---brix {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  background-color: var(--system--orange-300);
  color: #fff;
  background-image: linear-gradient(to right, #d8911e, #e27f0a);
  font-weight: 700;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: var(--neutral--200);
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.cloneable-container-default {
  background-color: #fff;
  border-radius: 20px;
  min-height: 624px;
  padding-top: 100px;
  padding-bottom: 50px;
  transform: translate(0);
}

.slider---brix {
  background-color: #0000;
  max-width: 750px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.step-title-wrap---brix {
  margin-bottom: 30px;
}

.slide---brix {
  margin-right: 80px;
}

.submit-button---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px #4a3aff2e;
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff4d;
}

.step-title---brix {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.title-container---brix {
  z-index: 2;
  text-align: center;
  max-width: 518px;
  position: relative;
}

.mask---brix {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.submit-content-wrapper---brix {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.display-none {
  display: none;
}

.form-content---brix {
  border-top: 1px solid #d9dbe9;
  padding-top: 30px;
  padding-bottom: 80px;
  overflow: visible;
}

.multi-step-form-wrapper---brix {
  background-color: var(--neutral--800);
  border-radius: 34px;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 7px #000;
}

.multi-step-form-wrapper---brix.preview-page {
  background-color: var(--neutral--200);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 25px;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 16px;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px #4a3aff03, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.select-item-icon---brix {
  margin-right: 12px;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.multi-step-form-text-field---brix {
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px #13124212;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1312421f;
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.phone-icon---brix {
  color: var(--neutral--800);
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 12px;
  min-height: 50px;
  font-size: 15px;
}

.multi-step-form-text-field---brix.phone-icon---brix:hover, .multi-step-form-text-field---brix.phone-icon---brix:focus {
  background-image: url('../images/phone.png');
  border-color: #ff9f00;
}

.multi-step-form-text-field---brix.phone-icon---brix::placeholder {
  color: var(--neutral--600);
  font-size: 15px;
}

.multi-step-form-text-field---brix.phone-icon---brix.no-icon {
  background-image: none;
}

.multi-step-form-text-field---brix.company-icon---brix {
  color: var(--neutral--800);
  background-image: url('../images/Group-118.png');
  border-radius: 12px;
  min-height: 50px;
  font-size: 15px;
}

.multi-step-form-text-field---brix.company-icon---brix:hover, .multi-step-form-text-field---brix.company-icon---brix:focus {
  background-image: url('../images/Last-Name-Icon.png');
  border-color: #ff9f00;
}

.multi-step-form-text-field---brix.company-icon---brix::placeholder {
  color: var(--neutral--600);
  font-size: 15px;
}

.multi-step-form-text-field---brix.name-icon---brix {
  color: var(--neutral--800);
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  min-height: 50px;
  padding-bottom: 20px;
  font-size: 15px;
}

.multi-step-form-text-field---brix.name-icon---brix:hover {
  background-image: url('../images/First-Name.png');
  border-width: 2px;
  border-color: #ff9f00;
}

.multi-step-form-text-field---brix.name-icon---brix:focus {
  background-image: url('../images/First-Name.png');
  border-color: #ff9f00;
}

.multi-step-form-text-field---brix.name-icon---brix::placeholder {
  color: var(--neutral--600);
  font-family: Onest, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.multi-step-form-text-field---brix.email-icon---brix {
  color: var(--neutral--800);
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 12px;
  min-height: 50px;
  font-size: 15px;
}

.multi-step-form-text-field---brix.email-icon---brix:hover, .multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: url('../images/Email.png');
  border-color: #ff9f00;
}

.multi-step-form-text-field---brix.email-icon---brix::placeholder {
  color: var(--neutral--600);
  font-size: 15px;
}

.multi-step-form-text-field---brix.email-icon---brix.no-icon {
  background-image: none;
}

.step-paragraph---brix {
  margin-bottom: 0;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.radio-button-2 {
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px #14142b14;
}

.radio-button-2.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.multi-step-form---brix {
  background-color: var(--neutral--800);
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 54px 34px #4a3aff05, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  inset: 682px auto auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  color: #4a3aff00;
  background-color: #fff0;
  border-color: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  top: 505px;
  left: 20px;
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  top: 505px;
  right: 20px;
}

.form-step-progress-bar---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #4a3aff;
  background-image: linear-gradient(to right, #dba117, #f08b10);
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: #4a3aff;
  background-image: linear-gradient(to right, #dba117, #f08b10);
  width: 50%;
}

.multi-step-form-label---brix {
  color: #fff;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  color: var(--neutral--800);
  margin-bottom: 0;
  position: relative;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.heading-18 {
  color: var(--neutral--100);
  font-size: 45px;
}

.paragraph-5 {
  color: var(--neutral--100);
  font-size: 15px;
}

.text-block-43 {
  color: var(--neutral--800);
  font-weight: 500;
}

.text-block-44 {
  color: #fff;
}

.div-block-57 {
  z-index: 2;
  max-width: 475px;
  position: relative;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.submit-button {
  color: var(--neutral--100);
  background-color: #fff0;
  border: 2px solid #ff9f00;
  border-radius: 12px;
  width: 200px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-17 {
  z-index: 1;
  opacity: .6;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.success-message-2 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 34px;
  height: 270px;
}

.div-block-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-19 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.text-block-45 {
  color: var(--neutral--300);
  font-size: 15px;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-60 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
}

.heading-20 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.text-block-46 {
  color: var(--system--orange-300);
  font-weight: 700;
}

.paragraph-6 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.text-block-47, .bold-text {
  color: #fff;
}

.success-message-4 {
  background-color: #ddd0;
  border: 1px solid #636363;
  border-radius: 10px;
  margin-top: 10px;
}

.div-block-284 {
  margin-top: 5px;
  display: flex;
}

.heading-189 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
}

.div-block-285-copy {
  width: 50%;
  height: auto;
  margin-left: 5px;
}

.image-104 {
  z-index: 1;
  width: 279px;
  position: absolute;
}

.div-block-261 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 550px;
  margin-top: 0;
  padding: 25px 15px;
  display: flex;
}

.div-block-261.home-improvement {
  padding-right: 0;
}

.field-label-2 {
  color: #000;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.text-block-68 {
  color: #000;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.form-8 {
  flex-direction: column;
  margin-top: 5px;
  display: flex;
}

.text-field-18 {
  background-color: #f1f2f4;
  border: 0 #000;
  border-radius: 8px;
  height: 30px;
}

.text-field-18::placeholder {
  font-size: 12px;
  font-weight: 300;
}

.form-block-6 {
  margin-bottom: 0;
}

.form-block-6.bottom-form {
  max-width: 500px;
}

.div-block-263 {
  z-index: 2;
  color: #696969;
  background-color: #fff;
  border-radius: 20px 20px 25px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: auto;
  margin-top: 0;
  margin-left: 75px;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-14 {
  background-image: linear-gradient(to right, #e29a1f, #ff4d2c);
  border-radius: 8px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.div-block-285 {
  width: 50%;
  height: auto;
  margin-right: 5px;
}

.text-block-69 {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.4;
}

.landding-temp-container {
  width: 85%;
}

.landing-1 {
  background-color: #fff;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.landing-2-temp-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 170px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-286 {
  background-color: var(--neutral--400);
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

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

.success-message-5 {
  color: #fff;
  background-color: #ddd0;
}

.people-group-image {
  margin-right: 12px;
}

.brand, .brand.w--current {
  margin-right: 0;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #10d1f3;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.logo {
  width: 200px;
  min-width: 200px;
  display: inline-block;
  position: static;
}

.follower-number {
  color: #99a1ba;
  font-size: 15px;
  line-height: 26px;
}

.button-light {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #10d1f3;
  border-radius: 100px;
  padding: 11px 35px;
  font-size: 15px;
  font-weight: 600;
}

.button-light:hover {
  color: #080808;
  text-align: center;
  background-color: #fff;
  border-width: 1px;
}

.button-light.phone {
  background-color: #fff;
}

.button-light.phone:hover {
  box-shadow: inset 0 0 5px #00000059;
}

.heading-190 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
}

.profile-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.nav-link {
  color: #4e4e4e;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
  overflow: visible;
}

.nav-link:hover, .nav-link.w--current {
  color: #10d1f3;
}

.div-block-318 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.hero-button {
  color: #fff;
  background-color: #813efb;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

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

.hero-button.orange {
  background-color: var(--orange);
}

.gradient-text-clipping {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #3f5ff6, #8dc4fa 62%, #e9bbc4);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text-clipping.orange {
  background-image: linear-gradient(90deg, var(--orange), #fa0 41%, #fdc81b);
}

.header-2 {
  background-image: url('../images/6394cac1969ae25b78f7b1b9_61cb4438f08b9f3c3d10b63f_61c4cd2523b154419815dc6d_light_bg.png');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: -75px;
  padding: 185px 3% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-2.home-improvement {
  justify-content: center;
  align-items: center;
  min-height: 850px;
  max-height: 1500px;
  padding-top: 75px;
  padding-bottom: 0;
}

.icon-wrap-2 {
  background-color: #549eff0d;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.field-label-3 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.field-label-3.bottom-form {
  margin-top: 15px;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.dropdown-toggle-2 {
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #10d1f3;
}

.link-3 {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
}

.link-3:hover {
  color: #10d1f3;
}

.bold-text-20 {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
}

.icon-2 {
  width: 100%;
}

.hero-graphic-left {
  position: absolute;
  inset: 170px auto auto -100px;
}

.icon-4 {
  margin-right: 5px;
}

.icon-4:hover {
  color: #10d1f3;
}

.bold-text-24 {
  color: #1f2239d4;
}

.div-block-319 {
  z-index: 2;
  color: #696969;
  background-color: #5c5c5c;
  background-image: linear-gradient(#0000004a, #0000004a), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px 20px 25px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 243px;
  height: 524px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.dropdown-mobile {
  display: none;
}

.hero-graphic-right {
  position: absolute;
  inset: 300px -80px 0% auto;
}

.hero-image-wrapper {
  margin-top: 65px;
  position: relative;
}

.hero-paragraph {
  color: #1f2239b0;
  text-align: left;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-paragraph.bottom {
  margin-bottom: 40px;
}

.submit-button-15 {
  background-image: linear-gradient(to right, #e21f70, #ff4d2c);
  border-radius: 8px;
  margin-top: 15px;
}

.navigation-2 {
  background-color: #110b5400;
  flex-wrap: nowrap;
  align-items: center;
  height: 95px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown-pointer {
  position: relative;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  display: flex;
  position: relative;
}

.container-flex.home-improvement {
  height: 100%;
}

.hero-h1 {
  color: #18183a;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-h1.home-improvement {
  font-size: 45px;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-left {
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-link-7 {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-7:hover {
  color: #10d1f3;
  background-color: #fafafacc;
}

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

.div-block-320.home-improvement {
  justify-content: flex-end;
  align-items: center;
}

.hero-overline {
  color: #813efb;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

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

.tag-span {
  color: #813efb;
}

.section-43 {
  margin-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.section-43.top-margin {
  margin-top: 6em;
}

.section-43.light-blue {
  background-color: #f4f8fb;
  margin-bottom: 0;
}

.container-19 {
  flex: 1;
  max-width: 1440px;
  padding: 5em 1em;
}

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

.content-h2 {
  color: #18183a;
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  color: #18183a;
  text-align: center;
}

.content-h2.home-improvement {
  margin-top: 15px;
  font-size: 25px;
}

.service-paragraph {
  color: #99a1ba;
  font-size: 15px;
}

.service-paragraph.home-improvement {
  margin-bottom: 5px;
}

.service-title {
  color: #17171b;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.services-section-2 {
  background-image: linear-gradient(#f9f9f9, #fff);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.services-grid-block-04 {
  cursor: default;
  background-color: #fff;
  border: 1.5px #0000;
  border-radius: 10px;
  padding: 30px;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 0 0 6px #00000069;
}

.services-grid-block-04:hover {
  border: 0 #813efb;
}

.services-grid-block-04.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.primary-cta {
  color: #fff;
  background-color: #813efb;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
}

.primary-cta.orange {
  background-color: var(--orange);
  text-align: center;
}

.container-flex-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.container-flex-2.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.divider-2 {
  background-color: #99a1ba33;
  flex: 0 auto;
  width: 100%;
  max-width: 850px;
  height: 1px;
  margin-top: 160px;
  position: static;
  inset: auto 0% 0%;
}

.services-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.h2-span {
  opacity: .6;
}

.icon-block {
  background-color: #813efb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  display: flex;
}

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

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

.box-gradient {
  z-index: -1;
  background-image: linear-gradient(to right, #3f5ff6, #8dc4fa 62%, #e9bbc4);
  border-radius: 14px;
  position: absolute;
  inset: -3px;
}

.box-description-2 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-211 {
  color: #1d1d1d;
  font-family: Open Sans, sans-serif;
}

.content {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.box-item-link {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.box-item-link:hover {
  color: #242424;
  text-decoration: none;
}

.heading-container {
  text-align: center;
  margin-bottom: 3.5em;
}

.scroll-to-id {
  z-index: -5;
  position: absolute;
  inset: -10% 0% 0%;
}

.heading-209 {
  color: #1d1d1d;
  font-family: Open Sans, sans-serif;
}

.box-icon {
  height: 35px;
  margin-bottom: 15px;
}

.heading-208 {
  color: #1d1d1d;
  font-family: Open Sans, sans-serif;
}

.container-20 {
  flex: 1;
  max-width: 1440px;
  padding: 3em 1em;
}

.box-item {
  color: #242424;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px 40px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 1px #0000001a;
}

.box-item:hover {
  color: #242424;
  text-decoration: none;
}

.ribbon-3 {
  position: absolute;
  inset: auto -40px -40px auto;
}

.right-blur {
  opacity: .5;
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.feature-image-2 {
  overflow: hidden;
}

.ribbon {
  position: absolute;
  inset: -20px -8px auto auto;
}

.feature-wrap-2 {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap-2.reverse-wrap {
  flex-direction: row-reverse;
}

.overline {
  color: #813efb;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.features-section {
  justify-content: center;
  align-items: center;
  padding: 100px 3% 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-div {
  position: relative;
}

.left-blur {
  opacity: .5;
  display: block;
  position: absolute;
  inset: 20% auto auto 0%;
}

.paragraph-28 {
  color: #99a1ba;
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-28.left-align {
  text-align: left;
  margin-bottom: 0;
}

.feature-column-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.ribbon-2 {
  position: absolute;
  inset: -50px auto auto -40px;
}

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

.feature-grid---wd {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.icon-wrap {
  margin-right: 30px;
  position: relative;
}

.icon-circle {
  opacity: 1;
  background-color: #5a5a5a14;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: static;
  inset: auto -22% -29% auto;
}

.icon-circle.circle-left {
  position: static;
  inset: auto 22% 29% auto;
}

.section-1---wd {
  background-color: #fff;
  padding: 50px 3%;
  display: block;
  position: relative;
}

.landing-icon {
  justify-content: center;
  width: 35px;
  height: 35px;
}

.section-1-heading---wd {
  color: #2c2c2c;
}

.section-1-heading---wd.landing {
  font-size: 40px;
}

.section-1-heading-wrap---wd {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  display: flex;
}

.section-1-wrap---wd {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.feature-card-line-2 {
  background-color: #fff;
  border: 1px solid #e7e8f3;
  align-items: center;
  padding: 28px 20px;
  transition: all .35s;
  display: flex;
}

.feature-card-line-2:hover {
  box-shadow: 38px 38px 74px #38327c0f;
}

.accent---wd {
  margin-bottom: 32px;
}

.container-21 {
  width: 100%;
  max-width: 1000px;
}

.send-button {
  color: #17171b;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 20px;
  padding: 16px 45px;
  font-size: 15px;
  line-height: 21px;
}

.cta-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 100px 3% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-block {
  background-color: #813efb;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 35px;
  display: flex;
  position: relative;
}

.content-cta {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 35px;
  font-size: 50px;
}

.newsletter-field {
  color: #17171b;
  border-radius: 100px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 27px;
  font-size: 15px;
}

.heading-217 {
  color: #333;
  font-family: Open Sans, sans-serif;
}

.decorative-line {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to right, #3f5ff6, #8dc4fa 62%, #e9bbc4 103%);
  background-clip: border-box;
  width: 100%;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: .5em;
  display: block;
}

.feature-white-image-holder {
  padding: 3.5em;
  position: relative;
}

.paragraph-27 {
  color: #333;
  font-family: Open Sans, sans-serif;
}

.feature-image-white {
  z-index: -1;
  object-fit: cover;
  border-radius: 12px;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-image.abstract-background {
  width: 40%;
  margin-left: 1.5em;
  left: 0;
  box-shadow: 0 0 6px #000;
}

.feature-block-content {
  color: #fff;
}

.feature-block-content.white-background {
  color: #000;
}

.button-4 {
  display: none;
}

.home-5-div-copy {
  background-color: var(--neutral--800);
  border-radius: 90px;
  padding: 75px 50px 75px 100px;
}

.html-embed {
  display: flex;
}

.div-block-321 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-post-category-bg {
  z-index: -1;
  background-color: #0b0b0b;
  border-bottom-left-radius: 120px;
  min-height: 0;
  max-height: 500px;
  position: absolute;
  inset: 0%;
}

.top-section-2 {
  background-color: #0b0b0b;
  margin-top: -96px;
  padding-top: 218px;
}

.top-section-2.blog-category-top-section {
  z-index: 1;
  background-color: #0000;
  padding-bottom: 128px;
  position: relative;
}

.empty-state-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.mg-right-24px {
  margin-right: 24px;
}

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

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 48px;
}

.grid-2-columns.title-and-categories.title-large {
  grid-template-rows: auto auto;
  grid-template-columns: 1.6fr;
  justify-items: start;
  margin-bottom: 80px;
}

.grid-2-columns.dropdown-main-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.footer-bottom-pages-grid {
  grid-row-gap: 64px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

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

.grid-2-columns._1-98fr---1fr._1-5fr---1fr {
  grid-column-gap: 45px;
}

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

.grid-2-columns._2fr---1fr.mg-bottom-48px {
  margin-bottom: 48px;
}

.display-9 {
  color: #0b0b0b;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.091em;
}

.display-9.color-neutral-100 {
  color: #fff;
  font-size: 54px;
}

.display-9.color-neutral-100.mg-bottom-0 {
  font-size: 54px;
}

.display-9.color-neutral-100 {
  color: #fff;
}

.container-default-2 {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.color-neutral-805 {
  color: #fff;
}

.color-neutral-805.link:hover {
  color: #7a7a7a;
}

.color-neutral-805.link.text-decoration-none:hover {
  color: #fc8c1b;
}

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

.dropdown-link-8 {
  color: #3a3a3a;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.dropdown-link-8:hover {
  color: #0b0b0b;
}

.dropdown-link-8.w--current {
  color: #3a3a3a;
}

.dropdown-link-8.bold {
  font-weight: 700;
}

.footer-list-item-2 {
  margin-bottom: 0;
  padding-left: 0;
}

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

.hamburger-menu-wrapper-2 {
  transform-style: preserve-3d;
  padding: 0;
}

.hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-right-side-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
  display: flex;
}

.color-neutral-806 {
  color: #0b0b0b;
}

.link-wrapper-2 {
  color: #0b0b0b;
  display: inline-block;
}

.link-wrapper-2:hover {
  color: #7a7a7a;
}

.link-wrapper-2.white {
  color: #fff;
}

.link-wrapper-2.white:hover {
  color: #7a7a7a;
}

.link-wrapper-2.hover-none:hover {
  color: #0b0b0b;
}

.card-2 {
  background-color: #f8f8f8;
  border-radius: 40px;
}

.card-2.footer-newsletter-card {
  background-color: #ffffff1a;
  margin-bottom: 90px;
  padding: 78px 58px;
}

.card-2.blog-post-newsletter-cta {
  background-color: #0b0b0b;
  max-width: 384px;
  padding: 72px 42px 76px;
  position: sticky;
  top: 100px;
}

.color-neutral-807 {
  color: #e7e7e7;
}

.dropdown-column-wrapper-2 {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.cart-header {
  border-bottom-color: #f8f8f8;
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-newsletter-button {
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 0;
  font-family: Line Square Icons, sans-serif;
  font-size: 26px;
  line-height: 1em;
  transition: transform .3s;
  position: absolute;
  inset: 0 auto 0 0;
}

.footer-newsletter-button:hover {
  transform: translate3d(6px, 0, .01px);
}

.cart-button {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
  transition-property: opacity;
  position: relative;
}

.cart-button:hover {
  opacity: .65;
  color: #fff;
}

.top-section-3 {
  background-color: #0b0b0b;
  margin-top: -96px;
  padding-top: 218px;
}

.top-section-3.blog-category-top-section {
  z-index: 1;
  background-color: #0000;
  padding-bottom: 128px;
  position: relative;
}

.footer-list-wrapper-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart-container {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 5px 25px #14142b3d;
}

.empty-state-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link-2:hover {
  transform: translate3d(0, -5px, .01px);
}

.footer-section-2 {
  background-color: #0b0b0b;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  padding-top: 128px;
  padding-bottom: 74px;
}

.footer-link-2 {
  color: #e7e7e7;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: #fff;
}

.text-401 {
  line-height: 1.125em;
}

.text-401.medium {
  font-weight: 500;
}

.text-401.bold {
  font-weight: 700;
}

.text-401.footer-title {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-left: 2px solid #fff;
  margin-bottom: 32px;
  padding-left: 18px;
  font-weight: 500;
}

.footer-newsletter-inner-success-message {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #3a3a3a;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  display: flex;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.container-default-3 {
  max-width: 93%;
  padding-left: 24px;
  padding-right: 24px;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.link-icon-right {
  margin-left: 6px;
  text-decoration: none;
  display: inline-block;
}

.line-square-icon.success-message-icon {
  color: #0b0b0b;
  font-size: 20px;
  line-height: 1em;
}

.line-square-icon.success-message-icon.color-neutral-100 {
  color: #fff;
}

.line-square-icon.dropdown-arrow {
  margin-left: 6px;
}

.header-nav-link-2 {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  line-height: 1.143em;
}

.header-nav-link-2:hover, .header-nav-link-2.w--current {
  color: #fff;
}

.hamburger-menu-bar-2 {
  background-color: #fff;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.link-block-2 {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.badge-secondary-2 {
  color: #0b0b0b;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary-2.small {
  padding: 8px 16px;
  font-size: 12px;
}

.fit-cover-2 {
  object-fit: cover;
  height: auto;
}

.display-4 {
  font-size: 18px;
  line-height: 1.4em;
}

.divider-vertical-2 {
  background-color: #d9d9d9;
  min-width: 1px;
  min-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.div-block-322 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.color-neutral-808 {
  color: #7a7a7a;
}

.divider-vertical-3 {
  background-color: #d9d9d9;
  min-width: 1px;
  min-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-vertical-3.blog-post-author-link {
  background-color: #e7e7e7;
  align-self: stretch;
  margin-left: 38px;
  margin-right: 48px;
}

.divider-details-2 {
  background-color: #bababa;
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.divider-details-2.width-14px {
  width: 14px;
  margin-left: 20px;
  margin-right: 20px;
}

.color-neutral-809 {
  color: #0b0b0b;
}

.display-10 {
  color: #0b0b0b;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.286em;
}

.display-10.color-neutral-100 {
  color: #fff;
}

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

.color-neutral-810 {
  color: #e7e7e7;
}

.divider-3 {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-3.top-58px---bottom-74px {
  margin-bottom: 0;
}

.blog-post-newsletter-cta-success-message {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #3a3a3a;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  display: flex;
}

.top-section-4 {
  background-color: #0b0b0b;
  margin-top: -96px;
  padding-top: 218px;
}

.top-section-4.bg-neutral-100 {
  background-color: #fff;
}

.top-section-4.bg-neutral-100.position-relative---z-index-1 {
  padding-top: 0;
}

.blog-post-single-top-section-bg {
  z-index: -1;
  background-color: #0b0b0b;
  border-bottom-left-radius: 120px;
  height: auto;
  padding-top: 200px;
  position: relative;
  inset: 0%;
}

.display-11 {
  color: #0b0b0b;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.231em;
}

.pd-left-44px {
  padding-left: 44px;
}

.empty-state-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.bg-neutral-801 {
  background-color: #f8f8f8;
}

.text-402 {
  line-height: 1.125em;
}

.text-402.medium {
  font-weight: 500;
}

.text-402.bold {
  font-weight: 700;
}

.text-402.bold.text-uppercase {
  letter-spacing: .12em;
}

.text-402.footer-title {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-left: 2px solid #fff;
  margin-bottom: 32px;
  padding-left: 18px;
  font-weight: 500;
}

.container-default-4 {
  max-width: 93%;
  padding-left: 24px;
  padding-right: 24px;
}

.fit-cover-3 {
  object-fit: cover;
}

.hamburger-menu-bar-3 {
  background-color: #fff;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-block-74 {
  color: var(--neutral--100);
}

.blog-contact-link {
  color: var(--neutral--800);
  display: inline-block;
}

.blog-contact-link:hover {
  color: var(--neutral--600);
}

.blog-contact-link.white {
  color: var(--neutral--100);
}

.blog-contact-link.white:hover {
  color: #fc8c1b;
}

.image-105 {
  border-radius: 40px;
}

.blog-rich-text {
  padding-left: 20px;
}

.blog-rich-text img {
  border-radius: 24px;
}

.blog-rich-text h2 {
  font-size: 32px;
  line-height: 1.231em;
}

.blog-rich-text h3 {
  margin-bottom: 16px;
  font-size: 45px;
  line-height: 1.406em;
}

.blog-rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 54px;
  margin-bottom: 54px;
}

.blog-rich-text ul, .blog-rich-text ol {
  margin-top: 24px;
  margin-bottom: 54px;
}

.blog-rich-text h6, .blog-rich-text h5, .blog-rich-text h4 {
  margin-bottom: 16px;
}

.blog-rich-text strong {
  font-weight: 400;
}

.blog-rich-text.hidden-on-desktop {
  display: block;
}

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

.blogs-grid.gap-row-80px {
  grid-row-gap: 80px;
}

.blogs-grid.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.blogs-grid._3-col-tablet.gap-row-32px {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.blogs-grid.gap-row-48px {
  grid-row-gap: 48px;
}

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

.blogs-grid.dropdown-pages-grid {
  grid-column-gap: 24px;
  grid-row-gap: 18px;
  grid-template-columns: auto auto auto;
}

.blogs-grid.gap-row-32px {
  grid-row-gap: 32px;
}

.blogs-grid.blog-cards-v2-grid {
  grid-row-gap: 60px;
  grid-template-columns: minmax(auto, 354px) minmax(auto, 354px) minmax(auto, 354px);
  justify-content: space-between;
}

.blogs-grid.gap-column-24px {
  grid-column-gap: 24px;
}

.blogs-grid.logo-grid {
  grid-row-gap: 62px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

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

.blogs-grid.mg-bottom-28px {
  margin-bottom: 28px;
}

.blogs-grid.footer-pages-grid {
  grid-row-gap: 22px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.div-block-323 {
  background-color: #ebebeb;
  border-radius: 40px;
  margin-bottom: 50px;
  padding: 30px 20px;
}

.rich-text-block {
  margin-bottom: 25px;
  padding: 0 20px 20px 0;
}

.section-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-324 {
  width: 100%;
  max-width: 900px;
}

.div-block-325 {
  justify-content: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.heading-218 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 25px;
}

.body {
  background-color: #f1f1f1;
}

.heading-219 {
  font-size: 20px;
  font-weight: 700;
}

.heading-220 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-326 {
  background-image: linear-gradient(to right, #ffae00, #f1d713);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.textarea {
  border: 1px #000;
  border-bottom: 1px solid #7a7a7a;
  height: 300px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-size: 20px;
}

.textarea:focus {
  border-bottom-color: #ff8000;
}

.heading-221 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.heading-221.smaller {
  margin-top: 20px;
}

.div-block-327 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;
  display: flex;
}

.checkbox-2, .checkbox-3 {
  margin-top: 7px;
}

.checkbox-field {
  margin-left: 20px;
}

.heading-222 {
  margin-bottom: 0;
  font-size: 35px;
}

.image-106 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.btn-primary-2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0b0b0b;
  border-radius: 12px;
  justify-content: center;
  padding: 22px 28px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-2-copy:hover {
  color: #fff;
  background-color: #3a3a3a;
  transform: translate3d(0, -5px, .01px);
}

.btn-primary-2-copy.white {
  color: #0b0b0b;
  background-color: #fff;
  background-image: linear-gradient(126deg, #ff8000, #ffbf00);
  width: 250px;
  margin-top: 50px;
}

.btn-primary-2-copy.white:hover {
  background-color: #bababa;
}

.btn-primary-2-copy.white.button-row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-primary-2-copy.small {
  padding: 16px 22px;
  font-size: 12px;
}

.btn-primary-2-copy.small.header-btn-hidde-on-mb {
  color: #0b0b0b;
  background-color: #fff;
  margin-left: 24px;
}

.btn-primary-2-copy.small.header-btn-hidde-on-mb:hover {
  background-color: #e7e7e7;
}

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

.link-7 {
  text-align: center;
  text-decoration: none;
}

.div-block-329 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.div-block-329.home-improvement {
  background-color: #c4c4c400;
  max-width: 1250px;
  height: auto;
  margin-bottom: 50px;
}

.image-107 {
  height: 22px;
}

.div-block-10 {
  margin-top: 20px;
}

.div-block-10.home-improvement {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-7 {
  color: #ffffffcf;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-7.home-improvement {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.content-h1 {
  color: #18183a;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.content-h1.home-improvement {
  margin-bottom: 0;
  font-size: 45px;
}

.quote-link {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.quote-link.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.thank-you {
  color: var(--neutral--100);
  text-align: center;
  margin-bottom: 16px;
  font-size: 55px;
  line-height: 1.045em;
}

.bold-text-25 {
  color: #ff9f00;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .s4-about---grid-right._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  .bg-neutral-800.bg-half-right {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }

  .wd-7-color-neutral-700.mg-bottom-0 {
    font-size: 15px;
  }

  .section.pd-top-180px---bottom-0.bg-neutral-200 {
    padding-top: 248px;
    padding-bottom: 248px;
  }

  .header-nav-list-item.middle.sibling-opacity-item.landing-pages, .header-nav-list-item.middle.sibling-opacity-item.seo-analytics, .header-nav-list-item.middle.sibling-opacity-item._3rd-party {
    display: none;
  }

  .slider-mask.slider-right-mask {
    margin-right: 100px;
  }

  .slider-arrow.slider-right---left-arrow, .slider-arrow.slider-right---right-arrow {
    bottom: -50px;
  }

  .footer-section.outlined {
    z-index: 2;
  }

  .page-intro-cover {
    z-index: 3;
    display: flex;
  }

  .sub-navigation-wrapper {
    max-width: 87%;
  }

  .business-div-block {
    background-image: url('../images/asian-small-business-entrepreneur-sme-writing-addr-2022-10-04-23-08-06-utc.jpg');
    height: 250px;
  }

  .business-div-block.big-business {
    background-image: url('../images/the-walkie-talkie-building-city-of-london-london-2022-03-04-07-12-19-utc.jpg');
  }

  .business-div-block.individuals {
    background-image: url('../images/beautiful-real-estate-agent-sitting-at-her-office-2022-03-18-09-09-52-utc.JPG');
    background-position: 50% 80%;
  }

  .business-div-block.start-up {
    background-image: url('../images/start-up-business-team-2021-08-27-14-38-38-utc.jpg');
    background-position: 50% 100%;
  }

  .s1-seo---top-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .hero---landing-pages {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 23vw;
    display: flex;
  }

  .landing-hero-title {
    color: var(--neutral--100);
    text-align: center;
  }

  .wd-2-feature-body {
    font-size: 14px;
  }

  .s2-seo---body {
    font-size: 15px;
  }

  .s1-seo---container, .s2-seo---container {
    max-width: 1350px;
  }

  .landing-hero-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .landing-hero-body {
    text-align: center;
    font-size: 15px;
  }

  .landing-hero-image {
    max-width: 1000px;
    bottom: auto;
  }

  .landing-1-grid-heading {
    margin-bottom: 25px;
  }

  .landing-2-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .landing-2-heading {
    color: var(--neutral--100);
    text-align: center;
    font-size: 52px;
  }

  .landing-2-body {
    text-align: center;
  }

  .landing-3-left-grid {
    margin-top: 0;
  }

  .landing-3-left-grid-heading {
    margin-bottom: 25px;
  }

  .landing-4-right-grid-wrapper {
    margin-top: 0;
  }

  .landing-4-right-grid-heading {
    margin-bottom: 25px;
  }

  .landing-5-left-grid {
    margin-top: 0;
  }

  .section-4---wd.pd-top-180px---bottom-0.bg-neutral-200 {
    padding-top: 248px;
    padding-bottom: 248px;
  }

  .section-7---wd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .wd-hero-container.position-relative---z-index-1 {
    padding-left: 100px;
  }

  .wd-2-container, .wd-3-container, .wd-4-container, .wd-5-container {
    max-width: 1350px;
  }

  .wd-6-container {
    margin-bottom: 0;
  }

  .div-block-52 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    bottom: -30%;
  }

  .home-2-container {
    max-width: none;
  }

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

  .home-2-right-grid-title {
    font-size: 52px;
  }

  .home-2-right-grid-bottom-grid {
    grid-column-gap: 50px;
  }

  .home-2-grid-item-body, .home-3-left-div-body.mg-bottom-80px {
    font-size: 15px;
  }

  .home-4-right-grid-container {
    max-width: 570px;
  }

  .home-5-div {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-5-body.mg-bottom-0 {
    font-size: 15px;
  }

  .home-6-grid._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  .wd-hero-left-title {
    font-size: 60px;
  }

  .wd-hero-left-body {
    font-size: 17px;
  }

  .wd-3-left-image {
    max-width: 80%;
  }

  .wd-3-item-body.mg-bottom-0 {
    font-size: 15px;
  }

  .wd-4-grid._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  .wd-4-left-div {
    margin-top: 0;
  }

  .wd-4-left-title {
    margin-bottom: 25px;
  }

  .wd-4-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-5-left-wrapper._576px._100-tablet {
    margin-right: 0;
  }

  .wd-5-left-title.mg-bottom-24px {
    margin-bottom: 25px;
  }

  .wd-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-6-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wd-7-container {
    width: 90%;
    max-width: 1350px;
  }

  .hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
    font-size: 54px;
  }

  .hero-dd-body.mg-bottom-32px {
    font-size: 15px;
  }

  .s1-dd-container {
    width: 90%;
    max-width: 1320px;
  }

  .s2-dd-container {
    max-width: 1320px;
  }

  .s2-dd-grid._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    font-size: 40px;
  }

  .s2-dd-image.top, .s2-dd-image.middle {
    max-width: 350px;
  }

  .s2-dd-image.bottom {
    max-width: 350px;
    margin-left: 100px;
  }

  .s3-dd-container {
    max-width: 1320px;
  }

  .s3-dd-text.mg-bottom-8px {
    font-size: 45px;
  }

  .s3-dd-sub-text.mg-bottom-8px {
    font-size: 25px;
  }

  .s1-seo---title {
    color: var(--neutral--100);
    text-align: center;
  }

  .s1-seo---body {
    text-align: center;
    font-size: 15px;
  }

  .s3-seo---container {
    max-width: 1350px;
  }

  ._3rd-party---top-grid._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  ._3rd-party---right-body.mg-bottom-0 {
    font-size: 15px;
  }

  .s3-about---container {
    max-width: 1350px;
  }

  .s3-about---left-body.mg-bottom-0, .s3-about---right-body.mg-bottom-0 {
    font-size: 15px;
  }

  .s4-about---container {
    max-width: 1350px;
  }

  .s4-about---grid._1-col-tablet.gap-row-64px, .s1-contact---grid._1-col-tablet.gap-row-64px {
    align-content: center;
    place-items: center end;
  }

  .text-block-41.www, .text-block-41.ww {
    display: none;
  }

  .text-block-41.w {
    display: flex;
  }

  .text-block-41.s {
    display: none;
  }

  .section-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-dd-body-bottom.mg-bottom-32px {
    font-size: 15px;
  }

  .landing-6-body-mobile {
    display: none;
  }

  .home-5-body-mobile.mg-bottom-0 {
    font-size: 15px;
  }

  .success-message-4 {
    background-color: #ddd0;
  }

  .text-block-69 {
    color: #000;
  }

  .landding-temp-container {
    max-width: 1350px;
  }

  .div-block-286 {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .success-message-5 {
    background-color: #ddd0;
  }

  .text-block-71 {
    color: #fff;
  }

  .container-19, .container-20 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-5-div-copy {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1440px) {
  .s4-about---grid-right.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .s4-about---grid-right.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wd-7-color-neutral-700.mg-bottom-0 {
    font-size: 15px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .inner-container._46._100-tablet {
    padding-left: 0;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .navigation {
    background-color: #fff0;
    justify-content: space-around;
    align-items: center;
    height: 75px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .header-content-wrapper {
    max-width: 1600px;
  }

  .header-nav-link.w--current {
    color: var(--system--orange-300);
  }

  .header-nav-list-item.show-in-tablet.sibling-opacity-item {
    display: none;
  }

  .header-nav-list-item.middle.sibling-opacity-item.dropdown, .header-nav-list-item.middle.sibling-opacity-item.seo {
    display: flex;
  }

  .header-nav-list-item.middle.sibling-opacity-item.digital-designs, .header-nav-list-item.middle.sibling-opacity-item.landing-pages, .header-nav-list-item.middle.sibling-opacity-item.seo-analytics, .header-nav-list-item.middle.sibling-opacity-item._3rd-party {
    display: none;
  }

  .dropdown-toggle.header-dropdown {
    display: flex;
  }

  .slider-mask.slider-right-mask {
    margin-right: 176px;
  }

  .slider-arrow.slider-right---left-arrow {
    top: auto;
    bottom: -50px;
    left: 0;
  }

  .slider-arrow.slider-right---right-arrow {
    top: auto;
    bottom: -50px;
    left: 75px;
  }

  .page-intro-cover {
    display: flex;
  }

  .inner-website-hero-container.web-design-landing {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-website-wrap-container {
    padding-top: 0;
  }

  .inner-website-container {
    max-width: 790px;
    height: 495px;
  }

  .web-design {
    font-size: 5.5vw;
    line-height: 1;
  }

  .hero-description {
    font-size: 1vw;
  }

  .hero-heading-3 {
    text-align: center;
    font-size: 5.5vw;
    line-height: 1;
  }

  .sub-navigation-wrapper {
    max-width: 1550px;
  }

  .div-block-35 {
    height: 1px;
  }

  .hero---landing-pages {
    height: auto;
    padding-bottom: 375px;
  }

  .wd-2-feature-body {
    font-size: 14px;
  }

  .s2-seo---body {
    font-size: 15px;
  }

  .s1-seo---container, .s2-seo---container {
    max-width: 1350px;
  }

  .landing-hero-body {
    font-size: 15px;
  }

  .landing-hero-image {
    max-width: 900px;
    bottom: auto;
  }

  .landing-1-wrapper {
    max-width: 1100px;
  }

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

  .landing-1-grid-left {
    max-width: 600px;
  }

  .landing-1-grid-heading {
    font-size: 45px;
  }

  .landing-2-container {
    max-width: 1300px;
  }

  .landing-2-heading {
    font-size: 52px;
  }

  .landing-3-container {
    max-width: 1100px;
  }

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

  .landing-3-left-grid-container {
    max-width: 600px;
  }

  .landing-3-left-grid-heading {
    margin-bottom: 25px;
  }

  .landing-4-container {
    max-width: 1300px;
  }

  .landing-4-right-grid-heading {
    margin-bottom: 25px;
  }

  .landing-5-container {
    max-width: 1300px;
  }

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

  .landing-5-left-grid-heading {
    margin-bottom: 25px;
  }

  .landing-6-container {
    max-width: 1350px;
  }

  .wd-hero-container.position-relative---z-index-1 {
    padding-left: 100px;
  }

  .wd-2-container {
    max-width: 1300px;
  }

  .wd-3-container {
    max-width: 1350px;
  }

  .wd-4-container, .wd-5-container {
    max-width: 1300px;
  }

  .div-block-52 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    bottom: -15%;
  }

  .home-2-container {
    max-width: 1350px;
  }

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

  .home-2-left-grid-container {
    max-width: 600px;
  }

  .home-2-right-grid-title {
    font-size: 52px;
    line-height: 1.2;
  }

  .home-2-right-grid-bottom-grid {
    grid-column-gap: 30px;
    justify-items: start;
  }

  .home-2-grid-item-container {
    max-width: 350px;
  }

  .home-2-grid-item-title {
    font-size: 25px;
    line-height: 1.1;
  }

  .home-2-grid-item-body {
    font-size: 15px;
  }

  .home-3-container {
    max-width: 1300px;
  }

  .home-3-upper-grid-title, .home-3-left-div-title {
    font-size: 45px;
  }

  .home-3-left-div-body.mg-bottom-80px, .home-3-left-div-contact-title.text-100.text-uppercase {
    font-size: 15px;
  }

  .home-3-service-grid.gap-row-104px {
    grid-row-gap: 55px;
  }

  .home-3-service-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .home-3-service-body {
    font-size: 15px;
  }

  .home-4-container {
    max-width: 1350px;
  }

  .home-4-right-grid-title.mg-bottom-24px {
    font-size: 45px;
  }

  .home-4-right-grid-bottom-body, .home-5-body.mg-bottom-0 {
    font-size: 15px;
  }

  .home-6-container {
    max-width: 1240px;
  }

  .wd-hero-left-div._46._100-tablet {
    margin-left: 0%;
    padding-left: 0;
  }

  .wd-hero-right-div {
    justify-content: center;
    max-width: none;
    right: -5%;
  }

  .wd-hero-left-title {
    font-size: 60px;
  }

  .wd-hero-left-body {
    font-size: 17px;
  }

  .wd-hero-phone {
    max-width: 190px;
    left: 15%;
  }

  .wd-hero-laptop {
    max-width: 850px;
  }

  .wd-hero-logo-inner-grid.logo-strips-right {
    grid-column-gap: 76px;
  }

  .wd-3-left-image {
    max-width: 80%;
  }

  .wd-3-item-body.mg-bottom-0 {
    font-size: 15px;
  }

  .wd-4-left-title {
    margin-bottom: 25px;
  }

  .wd-4-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-5-left-title.mg-bottom-24px {
    margin-bottom: 25px;
  }

  .wd-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-7-container {
    max-width: 1300px;
  }

  .hero-dd-container {
    max-width: 1550px;
  }

  .hero-dd-left-div._46._100-tablet {
    padding-left: 0;
  }

  .hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
    font-size: 54px;
  }

  .hero-dd-body.mg-bottom-32px {
    font-size: 15px;
  }

  .s1-dd-container {
    max-width: 1350px;
  }

  .s1-dd-text.mg-bottom-0 {
    font-size: 40px;
  }

  .s2-dd-container {
    max-width: 1350px;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    font-size: 40px;
  }

  .s3-dd-container {
    max-width: 1350px;
  }

  .s3-dd-text.mg-bottom-8px {
    font-size: 45px;
  }

  .s3-dd-sub-text.mg-bottom-8px {
    font-size: 25px;
  }

  .s1-seo---body {
    font-size: 15px;
  }

  .s3-seo---container, .s4-seo--features-container, .s5-seo---container {
    max-width: 1350px;
  }

  ._3rd-party---top-grid.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  ._3rd-party---top-grid.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  ._3rd-perty---grid-right._46._100-tablet {
    padding-left: 0;
  }

  ._3rd-party---right-body.mg-bottom-0 {
    font-size: 15px;
  }

  .s1-about---top-container._46._100-tablet {
    padding-left: 0;
  }

  .s2-about---container {
    max-width: 1350px;
  }

  .s2-about---right-div._46._100-tablet, .s2-about---body-container._46._100-tablet, .s3-about---left-div._46._100-tablet {
    padding-left: 0;
  }

  .s3-about---left-body.mg-bottom-0, .s3-about---right-body.mg-bottom-0 {
    font-size: 15px;
  }

  .s4-about---grid.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .s4-about---grid.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .s4-about---sticky-container._46._100-tablet {
    padding-left: 0;
  }

  .s1-contact---grid.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .s1-contact---grid.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-41.www {
    display: none;
  }

  .text-block-41.ww {
    display: flex;
  }

  .text-block-41.w, .text-block-41.s {
    display: none;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-dd-body-bottom.mg-bottom-32px {
    font-size: 15px;
  }

  .copyright-container._46._100-tablet, .copyright-containerr._46._100-tablet {
    padding-left: 0;
  }

  .home-5-body-mobile.mg-bottom-0 {
    font-size: 15px;
  }

  .heading-20 {
    font-size: 28px;
  }

  .heading-189 {
    font-size: 24px;
  }

  .submit-button-14 {
    background-image: linear-gradient(to right, #e29a1f, #ff4d2c);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .landding-temp-container {
    max-width: 1300px;
  }

  .div-block-286 {
    background-color: var(--neutral--400);
    width: 100%;
    height: 1px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #2c2c2c;
  }

  .dropdown-toggle-2 {
    color: #fff;
  }

  .link-3, .icon-4 {
    color: #2c2c2c;
  }

  .container-19 {
    flex: 1;
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5-column {
    grid-column-gap: 5px;
  }

  .container-20 {
    flex: 1;
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-default-3 {
    max-width: 93%;
  }
}

@media screen and (min-width: 1920px) {
  ._3rd-party---card.services {
    padding: 45px;
  }

  ._3rd-party---card.services.header.left, ._3rd-party---card.services.header-black.left {
    padding-left: 10px;
  }

  .bg-neutral-800.bg-half-right {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    left: 70%;
  }

  .wd-7-color-neutral-700.mg-bottom-0 {
    color: var(--neutral--700);
    font-size: 15px;
  }

  .color-neutral-300.no-margin {
    max-width: 380px;
    font-size: 15px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container._540px {
    max-width: 100%;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .header-content-wrapper {
    max-width: 1600px;
  }

  .header-nav-link.landing-pages, .header-nav-link.digital-designs.w--current {
    display: block;
  }

  .header-nav-list-item.middle.sibling-opacity-item.digital-designs, .header-nav-list-item.middle.sibling-opacity-item.landing-pages, .header-nav-list-item.middle.sibling-opacity-item.seo-analytics, .header-nav-list-item.middle.sibling-opacity-item._3rd-party {
    display: none;
  }

  .footer-link {
    font-size: 15px;
    font-weight: 400;
  }

  .wd-7-accordion-title.heading-h2-size {
    font-size: 28px;
    line-height: 1.2;
  }

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

  .top-section-image-right---bg-blur {
    right: 46%;
  }

  .slider-arrow.slider-right---left-arrow {
    bottom: -50px;
    left: 0;
  }

  .slider-arrow.slider-right---right-arrow {
    bottom: -50px;
    left: 75px;
  }

  .slider-right-card-text-container {
    height: 200px;
  }

  .page-intro-cover {
    display: flex;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .creation {
    font-size: 5.5vw;
  }

  .main-hero-text-container {
    display: flex;
  }

  .and-heading {
    font-size: 5.5vw;
  }

  .inner-website-container {
    max-width: 789px;
    height: 494px;
  }

  .web-design {
    font-size: 5.5vw;
    line-height: 1;
  }

  .hero-description {
    font-size: 1vw;
  }

  .hero-heading-3 {
    font-size: 5.5vw;
    line-height: 1;
  }

  .grid-3-columns-footer {
    max-width: 1300px;
  }

  .sub-navigation-wrapper {
    max-width: 1550px;
  }

  .footer-container {
    border-top-left-radius: 40px;
    max-width: 100%;
  }

  .hero---landing-pages {
    padding-top: 300px;
    padding-bottom: 450px;
  }

  .landing-hero-title {
    font-size: 60px;
  }

  .wd-2-feature-body {
    font-size: 15px;
  }

  .wd-2-feature-title {
    font-size: 28px;
  }

  .landing-1-check-text {
    font-size: 15px;
  }

  .landing-2-grid-item {
    height: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-2-item-heading {
    margin-left: 10px;
    font-size: 18px;
  }

  .s3-seo---left-section {
    max-width: 650px;
  }

  .s3-seo---body {
    font-size: 15px;
  }

  .s2-seo---heading {
    font-size: 50px;
  }

  .s2-seo---body {
    color: var(--neutral--700);
    font-size: 15px;
    line-height: 1.8;
  }

  .s1-seo---container, .s2-seo---container {
    max-width: 1350px;
  }

  ._3rd-party---hero-heading {
    font-size: 54px;
  }

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

  .s1-contact---container {
    width: 85%;
    max-width: 1350px;
  }

  .s1-contact--body {
    font-size: 16px;
  }

  .landing-hero-body {
    font-size: 17px;
  }

  .landing-hero-image {
    max-width: 1150px;
    bottom: auto;
  }

  .section-1---landing-pages {
    padding-top: 20vw;
    padding-bottom: 200px;
  }

  .landing-1-wrapper {
    max-width: 1350px;
  }

  .landing-1-grid-heading {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .landing-1-grid-body {
    font-size: 15px;
  }

  .landing-2-container {
    max-width: 1350px;
  }

  .landing-2-heading {
    margin-bottom: 25px;
  }

  .landing-2-body {
    font-size: 15px;
  }

  .landing-2-item-image-1 {
    margin-right: 5px;
  }

  .landing-3-container {
    max-width: 1350px;
  }

  .landing-3-left-grid-container {
    max-width: 650px;
  }

  .landing-3-left-grid-heading {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .landing-3-left-grid-body {
    font-size: 15px;
  }

  .landing-4-container {
    max-width: 1350px;
  }

  .landing-4-right-grid-wrapper {
    max-width: 630px;
  }

  .landing-4-right-grid-heading {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .landing-4-right-grid-body {
    font-size: 15px;
  }

  .landing-5-container {
    max-width: 1350px;
  }

  .landing-5-left-grid-wrapper {
    max-width: 620px;
  }

  .landing-5-left-grid-heading {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .landing-5-left-grid-body {
    font-size: 15px;
  }

  .landing-6-container {
    height: 400px;
  }

  .landing-6-heading {
    font-size: 54px;
  }

  .wd-hero-container.position-relative---z-index-1 {
    max-width: 90%;
  }

  .wd-2-container {
    max-width: 1400px;
  }

  .wd-3-container, .wd-4-container {
    max-width: 1300px;
  }

  .wd-5-container {
    max-width: 1350px;
  }

  .s4-about---item-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .s1dd-card-left.services {
    justify-content: center;
    height: 100%;
  }

  .div-block-52 {
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    bottom: -150px;
  }

  .wd-3-item-text.color-neutral-100.mg-bottom-12px {
    font-size: 28px;
  }

  .home-2-container {
    max-width: 1350px;
  }

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

  .home-2-left-grid-container {
    max-width: 600px;
  }

  .home-2-right-grid-title {
    font-size: 54px;
    line-height: 1.2;
  }

  .home-2-grid-item-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .home-2-grid-item-body {
    font-size: 15px;
  }

  .home-3-container {
    max-width: 1300px;
  }

  .home-3-upper-grid-title {
    font-size: 54px;
  }

  .home-3-left-div-title {
    font-size: 50px;
  }

  .home-3-left-div-body.mg-bottom-80px {
    max-width: 650px;
    font-size: 15px;
  }

  .home-3-left-div-contact-title.text-100.text-uppercase {
    font-size: 17px;
    line-height: 1.8;
  }

  .home-3-service-grid.gap-row-104px {
    grid-row-gap: 55px;
    grid-template-rows: auto;
  }

  .home-3-service-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .home-3-service-body {
    font-size: 15px;
  }

  .home-3-service-link.white.margined {
    margin-top: 15px;
  }

  .home-3-service-link-text {
    font-size: 17px;
    line-height: 1.8;
  }

  .home-4-container {
    max-width: 1300px;
  }

  .home-4-right-grid-container {
    max-width: 640px;
  }

  .home-4-right-grid-title.mg-bottom-24px {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .home-4-right-grid-bottom-body {
    font-size: 15px;
  }

  .home-5-title {
    font-size: 54px;
  }

  .home-5-body.mg-bottom-0 {
    font-size: 15px;
  }

  .home-5-arrow-text {
    font-size: 70px;
  }

  .home-6-container {
    max-width: 1240px;
  }

  .home-6-title.mg-bottom-24px.smaller-1 {
    text-align: left;
    margin-bottom: 25px;
    font-size: 50px;
  }

  .home-6-left-grid-body.mg-bottom-32px, .home-6-right-grid-body.mg-bottom-48px {
    font-size: 15px;
  }

  .wd-hero-right-div {
    right: -10%;
  }

  .wd-hero-left-title {
    font-size: 60px;
  }

  .wd-hero-link-text.text-100.text-uppercase {
    font-size: 17px;
  }

  .wd-2-top-grid-title.mg-bottom-0 {
    font-size: 54px;
  }

  .wd-2-service-grid.gap-row-48px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wd-3-right-div-title.color-neutral-100.mg-bottom-0 {
    font-size: 54px;
  }

  .wd-3-item-body.mg-bottom-0 {
    font-size: 15px;
  }

  .wd-4-grid._1-col-tablet.gap-row-64px {
    justify-content: space-between;
  }

  .wd-4-left-container._552px._100-tablet {
    max-width: 630px;
  }

  .wd-4-left-title {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .wd-4-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-5-left-wrapper._576px._100-tablet {
    max-width: 620px;
  }

  .wd-5-left-title.mg-bottom-24px {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .wd-left-body.mg-bottom-32px {
    font-size: 15px;
  }

  .wd-5-slider-wrapper.slider-right {
    margin-left: 100px;
  }

  .wd-6-title {
    margin-bottom: 25px;
  }

  .wd-6-body.mg-bottom-0 {
    font-size: 15px;
  }

  .wd-7-container {
    max-width: 1300px;
  }

  .wd-7-top-grid-left-div._460px._100-mbl {
    max-width: 650px;
  }

  .wd-7-left-grid-title.mg-bottom-0 {
    font-size: 54px;
  }

  .hero-dd-container {
    max-width: 1550px;
  }

  .hero-dd-background-bllur {
    right: 46%;
  }

  .hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
    line-height: 1.2;
  }

  .hero-dd-body.mg-bottom-32px {
    font-size: 17px;
    line-height: 1.8;
  }

  .hero-dd-link.white, .hero-dd-link-text.text-100.text-uppercase {
    font-size: 17px;
  }

  .hero-dd-image-container {
    top: 170px;
  }

  .s1-dd-container {
    max-width: 1350px;
  }

  .s1-dd-text.mg-bottom-0 {
    font-size: 50px;
  }

  .s1-dd-item-text {
    font-size: 28px;
  }

  .s1-dd-item-body {
    color: var(--neutral--800);
    font-size: 15px;
  }

  .s2-dd-container {
    max-width: 1350px;
  }

  .s2-dd-grid._1-col-tablet.gap-row-64px {
    justify-content: space-around;
    justify-items: stretch;
  }

  .s2-dd-inner-container._540px {
    max-width: none;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .s3-dd-container {
    max-width: 1350px;
  }

  .s3-dd-text.mg-bottom-8px {
    font-size: 50px;
    line-height: 1.2;
  }

  .s3-dd-body {
    font-size: 17px;
    line-height: 1.8;
  }

  .s1-seo---title {
    font-size: 60px;
  }

  .s1-seo---body {
    font-size: 17px;
  }

  .s3-seo---container {
    max-width: 1350px;
  }

  .s3-seo---heading {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .s3-seo---bottom-body {
    font-size: 15px;
  }

  .s4-seo--features-container {
    max-width: 1350px;
  }

  .s4-seo---heading.mg-bottom-0 {
    font-size: 50px;
  }

  .s4-seo---accordion-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .s4-seo---body {
    color: var(--neutral--700);
    font-size: 15px;
  }

  .s5-seo---container {
    max-width: 1350px;
  }

  .s5-seo---left-section {
    max-width: 700px;
  }

  .s5-seo---heading {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .s5-seo---body, .s5-seo---bottom-body {
    font-size: 15px;
  }

  ._3rd-party-wrapper {
    max-width: 1350px;
  }

  ._3rd-perty---grid-right._540px {
    max-width: 100%;
  }

  ._3rd-party---right-body.mg-bottom-0 {
    color: var(--neutral--800);
    font-size: 15px;
  }

  ._3rd-party---card-title.header, ._3rd-party---card-heading.header.white {
    font-size: 28px;
  }

  .section-1---about.pd-bottom-200px.border-radius-bottom-118px {
    padding-top: 200px;
  }

  .s1-about---top-container._540px {
    max-width: 100%;
  }

  .s1-about---heading.color-neutral-100.mg-bottom-20px {
    font-size: 60px;
  }

  .s1-about---body.mg-bottom-0 {
    font-size: 17px;
  }

  .s2-about---container {
    width: 80%;
    max-width: 1350px;
  }

  .s2-about---right-div._540px {
    max-width: 100%;
  }

  .s2-about---heading.mg-bottom-24px {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .s2-about---body-container._540px {
    max-width: 100%;
  }

  .s2-about---body-container._512px {
    max-width: 560px;
  }

  .s2-about---body.mg-bottom-20px {
    font-size: 15px;
  }

  .s3-about---container {
    max-width: 1350px;
  }

  .s3-about---heading.color-neutral-100.mg-bottom-24px {
    margin-bottom: 25px;
    font-size: 54px;
  }

  .s3-about---left-div._540px {
    max-width: 100%;
  }

  .s3-about---left-body.mg-bottom-0, .s3-about---right-body.mg-bottom-0 {
    font-size: 15px;
  }

  .s4-about---container {
    max-width: 1350px;
  }

  .s4-about---sticky-container._540px {
    max-width: 100%;
  }

  .s4-about---heading.mg-bottom-0 {
    font-size: 50px;
  }

  .s4-about---item-body {
    font-size: 15px;
  }

  .landing-6-body {
    color: #fff;
    text-align: center;
    max-width: 800px;
    font-size: 15px;
    line-height: 1.8;
  }

  .text-block-41 {
    justify-content: center;
    display: flex;
  }

  .text-block-41.www {
    display: flex;
  }

  .text-block-41.ww, .text-block-41.w, .text-block-41.s {
    display: none;
  }

  .hero-dd-body-bottom.mg-bottom-32px {
    font-size: 17px;
    line-height: 1.8;
  }

  .wd-6-body-mobile.mg-bottom-0 {
    font-size: 15px;
  }

  .landing-6-body-mobile {
    color: #fff;
    text-align: center;
    max-width: 800px;
    font-size: 15px;
    line-height: 1.8;
  }

  .copyright-container._540px, .copyright-containerr._540px {
    max-width: 100%;
  }

  .home-5-body-mobile.mg-bottom-0 {
    font-size: 15px;
  }

  .heading-20 {
    margin-bottom: 10px;
  }

  .heading-189 {
    font-size: 24px;
  }

  .landding-temp-container {
    max-width: 1400px;
  }

  .div-block-286 {
    background-color: var(--neutral--500);
    width: 100%;
    height: 1px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-default-3, .container-default-4 {
    max-width: 1600px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .s4-about---grid-right.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.form {
    grid-column-gap: 20px;
  }

  .s4-about---grid-right.title-and-categories {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.gap-column-80px {
    grid-column-gap: 40px;
  }

  .s4-about---grid-right.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .s4-about---grid-right._1fr---1-18fr._1-col-tablet, .s4-about---grid-right._1-2fr---1fr._1-col-tablet, .s4-about---grid-right._1fr---3fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.gap-row-130px {
    grid-row-gap: 100px;
  }

  .s4-about---grid-right.gap-row-80px {
    grid-row-gap: 80px;
  }

  .s4-about---grid-right._1fr---1-22fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.pricing-table-mb-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .s4-about---grid-right.gap-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  ._3rd-party---card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.testimonials-v2 {
    padding: 80px 64px;
  }

  ._3rd-party---card.testimonials-v3 {
    padding: 100px 64px;
  }

  ._3rd-party---card.press-article-link-card {
    padding: 56px 40px;
  }

  ._3rd-party---card.offices {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  ._3rd-party---card.blog-card-featured-v2 {
    max-width: 600px;
    padding: 64px 48px;
  }

  ._3rd-party---card.contact-form-light {
    min-height: 598px;
    margin-top: 48px;
    padding: 64px 40px;
  }

  ._3rd-party---card.card-over-image---bottom-left {
    border-top-right-radius: 32px;
    max-width: 620px;
    padding: 64px 40px;
  }

  ._3rd-party---card.sign-in-card {
    padding: 72px 64px;
  }

  ._3rd-party---card.forgot-password-card {
    padding: 64px;
  }

  ._3rd-party---card.password-protected {
    padding: 64px 80px;
  }

  ._3rd-party---card.home-sales-figma {
    flex-direction: column;
  }

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

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-columns.stats-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-800.cards-page-bg {
    border-bottom-left-radius: 64px;
    bottom: 68%;
  }

  .bg-neutral-100.bottom-68 {
    bottom: 82%;
  }

  .color-neutral-300.mg-bottom-32px {
    margin-bottom: 0;
    font-size: 14px;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-bottom-80px.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

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

  .mg-top-48px.mg-top-0-tablet.mg-bottom-64px-tablet {
    margin-bottom: 64px;
  }

  .text-200.footer-title {
    border-left-color: var(--system--orange-300);
  }

  .display-1 {
    font-size: 72px;
  }

  .s1-contact---contact-grid._2-col-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .s1-contact---contact-grid.gap-row-12px {
    grid-row-gap: 8px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2.color-neutral-100.center {
    font-size: 40px;
  }

  .s3-dd-card-title {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

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

  .grid-3-columns._3-col-tablet, .grid-3-columns._3-col-tablet.gap-row-32px {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.blog-cards-v2-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.blog-cards-v2-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.home-sales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.footer-pages-grid {
    grid-column-gap: 80px;
    justify-content: start;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._566px._100-tablet {
    display: none;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary, .btn-primary.small, .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-primary.white {
    display: flex;
  }

  .btn-primary.white.button-row {
    margin-right: 0;
    display: flex;
  }

  .btn-primary.white.contact {
    display: none;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .input.input-large, .input.input-large::placeholder, .text-area.text-area-large, .text-area.text-area-large::placeholder {
    font-size: 22px;
  }

  .avatar-circle._06 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    min-width: 280px;
    max-width: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .wd-7-line-square-icon.success-message-icon._28px {
    font-size: 22px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.pd-top-180px---bottom-0 {
    padding-top: 140px;
  }

  .section.pd-bottom-0-tablet {
    padding-bottom: 0;
  }

  .section.pd-top-180px {
    padding-top: 140px;
  }

  .section.pd-200px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.pd-180px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

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

  .heading-h4-size.color-neutral-700.font-size-16px-tablet {
    font-size: 16px;
  }

  .header-content-wrapper {
    width: 100%;
    height: 80px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px none var(--neutral--300);
    border-bottom: 1px none var(--neutral--300);
    background-color: #2220;
    width: 100vw;
    height: auto;
    padding: 0 3vw 24px;
    position: absolute;
  }

  .header-nav-menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
  }

  .header-nav-link {
    color: #000;
    text-transform: capitalize;
    flex: 0 auto;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    transition: color .3s;
  }

  .header-nav-link:hover {
    color: #e08316;
  }

  .header-nav-link.w--current {
    color: var(--system--orange-300);
  }

  .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.middle.sibling-opacity-item {
    border-top: 1px #000;
    border-bottom: 1px none var(--system--orange-300);
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-nav-list-item.middle.sibling-opacity-item.dropdown {
    display: none;
  }

  .header-nav-list-item.middle.sibling-opacity-item.digital-designs {
    text-transform: capitalize;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .header-nav-list-item.middle.sibling-opacity-item.landing-pages, .header-nav-list-item.middle.sibling-opacity-item.seo-analytics, .header-nav-list-item.middle.sibling-opacity-item._3rd-party {
    display: flex;
  }

  .header-nav-list-item.middle.sibling-opacity-item.articles {
    display: none;
  }

  .dropdown-toggle.header-dropdown, .dropdown-toggle.header-dropdown:hover, .dropdown-toggle.header-dropdown.w--open {
    color: #0b0b0b;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: none;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: translate3d(0, -5px, .01px);
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-middle {
    display: flex;
    overflow: visible;
  }

  .utility-page-wrap._404-page-wrap {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .hidden-on-desktop.show-on-tablet {
    display: block;
  }

  .hidden-on-desktop.show-on-tablet.mg-bottom-64px-tablet {
    flex-direction: column;
    order: -1;
    align-items: flex-start;
    min-width: 370px;
    max-width: none;
    margin-bottom: 0;
    display: flex;
  }

  .hidden-on-tablet {
    display: none;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .mg-bottom-160px {
    margin-bottom: 100px;
  }

  .slider-wrapper.slider-right {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 76px;
  }

  .slider-wrapper.arrows-bottom-edge {
    padding-bottom: 150px;
  }

  .slider-mask {
    position: static;
  }

  .wd-7-accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wd-7-accordion-item-wrapper.item-simple:hover {
    transform: translate(6px);
  }

  .wd-7-accordion-item-wrapper.item-bg-neutral-200 {
    padding: 48px 40px;
  }

  .wd-7-accordion-item-wrapper.item-bg-neutral-200:hover {
    transform: translate(6px);
  }

  .wd-7-accordion-spacer {
    min-height: 12px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 132px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .top-section {
    padding-top: 178px;
  }

  .top-section.full-width-image-right {
    padding-top: 178px;
    padding-bottom: 0;
  }

  .top-section.full-width-image-right.v3 {
    padding-top: 178px;
    padding-bottom: 48px;
  }

  .top-section.image-bottom {
    padding-top: 178px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .top-section.pd-bottom-224px {
    padding-bottom: 200px;
  }

  .top-section.pd-bottom-160px {
    padding-bottom: 140px;
  }

  .top-section.home-sales {
    padding-top: 178px;
    padding-bottom: 0;
  }

  .top-section-image-right-bg {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    position: static;
  }

  .top-section-image-right---cards-container {
    width: 52%;
    top: auto;
    bottom: 132px;
    right: 76px;
  }

  .top-section-image-right---bg-blur {
    background-color: var(--neutral--800);
    filter: blur(20px);
    bottom: 58%;
    right: 0%;
  }

  .slider-arrow.slider-right---left-arrow {
    margin-left: 0;
    margin-right: auto;
    inset: auto 52px 0% 0%;
  }

  .slider-arrow.slider-right---right-arrow {
    margin-left: 0;
    margin-right: auto;
    inset: auto 0% 0% 52px;
  }

  .slider-arrow.offices---left-arrow, .slider-arrow.offices---right-arrow {
    bottom: 214px;
  }

  .tab-menu-large {
    padding-bottom: 32px;
    padding-left: 40px;
  }

  .mg-bottom-40px-tablet {
    margin-bottom: 40px;
  }

  .slider-right-section-container {
    flex-direction: column;
  }

  .slider-right-card-text-container {
    height: 200px;
  }

  .slider-right-text-bg, .wd-5-slider-right-bg {
    display: none;
  }

  .full-screen-section---text-container {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 64px;
    padding-left: 0;
  }

  .full-screen-section---image-container {
    width: 100%;
    position: static;
    right: 0%;
  }

  .cta-cards-container {
    margin: 60px auto -32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd-left-68px.border-left---neutral-400-2px.border-and-padding-none-tablet {
    border-left-style: none;
    padding-left: 0;
  }

  .font-size-164px {
    font-size: 100px;
  }

  .footer-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-bottom: 0;
  }

  .footer-section.outlined {
    z-index: auto;
  }

  .pd-left-32px.pd-left-24px-mbp.border-left---white-2px {
    padding-left: 20px;
  }

  .mg-bottom-64px-tablet {
    margin-bottom: 64px;
  }

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

  .top-section-v3---phone-image {
    border-radius: 26px;
  }

  .top-section-image-bottom---bg {
    border-bottom-right-radius: 80px;
    bottom: 180px;
  }

  .border-radius-top-left-120px {
    border-top-left-radius: 100px;
  }

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

  .mg-bottom-20px.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

  .border-radius-bottom-118px {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }

  .font-size-100px {
    font-size: 72px;
  }

  .our-offices-slider-image {
    min-height: 620px;
  }

  .blog-featured-v1-text-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-v1-top-section-bg {
    border-bottom-left-radius: 100px;
  }

  .font-size-44px {
    font-size: 40px;
  }

  .blog-v2-top-section-bg {
    border-bottom-right-radius: 24px;
    bottom: 39.2%;
  }

  .border-radius-bottom-left-118px {
    border-bottom-left-radius: 80px;
  }

  .contact-page-dark-form {
    min-height: 520px;
  }

  .mg-top-0-tablet {
    margin-top: 0;
  }

  .top-section-image-right-v3---image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    padding-top: 0;
    position: static;
    right: 0;
  }

  .accordion-arrow-image-wrapper {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .card-over-image-section---image {
    min-height: 760px;
  }

  .tab-menu-large---white {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 40px;
  }

  .tab-menu-icon-white-38px {
    font-size: 22px;
  }

  .mg-top-64px-tablet {
    margin-top: 64px;
  }

  .pricing-mobile-text.heading-h3-size {
    font-size: 18px;
  }

  .font-size-16px-tablet {
    font-size: 16px;
  }

  .sign-up-page-bg-half-right {
    inset: 0% 0% 41.5%;
  }

  .border-radius-top-118px {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }

  .border-radius-bottom-right-118px {
    border-bottom-right-radius: 80px;
  }

  .help-center-top-section-bg {
    border-bottom-right-radius: 48px;
    bottom: 66%;
  }

  .page-intro-cover {
    display: flex;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .card-figma-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
  }

  .card-figma-text-wrapper {
    max-width: 100%;
    padding-top: 52px;
    padding-bottom: 40px;
  }

  .heading-14 {
    font-size: 40px;
    line-height: 40px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .macbook-desktop-image {
    overflow: hidden;
  }

  .inner-website-container {
    max-width: 100%;
  }

  .div-block-11 {
    padding-top: 5px;
  }

  .heading-15 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .grid-5-columns-copy.footer-pages-grid {
    grid-column-gap: 80px;
    justify-content: start;
  }

  .grid-3-columns-footer {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
    display: flex;
    position: relative;
  }

  .copyright {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 50px;
  }

  .no-margin {
    order: 1;
    width: auto;
    margin-right: 0;
    position: relative;
    right: 0;
  }

  .text-block-40 {
    color: #000;
  }

  .subnav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .sub-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .sub-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .subnav-link, .subnav-link:hover, .subnav-link.w--current {
    color: var(--neutral--800);
  }

  .platforms-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    display: flex;
  }

  .hero---dd {
    padding-top: 178px;
  }

  .hero---dd.full-width-image-right {
    padding-top: 178px;
    padding-bottom: 0;
  }

  .hero---dd.full-width-image-right.digital-design {
    flex-direction: column;
    align-items: center;
    margin-top: -75px;
    padding-top: 178px;
  }

  .s1-seo---top-container {
    width: auto;
    max-width: none;
  }

  .hero---landing-pages {
    margin-top: -75px;
    padding-top: 178px;
  }

  .landing-hero-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
  }

  .wd-2-feature-title {
    font-size: 22px;
  }

  .landing-2-top-grid, .landing-2-bottom-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .s1-contact--divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section-1---seo {
    padding-top: 178px;
  }

  .section-1---seo.image-bottom {
    margin-top: -75px;
    padding-top: 178px;
  }

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

  .seo-number {
    font-size: 50px;
  }

  .s2-seo---number-heading {
    font-size: 18px;
  }

  .section-3---seo {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-5---seo {
    height: auto;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s2-seo---numbers-divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  ._3rd-party---hero-heading {
    margin-bottom: 0;
    font-size: 35px;
  }

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

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

  .section-3---about.pd-top-0.bg-neutral-800 {
    padding-bottom: 70px;
  }

  .section-copy {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .text-area-2.text-area-large, .text-area-2.text-area-large::placeholder {
    font-size: 22px;
  }

  .text-area-2.text-area-large.white::placeholder {
    font-size: 15px;
  }

  .input-2.input-large, .input-2.input-large::placeholder {
    font-size: 22px;
  }

  .input-2.input-large.white, .input-2.input-large.white::placeholder {
    font-size: 15px;
  }

  .s1-contact---bottom-heading {
    font-size: 22px;
  }

  .s1-contact---heading {
    font-size: 72px;
  }

  .s1-contact---contact-text {
    font-size: 14px;
  }

  .landing-hero-container {
    max-width: 500px;
  }

  .landing-hero-body {
    font-size: 16px;
  }

  .section-1---landing-pages {
    padding-top: 35vw;
    padding-bottom: 100px;
  }

  .section-3---landing-pages, .section-4---landing-pages {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-5---landing-pages {
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-1-grid {
    grid-column-gap: 15px;
  }

  .landing-1-grid-heading {
    font-size: 35px;
  }

  .landing-2-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .landing-2-heading {
    max-width: 700px;
    font-size: 45px;
    line-height: 1.2;
  }

  .landing-3-container {
    width: 90%;
  }

  .landing-3-grid {
    grid-template-rows: auto;
  }

  .landing-3-left-grid {
    margin-top: 0;
  }

  .landing-3-left-grid-heading {
    font-size: 35px;
  }

  .landing-3-left-grid-body-container {
    padding-left: 25px;
  }

  .landing-4-grid {
    grid-column-gap: 30px;
  }

  .landing-4-right-grid-heading, .landing-5-left-grid-heading {
    font-size: 35px;
  }

  .landing-6-container {
    width: 90%;
    height: auto;
    padding: 40px 50px;
  }

  .landing-6-heading {
    max-width: 800px;
    font-size: 4vw;
  }

  .section-1--wd {
    padding-top: 178px;
  }

  .section-1--wd.full-width-image-right {
    background-color: #fff;
    padding-top: 178px;
    padding-bottom: 0;
  }

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

  .section-2---wd.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3---wd {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3---wd.pd-top-180px---bottom-0 {
    padding-top: 140px;
  }

  .section-3---wd.pd-top-180px---bottom-0.bg-neutral-800 {
    padding-top: 70px;
  }

  .section-4---wd {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-4---wd.pd-top-180px---bottom-0 {
    padding-top: 140px;
  }

  .section-4---wd.pd-top-180px---bottom-0.bg-neutral-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-5---wd {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-5---wd.position-relative.overflow-hidden {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .wd-hero-container.position-relative---z-index-1 {
    flex-direction: column;
    align-items: center;
    padding-left: 55px;
  }

  .wd-2-container {
    width: 85%;
  }

  .s4-about---item-heading {
    font-size: 22px;
  }

  .display-1-copy {
    font-size: 72px;
  }

  .div-block-52 {
    bottom: -25%;
  }

  .wd-3-item-text {
    font-size: 22px;
  }

  .home-2 {
    flex-direction: row;
    padding-top: 70px;
    padding-bottom: 0;
  }

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

  .home-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-6 {
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-2-grid {
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-left-grid-wrapper {
    justify-content: center;
  }

  .home-2-left-grid-image {
    max-width: 50%;
    display: none;
  }

  .home-2-right-grid-title-div {
    max-width: 100%;
  }

  .home-2-right-grid-title {
    font-size: 35px;
    line-height: 1.3;
  }

  .home-3-container {
    width: 85%;
  }

  .home-3-upper-grid {
    margin-bottom: 50px;
  }

  .home-3-upper-grid-title {
    font-size: 35px;
    line-height: 1.3;
  }

  .home-3-service-link-card {
    margin-bottom: 70px;
  }

  .home-3-service-link-card-grid.web-design-card {
    grid-template-columns: .75fr .5fr;
    padding: 80px 25px;
  }

  .home-3-left-div-title-container, .home-3-left-div-body-wrapper.pd-left-24px-mbl.border-left-neutral-700-2px {
    padding-left: 30px;
  }

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

  .home-3-service-grid.gap-row-104px {
    grid-row-gap: 80px;
  }

  .home-3-item-wrapper.border-left---neutral-400-2px.height-100 {
    padding-left: 30px;
  }

  .home-3-service-heading {
    font-size: 22px;
  }

  .home-4-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr;
    align-content: start;
    place-items: start center;
  }

  .home-4-left-grid-div {
    justify-content: center;
    display: flex;
  }

  .home-4-right-grid-div {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-4-right-grid-container {
    max-width: 600px;
  }

  .home-4-right-grid-title.mg-bottom-24px {
    max-width: 400px;
    font-size: 35px;
  }

  .home-5-div {
    padding: 50px 64px;
  }

  .home-5-title {
    font-size: 35px;
  }

  .home-5-bottom-container {
    align-items: center;
    margin-top: 8px;
  }

  .home-5-arrow-link {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    font-size: 52px;
  }

  .home-5-arrow-link._64px-tablet {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    font-size: 48px;
  }

  .home-6-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .wd-hero-left-div._100-tablet {
    max-width: 100%;
  }

  .wd-hero-left-div._46._100-tablet {
    max-width: 500px;
  }

  .wd-hero-right-div {
    width: 100%;
    max-width: none;
    margin-top: 64px;
    position: relative;
    right: 0%;
  }

  .wd-hero-left-title {
    text-align: center;
    font-size: 60px;
  }

  .wd-hero-left-body {
    font-size: 16px;
    line-height: 1.8;
  }

  .wd-hero-left-button-row {
    justify-content: center;
  }

  .wd-hero-link.white {
    display: none;
  }

  .wd-hero-phone {
    width: 22%;
  }

  .wd-hero-logo-container {
    display: none;
  }

  .wd-hero-logo-container.mobile {
    justify-content: center;
    margin-top: 100px;
    display: flex;
    position: relative;
  }

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

  .wd-hero-logo-title-container.tablet {
    text-align: center;
  }

  .wd-hero-logo-title.bold.black {
    color: #000;
  }

  .wd-hero-logo-inner-grid.logo-strips-right {
    grid-row-gap: 32px;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    justify-items: center;
  }

  .wd-2-top-grid-title.mg-bottom-0 {
    text-align: left;
    font-size: 35px;
    line-height: 1.3;
  }

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

  .wd-3-grid._1-col-tablet, .wd-3-grid._1-2fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .wd-3-left-image {
    max-width: 70%;
  }

  .wd-3-right-div.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

  .wd-3-right-div-container.mg-top-0-tablet {
    margin-top: 0;
  }

  .wd-3-right-div-container.mg-top-0-tablet.mg-bottom-64px-tablet {
    margin-bottom: 64px;
  }

  .wd-3-right-divider, .wd-3-mid-divider, .wd-3-divider-3 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .wd-4-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .wd-4-grid._1-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-template-columns: 1fr .6fr;
  }

  .wd-4-left-container._100-tablet {
    max-width: 100%;
  }

  .wd-4-left-container._552px._100-tablet {
    margin-right: 0;
  }

  .wd-4-left-title {
    font-size: 35px;
    line-height: 1.3;
  }

  .wd-5-slider-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .wd-5-slider-left-div {
    display: none;
  }

  .wd-5-left-wrapper._100-tablet, .wd-5-left-wrapper._576px._100-tablet {
    max-width: 100%;
  }

  .wd-5-left-title.mg-bottom-24px {
    font-size: 35px;
  }

  .wd-5-slider-wrapper.slider-right {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 76px;
  }

  .wd-6-wrapper {
    padding: 50px 64px;
  }

  .wd-6-title {
    font-size: 35px;
  }

  .wd-6-bottom-container {
    align-items: center;
    margin-top: 8px;
  }

  .wd-6-arrow-link {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    font-size: 52px;
  }

  .wd-6-arrow-link._64px-tablet {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    font-size: 48px;
  }

  .wd-7-top-grid.mg-bottom-64px {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .section-1---dd {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-1---dd.overflow-hidden {
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .section-2---dd.pd-bottom-0-tablet {
    padding-bottom: 0;
  }

  .section-2---dd.pd-bottom-0-tablet.bg-neutral-800 {
    padding-top: 100px;
  }

  .section-3---dd {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3---dd.bg-neutral-200 {
    padding-bottom: 100px;
  }

  .hero-dd-background-bllur {
    background-color: var(--neutral--800);
    filter: blur(20px);
    height: 500px;
    display: flex;
    bottom: 0%;
    right: 0%;
  }

  .hero-dd-left-div._100-tablet {
    max-width: 100%;
  }

  .hero-dd-left-div._46._100-tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-dd-test {
    font-size: 72px;
  }

  .hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
    text-align: center;
    max-width: 400px;
    margin-bottom: 16px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
  }

  .hero-dd-left-bottom-container.pd-left-24px-mbl.border-left---white-2px {
    border-bottom: 1px solid var(--neutral--600);
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 0;
    display: flex;
  }

  .hero-dd-body-container._490px._100-tablet {
    border-bottom: 1px none var(--neutral--600);
    margin-bottom: 20px;
  }

  .hero-dd-body-container._100-tablet {
    max-width: 100%;
  }

  .hero-dd-body.mg-bottom-32px {
    text-align: center;
  }

  .hero-dd-background-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .hero-dd-image-container {
    width: 52%;
    top: auto;
    bottom: 132px;
    right: 76px;
  }

  .s1-dd-top-container {
    margin-bottom: 80px;
  }

  .s1-dd-slider-wrapper.arrows-top.mg-bottom-56px {
    display: none;
  }

  .s1-dd-item-text {
    font-size: 22px;
  }

  .s2-dd-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s2-dd-grid._1-col-tablet.gap-row-64px {
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    text-align: center;
    margin-bottom: 16px;
  }

  .s2-dd---buttons-row {
    text-align: center;
    justify-content: center;
  }

  .s2-dd-right-grid {
    margin: 60px auto -32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .s3-dd-top-container {
    margin-bottom: 50px;
  }

  .s3-dd-text.mg-bottom-8px {
    font-size: 35px;
  }

  .s3-dd-grid {
    grid-template-columns: 1fr 1fr;
  }

  .s1-seo---title {
    font-size: 60px;
    font-weight: 500;
  }

  .s1-seo---phone-image {
    border-radius: 26px;
  }

  .s1-seo---hero-image-offset {
    border-bottom-right-radius: 80px;
    bottom: 180px;
  }

  .s2-seo---numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .s2-seo---numbers-grid.stats-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .s3-seo---text-container-copy.pd-left-24px-mbl.border-left---neutral-800-2px {
    padding-left: 20px;
  }

  .s3-seo---heading {
    font-size: 35px;
  }

  .s3-seo---divider {
    margin-left: 20px;
  }

  .s3-seo---bottom-body {
    padding-left: 20px;
  }

  .s3-seo---image {
    max-width: 200px;
  }

  .s4-seo---top-container {
    margin-bottom: 50px;
  }

  .s4-seo---heading.mg-bottom-0 {
    font-size: 35px;
  }

  .s4-seo---accordion-item-wrapper-copy {
    min-height: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .s4-seo---accordion-spacer {
    min-height: 12px;
  }

  .s5-seo---grid {
    grid-template-columns: 1fr .6fr;
  }

  .s5-seo---text-container.pd-left-24px-mbl.border-left---neutral-800-2px {
    padding-left: 20px;
  }

  .s5-seo---heading {
    font-size: 35px;
  }

  .s5-seo---spacer {
    margin-left: 20px;
  }

  .s5-seo---bottom-body {
    padding-left: 20px;
  }

  ._3rd-party---container {
    padding-top: 178px;
  }

  ._3rd-party---container.full-width-image-right {
    padding-top: 178px;
    padding-bottom: 0;
  }

  ._3rd-party---container.full-width-image-right.v3 {
    padding-top: 178px;
    padding-bottom: 48px;
  }

  ._3rd-party---container.image-bottom {
    padding-top: 178px;
  }

  ._3rd-party---container.pd-bottom-200px {
    padding-bottom: 140px;
  }

  ._3rd-party---container.pd-bottom-224px {
    padding-bottom: 200px;
  }

  ._3rd-party---container.pd-bottom-160px {
    padding-bottom: 140px;
  }

  ._3rd-party---container.home-sales {
    padding-top: 178px;
    padding-bottom: 0;
  }

  ._3rd-party---top-grid.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid._1-col-tablet, ._3rd-party---top-grid.title-and-categories {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.gap-column-80px {
    grid-column-gap: 40px;
  }

  ._3rd-party---top-grid.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  ._3rd-party---top-grid.gap-row-16px.mg-bottom-64px {
    margin-bottom: 50px;
  }

  ._3rd-party---top-grid._1fr---1-18fr._1-col-tablet, ._3rd-party---top-grid._1-2fr---1fr._1-col-tablet, ._3rd-party---top-grid._1fr---3fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.gap-row-130px {
    grid-row-gap: 100px;
  }

  ._3rd-party---top-grid.gap-row-80px {
    grid-row-gap: 80px;
  }

  ._3rd-party---top-grid._1fr---1-22fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.pricing-table-mb-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._3rd-party---top-grid.gap-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-perty---grid-right._100-tablet {
    max-width: 100%;
  }

  ._3rd-party---grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3rd-party---grid.gap-row-80px {
    grid-row-gap: 64px;
  }

  ._3rd-party---grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3rd-party---grid.blog-cards-v2-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  ._3rd-party---grid.blog-cards-v2-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.home-sales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3rd-party---card-title, ._3rd-party---card-item-title, .s3-dd-card-title-copy, ._3rd-party---card-heading {
    font-size: 22px;
  }

  .section-1---about {
    padding-top: 178px;
  }

  .section-1---about.full-width-image-right {
    padding-top: 178px;
    padding-bottom: 0;
  }

  .section-1---about.full-width-image-right.v3 {
    padding-top: 178px;
    padding-bottom: 48px;
  }

  .section-1---about.image-bottom {
    padding-top: 178px;
  }

  .section-1---about.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .section-1---about.pd-bottom-200px.border-radius-bottom-118px {
    margin-top: -75px;
    padding-top: 178px;
    padding-bottom: 120px;
  }

  .section-1---about.pd-bottom-224px {
    padding-bottom: 200px;
  }

  .section-1---about.pd-bottom-160px {
    padding-bottom: 140px;
  }

  .section-1---about.home-sales {
    padding-top: 178px;
    padding-bottom: 0;
  }

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

  .s1-about---top-container._100-tablet {
    max-width: 100%;
  }

  .s1-about---heading {
    font-size: 72px;
  }

  .s1-about---heading.color-neutral-100.mg-bottom-20px {
    font-size: 55px;
  }

  .s1-about---body.mg-bottom-0 {
    max-width: 500px;
  }

  .s2-about---grid {
    grid-column-gap: 48px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr;
  }

  .s2-about---right-div._100-tablet {
    max-width: 100%;
  }

  .s2-about---heading.mg-bottom-24px {
    font-size: 35px;
  }

  .s2-about---body-container._100-tablet {
    max-width: 100%;
  }

  .s2-about---text-container.pd-left-24px-mbl.border-left---neutral-800-2px {
    padding-left: 20px;
  }

  .s2-about---image {
    max-width: 300px;
  }

  .s3-about---container {
    width: 85%;
  }

  .s3-about---text-container.pd-left-24px-mbl.border-left---white-2px {
    padding-left: 20px;
  }

  .s3-about---heading.color-neutral-100.mg-bottom-24px {
    font-size: 35px;
  }

  .s3-about---left-div._100-tablet {
    max-width: 100%;
  }

  .s3-about---left-body.mg-bottom-0, .s3-about---right-body.mg-bottom-0 {
    max-width: none;
    font-size: 14px;
  }

  .s3-about---background.bottom-68 {
    bottom: 82%;
  }

  .s4-about---grid.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .s4-about---grid._1-col-tablet, .s4-about---grid.title-and-categories {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.gap-column-80px {
    grid-column-gap: 40px;
  }

  .s4-about---grid.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .s4-about---grid._1fr---1-18fr._1-col-tablet, .s4-about---grid._1-2fr---1fr._1-col-tablet, .s4-about---grid._1fr---3fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.gap-row-130px {
    grid-row-gap: 100px;
  }

  .s4-about---grid.gap-row-80px {
    grid-row-gap: 80px;
  }

  .s4-about---grid._1fr---1-22fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.pricing-table-mb-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .s4-about---grid.gap-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s4-about---sticky-container._100-tablet {
    max-width: 100%;
  }

  .s4-about---sticky-wrapper.pd-left-24px-mbl.border-left---neutral-800-2px {
    padding-left: 30px;
  }

  .s4-about---heading.mg-bottom-0 {
    font-size: 35px;
  }

  .s4-about---number {
    font-size: 72px;
  }

  .section-1---contact {
    min-height: auto;
    margin-bottom: -70px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .s1-contact---grid.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .s1-contact---grid._1-col-tablet, .s1-contact---grid.title-and-categories {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.gap-column-80px {
    grid-column-gap: 40px;
  }

  .s1-contact---grid.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .s1-contact---grid._1fr---1-18fr._1-col-tablet, .s1-contact---grid._1-2fr---1fr._1-col-tablet, .s1-contact---grid._1fr---3fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.gap-row-130px {
    grid-row-gap: 100px;
  }

  .s1-contact---grid.gap-row-80px {
    grid-row-gap: 80px;
  }

  .s1-contact---grid._1fr---1-22fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.pricing-table-mb-grid {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .s1-contact---grid.gap-64px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .landing-6-body {
    max-width: 500px;
    display: none;
  }

  .paragraph-4 {
    display: none;
  }

  .top-section-image-bottom---bg-2 {
    border-bottom-right-radius: 80px;
    bottom: 180px;
  }

  .hero-dd-body-bottom.mg-bottom-32px {
    margin-bottom: 0;
    display: none;
  }

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

  .div-block-53 {
    background-color: var(--neutral--600);
    align-items: center;
    width: 100%;
    height: 1px;
    max-height: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-16 {
    width: 175px;
  }

  .link-block {
    margin-bottom: 20px;
    display: none;
  }

  .landing-6-body-mobile {
    max-width: 7000px;
    font-size: 1.6vw;
    display: flex;
  }

  .div-block-55 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 15%;
    display: flex;
  }

  .div-block-56 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .copyright-container._100-tablet {
    max-width: 100%;
  }

  .copyright-container._566px._100-tablet {
    display: flex;
  }

  .copyright-containerr._100-tablet {
    max-width: 100%;
  }

  .copyright-containerr._566px._100-tablet, .home-5-body-mobile.mg-bottom-0 {
    display: none;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .heading-20 {
    font-size: 24px;
  }

  .text-block-46 {
    font-size: 11px;
  }

  .heading-189 {
    font-size: 2.2vw;
  }

  .div-block-263 {
    padding: 15px;
  }

  .landding-temp-container {
    width: 85%;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .menu-button {
    color: #fff;
    border: 1px solid #10d1f3;
    border-radius: 50px;
  }

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

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .logo {
    width: 200px;
  }

  .button-light {
    color: #fff;
    background-color: #ff7d6b;
    margin-left: 10px;
    display: none;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link:hover {
    color: #10d1f3;
  }

  .gradient-text-clipping {
    clear: none;
    white-space: nowrap;
  }

  .dropdown-toggle-2 {
    width: 100%;
    position: relative;
  }

  .dropdown-mobile {
    clear: none;
    align-self: auto;
    width: 100%;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .hero-h1 {
    text-align: left;
  }

  .hero-h1.home-improvement {
    font-size: 40px;
  }

  .icon-6 {
    color: #474747;
  }

  .hero-overline {
    text-align: left;
  }

  .dropdown {
    clear: none;
    align-self: auto;
    width: 100%;
    margin-left: 0;
    display: none;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .container-19 {
    flex: 1;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .content-h2 {
    font-size: 38px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .box-gradient {
    inset: 0;
  }

  .box-item-link {
    height: 100%;
  }

  .heading-208 {
    font-size: 30px;
  }

  .container-20 {
    flex: 1;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .box-item {
    height: 100%;
  }

  .right-blur {
    z-index: -1;
  }

  .feature-column-image {
    padding: 25px;
  }

  .left-blur {
    z-index: -1;
  }

  .feature-column-content {
    padding: 25px;
  }

  .feature-grid---wd {
    grid-template-columns: 1fr 1fr;
  }

  .section-1---wd {
    padding-left: 7%;
    padding-right: 7%;
  }

  .cta-section-2 {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .newsletter-block {
    z-index: 5;
  }

  .content-cta {
    font-size: 40px;
  }

  .decorative-line {
    position: relative;
  }

  .feature-white-image-holder {
    width: 100%;
    height: 100%;
  }

  .button-4 {
    display: none;
  }

  .home-5-div-copy {
    padding: 50px 64px;
  }

  .blog-post-category-bg {
    border-bottom-left-radius: 100px;
  }

  .top-section-2 {
    padding-top: 178px;
  }

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

  .grid-2-columns.title-and-categories, .grid-2-columns.title-and-categories.title-large, .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-bottom-pages-grid {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 740px;
  }

  .grid-2-columns._1-98fr---1fr._1-5fr---1fr {
    grid-column-gap: 35px;
    grid-template-columns: 1.5fr 1fr;
  }

  .display-9 {
    font-size: 72px;
  }

  .display-9.color-neutral-100.mg-bottom-80px {
    font-size: 40px;
  }

  .hamburger-menu-wrapper-2 {
    margin-left: 24px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper-2:hover {
    transform: translate3d(0, -5px, .01px);
  }

  .hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-2.footer-newsletter-card {
    margin-top: 64px;
    margin-bottom: 48px;
    padding: 56px 40px;
  }

  .card-2.blog-post-newsletter-cta {
    padding: 40px 30px;
  }

  .dropdown-column-wrapper-2 {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper-2.w--open {
    position: static;
    transform: none;
  }

  .header-nav-menu-wrapper-2 {
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 24px;
  }

  .top-section-3 {
    padding-top: 178px;
  }

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

  .footer-section-2 {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
    padding-bottom: 32px;
  }

  .header-nav-link-2, .header-nav-link-2:hover, .header-nav-link-2.w--current {
    color: #0b0b0b;
  }

  .hamburger-menu-bar-2 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-2.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .divider-vertical-3.blog-post-author-link {
    margin-left: 32px;
    margin-right: 40px;
  }

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

  .divider-3 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .top-section-4 {
    padding-top: 178px;
  }

  .hamburger-menu-bar-3 {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-3.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .blog-contact-link.white {
    display: inline-block;
  }

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

  .blogs-grid.gap-row-80px {
    grid-row-gap: 64px;
  }

  .blogs-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .blogs-grid._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blogs-grid.blog-cards-v2-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .blogs-grid.blog-cards-v2-grid._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .blogs-grid.home-sales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blogs-grid.footer-pages-grid {
    grid-column-gap: 80px;
    justify-content: start;
  }

  .section-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-h1 {
    text-align: left;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 48px 32px;
    font-size: 18px;
  }

  .s4-about---grid-right {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .s4-about---grid-right.form {
    grid-column-gap: 32px;
  }

  .s4-about---grid-right.title-and-categories {
    margin-bottom: 40px;
  }

  .s4-about---grid-right._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .s4-about---grid-right.gap-column-80px {
    grid-row-gap: 48px;
  }

  .s4-about---grid-right.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.changelog-item.first {
    grid-column-gap: 30px;
  }

  .s4-about---grid-right.checkout-page {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.dropdown-main-grid {
    grid-row-gap: 48px;
  }

  .s4-about---grid-right._1fr---1-18fr, .s4-about---grid-right._1fr---1-8fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right._1fr---1-8fr._2-col-tablet {
    grid-template-columns: 1fr 1.8fr;
  }

  .s4-about---grid-right._1-2fr---1fr, .s4-about---grid-right._1fr---3fr, .s4-about---grid-right._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.gap-row-130px {
    grid-row-gap: 48px;
  }

  .s4-about---grid-right._1-8fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.gap-row-80px._2-col-mbl {
    grid-row-gap: 40px;
  }

  .s4-about---grid-right._1fr---2-1fr, .s4-about---grid-right._1fr---1-22fr, .s4-about---grid-right._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.pricing-table-mb-grid {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-columns: 1.2fr 1fr;
    justify-items: start;
    width: 100%;
  }

  .s4-about---grid-right._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---card {
    border-radius: 32px;
  }

  ._3rd-party---card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  ._3rd-party---card.services {
    padding: 40px 32px 48px;
  }

  ._3rd-party---card.testimonials {
    border-radius: 32px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  ._3rd-party---card.testimonials-v2 {
    grid-column-gap: 24px;
    grid-template-columns: 64px 1fr;
    padding: 64px 32px;
  }

  ._3rd-party---card.testimonials-v3 {
    padding: 64px 40px;
  }

  ._3rd-party---card.press-article-link-card {
    padding: 48px 32px;
  }

  ._3rd-party---card.offices {
    border-radius: 0;
    max-width: none;
    padding: 48px 32px;
    position: static;
  }

  ._3rd-party---card.blog-card-featured-v1 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  ._3rd-party---card.blog-card-featured-v2 {
    border-radius: 0;
    max-width: none;
    padding: 40px 32px 48px;
    position: static;
  }

  ._3rd-party---card.contact-v2-link-card {
    padding: 32px 32px 40px;
  }

  ._3rd-party---card.contact-form-light {
    min-height: 550px;
    padding: 48px 32px;
  }

  ._3rd-party---card.card-over-image---bottom-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 100%;
    max-width: none;
    padding: 48px 32px;
    position: static;
  }

  ._3rd-party---card.pricing-card {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  ._3rd-party---card.sign-in-card {
    padding: 56px 40px;
  }

  ._3rd-party---card.forgot-password-card {
    padding: 40px;
  }

  ._3rd-party---card.email-confirmation-card, ._3rd-party---card.password-protected {
    padding: 48px 40px;
  }

  ._3rd-party---card.help-center-card-link {
    padding: 48px 32px;
  }

  ._3rd-party---card.search-result-card {
    padding: 40px 32px;
  }

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.stats-grid {
    grid-row-gap: 40px;
  }

  .bg-neutral-800.bg-half-right {
    display: none;
  }

  .bg-neutral-800.top-76.top-86-mbl {
    top: 86%;
  }

  .bg-neutral-800.cards-page-bg {
    border-bottom-left-radius: 48px;
    bottom: 76%;
  }

  .bg-neutral-100.bottom-68 {
    bottom: 84%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider.top-40px---bottom-0 {
    margin-top: 32px;
  }

  .divider._48px._24px-mbl {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider.testimonials-v2-slider-divider {
    bottom: 56px;
  }

  .divider.top-32px---bottom-54px {
    margin-bottom: 40px;
  }

  .divider._54px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._100px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

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

  .mg-bottom-40px.mg-bottom-40px-mbl, ._3rd-party-icon {
    margin-bottom: 40px;
  }

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

  .mg-bottom-64px, .mg-bottom-72px {
    margin-bottom: 56px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

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

  .mg-top-64px {
    margin-top: 56px;
  }

  .mg-top-64px.mg-bottom-110px.mg-0-tablet {
    margin-bottom: 0;
  }

  .text-200.footer-title {
    border-right: 2px solid var(--system--orange-300);
    border-left-color: var(--system--orange-300);
    margin-bottom: 28px;
    padding-right: 18px;
    font-size: 15px;
  }

  .display-1 {
    font-size: 48px;
  }

  .s1-contact---contact-grid.gap-column-24px {
    grid-row-gap: 20px;
  }

  .s1-contact---contact-grid.gap-row-48px.gap-row-24px-mbl, .s1-contact---contact-grid.gap-row-40px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

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

  .display-2.color-neutral-100.center {
    font-size: 30px;
  }

  .display-2.font-size-28px-mbl {
    font-size: 28px;
  }

  .display-3 {
    font-size: 26px;
  }

  .s3-dd-card-title {
    font-size: 20px;
  }

  .s3-dd-card-title.mg-bottom-32px.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100.text-uppercase.blog-category-link-white {
    flex-direction: column;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

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

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

  .grid-3-columns.dropdown-pages-grid {
    flex-wrap: wrap;
    display: flex;
  }

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

  .grid-3-columns.logo-grid {
    grid-column-gap: 40px;
  }

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

  .grid-3-columns.footer-pages-grid {
    grid-column-gap: 40px;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._566px._100-tablet {
    display: none;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-40px {
    border-radius: 32px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 24px;
    display: none;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.white, .btn-primary.white.button-row {
    display: flex;
  }

  .btn-primary.white.contact {
    max-width: 250px;
    margin-top: 25px;
    margin-left: 0;
    display: flex;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 20px 24px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary, .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input {
    min-height: 56px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.input-large {
    min-height: 80px;
    font-size: 20px;
  }

  .input.input-large::placeholder, .input.input-h4-size, .input.input-h4-size::placeholder {
    font-size: 20px;
  }

  .input.input-h3-size {
    min-height: 48px;
    font-size: 22px;
  }

  .input.input-h3-size::placeholder {
    font-size: 22px;
  }

  .input.input-h3-size.help-center-search-bar {
    max-width: none;
    padding-right: 24px;
  }

  .text-area.text-area-large, .text-area.text-area-large::placeholder, .text-area.text-area-h4-size, .text-area.text-area-h4-size::placeholder {
    font-size: 20px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    min-width: 220px;
    max-width: 220px;
    min-height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .wd-7-line-square-icon.success-message-icon._28px {
    font-size: 20px;
  }

  .wd-7-line-square-icon.accordion-arrow-icon {
    margin-top: 2px;
    font-size: 24px;
  }

  .wd-7-line-square-icon.success-message-icon.icon-top {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .rich-text h2 {
    font-size: 40px;
  }

  .rich-text h3 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    margin-bottom: 24px;
    padding-left: 32px;
  }

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

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-top-180px---bottom-0, .section.pd-top-180px {
    padding-top: 100px;
  }

  .section.pd-200px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-top-124px {
    padding-top: 72px;
  }

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

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

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

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

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h4-size.mg-bottom-12px.mg-bottom-6px-mbl {
    margin-bottom: 3px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-nav-menu-wrapper {
    flex: 1;
    align-items: center;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .header-nav-menu-list {
    grid-row-gap: 3px;
    flex: 1;
    grid-template-columns: 100%;
    justify-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-nav-link {
    padding-bottom: 0;
    font-size: 15px;
  }

  .header-nav-link.contact {
    font-weight: 700;
  }

  .header-nav-list-item.middle.sibling-opacity-item {
    border-bottom: 1px solid #7a7a7a66;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .header-nav-list-item.middle.sibling-opacity-item.articles {
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap._404-page-wrap {
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    min-height: 80vh;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hidden-on-desktop.show-on-tablet.mg-bottom-64px-tablet {
    display: none;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-link {
    text-align: center;
    font-size: 15px;
  }

  .footer-link.w--current {
    font-size: 15px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .mg-bottom-160px {
    margin-bottom: 80px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.slider-right {
    padding-bottom: 68px;
  }

  .slider-wrapper.arrows-bottom-edge {
    padding-bottom: 80px;
  }

  .wd-7-accordion-item-wrapper {
    padding: 40px 24px;
  }

  .wd-7-accordion-item-wrapper.item-simple {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wd-7-accordion-item-wrapper.item-bg-neutral-200 {
    border-radius: 32px;
    padding: 40px 32px;
  }

  .wd-7-accordion-side {
    margin-right: 16px;
  }

  .wd-7-accordion-side.right-side {
    margin-left: 16px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-table-top {
    min-height: auto;
    margin-top: 64px;
    padding: 40px 18px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 90px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .categories-badges-item-wrapper {
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .top-section {
    padding-top: 154px;
  }

  .top-section.full-width-image-right {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  .top-section.full-width-image-right.v3, .top-section.image-bottom {
    padding-top: 154px;
  }

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

  .top-section.pd-bottom-224px {
    padding-bottom: 164px;
  }

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

  .top-section.home-sales {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  .top-section-image-right---cards-container {
    right: auto;
  }

  .top-section-image-right---bg-blur {
    bottom: 44%;
  }

  .s1-dd-text-container {
    padding-left: 32px;
  }

  .slider-arrow.top---right-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0% 60px;
  }

  .slider-arrow.top---right-arrow.top--120px {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    top: auto;
  }

  .slider-arrow.top---left-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 60px 0% 0%;
  }

  .slider-arrow.top---left-arrow.top--120px {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    top: auto;
  }

  .slider-arrow.bottom-edge---left-arrow, .slider-arrow.bottom-edge---right-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 28px;
  }

  .slider-arrow.offices---left-arrow {
    bottom: 202px;
    left: auto;
    right: 84px;
  }

  .slider-arrow.offices---right-arrow {
    bottom: 202px;
    left: auto;
    right: 32px;
  }

  .tab-menu-large {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .flex.align-center.vertical-left-mbl {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex.children-wrap {
    justify-content: center;
  }

  .slider-right-card-text-container {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .full-screen-section---text-container {
    padding-top: 120px;
  }

  .cta-cards-container {
    width: 100%;
    max-width: none;
    margin-top: 48px;
    margin-bottom: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-card-image {
    max-width: 62%;
  }

  .cta-card-image.middle {
    margin-bottom: 10px;
  }

  .mg-bottom-110px {
    margin-bottom: 80px;
  }

  .mg-bottom-110px.mg-bottom-48px-mbl {
    margin-bottom: 48px;
  }

  .font-size-164px {
    font-size: 80px;
  }

  .footer-section {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    padding-top: 0;
  }

  .footer-section.outlined {
    z-index: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .pd-left-24px-mbl {
    padding-left: 24px;
  }

  .mg-bottom-6px-mbl {
    margin-bottom: 6px;
  }

  .top-section-v3---phone-image {
    border-radius: 16px;
  }

  .top-section-image-bottom---bg {
    border-bottom-right-radius: 64px;
    bottom: 130px;
  }

  .border-radius-top-left-120px {
    border-top-left-radius: 64px;
  }

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

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

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

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

  .mg-bottom-20px.mg-bottom-0-tablet {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
  }

  .border-radius-bottom-118px {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .font-size-100px {
    font-size: 56px;
  }

  .our-offices-slider-image {
    min-height: auto;
  }

  .divider-vertical._32px._16px-mbl {
    margin-left: 16px;
    margin-right: 16px;
  }

  .blog-featured-v1-text-container {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .blog-v1-top-section-bg {
    border-bottom-left-radius: 80px;
  }

  .input-large-success-message {
    min-height: 80px;
  }

  .min-height-788px.min-h-400px-mbl {
    min-height: 400px;
  }

  .font-size-44px {
    font-size: 34px;
  }

  .blog-v2-top-section-bg {
    bottom: 31.8%;
  }

  .border-radius-bottom-left-118px {
    border-bottom-left-radius: 64px;
  }

  .contact-page-dark-form {
    min-height: 496px;
  }

  .accordion-arrow-image-wrapper {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }

  .card-over-image-section---image {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    min-height: 380px;
  }

  .pd-left-and-right-20px-mbl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-section---bottom-corner-image {
    width: 88%;
    min-height: auto;
    max-height: none;
    margin-top: 64px;
    position: static;
  }

  .hidden-on-mbl {
    display: none;
  }

  .mg-bottom-64px-mbl {
    margin-bottom: 64px;
  }

  .tab-menu-large---white {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .tab-menu-icon-white-38px {
    font-size: 20px;
    overflow: visible;
  }

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

  .mg-top-0-mbl {
    margin-top: 0;
  }

  .schedule-a-demo-dark-form {
    min-height: 0;
    margin-top: 0;
  }

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

  .schedule-a-demo-main-section, .sign-up-page-main-section {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .sign-up-page-bg-half-right {
    margin-top: auto;
  }

  .sign-in-page-main-section {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .border-radius-top-118px {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }

  .forgot-password-page-main-section {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .forgot-password-form-container {
    min-height: 140px;
  }

  .email-confirmation-page-main-section {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .border-radius-bottom-right-118px {
    border-bottom-right-radius: 64px;
  }

  .terms-and-conditions-rich-text h2 {
    font-size: 40px;
  }

  .terms-and-conditions-rich-text ul {
    padding-left: 32px;
  }

  .search-bar-button-inside-input {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-size: 24px;
  }

  .help-center-top-section-bg {
    bottom: 78%;
  }

  .page-intro-cover {
    display: flex;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-wrapper {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .card-figma-image {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .card-figma-text-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-hero-text-container, .container {
    display: flex;
  }

  .div-block-14 {
    display: none;
  }

  .macbook {
    max-width: 100vw;
  }

  .div-block-17 {
    display: none;
  }

  .inner-website-container {
    background-image: url('../images/Mobile-Macbook-Background.webp');
    background-position: 50% 0;
    background-size: cover;
  }

  .inner-website-container.web-design-landing {
    background-image: linear-gradient(#0000, #0000), url('../images/Mobile-Macbook-Background.webp');
  }

  .inner-website-container.home-improvement {
    background-image: url('../images/Screenshot-2024-04-06-at-5.54.01-PM.png');
  }

  .paragraph-3 {
    display: none;
  }

  .web-design {
    font-size: 13vw;
  }

  .div-block-16, .inner-website-nav-container {
    display: none;
  }

  .hero-description {
    font-size: 3vw;
  }

  .hero-heading-3 {
    font-size: 13vw;
  }

  .mailchimp, .google-ads, .google-analytics, .zapier, .facebook {
    max-height: 45px;
  }

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

  .grid-5-columns-copy.footer-pages-grid {
    grid-column-gap: 40px;
    grid-row-gap: 7px;
    justify-content: center;
  }

  .grid-3-columns-footer {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .platforms-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-container {
    padding-top: 30px;
    padding-bottom: 0;
  }

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

  .platforms-heading {
    font-size: 40px;
  }

  .hero---dd {
    padding-top: 154px;
  }

  .hero---dd.full-width-image-right {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary-2 {
    padding: 20px 24px;
  }

  .btn-primary-2.small.header-btn-hidde-on-mb {
    display: none;
  }

  .hero---landing-pages {
    padding-top: 154px;
  }

  .landing-hero-title {
    max-width: none;
    font-size: 48px;
  }

  .wd-2-web-icon {
    margin-bottom: 40px;
  }

  .wd-2-web-features-div {
    padding-left: 32px;
  }

  .wd-2-feature-title {
    font-size: 20px;
  }

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

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

  .s1-contact--divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .s1-contact--divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-1---seo, .section-1---seo.image-bottom {
    padding-top: 154px;
  }

  .s3-seo---grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .s2-seo---heading {
    font-size: 40px;
  }

  .seo-number {
    font-size: 48px;
  }

  .seo-subnr {
    font-size: 40px;
  }

  .s2-seo---number-heading {
    font-size: 18px;
  }

  .section-3---seo {
    padding-top: 100px;
  }

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

  .s2-seo---numbers-info-grid {
    grid-template-columns: 1fr;
  }

  .s2-seo---numbers-divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .about-image {
    border-radius: 32px;
  }

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

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

  .section-3---about.pd-top-0.bg-neutral-800 {
    padding-bottom: 80px;
  }

  .section-copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-area-2.text-area-large, .text-area-2.text-area-large::placeholder {
    font-size: 20px;
  }

  .display-8 {
    font-size: 26px;
  }

  .input-2 {
    min-height: 56px;
  }

  .input-2.input-large {
    min-height: 80px;
    font-size: 20px;
  }

  .input-2.input-large::placeholder, .s1-contact---bottom-heading {
    font-size: 20px;
  }

  .schedule-a-demo-main-section-2 {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .s1-contact---heading {
    font-size: 48px;
  }

  .landing-hero-container {
    max-width: 390px;
  }

  .section-1---landing-pages {
    padding-top: 40vw;
  }

  .section-3---landing-pages, .section-4---landing-pages {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5---landing-pages {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .landing-1-grid-image {
    display: none;
  }

  .landing-2-heading {
    font-size: 8vw;
  }

  .landing-3-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .landing-3-left-grid {
    margin-top: 0;
  }

  .landing-3-left-grid-body-container {
    padding-left: 32px;
  }

  .landing-3-right-grid-image {
    max-width: 350px;
  }

  .landing-4-grid {
    grid-template-columns: 1fr;
  }

  .landing-4-left-image {
    max-width: 400px;
  }

  .landing-4-right-grid-wrapper {
    margin-top: 56px;
  }

  .landing-4-right-grid-container {
    padding-left: 32px;
  }

  .landing-5-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .landing-5-left-grid {
    margin-top: 0;
  }

  .landing-5-left-grid-container {
    padding-left: 32px;
  }

  .landing-6-container {
    border-radius: 24px 24px 0 0;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-1--wd {
    padding-top: 154px;
  }

  .section-1--wd.full-width-image-right {
    background-color: #fff;
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

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

  .section-2---wd.bg-neutral-200 {
    margin-top: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-3---wd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-3---wd.pd-top-180px---bottom-0 {
    padding-top: 100px;
  }

  .section-4---wd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-4---wd.pd-top-180px---bottom-0 {
    padding-top: 100px;
  }

  .section-4---wd.pd-top-180px---bottom-0.bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5---wd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-5---wd.position-relative.overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7---wd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wd-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wd-hero-container.position-relative---z-index-1 {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .wd-6-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s4-about---item-heading {
    font-size: 20px;
  }

  .display-1-copy {
    font-size: 48px;
  }

  .s1dd-card-left {
    border-radius: 32px;
  }

  .s1dd-card-left.services {
    padding: 40px 32px 48px;
  }

  .s1-dd-icon {
    margin-bottom: 40px;
  }

  .div-block-52 {
    bottom: -25%;
  }

  .wd-3-item-text {
    font-size: 20px;
  }

  .home-1 {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .home-2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-4 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .home-6 {
    padding-top: 75px;
    padding-bottom: 0;
  }

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

  .home-2-container {
    width: 80%;
  }

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

  .home-2-left-grid-image {
    border-radius: 32px;
  }

  .home-2-right-grid-title {
    text-align: left;
    margin-bottom: 75px;
    font-size: 40px;
  }

  .home-2-right-grid-bottom-grid {
    grid-row-gap: 49px;
    grid-template-columns: 1fr;
  }

  .home-2-grid-item-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-2-grid-item-title {
    text-align: center;
    font-size: 26px;
  }

  .home-2-grid-item-body {
    text-align: left;
    max-width: 400px;
  }

  .home-3-upper-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .home-3-upper-grid-title {
    text-align: center;
    font-size: 40px;
  }

  .home-3-upper-grid-right-container {
    display: none;
  }

  .home-3-service-link-card {
    border-radius: 32px;
    justify-content: center;
    display: flex;
  }

  .home-3-service-link-card-grid {
    border-radius: 32px;
  }

  .home-3-service-link-card-grid.web-design-card {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    padding: 64px 32px;
  }

  .home-3-left-div-title-container {
    border-left-style: none;
    padding-left: 0;
  }

  .home-3-left-div-title-wrapper {
    text-align: left;
  }

  .home-3-left-div-title {
    font-size: 40px;
  }

  .home-3-left-div-body-wrapper.pd-left-24px-mbl {
    padding-left: 24px;
  }

  .home-3-left-div-body-wrapper.pd-left-24px-mbl.border-left-neutral-700-2px {
    border-left-style: none;
    padding-left: 0;
  }

  .home-3-left-div-body.mg-bottom-80px, .home-3-left-div-contact-container {
    text-align: left;
  }

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

  .home-3-service-grid.gap-row-104px {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-service-grid-item-container._100-mbl {
    max-width: 100%;
  }

  .home-3-service-grid-item-container._362px._100-mbl {
    border-bottom: 1px solid #ccc;
  }

  .home-3-item-wrapper {
    padding-left: 32px;
  }

  .home-3-item-wrapper.border-left---neutral-400-2px.height-100 {
    border-left-style: none;
    align-items: flex-start;
    max-width: 400px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .home-3-item-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-3-service-image {
    margin-bottom: 40px;
  }

  .home-3-service-heading {
    font-size: 20px;
  }

  .home-3-service-body {
    text-align: left;
  }

  .home-4-grid {
    grid-template-columns: 1fr;
  }

  .home-4-left-grid-div {
    display: flex;
  }

  .home-4-right-grid-div {
    padding-top: 0;
  }

  .home-4-right-grid-wrapper {
    padding-left: 32px;
  }

  .home-4-right-grid-title {
    font-size: 40px;
  }

  .home-4-right-grid-bottom-div {
    margin-bottom: 32px;
  }

  .home-4-bottom-div-container {
    padding-left: 32px;
  }

  .home-5-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-5-div {
    border-radius: 64px 64px 0 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 32px;
    display: flex;
  }

  .home-5-div-container.pd-left-24px-mbl.border-left---white-2px.cta {
    border-left-style: none;
    padding-left: 0;
  }

  .home-5-title-container._100-mbl {
    max-width: 100%;
  }

  .home-5-title {
    text-align: center;
    font-size: 40px;
  }

  .home-5-bottom-container {
    grid-column-gap: 40px;
    justify-content: center;
    margin-top: 16px;
  }

  .home-5-body-wrapper._500px._100-mbl {
    justify-content: center;
    display: flex;
  }

  .home-5-body-wrapper._100-mbl {
    max-width: 100%;
  }

  .home-5-body.mg-bottom-0 {
    text-align: center;
    max-width: 80%;
    display: none;
  }

  .home-5-arrow-link {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 36px;
  }

  .home-5-arrow-link._64px-tablet {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 32px;
    display: none;
  }

  .home-6-title {
    font-size: 40px;
  }

  .home-6-title.mg-bottom-24px.smaller-1 {
    text-align: center;
  }

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

  .home-6-grid._1-col-tablet.gap-row-64px.reverse {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wd-hero-left-title {
    text-align: center;
  }

  .wd-hero-left-body-container {
    justify-content: center;
    display: flex;
  }

  .wd-hero-left-body {
    text-align: center;
    max-width: 300px;
    line-height: 1.5;
  }

  .wd-hero-left-button-row {
    justify-content: center;
  }

  .wd-hero-link.white {
    display: none;
  }

  .wd-hero-logo-container {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .wd-hero-logo-container.mobile {
    position: relative;
  }

  .wd-hero-logo-grid {
    grid-template-columns: 1fr;
  }

  .wd-hero-logo-title {
    font-size: 18px;
  }

  .wd-hero-logo-inner-grid.logo-strips-right {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .wd-2-top-div-container {
    margin-bottom: 72px;
  }

  .wd-2-top-grid, .wd-2-top-grid._6fr---1fr {
    grid-template-columns: 1fr;
  }

  .wd-2-top-grid._6fr---1fr.gap-row-16px {
    grid-template-columns: 2fr;
  }

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

  .wd-3-grid, .wd-3-grid._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .wd-3-right-div {
    margin-bottom: 72px;
  }

  .wd-3-right-div-container {
    margin-top: 40px;
  }

  .wd-3-right-div-title {
    font-size: 40px;
  }

  .wd-3-right-divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wd-3-right-divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .wd-3-mid-divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wd-3-mid-divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .wd-3-divider-3 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .wd-3-divider-3.top-40px---bottom-0 {
    margin-top: 32px;
  }

  .wd-4-grid {
    grid-template-columns: 1fr;
  }

  .wd-4-grid._1-col-tablet.gap-row-64px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wd-4-left-div {
    margin-top: 0;
  }

  .wd-4-right-image {
    max-width: 350px;
  }

  .wd-4-left-title {
    margin-bottom: 25px;
  }

  .wd-4-left-bottom-container {
    padding-left: 32px;
  }

  .wd-5-left-title {
    font-size: 40px;
  }

  .wd-5-left-bottom-container {
    padding-left: 32px;
  }

  .wd-5-slider-wrapper.slider-right {
    padding-bottom: 68px;
  }

  .wd-6-wrapper {
    border-radius: 64px;
    flex-direction: column;
    padding: 50px 32px;
  }

  .wd-6-title-container._100-mbl {
    max-width: 100%;
  }

  .wd-6-title {
    margin-bottom: 0;
    font-size: 35px;
  }

  .wd-6-bottom-container {
    grid-column-gap: 40px;
    margin-top: 16px;
  }

  .wd-6-body.mg-bottom-0 {
    display: none;
  }

  .wd-6-arrow-link {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    font-size: 36px;
  }

  .wd-6-arrow-link._64px-tablet {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 32px;
    display: none;
  }

  .wd-7-top-grid {
    grid-template-columns: 1fr;
  }

  .wd-7-top-grid-left-div._100-mbl {
    max-width: 100%;
  }

  .wd-7-top-grid-left-title-container {
    padding-left: 32px;
  }

  .wd-7-left-grid-title {
    font-size: 40px;
  }

  .section-1---dd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-1---dd.overflow-hidden {
    margin-top: 0;
    padding-top: 100px;
  }

  .section-2---dd, .section-3---dd {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-3---dd.bg-neutral-200 {
    margin-bottom: 100px;
    padding-bottom: 40px;
  }

  .hero-dd-background-bllur {
    bottom: 44%;
  }

  .hero-dd-test {
    font-size: 48px;
  }

  .hero-dd-image-container {
    right: auto;
  }

  .s1-dd-top-container {
    margin-bottom: 50px;
  }

  .s1-dd-left-container._100-mbl {
    max-width: 100%;
  }

  .s1-dd-text {
    font-size: 40px;
  }

  .s1-dd-slider-wrapper.arrows-top {
    padding-bottom: 68px;
  }

  .s1-dd-item-text {
    font-size: 20px;
  }

  .s2-dd-grid {
    grid-template-columns: 1fr;
  }

  .s2-dd-text {
    font-size: 40px;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    font-size: 30px;
  }

  .s2-dd-right-grid {
    width: 100%;
    max-width: none;
    margin-top: 48px;
    margin-bottom: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .s2-dd-image {
    max-width: 62%;
  }

  .s2-dd-image.top {
    max-width: 300px;
  }

  .s2-dd-image.middle {
    max-width: 300px;
    margin-bottom: 10px;
  }

  .s2-dd-image.bottom {
    max-width: 300px;
  }

  .s3-dd-top-container {
    margin-bottom: 50px;
  }

  .s3-dd-wrapper._100-mbl {
    max-width: 100%;
  }

  .s3-dd-text, .s3-dd-sub-text {
    font-size: 40px;
  }

  .s3-dd-sub-text.mg-bottom-8px {
    display: none;
  }

  .s3-dd-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .s3-dd-grid-item {
    width: 250px;
    max-width: 250px;
  }

  .s1-seo---title {
    font-size: 48px;
  }

  .s1-seo---body {
    max-width: 400px;
  }

  .s1-seo---phone-image {
    border-radius: 16px;
  }

  .s1-seo---hero-image-offset {
    border-bottom-right-radius: 64px;
    bottom: 130px;
  }

  .s2-seo---numbers-grid.stats-grid {
    grid-row-gap: 40px;
  }

  .s3-seo---text-container-copy {
    padding-left: 32px;
  }

  .s4-seo---top-container {
    margin-bottom: 72px;
  }

  .s4-seo---top-grid, .s4-seo---top-grid._6fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-seo---heading {
    font-size: 40px;
  }

  .s4-seo---bottom-grid {
    grid-template-columns: 1fr;
  }

  .s4-seo---accordion-item-wrapper-copy {
    padding: 40px 24px;
  }

  .s5-seo---grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .s5-seo---text-container {
    padding-left: 32px;
  }

  ._3rd-party---container {
    padding-top: 154px;
  }

  ._3rd-party---container.full-width-image-right {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  ._3rd-party---container.full-width-image-right.v3, ._3rd-party---container.image-bottom {
    padding-top: 154px;
  }

  ._3rd-party---container.pd-bottom-200px {
    padding-bottom: 100px;
  }

  ._3rd-party---container.pd-bottom-224px {
    padding-bottom: 164px;
  }

  ._3rd-party---container.pd-bottom-160px {
    padding-bottom: 100px;
  }

  ._3rd-party---container.home-sales {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  ._3rd-party---top-grid {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  ._3rd-party---top-grid.form {
    grid-column-gap: 32px;
  }

  ._3rd-party---top-grid.title-and-categories {
    margin-bottom: 40px;
  }

  ._3rd-party---top-grid._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  ._3rd-party---top-grid.gap-column-80px {
    grid-row-gap: 48px;
  }

  ._3rd-party---top-grid.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.changelog-item.first {
    grid-column-gap: 30px;
  }

  ._3rd-party---top-grid.checkout-page {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.dropdown-main-grid {
    grid-row-gap: 48px;
  }

  ._3rd-party---top-grid._1fr---1-18fr, ._3rd-party---top-grid._1fr---1-8fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid._1fr---1-8fr._2-col-tablet {
    grid-template-columns: 1fr 1.8fr;
  }

  ._3rd-party---top-grid._1-2fr---1fr, ._3rd-party---top-grid._1fr---3fr, ._3rd-party---top-grid._2fr---1fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.gap-row-130px {
    grid-row-gap: 48px;
  }

  ._3rd-party---top-grid._1-8fr---1fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 40px;
  }

  ._3rd-party---top-grid._1fr---2-1fr, ._3rd-party---top-grid._1fr---1-22fr, ._3rd-party---top-grid._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.pricing-table-mb-grid {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-columns: 1.2fr 1fr;
    justify-items: start;
    width: 100%;
  }

  ._3rd-party---top-grid._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid-left {
    padding-left: 32px;
  }

  ._3rd-perty---grid-right._100-mbl {
    max-width: 100%;
  }

  ._3rd-party---grid {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.gap-row-80px {
    grid-row-gap: 40px;
  }

  ._3rd-party---grid.style---buttons-grid {
    grid-template-columns: auto;
  }

  ._3rd-party---grid._3-col-tablet {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.dropdown-pages-grid {
    flex-wrap: wrap;
    display: flex;
  }

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

  ._3rd-party---grid.blog-cards-v2-grid {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.logo-grid {
    grid-column-gap: 40px;
  }

  ._3rd-party---grid.home-sales {
    grid-template-columns: 1fr;
  }

  ._3rd-party---card-title {
    font-size: 20px;
  }

  ._3rd-party---card-title.mg-bottom-32px.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  ._3rd-party---card-item-title {
    font-size: 20px;
  }

  ._3rd-party---card-item-title.mg-bottom-32px.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  .s3-dd-card-title-copy {
    font-size: 20px;
  }

  .s3-dd-card-title-copy.mg-bottom-32px.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  ._3rd-party---card-heading {
    font-size: 20px;
  }

  ._3rd-party---card-heading.mg-bottom-32px.mg-bottom-8px-mbl {
    margin-bottom: 8px;
  }

  .section-1---about {
    padding-top: 154px;
  }

  .section-1---about.full-width-image-right {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

  .section-1---about.full-width-image-right.v3, .section-1---about.image-bottom {
    padding-top: 154px;
  }

  .section-1---about.pd-bottom-200px {
    padding-bottom: 100px;
  }

  .section-1---about.pd-bottom-224px {
    padding-bottom: 164px;
  }

  .section-1---about.pd-bottom-160px {
    padding-bottom: 100px;
  }

  .section-1---about.home-sales {
    border-bottom-left-radius: 80px;
    flex-direction: column;
    align-items: center;
    padding-top: 154px;
    display: flex;
  }

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

  .s1-about---top-container._100-mbl {
    max-width: 100%;
  }

  .s1-about---heading {
    font-size: 48px;
  }

  .s1-about---heading.color-neutral-100.mg-bottom-20px {
    font-size: 40px;
  }

  .s1-about---body.mg-bottom-0 {
    max-width: 400px;
  }

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

  .s2-about---right-div._100-mbl {
    max-width: 100%;
  }

  .s2-about---heading {
    font-size: 40px;
  }

  .s2-about---heading.font-size-28px-mbl {
    font-size: 28px;
  }

  .s2-about---body-container._100-mbl {
    max-width: 100%;
  }

  .s2-about---text-container {
    padding-left: 32px;
  }

  .s2-about---image, .s3-about---image {
    border-radius: 32px;
  }

  .s3-about---text-container {
    padding-left: 32px;
  }

  .s3-about---heading {
    font-size: 40px;
  }

  .s3-about---heading.font-size-28px-mbl {
    font-size: 28px;
  }

  .s3-about---grid {
    grid-template-columns: 1fr;
  }

  .s3-about---left-div._100-mbl {
    max-width: 100%;
  }

  .s3-about---background.bottom-68 {
    bottom: 84%;
  }

  .s4-about---grid {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .s4-about---grid.form {
    grid-column-gap: 32px;
  }

  .s4-about---grid.title-and-categories {
    margin-bottom: 40px;
  }

  .s4-about---grid.gap-row-64px {
    grid-row-gap: 50px;
  }

  .s4-about---grid._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .s4-about---grid.gap-column-80px {
    grid-row-gap: 48px;
  }

  .s4-about---grid.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.changelog-item.first {
    grid-column-gap: 30px;
  }

  .s4-about---grid.checkout-page {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.dropdown-main-grid {
    grid-row-gap: 48px;
  }

  .s4-about---grid._1fr---1-18fr, .s4-about---grid._1fr---1-8fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid._1fr---1-8fr._2-col-tablet {
    grid-template-columns: 1fr 1.8fr;
  }

  .s4-about---grid._1-2fr---1fr, .s4-about---grid._1fr---3fr, .s4-about---grid._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.gap-row-130px {
    grid-row-gap: 48px;
  }

  .s4-about---grid._1-8fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 40px;
  }

  .s4-about---grid._1fr---2-1fr, .s4-about---grid._1fr---1-22fr, .s4-about---grid._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .s4-about---grid.pricing-table-mb-grid {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-columns: 1.2fr 1fr;
    justify-items: start;
    width: 100%;
  }

  .s4-about---grid._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  .s4-about---sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .s4-about---sticky-container._100-mbl {
    max-width: 100%;
  }

  .s4-about---heading {
    font-size: 40px;
  }

  .s4-about---heading.font-size-28px-mbl {
    font-size: 28px;
  }

  .s4-about---number {
    font-size: 56px;
  }

  .section-1---contact {
    margin-bottom: -50px;
    padding-top: 150px;
    padding-bottom: 140px;
  }

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

  .s1-contact---grid.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .s1-contact---grid.form {
    grid-column-gap: 32px;
  }

  .s1-contact---grid.title-and-categories {
    margin-bottom: 40px;
  }

  .s1-contact---grid._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .s1-contact---grid.gap-column-80px {
    grid-row-gap: 48px;
  }

  .s1-contact---grid.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.changelog-item.first {
    grid-column-gap: 30px;
  }

  .s1-contact---grid.checkout-page {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.dropdown-main-grid {
    grid-row-gap: 48px;
  }

  .s1-contact---grid._1fr---1-18fr, .s1-contact---grid._1fr---1-8fr {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid._1fr---1-8fr._2-col-tablet {
    grid-template-columns: 1fr 1.8fr;
  }

  .s1-contact---grid._1-2fr---1fr, .s1-contact---grid._1fr---3fr, .s1-contact---grid._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.gap-row-130px {
    grid-row-gap: 48px;
  }

  .s1-contact---grid._1-8fr---1fr {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 40px;
  }

  .s1-contact---grid._1fr---2-1fr, .s1-contact---grid._1fr---1-22fr, .s1-contact---grid._1-4fr---1fr {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.pricing-table-mb-grid {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-columns: 1.2fr 1fr;
    justify-items: start;
    width: 100%;
  }

  .s1-contact---grid._1fr---2-05fr {
    grid-template-columns: 1fr;
  }

  .s1-contact---grid._1fr---2-05fr.gap-row-64px {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .top-section-image-bottom---bg-2 {
    border-bottom-right-radius: 64px;
    bottom: 130px;
  }

  .image-16 {
    width: 170px;
  }

  .link-block {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
  }

  .landing-6-body-mobile {
    max-width: 400px;
    font-size: 12px;
  }

  .div-block-56 {
    justify-content: center;
  }

  .copyright-container._100-mbl, .copyright-containerr._100-mbl {
    max-width: 100%;
  }

  .copyright-containerr._566px._100-tablet {
    display: flex;
  }

  .home-5-body-mobile.mg-bottom-0 {
    text-align: center;
    max-width: 80%;
    display: flex;
  }

  .webflow, .wordpress, .shopify {
    max-height: 45px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .cloneable-container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    background-color: #4a3aff;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #4a3aff;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #4a3aff;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: #4a3aff;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .heading-18 {
    font-size: 35px;
  }

  .div-block-60, .div-block-263 {
    display: none;
  }

  .landing-1 {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .landing-2-temp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    border-color: #10d1f3;
  }

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

  .logo {
    width: 220px;
  }

  .button-light {
    display: none;
  }

  .profile-images-wrapper {
    flex-wrap: wrap;
  }

  .div-block-318 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .header-2 {
    padding-top: 145px;
  }

  .header-2.home-improvement {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 150px;
  }

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

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

  .hero-h1.home-improvement {
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .icon-6 {
    color: #1b1b1b;
  }

  .navigation-left {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-320 {
    width: 100%;
    margin-top: 50px;
  }

  .div-block-320.home-improvement {
    justify-content: center;
    align-items: center;
  }

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

  .nav-menu {
    background-color: #fff;
  }

  .section-43.top-margin {
    margin-top: 2em;
  }

  .container-19 {
    max-width: 100%;
  }

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

  .grid-5-column.home-improvement {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .content-h2.home-improvement {
    text-align: center;
  }

  .container-flex-2.left-align.home-improvement {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

  .box-gradient {
    position: absolute;
    inset: 0;
  }

  .heading-container {
    margin-bottom: 2em;
  }

  .right-blur {
    z-index: -1;
  }

  .feature-column-image {
    width: 100%;
  }

  .feature-wrap-2 {
    flex-wrap: wrap;
  }

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

  .feature-column-content {
    width: 100%;
  }

  .feature-grid---wd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .feature-card-line-2 {
    width: 100%;
    max-width: 320px;
  }

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

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-cta {
    font-size: 42px;
  }

  .newsletter-field {
    width: 100%;
  }

  .decorative-line {
    margin-bottom: 1em;
  }

  .feature-white-image-holder {
    display: none;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .button-4 {
    z-index: 100;
    color: #fff;
    background-color: #fff;
    background-image: linear-gradient(45deg, #e09705, #fc6c3c);
    border: 1px #000;
    border-radius: 10px 10px 0 0;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    position: fixed;
    inset: auto 20% 0;
  }

  .button-4.w--current {
    border-style: none;
    border-radius: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: none;
    left: 15%;
    right: 15%;
  }

  .home-5-div-copy {
    border-radius: 64px 64px 0 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 32px;
    display: flex;
  }

  .blog-post-category-bg {
    border-bottom-left-radius: 64px;
    min-height: 480px;
    max-height: 480px;
    bottom: 72%;
  }

  .top-section-2 {
    padding-top: 154px;
  }

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

  .mg-right-24px.mg-right-12px-mbl {
    margin-right: 0;
  }

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

  .grid-2-columns.title-and-categories {
    margin-bottom: 40px;
  }

  .grid-2-columns.title-and-categories.title-large {
    justify-items: center;
  }

  .grid-2-columns.dropdown-main-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.footer-bottom-pages-grid {
    grid-column-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    max-width: 560px;
  }

  .grid-2-columns._1-98fr---1fr, .grid-2-columns._1-98fr---1fr._1-5fr---1fr, .grid-2-columns._2fr---1fr {
    grid-template-columns: 1fr;
  }

  .display-9 {
    font-size: 48px;
  }

  .display-9.color-neutral-100.mg-bottom-0 {
    text-align: center;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-list-item-2 {
    margin-bottom: 10px;
  }

  .card-2 {
    border-radius: 32px;
  }

  .card-2.footer-newsletter-card {
    padding: 48px 32px;
  }

  .card-2.blog-post-newsletter-cta {
    max-width: none;
    margin-top: 32px;
    padding: 48px 32px 56px;
    position: static;
    top: 0;
  }

  .top-section-3 {
    padding-top: 154px;
  }

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

  .footer-section-2 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
    padding-top: 80px;
  }

  .text-401.footer-title {
    margin-bottom: 28px;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-bar-2 {
    width: 32px;
  }

  .badge-secondary-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .divider-vertical-2 {
    min-width: 200px;
    min-height: 1px;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-322 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .text-block-72, .text-block-73 {
    font-size: 16px;
  }

  .divider-vertical-3.blog-post-author-link {
    min-width: auto;
    min-height: 1px;
    margin: 24px 0;
  }

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

  .divider-3 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .top-section-4 {
    padding-top: 154px;
  }

  .blog-post-single-top-section-bg {
    border-bottom-left-radius: 80px;
    min-height: 442px;
    bottom: 26%;
  }

  .display-11 {
    font-size: 40px;
  }

  .pd-left-44px {
    padding-left: 32px;
  }

  .text-402.footer-title {
    margin-bottom: 28px;
  }

  .container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-bar-3 {
    width: 32px;
  }

  .blog-contact-link.white {
    display: inline-block;
  }

  .blog-rich-text h2 {
    font-size: 40px;
  }

  .blog-rich-text h3 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .blog-rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .blog-rich-text ul, .blog-rich-text ol {
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .blog-rich-text h6, .blog-rich-text h5, .blog-rich-text h4 {
    margin-bottom: 12px;
  }

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

  .blogs-grid.gap-row-80px {
    grid-row-gap: 40px;
  }

  .blogs-grid.style---buttons-grid {
    grid-template-columns: auto;
  }

  .blogs-grid._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .blogs-grid.dropdown-pages-grid {
    flex-wrap: wrap;
    display: flex;
  }

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

  .blogs-grid.logo-grid {
    grid-column-gap: 40px;
  }

  .blogs-grid.home-sales {
    grid-template-columns: 1fr;
  }

  .blogs-grid.footer-pages-grid {
    grid-column-gap: 40px;
  }

  .btn-primary-2-copy {
    padding: 20px 24px;
  }

  .btn-primary-2-copy.small.header-btn-hidde-on-mb {
    display: none;
  }

  .div-block-329.home-improvement {
    margin-top: 50px;
  }

  .div-block-10, .paragraph-7 {
    display: none;
  }

  .content-h1.home-improvement {
    text-align: center;
    word-break: normal;
    font-size: 45px;
  }

  .thank-you {
    font-size: 50px;
  }
}

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

  blockquote {
    border-radius: 24px;
    padding: 40px 24px;
    font-size: 16px;
  }

  .s4-about---grid-right.form {
    grid-row-gap: 40px;
  }

  .s4-about---grid-right.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .s4-about---grid-right.gap-row-80px._2-col-mbl {
    grid-row-gap: 32px;
  }

  .s4-about---grid-right.pricing-table-mb-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  ._3rd-party---card {
    border-radius: 24px;
  }

  ._3rd-party---card.services {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.services.header.left, ._3rd-party---card.services.header-black.left {
    padding-left: 0;
  }

  ._3rd-party---card.services.header-black.left.contered {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 24px;
  }

  ._3rd-party---card.testimonials {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.testimonials-v2 {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  ._3rd-party---card.testimonials-v3 {
    padding: 48px 28px;
  }

  ._3rd-party---card.press-article-link-card {
    padding: 40px 24px;
  }

  ._3rd-party---card.blog-card-featured-v2, ._3rd-party---card.contact-v2-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.contact-form-light {
    min-height: 690px;
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.card-over-image---bottom-left {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 40px 24px;
  }

  ._3rd-party---card.pricing-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3rd-party---card.sign-in-card {
    padding: 40px 24px;
  }

  ._3rd-party---card.forgot-password-card, ._3rd-party---card.email-confirmation-card {
    padding: 32px 24px;
  }

  ._3rd-party---card.password-protected {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._3rd-party---card.help-center-card-link {
    padding: 40px 24px;
  }

  ._3rd-party---card.search-result-card {
    padding: 32px 24px;
  }

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

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

  .bg-neutral-800.bg-half-right {
    display: none;
  }

  .bg-neutral-800.cards-page-bg {
    border-bottom-left-radius: 32px;
    bottom: 80%;
  }

  .bg-neutral-100.bottom-68 {
    bottom: 92%;
  }

  .wd-7-color-neutral-700.mg-bottom-0 {
    line-height: 1.6;
  }

  .color-neutral-300.mg-top-auto.text-center-tablet {
    padding-bottom: 10px;
    font-size: 11px;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .divider, .divider._64px, .divider._48px, .divider._54px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._100px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

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

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

  ._3rd-party-icon {
    margin-bottom: 20px;
  }

  .mg-bottom-56px.mg-bottom-24px-mbp {
    margin-bottom: 24px;
  }

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

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

  .text-200.footer-title {
    border-right: 2px solid var(--system--orange-300);
    border-left-color: var(--system--orange-300);
    text-align: left;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-200.normal.mg-bottom-20px {
    margin-bottom: 8px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.color-neutral-100.center {
    font-size: 25px;
  }

  .display-2.font-size-28px-mbl {
    font-size: 26px;
  }

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

  .grid-3-columns, .grid-3-columns._3-col-tablet.gap-row-32px {
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns.footer-pages-grid {
    grid-column-gap: 48px;
    grid-template-columns: auto auto;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._566px._100-tablet {
    min-width: 0;
    display: none;
  }

  .inner-container._64px-mbp {
    max-width: 64px;
  }

  .inner-container._48px-mbp {
    max-width: 48px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .border-radius-40px {
    border-radius: 24px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: none;
  }

  .btn-primary.small.header-btn-hidde-on-mb.w--current {
    display: none;
  }

  .btn-primary.white {
    width: auto;
    display: flex;
  }

  .btn-primary.white.button-row {
    width: auto;
  }

  .btn-primary.white.button-row.perfect {
    display: none;
  }

  .btn-primary.white.contact {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.button-inside-input---top-right {
    margin-top: 24px;
    position: static;
  }

  .btn-primary.dd {
    margin-top: 40px;
    display: flex;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary, .badge-secondary {
    padding: 14px 22px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.input-large {
    min-height: 52px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .input.input-large::placeholder {
    font-size: 18px;
  }

  .input.input-h4-size {
    padding-bottom: 0;
    font-size: 18px;
  }

  .input.input-h4-size::placeholder {
    font-size: 18px;
  }

  .input.input-h3-size {
    padding-bottom: 0;
    font-size: 18px;
  }

  .input.input-h3-size::placeholder, .text-area.text-area-large, .text-area.text-area-large::placeholder, .text-area.text-area-h4-size, .text-area.text-area-h4-size::placeholder {
    font-size: 18px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 18px;
    min-height: 18px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-icon-square.white.team-member-link-social-icon {
    font-size: 20px;
  }

  .wd-7-line-square-icon.accordion-arrow-icon {
    font-size: 22px;
  }

  .wd-7-line-square-icon.success-message-icon.icon-top {
    font-size: 40px;
  }

  .rich-text h2 {
    font-size: 36px;
  }

  .rich-text h3 {
    font-size: 24px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

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

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

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.top {
    padding-top: 66px;
  }

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

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-top-180px---bottom-0, .section.pd-top-180px {
    padding-top: 80px;
  }

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

  .section.pd-top-124px {
    padding-top: 64px;
  }

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

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

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

  .navigation {
    background-color: #0b0b0b00;
  }

  .header-content-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-nav-menu-wrapper {
    z-index: 4;
    background-color: #aaa3a300;
    background-image: none;
    border-top-style: none;
    border-bottom-style: none;
    height: auto;
    margin-top: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    position: absolute;
  }

  .header-nav-menu-list {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 7px #000;
  }

  .header-nav-link {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-family: Onest, sans-serif;
    font-size: 4.5vw;
    font-weight: 400;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-nav-list-item.middle.sibling-opacity-item {
    box-shadow: none;
    text-align: left;
    justify-content: center;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .header-nav-list-item.middle.sibling-opacity-item.digital-designs {
    justify-content: center;
    width: 100%;
  }

  .dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 12px;
  }

  .hamburger-menu-wrapper.w--open {
    margin-left: 0;
  }

  .hamburger-menu-bar {
    width: 28px;
    height: 2px;
  }

  .header-right-side {
    min-width: 0;
  }

  .header-middle {
    display: flex;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hidden-on-desktop.show-on-tablet.mg-bottom-64px-tablet {
    display: none;
  }

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

  .footer-list-item {
    margin-bottom: 0;
  }

  .footer-link {
    font-family: Onest, sans-serif;
    font-size: 14px;
  }

  .mg-bottom-160px {
    margin-bottom: 60px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.slider-right {
    padding-bottom: 60px;
  }

  .slider-mask.slider-right-mask {
    max-width: 100%;
  }

  .wd-7-accordion-item-wrapper.item-simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wd-7-accordion-item-wrapper.item-bg-neutral-200 {
    border-radius: 24px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ._404-not-found {
    font-size: 100px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

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

  .top-section {
    padding-top: 138px;
  }

  .top-section.full-width-image-right {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  .top-section.full-width-image-right.v3, .top-section.image-bottom {
    padding-top: 138px;
  }

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

  .top-section.pd-bottom-224px {
    padding-bottom: 140px;
  }

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

  .top-section.home-sales {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  .top-section-image-right-bg {
    margin-top: 80px;
  }

  .top-section-image-right---top-card {
    width: 100%;
  }

  .top-section-image-right---bottom-card {
    width: 124%;
  }

  .top-section-image-right---bg-blur {
    bottom: 32%;
  }

  .s1-dd-text-container {
    padding-left: 24px;
  }

  .s1-dd-text-container.mg-left-2px.pd-and-mg-0-mbp {
    margin-left: 0;
    padding-left: 0;
  }

  .slider-arrow.top---right-arrow {
    left: 52px;
  }

  .slider-arrow.top---left-arrow {
    right: 52px;
  }

  .slider-arrow.slider-right---left-arrow, .slider-arrow.slider-right---right-arrow {
    margin-bottom: -60px;
    margin-left: auto;
    margin-right: 0;
  }

  .slider-arrow.offices---left-arrow, .slider-arrow.offices---right-arrow {
    top: 344px;
    bottom: auto;
  }

  .tab-menu-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .slider-right-section-container {
    align-items: stretch;
  }

  .slider-right-card-text-container {
    padding: 20px 24px;
  }

  .full-screen-section---text-container {
    padding-top: 100px;
    padding-bottom: 56px;
  }

  .mg-left-2px.mg-bottom-16px.mg-bottom-6px-mbl {
    margin-bottom: 4px;
  }

  .mg-left-2px.mg-left-0-mbp {
    margin-left: 0;
  }

  .cta-cards-container {
    margin-bottom: -24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-card-image {
    width: 80%;
    max-width: 80%;
  }

  .cta-card-image.top {
    margin-left: auto;
  }

  .cta-card-image.middle {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: auto;
  }

  .cta-card-image.bottom {
    margin-left: auto;
  }

  .mg-bottom-110px {
    margin-bottom: 72px;
  }

  .mg-bottom-110px.mg-bottom-48px-mbl {
    margin-bottom: 40px;
  }

  .font-size-164px {
    font-size: 56px;
  }

  .badge-wrapper.bottom-left-32px {
    bottom: 16px;
    left: 16px;
  }

  .footer-section {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .footer-section.outlined {
    z-index: 1;
    box-shadow: 0 -1px 16px -4px #f87400;
  }

  .pd-left-32px.pd-left-24px-mbp {
    padding-left: 24px;
  }

  .top-section-v3---phone-image {
    border-radius: 12px;
  }

  .top-section-image-bottom---bg {
    border-bottom-right-radius: 48px;
    bottom: 64px;
  }

  .border-radius-top-left-120px {
    border-top-left-radius: 48px;
  }

  .pd-left-48px.pd-left-24px-mbl.pd-left-0-mbp {
    padding-left: 0;
  }

  .mg-bottom-20px.mg-bottom-0-tablet {
    width: 100%;
  }

  .border-radius-bottom-118px {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .font-size-100px {
    font-size: 40px;
  }

  .our-offices-slider-image {
    min-height: 300px;
  }

  .width-60-mbp {
    width: 60%;
  }

  .divider-vertical {
    margin-left: 14px;
    margin-right: 14px;
  }

  .blog-featured-v1-text-container {
    padding: 40px 24px 48px;
  }

  .blog-v1-top-section-bg {
    border-bottom-left-radius: 64px;
  }

  .input-large-success-message {
    min-height: 128px;
  }

  .min-height-788px.min-h-400px-mbl.flex {
    min-height: auto;
  }

  .font-size-44px {
    font-size: 30px;
  }

  .blog-v2-top-section-bg {
    bottom: 40.1%;
  }

  .border-radius-bottom-left-118px {
    border-bottom-left-radius: 48px;
  }

  .contact-page-dark-form {
    min-height: 610px;
  }

  .accordion-arrow-image-wrapper {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .card-over-image-section---image {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .pd-left-and-right-16px-mbp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-menu-large---white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .schedule-a-demo-dark-form {
    min-height: 0;
  }

  .schedule-a-demo-main-section, .sign-up-page-main-section {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .sign-up-page-bg-half-right {
    bottom: 49.5%;
  }

  .sign-in-page-main-section {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .border-radius-top-118px {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }

  .forgot-password-page-main-section {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .forgot-password-form-container {
    min-height: 134px;
  }

  .email-confirmation-page-main-section {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .border-radius-bottom-right-118px {
    border-bottom-right-radius: 48px;
  }

  .terms-and-conditions-rich-text h2 {
    font-size: 36px;
  }

  .terms-and-conditions-rich-text ul {
    padding-left: 24px;
  }

  .help-center-top-section-bg {
    border-bottom-right-radius: 32px;
    bottom: 80%;
  }

  .page-intro-cover {
    display: flex;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .card-figma-image {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .hero-product-demo {
    height: 300vh;
  }

  .main-hero-text-container {
    display: flex;
  }

  .heading-14 {
    font-size: 5.5vw;
    line-height: 1;
  }

  .container {
    display: flex;
  }

  .container.desktop-image-container {
    align-items: center;
    max-width: 650px;
  }

  .heading-16 {
    margin-bottom: 3px;
    font-size: 2vw;
  }

  .div-block-18 {
    padding: 10px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .inner-website-hero-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: none;
  }

  .div-block-19 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    font-size: 12px;
  }

  .image-8 {
    max-width: 15px;
  }

  .product-macbookholder {
    justify-content: center;
    max-width: 100vw;
    overflow: visible;
  }

  .macbook {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .inner-website-container {
    background-image: url('../images/Mobile-Macbook-Background.webp');
    background-size: cover;
    justify-content: flex-start;
  }

  .inner-website-container.home-improvement {
    background-image: url('../images/Screenshot-2024-04-06-at-5.54.01-PM.png');
  }

  .div-block-12 {
    margin-left: 10px;
  }

  .paragraph-3 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2vw;
    line-height: 1.5;
    display: none;
  }

  .web-design {
    font-size: 13vw;
  }

  .web-design.home-improvement {
    font-size: 13vw;
    line-height: 13vw;
  }

  .text-block-4 {
    font-size: 2vw;
    line-height: 1;
  }

  .hero-text-container {
    display: flex;
  }

  .product-demo-sticky {
    overflow: hidden;
  }

  .inner-website-nav-container {
    height: 20px;
    margin-top: 5px;
    display: none;
  }

  .hero-heading-2.home-improvement {
    font-size: 6.4vw;
    line-height: 6.4vw;
  }

  .image-7 {
    max-width: 15px;
  }

  .button-3 {
    color: var(--system--orange-300);
    border: 1px #fff;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    font-weight: 500;
  }

  .inner-website-bottom-container {
    display: none;
  }

  .link-5 {
    font-size: 1.5vw;
  }

  .hero-description {
    font-size: 5vw;
  }

  .heading-15 {
    font-size: 5.5vw;
    line-height: 1;
  }

  .hero-heading-3 {
    font-size: 13vw;
  }

  .hero-heading-3.home-improvement {
    text-align: center;
    font-size: 13vw;
  }

  .mailchimp, .google-ads, .google-analytics, .zapier, .facebook {
    max-height: 40px;
  }

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

  .grid-5-columns-copy.footer-pages-grid {
    grid-column-gap: 48px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 0;
  }

  .grid-3-columns-footer {
    grid-column-gap: 40px;
    grid-row-gap: 28px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    display: flex;
  }

  .copyright {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .no-margin {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    right: auto;
  }

  .sub-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .subnav-link {
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-container {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .hero---dd {
    padding-top: 138px;
  }

  .hero---dd.full-width-image-right {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  .hero---dd.full-width-image-right.digital-design {
    flex-direction: column;
    justify-content: center;
    margin-top: -75px;
    padding-top: 138px;
  }

  .nav-container {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .business-div-block.big-business, .business-div-block.individuals, .business-div-block.start-up, .business-div-block.small-business {
    height: 250px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2.white {
    width: auto;
    display: flex;
  }

  .btn-primary-2.white.button-row {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .btn-primary-2.white.button-row.margin-bottom {
    margin-bottom: 16px;
  }

  .s1-seo---top-container {
    width: 100%;
  }

  .hero---landing-pages {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    margin-top: -75px;
    padding-top: 138px;
    padding-bottom: 35%;
    overflow: visible;
  }

  .landing-hero-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
  }

  .wd-2-web-features-div {
    padding-left: 24px;
  }

  .landing-2-top-grid, .landing-2-bottom-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .s1-contact--divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-1---seo {
    padding-top: 138px;
  }

  .section-1---seo.image-bottom {
    margin-top: -75px;
    padding-top: 138px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .s3-seo---left-section {
    max-width: none;
    display: block;
  }

  .s3-seo---grid {
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
  }

  .s2-seo---heading {
    font-size: 8vw;
  }

  .seo-number {
    font-size: 40px;
  }

  .seo-subnr {
    font-size: 36px;
  }

  .s2-seo---number-heading {
    font-size: 6vw;
  }

  .section-2---seo {
    padding-bottom: 75px;
  }

  .section-3---seo {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section-5---seo {
    height: auto;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s1-seo---container {
    width: 100%;
  }

  .s2-seo---numbers-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  ._3rd-party---hero-heading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .section-2---about {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-image {
    border-radius: 24px;
  }

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

  .section-3---about.pd-top-0.bg-neutral-800 {
    padding-bottom: 75px;
  }

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

  .text-area-2.text-area-large, .text-area-2.text-area-large::placeholder {
    font-size: 18px;
  }

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

  .input-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2.input-large {
    min-height: 52px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .input-2.input-large::placeholder {
    font-size: 18px;
  }

  .schedule-a-demo-main-section-2 {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .s1-contact---heading {
    font-size: 40px;
  }

  .s1-contact---contact-text {
    color: #fff;
    font-size: 16px;
  }

  .landing-hero-body {
    max-width: 350px;
    line-height: 1.5;
    display: flex;
  }

  .landing-hero-button-container {
    flex-direction: column;
  }

  .landing-hero-image {
    width: 400px;
    max-width: 90%;
    margin-top: 50px;
  }

  .section-1---landing-pages {
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .section-4---landing-pages {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-5---landing-pages {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-6---landing-pages {
    padding-bottom: 100px;
  }

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

  .landing-1-grid-left {
    max-width: none;
  }

  .landing-1-grid-heading {
    text-align: left;
    margin-bottom: 28px;
    font-size: 8vw;
  }

  .landing-1-grid-image {
    max-width: 200px;
  }

  .landing-2-wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .landing-2-heading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .landing-2-body {
    text-align: left;
    margin-bottom: 0;
  }

  .landing-3-grid {
    grid-row-gap: 50px;
  }

  .landing-3-left-grid {
    margin-top: 0;
  }

  .landing-3-left-grid-heading {
    text-align: left;
    margin-bottom: 28px;
    font-size: 7vw;
  }

  .landing-3-left-grid-body-container {
    padding-left: 24px;
  }

  .landing-3-right-grid-image {
    max-width: 80%;
  }

  .landing-4-grid {
    grid-row-gap: 50px;
  }

  .landing-4-left-image {
    max-width: 100%;
  }

  .landing-4-right-grid-wrapper {
    margin-top: 0;
  }

  .landing-4-right-grid-container {
    padding-left: 24px;
  }

  .landing-4-right-grid-heading {
    font-size: 8vw;
  }

  .landing-5-left-grid {
    margin-top: 0;
  }

  .landing-5-left-grid-container {
    padding-left: 24px;
  }

  .landing-5-left-grid-heading {
    margin-bottom: 25px;
    font-size: 8vw;
  }

  .landing-6-container {
    border-radius: 24px;
    width: 100%;
    height: auto;
    padding: 40px 24px;
  }

  .landing-6-heading {
    font-size: 8vw;
  }

  .section-1--wd {
    padding-top: 138px;
  }

  .section-1--wd.full-width-image-right {
    background-color: #fff;
    border-bottom-left-radius: 48px;
    padding-top: 138px;
    display: block;
    overflow: visible;
  }

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

  .section-2---wd.bg-neutral-200 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

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

  .section-3---wd.pd-top-180px---bottom-0 {
    padding-top: 80px;
  }

  .section-3---wd.pd-top-180px---bottom-0.bg-neutral-800 {
    padding-top: 60px;
  }

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

  .section-4---wd.pd-top-180px---bottom-0 {
    padding-top: 80px;
  }

  .section-4---wd.pd-top-180px---bottom-0.bg-neutral-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-5---wd.position-relative.overflow-hidden {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .section-7---wd {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .wd-hero-container.position-relative---z-index-1 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .wd-2-container {
    width: 85%;
  }

  .wd-6-container {
    padding-left: 0;
    padding-right: 0;
  }

  .wd-6-right-color.bg-half-right {
    display: none;
  }

  .display-1-copy {
    font-size: 40px;
  }

  .s1dd-card-left {
    border-radius: 24px;
  }

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

  .s1-dd-icon {
    margin-bottom: 20px;
  }

  .div-block-52 {
    z-index: 2;
    width: 100%;
    bottom: -15%;
    overflow: hidden;
  }

  .wd-3-item-text.color-neutral-100.mg-bottom-12px {
    text-align: left;
    line-height: 1.2;
  }

  .home-1 {
    z-index: 5;
    margin-top: -50px;
    padding-top: 0;
    position: relative;
  }

  .home-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .home-3 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .home-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-6 {
    padding-top: 50px;
    padding-bottom: 0;
  }

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

  .home-2-container {
    width: 85%;
  }

  .home-2-left-grid-image {
    border-radius: 24px;
    max-width: 100%;
  }

  .home-2-right-grid-title {
    text-align: left;
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .home-2-grid-item-container {
    align-items: flex-start;
  }

  .home-2-grid-item-title {
    text-align: left;
    font-size: 24px;
  }

  .home-2-grid-item-body {
    text-align: left;
  }

  .home-3-container {
    width: 100%;
  }

  .home-3-upper-grid {
    text-align: center;
    justify-items: center;
    max-width: none;
    margin-bottom: 80px;
  }

  .home-3-upper-grid-title {
    text-align: center;
    max-width: 85%;
    font-size: 10vw;
    font-weight: 400;
  }

  .home-3-service-link-card {
    border-radius: 24px;
    margin-bottom: 50px;
  }

  .home-3-service-link-card-grid {
    border-radius: 24px;
  }

  .home-3-service-link-card-grid.web-design-card {
    margin-bottom: 0;
    padding: 48px 24px;
  }

  .home-3-left-div-title-container {
    border-left-style: none;
    padding-left: 0;
  }

  .home-3-left-div-title {
    text-align: left;
    font-size: 36px;
  }

  .home-3-left-div-body-wrapper.pd-left-24px-mbl.border-left-neutral-700-2px {
    border-left-style: none;
    padding-left: 0;
  }

  .home-3-left-div-body.mg-bottom-80px {
    text-align: left;
    font-size: 14px;
  }

  .home-3-left-div-contact-container {
    justify-content: flex-start;
    display: flex;
  }

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

  .home-3-service-grid.gap-row-104px {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-service-grid-item-container._362px._100-mbl {
    max-width: 85%;
  }

  .home-3-item-wrapper {
    padding-left: 24px;
  }

  .home-3-item-wrapper.border-left---neutral-400-2px.height-100 {
    border-left-style: none;
    align-items: flex-start;
    padding-left: 0;
  }

  .home-3-item-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-3-service-body {
    text-align: left;
    font-size: 14px;
  }

  .home-4-container {
    width: 85%;
  }

  .home-4-left-grid-div {
    display: flex;
  }

  .home-4-right-grid-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-4-right-grid-wrapper {
    padding-left: 24px;
  }

  .home-4-right-grid-wrapper.pd-left-24px-mbl.border-left---neutral-800-2px {
    border-left-style: none;
    padding-left: 0;
  }

  .home-4-right-grid-title {
    font-size: 36px;
  }

  .home-4-right-grid-title.mg-bottom-24px {
    text-align: left;
    font-size: 8vw;
    font-weight: 400;
  }

  .home-4-bottom-div-container {
    padding-left: 24px;
  }

  .home-4-bottom-div-container.mg-left-2px.pd-and-mg-0-mbp {
    margin-left: 0;
    padding-left: 0;
  }

  .home-4-right-grid-bottom-body {
    text-align: left;
    font-size: 14px;
  }

  .home-5-container {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-5-div {
    border-radius: 24px 24px 0 0;
    padding: 40px 24px;
  }

  .home-5-div-container.pd-left-24px-mbl.border-left---white-2px.cta {
    border-left-style: none;
    padding-left: 0;
  }

  .home-5-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .home-5-bottom-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-5-body.mg-bottom-0 {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
    display: none;
  }

  .home-5-arrow-link {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .home-5-arrow-link._64px-tablet {
    justify-content: center;
    align-self: flex-start;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    font-size: 26px;
    display: none;
  }

  .home-6-container {
    width: 85%;
  }

  .home-6-title {
    font-size: 36px;
  }

  .home-6-title.mg-bottom-24px.smaller-1 {
    text-align: left;
    font-size: 8vw;
    font-weight: 400;
  }

  .home-6-grid._1-col-tablet.gap-row-64px.reverse {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wd-hero-right-div {
    margin-top: 50px;
    position: static;
  }

  .wd-hero-left-title {
    text-align: center;
    font-size: 40px;
  }

  .wd-hero-left-body-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wd-hero-left-body {
    text-align: center;
    max-width: 300px;
    font-size: 15px;
    line-height: 1.5;
  }

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

  .wd-hero-link.white {
    display: none;
  }

  .wd-hero-logo-container {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .wd-hero-logo-container.mobile {
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 50px;
    display: block;
    position: relative;
  }

  .wd-hero-logo-title.bold.black {
    color: var(--neutral--800);
    font-size: 7vw;
  }

  .wd-hero-logo-inner-grid.logo-strips-right {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
    grid-template-columns: auto;
  }

  .wd-2-top-div-container {
    margin-bottom: 40px;
  }

  .wd-2-top-grid._6fr---1fr.gap-row-16px {
    text-align: center;
    grid-template-columns: 3fr;
  }

  .wd-2-top-grid-title {
    font-size: 36px;
  }

  .wd-2-top-grid-title.mg-bottom-0 {
    padding-left: 0;
    font-size: 8vw;
    font-weight: 400;
  }

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

  .wd-3-right-div-container {
    margin-top: 32px;
  }

  .wd-3-right-div-container.mg-top-0-tablet.mg-bottom-64px-tablet {
    margin-bottom: 30px;
  }

  .wd-3-right-div-title {
    font-size: 36px;
  }

  .wd-3-right-div-title.color-neutral-100.mg-bottom-0 {
    text-align: left;
    font-size: 8vw;
  }

  .wd-3-right-divider, .wd-3-mid-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .wd-3-item-body.mg-bottom-0 {
    text-align: left;
  }

  .wd-3-divider-3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .wd-4-grid._1-col-tablet.gap-row-64px {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wd-4-left-div {
    margin-top: 0;
  }

  .wd-4-right-image {
    max-width: 100%;
  }

  .wd-4-left-container._552px._100-tablet {
    margin-right: 0;
  }

  .wd-4-left-title {
    text-align: left;
    margin-bottom: 28px;
    font-size: 8vw;
  }

  .wd-4-left-bottom-container {
    padding-left: 24px;
  }

  .wd-4-left-bottom-container.pd-left-24px-mbl.border-left---neutral-800-2px {
    text-align: center;
    border-left-style: none;
    padding-left: 0;
  }

  .wd-4-left-body.mg-bottom-32px {
    text-align: left;
  }

  .wd-5-slider-container {
    align-items: stretch;
  }

  .wd-5-left-wrapper._576px._100-tablet {
    margin-right: 0;
  }

  .wd-5-left-title {
    font-size: 36px;
  }

  .wd-5-left-title.mg-bottom-24px {
    text-align: left;
    margin-bottom: 28px;
    font-size: 8vw;
  }

  .wd-5-left-bottom-container {
    padding-left: 24px;
  }

  .wd-5-left-bottom-container.pd-left-24px-mbl.border-left---neutral-800-2px {
    border-left-style: none;
    padding-left: 0;
  }

  .wd-left-body.mg-bottom-32px {
    text-align: left;
    margin-bottom: 0;
  }

  .wd-5-slider-wrapper.slider-right {
    padding-bottom: 0;
  }

  .wd-6-wrapper {
    border-radius: 24px 24px 0 0;
    flex-direction: column;
    align-items: center;
    padding: 50px 24px;
    display: flex;
  }

  .wd-6-inner-container.pd-left-24px-mbl.border-left---white-2px.cta {
    border-left-style: none;
    padding-left: 0;
  }

  .wd-6-title-container._640px._100-mbl {
    margin-bottom: 10px;
  }

  .wd-6-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 7vw;
  }

  .wd-6-bottom-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .wd-6-body.mg-bottom-0 {
    text-align: center;
    font-size: 13px;
    display: none;
  }

  .wd-6-arrow-link {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .wd-6-arrow-link._64px-tablet {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    font-size: 26px;
    display: none;
  }

  .wd-7-top-grid-left-title-container {
    padding-left: 24px;
  }

  .wd-7-left-grid-title {
    font-size: 36px;
  }

  .wd-7-left-grid-title.mg-bottom-0 {
    font-size: 8vw;
  }

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

  .section-1---dd.overflow-hidden {
    padding-bottom: 75px;
  }

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

  .section-2---dd.pd-bottom-0-tablet.bg-neutral-800 {
    padding-top: 75px;
  }

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

  .hero-dd-container {
    margin-bottom: 100px;
  }

  .hero-dd-background-bllur {
    min-width: 100%;
    display: none;
    bottom: 32%;
  }

  .hero-dd-left-div._46._100-tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-dd-test {
    font-size: 40px;
  }

  .hero-dd-test.color-neutral-100.mg-bottom-32px.smaller {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
  }

  .hero-dd-left-bottom-container.pd-left-24px-mbl.border-left---white-2px {
    border-left-style: none;
    padding-left: 0;
    display: flex;
  }

  .hero-dd-body-container._490px._100-tablet {
    text-align: center;
    border-bottom: 1px #7a7a7a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-dd-body.mg-bottom-32px {
    text-align: center;
    max-width: 300px;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .hero-dd-link-container {
    flex-direction: column;
  }

  .hero-dd-background-image {
    margin-top: 20px;
  }

  .hero-dd-image-container {
    width: 70%;
    bottom: 100px;
  }

  .hero-dd-top-image {
    width: 100%;
  }

  .hero-dd-bottom-image {
    width: 124%;
  }

  .s1-dd-text {
    font-size: 36px;
  }

  .s1-dd-text.mg-bottom-0 {
    font-size: 9vw;
  }

  .s1-dd-slider-wrapper.arrows-top {
    padding-bottom: 60px;
  }

  .s1-dd-slider-wrapper.arrows-top.mg-bottom-56px {
    display: none;
  }

  .s2-dd-grid._1-col-tablet.gap-row-64px {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .s2-dd-text {
    font-size: 36px;
  }

  .s2-dd-text.color-neutral-100.mg-bottom-32px {
    margin-bottom: 50px;
    font-size: 7vw;
  }

  .s2-dd---buttons-row {
    flex-direction: column;
  }

  .s2-dd-right-grid {
    margin-bottom: -24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .s2-dd-image {
    width: 80%;
    max-width: 80%;
  }

  .s2-dd-image.top {
    margin-left: auto;
  }

  .s2-dd-image.middle {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: auto;
  }

  .s2-dd-image.bottom {
    margin-left: auto;
  }

  .s3-dd-text {
    font-size: 36px;
  }

  .s3-dd-text.mg-bottom-8px {
    font-size: 8vw;
  }

  .s3-dd-sub-text {
    font-size: 36px;
  }

  .s3-dd-grid {
    grid-template-columns: 1fr;
  }

  .s1-seo---title {
    font-size: 40px;
    font-weight: 500;
  }

  .s1-seo---body {
    display: flex;
  }

  .s1-seo---button-row {
    flex-direction: column;
  }

  .s1-seo---image-container {
    width: 100%;
    margin-top: 50px;
  }

  .s1-seo---laptop-image {
    width: 100%;
  }

  .s1-seo---phone-image {
    border-radius: 12px;
  }

  .s1-seo---hero-image-offset {
    border-bottom-right-radius: 48px;
    bottom: 64px;
  }

  .s2-seo---numbers-grid {
    grid-template-columns: 1fr;
  }

  .s2-seo---numbers-grid.stats-grid {
    grid-row-gap: 69px;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .s3-seo---text-container-copy {
    padding-left: 24px;
  }

  .s3-seo---text-container-copy.pd-left-24px-mbl.border-left---neutral-800-2px {
    border: 1px #000;
    padding-left: 0;
  }

  .s3-seo---heading {
    margin-bottom: 28px;
    font-size: 9vw;
  }

  .s3-seo---divider {
    margin-left: 0;
  }

  .s3-seo---bottom-body {
    padding-left: 0;
  }

  .s3-seo---image {
    max-width: 250px;
  }

  .s4-seo---top-container {
    margin-bottom: 50px;
  }

  .s4-seo---top-grid._6fr---1fr.gap-row-16px {
    grid-template-columns: 3fr;
  }

  .s4-seo---heading {
    font-size: 36px;
  }

  .s4-seo---heading.mg-bottom-0 {
    font-size: 9vw;
  }

  .s5-seo---grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .s5-seo---text-container {
    padding-left: 24px;
  }

  .s5-seo---heading {
    margin-bottom: 28px;
    font-size: 8vw;
  }

  ._3rd-party---container {
    padding-top: 138px;
  }

  ._3rd-party---container.full-width-image-right {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  ._3rd-party---container.full-width-image-right.v3, ._3rd-party---container.image-bottom {
    padding-top: 138px;
  }

  ._3rd-party---container.pd-bottom-200px {
    padding-bottom: 80px;
  }

  ._3rd-party---container.pd-bottom-200px.bg-transparent {
    margin-top: -75px;
    margin-bottom: 50px;
    padding-bottom: 75px;
  }

  ._3rd-party---container.pd-bottom-224px {
    padding-bottom: 140px;
  }

  ._3rd-party---container.pd-bottom-160px {
    padding-bottom: 80px;
  }

  ._3rd-party---container.home-sales {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  ._3rd-party---top-grid.form {
    grid-row-gap: 40px;
  }

  ._3rd-party---top-grid.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  ._3rd-party---top-grid.gap-row-16px.mg-bottom-64px {
    margin-bottom: 20px;
  }

  ._3rd-party---top-grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 32px;
  }

  ._3rd-party---top-grid.pricing-table-mb-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  ._3rd-party---grid-left {
    padding-left: 24px;
  }

  ._3rd-party---grid-left.mg-left-2px.pd-and-mg-0-mbp {
    margin-left: 0;
    padding-left: 0;
  }

  ._3rd-perty---grid-right._64px-mbp {
    max-width: 64px;
  }

  ._3rd-perty---grid-right._48px-mbp {
    max-width: 48px;
  }

  ._3rd-party---grid {
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.gap-row-32px {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._3rd-party---grid.logo-grid {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .section-1---about {
    padding-top: 138px;
  }

  .section-1---about.full-width-image-right {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

  .section-1---about.full-width-image-right.v3, .section-1---about.image-bottom {
    padding-top: 138px;
  }

  .section-1---about.pd-bottom-200px {
    padding-bottom: 80px;
  }

  .section-1---about.pd-bottom-200px.border-radius-bottom-118px {
    margin-top: -75px;
    padding-top: 138px;
    padding-bottom: 42px;
  }

  .section-1---about.pd-bottom-224px {
    padding-bottom: 140px;
  }

  .section-1---about.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section-1---about.home-sales {
    border-bottom-left-radius: 48px;
    padding-top: 138px;
  }

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

  .s1-about---top-container._64px-mbp {
    max-width: 64px;
  }

  .s1-about---top-container._48px-mbp {
    max-width: 48px;
  }

  .s1-about---bottom-container._678px.center {
    display: none;
  }

  .s1-about---heading, .s1-about---heading.color-neutral-100.mg-bottom-20px {
    font-size: 40px;
  }

  .s1-about---body.mg-bottom-0 {
    display: flex;
  }

  .s2-about---grid {
    grid-template-rows: auto;
  }

  .s2-about---right-div._64px-mbp {
    max-width: 64px;
  }

  .s2-about---right-div._594px._100-mbl {
    display: none;
  }

  .s2-about---right-div._48px-mbp {
    max-width: 48px;
  }

  .s2-about---heading {
    font-size: 36px;
  }

  .s2-about---heading.mg-bottom-24px {
    margin-bottom: 28px;
    font-size: 8vw;
  }

  .s2-about---heading.font-size-28px-mbl {
    font-size: 26px;
  }

  .s2-about---body-container._64px-mbp {
    max-width: 64px;
  }

  .s2-about---body-container._512px {
    max-width: none;
  }

  .s2-about---body-container._48px-mbp {
    max-width: 48px;
  }

  .s2-about---text-container {
    padding-left: 24px;
  }

  .s2-about---text-container.mg-left-2px.pd-and-mg-0-mbp {
    margin-left: 0;
    padding-left: 0;
  }

  .s2-about---text-container.pd-left-24px-mbl.border-left---neutral-800-2px {
    max-width: none;
  }

  .s2-about---image {
    border-radius: 24px;
    max-width: 100%;
  }

  .s3-about---image {
    border-radius: 24px;
  }

  .s3-about---text-container {
    padding-left: 24px;
  }

  .s3-about---text-container.mg-left-2px.pd-and-mg-0-mbp {
    margin-left: 0;
    padding-left: 0;
  }

  .s3-about---heading {
    font-size: 36px;
  }

  .s3-about---heading.color-neutral-100.mg-bottom-24px {
    margin-bottom: 28px;
    font-size: 8vw;
  }

  .s3-about---heading.font-size-28px-mbl {
    font-size: 26px;
  }

  .s3-about---left-div._64px-mbp {
    max-width: 64px;
  }

  .s3-about---left-div._48px-mbp {
    max-width: 48px;
  }

  .s3-about---background.bottom-68 {
    bottom: 92%;
  }

  .s4-about---grid.form {
    grid-row-gap: 40px;
  }

  .s4-about---grid.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .s4-about---grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 32px;
  }

  .s4-about---grid.pricing-table-mb-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .s4-about---sticky-container._64px-mbp {
    max-width: 64px;
  }

  .s4-about---sticky-container._48px-mbp {
    max-width: 48px;
  }

  .s4-about---sticky-wrapper.pd-left-24px-mbl.pd-left-0-mbp {
    padding-left: 0;
  }

  .s4-about---heading {
    font-size: 36px;
  }

  .s4-about---heading.mg-bottom-0 {
    font-size: 8vw;
  }

  .s4-about---heading.font-size-28px-mbl {
    font-size: 26px;
  }

  .s4-about---number {
    font-size: 40px;
  }

  .section-1---contact {
    margin-top: -75px;
    margin-bottom: -40px;
    padding-top: 138px;
    padding-bottom: 120px;
  }

  .s1-contact---grid.form {
    grid-row-gap: 40px;
  }

  .s1-contact---grid.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .s1-contact---grid.gap-row-80px._2-col-mbl {
    grid-row-gap: 32px;
  }

  .s1-contact---grid.pricing-table-mb-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .s1-contact---phone-container.align-center, .s1-contact---email-container.align-center {
    color: var(--neutral--200);
  }

  .landing-6-body {
    font-size: 13px;
    display: none;
  }

  .paragraph-4 {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-family: Onest, sans-serif;
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.5;
  }

  .top-section-image-bottom---bg-2 {
    border-bottom-right-radius: 48px;
    display: block;
    bottom: 64px;
  }

  .hero-dd-body-bottom.mg-bottom-32px {
    text-align: center;
    max-width: 300px;
    line-height: 1.5;
    display: none;
  }

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

  .div-block-53 {
    background-color: #7a7a7a;
    width: 100%;
    height: 1px;
    max-height: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-16 {
    width: 150px;
  }

  .link-block {
    margin-bottom: 25px;
    display: flex;
  }

  .wd-6-body-mobile.mg-bottom-0 {
    text-align: center;
    font-size: 13px;
  }

  .landing-6-body-mobile {
    font-size: 13px;
  }

  .div-block-54 {
    align-self: center;
    width: 100%;
  }

  .div-block-55 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-56 {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .copyright-container._566px._100-tablet {
    min-width: 0;
    display: flex;
  }

  .copyright-container._64px-mbp {
    max-width: 64px;
  }

  .copyright-container._48px-mbp {
    max-width: 48px;
  }

  .copyright-containerr._566px._100-tablet {
    min-width: 0;
    display: flex;
  }

  .copyright-containerr._64px-mbp {
    max-width: 64px;
  }

  .copyright-containerr._48px-mbp {
    max-width: 48px;
  }

  .home-5-body-mobile.mg-bottom-0 {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .text-block-42 {
    font-size: 16px;
    font-weight: 500;
  }

  .link-6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .webflow, .wordpress, .shopify {
    max-height: 40px;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-step-form-wrapper---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .heading-18 {
    font-size: 7vw;
    line-height: 1.2;
  }

  .div-block-261.home-improvement {
    padding-left: 0;
  }

  .landding-temp-container {
    width: 85%;
  }

  .landing-1 {
    z-index: 5;
    margin-top: -50px;
    padding-top: 0;
    position: relative;
  }

  .landing-2-temp-container {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: #2e2e2e;
    border-color: #10d1f3;
  }

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

  .logo {
    width: 220px;
  }

  .nav-link {
    width: 100%;
  }

  .div-block-318 {
    align-items: center;
  }

  .gradient-text-clipping.orange {
    white-space: normal;
  }

  .icon-4 {
    color: #2c2c2c;
  }

  .dropdown-mobile {
    width: 100%;
  }

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

  .navigation-2 {
    display: block;
  }

  .hero-h1 {
    text-align: center;
    font-size: 44px;
  }

  .hero-h1.home-improvement {
    font-size: 9vw;
  }

  .icon-6 {
    color: #363636;
  }

  .navigation-left {
    justify-content: space-between;
  }

  .hero-overline {
    max-width: 80%;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    top: 95px;
  }

  .section-43.top-margin {
    margin-top: 2em;
  }

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

  .grid-5-column.home-improvement {
    grid-template-columns: 1fr;
  }

  .title-wrap-3 {
    width: 100%;
  }

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

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

  .box-gradient {
    position: relative;
  }

  .heading-208 {
    font-size: 25px;
  }

  .box-item {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .right-blur {
    display: none;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  .ribbon {
    display: none;
  }

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

  .feature-column-content {
    padding: 10px;
  }

  .ribbon-2 {
    display: none;
  }

  .feature-grid---wd {
    grid-template-columns: 1fr;
  }

  .section-1---wd {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-1-heading---wd {
    text-align: center;
    font-size: 9vw;
    line-height: 1.1;
  }

  .section-1-heading-wrap---wd {
    padding-top: 50px;
  }

  .section-1-wrap---wd {
    padding: 0 7% 10px;
  }

  .accent---wd {
    margin-bottom: 20px;
  }

  .send-button {
    width: 100%;
  }

  .cta-section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .newsletter-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-cta {
    font-size: 38px;
  }

  .newsletter-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .heading-217 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-27 {
    text-align: center;
    font-size: 14px;
  }

  .feature-image-white {
    width: 100%;
  }

  .feature-image.abstract-background {
    width: 100%;
    margin-left: 0;
  }

  .button-4 {
    z-index: 100;
    color: #fff;
    background-image: linear-gradient(45deg, #e09705, #fc6c3c);
    border-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1;
    bottom: 0;
    left: 5%;
    right: 5%;
    box-shadow: 0 -1px 3px #000000a8;
  }

  .button-4:hover {
    color: #fff;
  }

  .button-4.w--current {
    display: none;
  }

  .home-5-div-copy {
    border-radius: 24px 24px 0 0;
    padding: 40px 24px;
  }

  .blog-post-category-bg {
    border-bottom-left-radius: 48px;
    bottom: 64%;
  }

  .top-section-2 {
    padding-top: 138px;
  }

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

  .display-9, .display-9.color-neutral-100.mg-bottom-80px {
    font-size: 40px;
  }

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

  .hamburger-menu-wrapper-2 {
    margin-left: 12px;
  }

  .card-2 {
    border-radius: 24px;
  }

  .card-2.footer-newsletter-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-2.blog-post-newsletter-cta {
    padding: 40px 24px 48px;
  }

  .top-section-3 {
    padding-top: 138px;
  }

  .cart-container {
    border-radius: 0;
  }

  .footer-section-2 {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .dropdown-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .header-nav-link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .hamburger-menu-bar-2 {
    width: 28px;
    height: 2px;
  }

  .badge-secondary-2 {
    padding: 14px 22px;
  }

  .divider-vertical-2, .divider-vertical-3 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .divider-vertical-3.blog-post-author-link {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
  }

  .divider-3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .top-section-4 {
    padding-top: 138px;
  }

  .display-11 {
    font-size: 36px;
  }

  .pd-left-44px {
    padding-left: 24px;
  }

  .dropdown-wrapper-4 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .hamburger-menu-bar-3 {
    width: 28px;
    height: 2px;
  }

  .blog-contact-link.white {
    display: inline-block;
  }

  .blog-rich-text h2 {
    font-size: 36px;
  }

  .blog-rich-text h3 {
    font-size: 24px;
  }

  .blog-rich-text ul, .blog-rich-text ol {
    padding-left: 24px;
  }

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

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

  .blogs-grid.footer-pages-grid {
    grid-column-gap: 48px;
    grid-template-columns: auto auto;
  }

  .section-44 {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-218 {
    font-size: 20px;
  }

  .heading-222 {
    font-size: 25px;
  }

  .btn-primary-2-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary-2-copy.white {
    width: auto;
    display: flex;
  }

  .btn-primary-2-copy.white.button-row {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .btn-primary-2-copy.white.button-row.margin-bottom {
    margin-bottom: 16px;
  }

  .div-block-329.home-improvement {
    margin-top: 75px;
    margin-bottom: 0;
  }

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

  .paragraph-7 {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 2vw;
    line-height: 1.5;
    display: none;
  }

  .content-h1 {
    text-align: center;
    font-size: 44px;
  }

  .thank-you {
    font-size: 35px;
  }
}

#w-node-_7269885a-eae4-7d9d-337a-8936dfd15820-e9644b50, #w-node-_09c62e5f-bafb-ae01-efad-acaff1aebb04-e9644b50, #w-node-b1d1c5e1-21a9-5352-2da2-55973a388873-e9644b50, #w-node-_3a043a98-fb57-e38f-92e8-01678dddbbe3-e9644b50, #w-node-ea452658-b409-1a8d-dad8-46a818519457-e9644b50, #w-node-_340c1c1b-125d-e891-2a3b-8559ec1c3261-e9644b50, #w-node-e59849ce-7dfc-78d5-564f-49c4c46708b4-e9644b50, #w-node-a04f8063-30f9-b4d8-bd7e-c6f002e10930-e9644b50, #w-node-_77ff7fa5-7544-2b4d-486a-27a6d05f4320-e9644b50, #w-node-_62731e31-bc4a-4f5b-1e6e-e7568d3e38a7-e9644b50, #w-node-_1580255a-f5ca-94a3-e3cc-b2ece33bfbf1-e9644b50, #w-node-e51ac44a-2d6f-b425-3d75-59de2b440e72-e9644b50, #w-node-f40c0150-625b-b061-d293-b7bf1f980d6a-e9644b50, #w-node-_81e36c24-ceb6-1db7-e440-5cabff753fe8-e9644b50, #w-node-_58dda084-a50b-6f0b-fb93-cf249ae15a0d-e9644b50, #w-node-_1b2e8d3c-f26b-9ae9-997d-e6a728f8b939-e9644b50, #w-node-_607383a5-6f46-6c13-54d5-0dcf5eae39ac-e9644b50, #w-node-_713b2aad-9d72-b57c-7f11-e1ac54aa1ae9-e9644b50, #w-node-fae1a82e-48af-9b98-03f7-45dae6321385-e9644b50, #w-node-_1c8a7e9b-47b7-7e11-0c45-5594d2ffc319-e9644b50, #w-node-b1f11627-086d-be50-3038-edc6c60b44cc-e9644b50, #w-node-f94ef614-03f3-71f3-d85e-d22e172334ee-e9644b50, #w-node-_841c9595-c25e-00a9-8238-05f4fc7eec21-e9644b50, #w-node-_4714f9ba-887b-6edb-68f2-c08aecd3cde7-e9644b50, #w-node-_5d6fc6e5-f192-c991-6786-9541a19b5428-e9644b50, #w-node-_863b7f38-bbd7-da01-e998-36bdbe2f2f8b-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd711-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd716-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd71b-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd720-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd725-e9644b50, #w-node-_672a555a-d0ac-bf39-7937-2aa559ccd72a-e9644b50, #w-node-_200c98e6-895c-7951-b7b3-9b19196fe36a-e9644b50, #w-node-_200c98e6-895c-7951-b7b3-9b19196fe36f-e9644b50, #w-node-_9d452360-0dfd-fc4a-e4c8-c8d0a1c6a238-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d452360-0dfd-fc4a-e4c8-c8d0a1c6a23a-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_9d452360-0dfd-fc4a-e4c8-c8d0a1c6a23e-e9644b50 {
  place-self: center end;
}

#w-node-_9d452360-0dfd-fc4a-e4c8-c8d0a1c6a263-e9644b50 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1f535164-97b0-7fc1-72c5-6739662e6274-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f535164-97b0-7fc1-72c5-6739662e6277-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f535164-97b0-7fc1-72c5-6739662e628a-e9644b50 {
  justify-self: end;
}

#w-node-_0ad74572-c861-8176-c7b6-b54e9db0b14c-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b14d-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ad74572-c861-8176-c7b6-b54e9db0b150-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_0ad74572-c861-8176-c7b6-b54e9db0b15a-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b168-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b176-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b184-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b192-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1a0-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1ae-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1bc-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1ca-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1d8-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1e6-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1f4-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199664-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199665-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199667-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ac8fe813-73b0-1d50-d1e9-d6f6e019966c-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199675-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e019967e-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199687-e9644b50, #w-node-dc57d8ec-345d-489c-f361-c533c8cde1f1-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc57d8ec-345d-489c-f361-c533c8cde1f5-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c0d1f880-b7fa-c694-faec-2939012cd138-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c0d1f880-b7fa-c694-faec-2939012cd139-e9644b50, #w-node-c0d1f880-b7fa-c694-faec-2939012cd143-e9644b50, #w-node-c0d1f880-b7fa-c694-faec-2939012cd144-e9644b50, #w-node-c0d1f880-b7fa-c694-faec-2939012cd14c-e9644b50, #w-node-c0d1f880-b7fa-c694-faec-2939012cd154-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f04268-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23613d8-2a70-7c4c-d736-3a11c2f0426b-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b23613d8-2a70-7c4c-d736-3a11c2f04278-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f0427f-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f04286-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f04295-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f0429c-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f042a3-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f042b2-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f042b9-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f042c0-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664c9e-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664ca3-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cad-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cb7-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cc1-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4367c506-7418-b023-cedd-edc665664ccb-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aef5406b-940e-b16f-33e3-9f7ca1c5b551-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aef5406b-940e-b16f-33e3-9f7ca1c5b565-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfd5-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfd7-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfdb-e9644b50, #w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfdc-e9644b50, #w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfe1-e9644b50, #w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfe2-e9644b50, #w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfe7-e9644b50, #w-node-_8540b0b3-0cea-d754-ba45-3dcf1b16bfe8-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbce-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbd0-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbd1-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbd2-e9644b50, #w-node-_3f90cf94-f77c-e702-b056-7835416d5fc7-e9644b50, #w-node-_3f90cf94-f77c-e702-b056-7835416d5fc8-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f90cf94-f77c-e702-b056-7835416d5fca-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3f90cf94-f77c-e702-b056-7835416d5fcb-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9116-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9118-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d911d-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d911e-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9148-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9149-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d914a-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d914b-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d914c-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9151-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9152-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9153-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d91c5-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d91c6-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92bb-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92bd-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92be-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92bf-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92c2-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92c5-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92c6-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92c7-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92d0-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92d9-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92e2-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92ef-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92f3-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d930e-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d930f-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9311-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9316-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d931f-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9328-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9331-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5020-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5022-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5027-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5028-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5052-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5053-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5054-e9644b50, #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5055-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5056-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514b5-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514b7-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514b8-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514b9-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514bc-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514bf-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514c0-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514c1-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514ca-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514d3-e9644b50, #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514dc-e9644b50, #w-node-_2024e454-0560-b17e-0d84-cd915b1316fd-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2024e454-0560-b17e-0d84-cd915b131701-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_18a88238-c67d-6365-6bb3-4c1c68130ddc-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130ddd-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18a88238-c67d-6365-6bb3-4c1c68130ddf-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_18a88238-c67d-6365-6bb3-4c1c68130de4-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130ded-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130df6-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130dff-e9644b50, #w-node-ef481619-44db-4f6c-403f-30f43f0abe76-e9644b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef481619-44db-4f6c-403f-30f43f0abe79-e9644b50 {
  place-self: center end;
}

#w-node-ef481619-44db-4f6c-403f-30f43f0abeaa-e9644b50 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f7cd-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f7e2-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f7e4-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f814-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f819-cf77f7c9, #w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f832-cf77f7c9, #w-node-_558519b4-806c-4167-2f3d-40e31b9e1cbf-cf77f7c9, #w-node-e57f9c4a-d04d-ee3d-d0f2-3b6f503105d2-cf77f7c9 {
  align-self: start;
}

#w-node-f6f1c567-339c-9bac-973f-0398fdee8113-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f6f1c567-339c-9bac-973f-0398fdee8118-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee811c-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee8120-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee8124-cf77f7c9 {
  align-self: start;
}

#w-node-_0111f2c3-6e44-0f2f-7c37-3ec20acfee78-cf77f7c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_48b0a8d6-09fb-cd59-bc0c-cf409ba3cc52-9ba3cc37, #w-node-_48b0a8d6-09fb-cd59-bc0c-cf409ba3cc56-9ba3cc37, #w-node-_48b0a8d6-09fb-cd59-bc0c-cf409ba3cc76-9ba3cc37, #w-node-_07e50841-adfd-cfee-0878-82574fa78b2f-9ba3cc37 {
  align-self: start;
}

#w-node-_833f5a82-fc51-3028-8010-d3eec169c568-d4644ba5, #w-node-_64eb8658-1a63-77c6-0e99-1265f5482abf-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12b80a1c-5d0b-0860-05f8-e9035c528bf2-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_104ef169-718c-9658-e2d8-873ac2c50941-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6b0c0bac-cb89-6b49-8722-6deff2b33d24-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5abb37d0-1451-9cfc-5d4c-a3a7f6a0590b-d4644ba5, #w-node-_59ba6cf8-2c5d-c780-6602-55e6cb121a48-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_60e9373a-52e9-777d-bfe9-352f81041115-d4644ba5, #w-node-_6e904f2e-7d85-06ec-7036-bc5f7dd0cf50-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd64530-7598-6373-0942-1bf165e06d33-d4644ba5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de874dfb-a455-edb2-98c9-716284a5ec3c-d4644ba5 {
  align-self: start;
}

#w-node-_0dd5884f-c0fb-ed77-21f8-9460d769e3a6-d4644ba5 {
  justify-self: end;
}

#w-node-_263dd956-cb38-7711-df87-f5e993c1213c-d4644ba5 {
  align-self: start;
}

#w-node-_263dd956-cb38-7711-df87-f5e993c1213e-d4644ba5 {
  justify-self: end;
}

#w-node-e007e705-98ef-54fa-5311-6aec51fb4c63-d4644ba5 {
  align-self: start;
}

#w-node-e007e705-98ef-54fa-5311-6aec51fb4c65-d4644ba5 {
  justify-self: end;
}

#w-node-_0d4e2e1e-c6cf-52b4-1cf9-9a51906e11c3-5e644bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2143c659-17fe-abc6-3741-105b76f4f9f4-5e644bbf {
  justify-self: end;
}

#w-node-_6784c26f-a877-20c1-57d6-ea62b4cbccd9-5e644bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_73625e97-440c-93e0-4ad1-3ff35676129d-5e644bbf {
  align-self: stretch;
}

#w-node-_7a8c851f-7fef-183e-5ef1-9d0f13c37ad3-5e644bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_285b71c7-b311-329a-2d0c-41b3c87073d8-5e644bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4f7ec237-6a4d-f5d5-4966-b826ce3f6237-5e644bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f7ec237-6a4d-f5d5-4966-b826ce3f6239-5e644bbf {
  place-self: center end;
}

#w-node-_1efad953-41b7-7ebc-b26a-1a766c647420-ec644bc0, #w-node-b5a468fc-e234-8727-fe27-06d9f1169ec9-ec644bc0 {
  justify-self: end;
}

#w-node-_885402ea-c677-8089-fd2d-14cf1ca3fafa-ec644bc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_885402ea-c677-8089-fd2d-14cf1ca3fafc-ec644bc0 {
  place-self: center end;
}

#w-node-_986687fc-1f61-04f8-c6cf-a024112df597-ab644bc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfdee5ad-cddb-14ec-9ed1-247729477df5-ab644bc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e6d0331c-c07e-d338-8825-c551ae8493a1-ab644bc1 {
  place-self: end;
}

#w-node-_0f3fd312-6050-e692-dd07-38335d86b1ac-ab644bc1, #w-node-_0e95bd2e-4a26-154b-d415-4ee99bf954f5-ab644bc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e95bd2e-4a26-154b-d415-4ee99bf954f7-ab644bc1 {
  place-self: center end;
}

#w-node-_3ff0a469-1910-86e2-1eed-cfbf6871eb87-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3ff0a469-1910-86e2-1eed-cfbf6871eb95-74644bca, #w-node-a59bacd8-8aa3-8f4c-396c-39a51b83269d-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ff0a469-1910-86e2-1eed-cfbf6871eb9f-74644bca {
  place-self: start end;
}

#w-node-_3ff0a469-1910-86e2-1eed-cfbf6871ebc0-74644bca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ff0a469-1910-86e2-1eed-cfbf6871ebc5-74644bca {
  justify-self: start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42423-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42428-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede4242a-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42430-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42435-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42439-74644bca, #w-node-cca14558-af6b-672c-7f5d-35522b656509-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede4243d-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42441-74644bca {
  align-self: start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42443-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42448-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede4244c-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42450-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42454-74644bca {
  align-self: start;
}

#w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede4245a-74644bca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0dc64343-ba6d-692f-b5a4-618d4d3482ed-92644bde, #w-node-_998926dd-70dc-46ad-6358-9292d4455f28-92644bde, #w-node-_43c0c209-d769-1a12-4ed7-8d16cb99729b-92644bde, #w-node-_6c837d3f-0895-eb89-adbe-920496ec7bc0-92644bde, #w-node-c486815a-0871-ffc3-e57a-ad5f071fa83f-92644bde, #w-node-acd8a44f-24cb-96fe-da15-7ddb2bcb5fd2-92644bde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75cf9bed-866b-8367-ec96-f5e03151d151-92644bde {
  align-self: start;
}

#w-node-_75cf9bed-866b-8367-ec96-f5e03151d164-92644bde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75cf9bed-866b-8367-ec96-f5e03151d168-92644bde {
  justify-self: start;
}

#w-node-f6aca8eb-29bf-00b6-ee71-6d70a469e7d0-92644bde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5c9fb92-bad0-b62b-83b2-3462f3bee8b6-92644bde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f1fe46c9-f972-c8e2-9d84-8bf9e33b695d-92644bde, #w-node-f1fe46c9-f972-c8e2-9d84-8bf9e33b695e-92644bde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1fe46c9-f972-c8e2-9d84-8bf9e33b6961-92644bde {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f1fe46c9-f972-c8e2-9d84-8bf9e33b6965-92644bde, #w-node-_1e5166ed-1af8-9589-e857-19d5cee1b17d-92644bde, #w-node-f131a90c-4097-c73d-e3aa-c12634d7aac2-92644bde, #w-node-_5579e536-7cf2-8d0c-3fec-7f675b42f6be-92644bde, #w-node-a9efb36d-5f64-13d7-82a3-cbde6635a490-92644bde, #w-node-_15d848db-c1e0-8733-6a24-58e3c7bf71ac-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb37575e-c1b4-b9a9-cc3b-7a7bfce5e4b7-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8e9a710e-9e5a-bb8b-62f1-4b6bac6e6b7d-4c644bf1, #w-node-_27bbf152-7154-0239-ec6d-b88fddbe8e19-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c09430c-2f62-d5cb-b078-93e2919e6047-4c644bf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c09430c-2f62-d5cb-b078-93e2919e604c-4c644bf1 {
  justify-self: start;
}

#w-node-d6413d97-a2b2-6353-ea8a-8d3f6b40138a-4c644bf1, #w-node-_97cc7a37-25d9-9edf-30cd-2246f00fbb2f-4c644bf1, #w-node-_97cc7a37-25d9-9edf-30cd-2246f00fbb30-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97cc7a37-25d9-9edf-30cd-2246f00fbb33-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2feea5af-14cf-9da3-ed81-9c0bba284560-4c644bf1, #w-node-c83998de-ffe1-9f4f-fb8b-268a5aac4d8e-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89b7b5e9-82c2-2191-b653-872ae200f1be-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-fdc55c5c-9d74-e0c1-9d7b-cb672804f46c-4c644bf1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c2d8deea-e8c1-6cae-3eb0-93bcb2be6a05-4c644bf1, #w-node-a699549a-dd5c-011f-742d-bd24736587b1-4c644bf1, #w-node-cdd5a4d7-1a22-6118-2311-b5169c9f0fd5-4c644bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4cd2eea-b3e5-48d1-ad7a-3dd31ec5b2a4-4c644bf1, #w-node-_5f6e7467-b538-c362-0df7-3c3990106866-4c644bf1, #w-node-_9cb6f461-88b9-49cb-7468-83b1d49062b1-4c644bf1, #w-node-_2084d85f-af93-9223-948e-189f94e5502f-4c644bf1, #w-node-_32aa636e-c283-b16d-61d5-586a98147eb6-4c644bf1, #w-node-d9827c61-8255-7f74-f277-633fbcf2f876-4c644bf1 {
  justify-self: center;
}

#w-node-_9f660bb9-684d-6c9d-2884-e24a552d9a1c-552d9a1b, #w-node-_9f660bb9-684d-6c9d-2884-e24a552d9a29-552d9a1b, #w-node-_9f660bb9-684d-6c9d-2884-e24a552d9a36-552d9a1b, #w-node-_9f660bb9-684d-6c9d-2884-e24a552d9a43-552d9a1b, #w-node-ac742a00-64f3-c7dc-15ae-ea7e4b922583-84644c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558c9aea-9c6b-d90a-5d98-25fd2f6cc2ba-84644c96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_432685ab-e59d-7c47-0f9d-bea9dbc6fb95-84644c96 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd1e41c6-7e58-4160-4a65-39af1dc5859e-84644c96 {
  justify-self: auto;
}

#w-node-_4b33762a-97ce-d5c1-63b8-15ab754c0eac-84644c96, #w-node-b4fc9623-851e-8c34-6c1f-fc226bef6e7a-84644c96, #w-node-_8eb40707-d9ff-77aa-a4ee-05618a781157-84644c96, #w-node-_3f7683a3-b27a-dce3-e52f-31131db95780-84644c96 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3b5dc9fe-f758-e35a-4f6b-676ac0dfb5ee-d8644c99 {
  justify-self: start;
}

#w-node-_8ef84463-add8-be82-90eb-651d822f0588-4f644c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec28319f-fadd-fed4-c0b3-9da2d2f3a356-4f644c9c {
  align-self: end;
}

#w-node-_55175a19-e77f-bb8e-dfe6-de6a20759d54-14644ca0, #w-node-_216b4e4f-3da2-6b75-9190-0b2b3d4f4baa-14644ca0, #w-node-e16679bc-425f-8f0d-1a69-ceb2718cac52-14644ca0, #w-node-a76e134a-4aa1-550b-89dc-0cf35dfde79f-14644ca0, #w-node-b029090b-49f1-d934-ba70-2931099fd8c2-14644ca0, #w-node-fd697988-a1a4-f81d-0d27-f9758fcda75a-14644ca0, #w-node-dd3dc58a-a706-d781-b32e-cf9f04fd45c7-14644ca0, #w-node-_4aa5f108-fcc4-6d58-6f68-bfa7b4f4e9c3-14644ca0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e925f935-ec81-0d27-3831-75f08e656fa9-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e925f935-ec81-0d27-3831-75f08e656faa-2e644ca1, #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5cd-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5cf-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5d2-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5d3-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5d9-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5da-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e0-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e1-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e7-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e8-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5ee-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5ef-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5f5-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5f6-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5fc-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd5fd-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd603-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_96208c52-9c68-0f13-af73-b136cbcbd604-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c47808-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c47809-2e644ca1, #w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c4780a-2e644ca1, #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c879-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_209c984b-40eb-36cc-2145-f39d39219142-2e644ca1 {
  justify-self: end;
}

#w-node-a12dce8f-8172-569f-22e7-cd4e80a18168-2e644ca1, #w-node-a12dce8f-8172-569f-22e7-cd4e80a18169-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a12dce8f-8172-569f-22e7-cd4e80a1816c-2e644ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c754d014-164e-b888-b652-6920732f71d1-2e644ca1, #w-node-c754d014-164e-b888-b652-6920732f71de-2e644ca1, #w-node-c754d014-164e-b888-b652-6920732f71eb-2e644ca1, #w-node-c754d014-164e-b888-b652-6920732f71f8-2e644ca1, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fc7-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55fc9-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55fce-40644ca2 {
  place-self: center start;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55fdd-40644ca2 {
  align-self: center;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55fdf-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55feb-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55fec-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_968386b4-9803-dd30-7b2a-fb3197b55ff7-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea1-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea4-40644ca2, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb3-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c0-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c1-40644ca2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c1c0bd-cb04-312f-f3f0-f4b5626e43be-40644ca2 {
  align-self: end;
}

#w-node-_48b66cf2-31d1-2ef0-8899-a7dc7bbef67f-40644ca2 {
  justify-self: end;
}

#w-node-_2ccdd630-be92-8c95-e605-ece9c2831f2e-40644ca2, #w-node-dc935ce7-0122-bc4b-cd88-3a46d0b42f9f-40644ca2, #w-node-_0b98cf2b-6806-88ae-aced-3ff27e761236-ae644ca7, #w-node-_88835316-e5e1-b90b-4a7f-ea23510bc85c-ae644ca7, #w-node-_7a2329ff-48b7-e598-3ed6-15efcda17ba7-ae644ca7, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc2c-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc32-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc38-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc40-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc46-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc51-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc57-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc5d-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc62-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc68-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc6d-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc73-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc78-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc82-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc88-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc8e-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc93-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc98-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cc9d-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cca2-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87cca8-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87ccad-7f87cc05, #w-node-_11955440-45ce-ad43-7b82-65ed7f87ccb2-7f87cc05, #w-node-_66ccc53d-5fce-5a9e-8aaf-36774796993f-b4644caa, #w-node-_4105c019-b80e-e36e-1061-85aac8c61b52-b4644caa, #w-node-_2ac08a8c-cd91-20b7-2b35-9e95d2bbd43e-b4644caa, #w-node-_2beb4b20-2567-507b-4cf4-8409d9590636-b4644caa, #w-node-_9a2e0932-b7cc-68e1-aeb9-30edbcacb77d-b4644caa, #w-node-_62d0f501-b698-dc66-aa0c-583a4fc6f795-b4644caa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3251bdbe-937c-99c9-286d-ff6f51901b44-3f644cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_684c6f89-604d-a7e3-99e0-42d3effc7c00-3f644cab, #w-node-_76955a68-ef07-2677-c0e9-a30059b5330f-3f644cab, #w-node-_9301d61a-790b-88c8-5bd9-fe8925d0e02a-3f644cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32f160ce-7e47-7e2b-1711-7c8c2198bd90-3f644cab {
  place-self: start end;
}

#w-node-_32f160ce-7e47-7e2b-1711-7c8c2198bda7-3f644cab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32f160ce-7e47-7e2b-1711-7c8c2198bdac-3f644cab {
  justify-self: start;
}

#w-node-_8b896b51-4c8c-fe71-c43e-63dc6fd688e6-6fd688e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-fd644cac {
  align-self: stretch;
}

#w-node-_7667e1b1-1947-c631-7cbb-1b9c71307d6d-99644cad {
  justify-self: start;
}

#w-node-_864d62f7-c019-75de-5e3e-433d650b2997-87644cae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88534493-8c20-e955-a4d3-758395944295-87644cae {
  justify-self: start;
}

#w-node-a61025ca-795b-0dc7-0c42-6faa66e5752a-87644cae, #w-node-_5fdc489a-0fc1-7fb3-f496-36033298a31a-87644cae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a394d485-21a2-3362-9812-b59736067dba-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dc4-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dce-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dd8-87644cae, #w-node-_55a31c11-7070-0345-774d-2a61abc6b283-d4644cb1, #w-node-_01b0b37b-f861-5aac-2d68-bbbe9e1710a1-d4644cb1, #w-node-e0c0d3bb-7b74-5de6-6817-25096f63ca22-d4644cb1, #w-node-_58b6713d-97f4-2dff-83be-01b0844257a1-d4644cb1, #w-node-c4b6dbf8-2aa5-79b2-2736-e8e4eece5635-d4644cb1, #w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-d4644cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4150a305-1101-1f89-21a5-af8727019e8d-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4150a305-1101-1f89-21a5-af8727019e8e-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4150a305-1101-1f89-21a5-af8727019e90-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4150a305-1101-1f89-21a5-af8727019e95-8e644cb2, #w-node-_4150a305-1101-1f89-21a5-af8727019e9e-8e644cb2, #w-node-_4150a305-1101-1f89-21a5-af8727019ea7-8e644cb2, #w-node-_4150a305-1101-1f89-21a5-af8727019eb0-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee1721b7-d41e-56e7-7a3c-6adcf951a1d3-8e644cb2 {
  justify-self: center;
}

#w-node-_0802fbfa-3952-b53e-19b9-558d139bf23c-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0802fbfa-3952-b53e-19b9-558d139bf23e-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24ca4-8e644cb2, #w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24cb1-8e644cb2, #w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24cbe-8e644cb2, #w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24ccc-8e644cb2, #w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24cd9-8e644cb2, #w-node-d2d514b5-93d2-afe6-3909-7a6bb0f24ce6-8e644cb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33008573-99e4-d7c2-8c7d-ad1b304149f1-3966bebb {
  align-self: center;
}

#w-node-ccd85482-4459-60be-1998-9890ec3ab673-3966bebb, #w-node-bd211b41-b7b7-cd1c-2c32-194155a3bda3-3966bebb, #w-node-_912167b1-8fc5-5a9c-5d42-87468afe43bf-3966bebb, #w-node-_4e01b3f3-bdd3-bfe4-ce0c-dd7b081bbf7d-3966bebb, #w-node-_2e90daba-f241-eaf2-5342-9dd1a9168f34-3966bebb, #w-node-_2e90daba-f241-eaf2-5342-9dd1a9168f38-3966bebb, #w-node-_2e90daba-f241-eaf2-5342-9dd1a9168f3c-3966bebb, #w-node-_2e90daba-f241-eaf2-5342-9dd1a9168f40-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245575-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245582-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa219a-3966bebb, #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa218c-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e81e-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e82a-3966bebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e4-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e6-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e9-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03ea-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f0-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f1-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f7-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f8-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03fe-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03ff-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0405-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0406-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a040c-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a040d-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0413-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0414-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a041a-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a041b-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c0-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c1-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea1-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea4-b1003abf, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb3-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-b1003abf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_95c1c0bd-cb04-312f-f3f0-f4b5626e43be-b1003abf {
  align-self: end;
}

#w-node-_48b66cf2-31d1-2ef0-8899-a7dc7bbef67f-b1003abf {
  justify-self: end;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a441025-b07691d8, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441028-b07691d8 {
  justify-self: center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102b-b07691d8 {
  place-self: auto center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102e-b07691d8, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441031-b07691d8 {
  justify-self: center;
}

#w-node-ef6086e4-d691-91aa-b4ae-738bf5212e2e-b07691d8, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e3a-b07691d8, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e46-b07691d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-b07691d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-b07691d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_003ea0ed-1e97-9d64-9e4d-4deaaf607ee9-0130e55b, #w-node-_003ea0ed-1e97-9d64-9e4d-4deaaf607eed-0130e55b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003ea0ed-1e97-9d64-9e4d-4deaaf607ef2-0130e55b {
  align-self: end;
}

#w-node-_44ff96c7-af5b-97a0-df7e-72d6591d268e-f5df33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_44ff96c7-af5b-97a0-df7e-72d6591d26e8-f5df33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_44ff96c7-af5b-97a0-df7e-72d6591d26fd-f5df33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ff96c7-af5b-97a0-df7e-72d6591d2700-f5df33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_44ff96c7-af5b-97a0-df7e-72d6591d2701-f5df33f5, #w-node-_5c9755bf-5775-adc8-ec8e-64c977dc3245-5db4327f, #w-node-_8e403956-9753-9f04-dcaf-c5243f78957d-5db4327f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c9755bf-5775-adc8-ec8e-64c977dc3249-5db4327f {
  align-self: end;
}

#w-node-_3247402f-77fa-4640-86ba-49c47cc51495-8a5493a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46c099a7-fb75-3545-df81-3397773c4640-8a5493a4, #w-node-_135cb9ab-d8be-a148-faff-3875c42486d9-8a5493a4, #w-node-_455cf56a-21ae-94a0-fcb4-682f2882c3f7-8a5493a4, #w-node-_3f876deb-306d-2b27-50a0-c4f049ff1918-8a5493a4, #w-node-_579017c4-0554-a691-eaef-32b024a055f9-8a5493a4, #w-node-_49eb504b-0c7a-2f26-5ea9-1dcd61422d39-8a5493a4, #w-node-faaae063-a18b-ec6c-e036-1aefd92ea77b-8a5493a4, #w-node-_1120ed2d-436d-fe64-bd92-1016fc2290b4-8a5493a4, #w-node-b02801c5-b878-dbe2-2c38-b585783da880-8a5493a4, #w-node-c413c8aa-157c-4675-d0dd-cf02c95ae889-8a5493a4, #w-node-_4aec3242-2b6c-2d9b-8a87-6e44cbca4630-8a5493a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c70ae8fb-68cc-8a59-7c6b-2ae284d2a7b4-8a5493a4 {
  justify-self: start;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a441025-f9a33c3c, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441028-f9a33c3c {
  justify-self: center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102b-f9a33c3c {
  place-self: auto center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102e-f9a33c3c, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441031-f9a33c3c {
  justify-self: center;
}

#w-node-ef6086e4-d691-91aa-b4ae-738bf5212e2e-f9a33c3c, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e3a-f9a33c3c, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e46-f9a33c3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-f9a33c3c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-f9a33c3c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a441025-3af8a682, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441028-3af8a682 {
  justify-self: center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102b-3af8a682 {
  place-self: auto center;
}

#w-node-_570c4237-9665-51d6-05dd-9f5d1a44102e-3af8a682, #w-node-_570c4237-9665-51d6-05dd-9f5d1a441031-3af8a682 {
  justify-self: center;
}

#w-node-ef6086e4-d691-91aa-b4ae-738bf5212e2e-3af8a682, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e3a-3af8a682, #w-node-ef6086e4-d691-91aa-b4ae-738bf5212e46-3af8a682, #w-node-_9041d65a-080b-237c-050d-c5060bb92378-3af8a682, #w-node-_9041d65a-080b-237c-050d-c5060bb9237c-3af8a682, #w-node-_79d70f8d-b0ce-25fa-c0c5-3cbce26697d4-3af8a682, #w-node-_3a048a8c-a022-7791-57a6-b7dcdaa0bef9-3af8a682, #w-node-b3028388-1c48-4e94-6b2f-14fc358282fd-3af8a682 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-3af8a682 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-3af8a682 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_0dd5884f-c0fb-ed77-21f8-9460d769e3a6-d4644ba5, #w-node-_263dd956-cb38-7711-df87-f5e993c1213e-d4644ba5, #w-node-e007e705-98ef-54fa-5311-6aec51fb4c65-d4644ba5, #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1 {
    justify-self: start;
  }

  #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fc7-40644ca2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea1-40644ca2 {
    justify-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-40644ca2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa218c-3966bebb {
    justify-self: end;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea1-b1003abf {
    justify-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-b1003abf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0dd5884f-c0fb-ed77-21f8-9460d769e3a6-d4644ba5, #w-node-_263dd956-cb38-7711-df87-f5e993c1213e-d4644ba5, #w-node-e007e705-98ef-54fa-5311-6aec51fb4c65-d4644ba5, #w-node-_8956b56f-7168-77b9-2419-fcd2a2414c3a-14644ca0, #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-40644ca2, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-40644ca2 {
    justify-self: start;
  }

  #w-node-_7518954b-4ea9-64b0-d612-878af53caae7-3966bebb {
    justify-self: end;
  }

  #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e81e-3966bebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e82a-3966bebb {
    justify-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-b1003abf, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-b1003abf {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8956b56f-7168-77b9-2419-fcd2a2414c3a-14644ca0 {
    justify-self: start;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1 {
    place-self: center start;
  }

  #w-node-b314eff1-2e80-efc0-e744-0bb9168ee7ab-2e644ca1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c879-2e644ca1 {
    align-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-40644ca2, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-40644ca2 {
    justify-self: start;
  }

  #w-node-_067533a8-2e27-4137-0051-9fb9fa381b7c-8e644cb2, #w-node-_9a9a7a77-adc4-b447-cddc-19a4e55bab71-8e644cb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245575-3966bebb {
    align-self: center;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245577-3966bebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245582-3966bebb, #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa219a-3966bebb, #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa218c-3966bebb {
    align-self: center;
  }

  #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa218e-3966bebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e81e-3966bebb {
    align-self: center;
  }

  #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e820-3966bebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e82a-3966bebb {
    align-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-b1003abf, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-b1003abf {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d272ccdf-e291-64c0-b608-86f948b9fbce-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbd0-e9644b50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d911c-e9644b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9152-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9153-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d91c6-e9644b50 {
    order: -9999;
  }

  #w-node-aebdf631-6813-3e81-231d-501b231f0904-e9644b50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5026-e9644b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f7cc-cf77f7c9, #w-node-_9a042dcd-8c2c-a0af-5e12-caedcf77f814-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee8113-cf77f7c9 {
    order: -9999;
  }

  #w-node-_12b80a1c-5d0b-0860-05f8-e9035c528bf2-d4644ba5 {
    justify-self: center;
  }

  #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42422-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42430-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42443-74644bca {
    order: -9999;
  }

  #w-node-eed2359b-4cd4-0cfa-a2e2-2bf694f82cbc-14644ca0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8956b56f-7168-77b9-2419-fcd2a2414c3a-14644ca0 {
    justify-self: center;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5cd-2e644ca1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5d9-2e644ca1 {
    justify-self: end;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e7-2e644ca1 {
    justify-self: auto;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5ee-2e644ca1 {
    justify-self: end;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5f5-2e644ca1 {
    justify-self: auto;
  }

  #w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c47808-2e644ca1 {
    justify-self: center;
  }

  #w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c47809-2e644ca1, #w-node-c17a8e37-4c3c-82c1-0a1b-9f3c79c4780a-2e644ca1 {
    order: -9999;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c879-2e644ca1 {
    align-self: center;
  }

  #w-node-_968386b4-9803-dd30-7b2a-fb3197b55feb-40644ca2 {
    justify-self: end;
  }

  #w-node-_968386b4-9803-dd30-7b2a-fb3197b55ff7-40644ca2 {
    justify-self: auto;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea4-40644ca2 {
    order: -9999;
  }

  #w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c0-40644ca2 {
    justify-self: center;
  }

  #w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c1-40644ca2 {
    order: -9999;
    align-self: center;
  }

  #w-node-_2ccdd630-be92-8c95-e605-ece9c2831f2e-40644ca2, #w-node-dc935ce7-0122-bc4b-cd88-3a46d0b42f9f-40644ca2 {
    order: -9999;
  }

  #w-node-_864d62f7-c019-75de-5e3e-433d650b2997-87644cae, #w-node-_5fdc489a-0fc1-7fb3-f496-36033298a31a-87644cae {
    justify-self: auto;
  }

  #w-node-_9993f76a-975d-5638-8ac9-94beaa6b93ce-8e644cb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0802fbfa-3952-b53e-19b9-558d139bf23c-8e644cb2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5bc02e0a-326b-9a65-8857-cdee8221433f-3966bebb, #w-node-_5c6871ca-4160-3a8a-0f96-4c51c1cc185d-3966bebb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245575-3966bebb, #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245582-3966bebb, #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e82a-3966bebb {
    align-self: center;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e4-b1003abf {
    grid-column: span 2 / span 2;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f0-b1003abf {
    justify-self: end;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03fe-b1003abf {
    justify-self: auto;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0405-b1003abf {
    justify-self: end;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a040c-b1003abf {
    justify-self: auto;
  }

  #w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c0-b1003abf {
    justify-self: center;
  }

  #w-node-_6efdf578-d2b6-3aee-6d96-a97db7cb57c1-b1003abf {
    order: -9999;
    align-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea4-b1003abf {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d452360-0dfd-fc4a-e4c8-c8d0a1c6a23a-e9644b50, #w-node-_1f535164-97b0-7fc1-72c5-6739662e6277-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b150-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199664-e9644b50, #w-node-ac8fe813-73b0-1d50-d1e9-d6f6e0199667-e9644b50, #w-node-dc57d8ec-345d-489c-f361-c533c8cde1f5-e9644b50, #w-node-b23613d8-2a70-7c4c-d736-3a11c2f0426b-e9644b50 {
    justify-self: auto;
  }

  #w-node-d272ccdf-e291-64c0-b608-86f948b9fbce-e9644b50, #w-node-d272ccdf-e291-64c0-b608-86f948b9fbd0-e9644b50 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3f90cf94-f77c-e702-b056-7835416d5fca-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9118-e9644b50 {
    justify-self: auto;
  }

  #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92c2-e9644b50 {
    justify-self: start;
  }

  #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d92f3-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d930e-e9644b50, #w-node-_94c7cdd4-fe23-7089-6631-63e0ad2d9311-e9644b50 {
    justify-self: auto;
  }

  #w-node-aebdf631-6813-3e81-231d-501b231f0904-e9644b50 {
    grid-column: span 1 / span 1;
  }

  #w-node-b7efa4a0-a6cb-d325-6e48-050b9a6e5022-e9644b50 {
    justify-self: auto;
  }

  #w-node-_09a5d846-35c9-e1a3-3d0d-2d8cac9514bc-e9644b50 {
    justify-self: start;
  }

  #w-node-_2024e454-0560-b17e-0d84-cd915b131701-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130ddc-e9644b50, #w-node-_18a88238-c67d-6365-6bb3-4c1c68130ddf-e9644b50 {
    justify-self: auto;
  }

  #w-node-_9114afec-04b5-0374-650f-ad6bb01bac46-b01bac3b {
    justify-self: stretch;
  }

  #w-node-_0d4e2e1e-c6cf-52b4-1cf9-9a51906e11c3-5e644bbf {
    order: 9999;
  }

  #w-node-_285b71c7-b311-329a-2d0c-41b3c87073d8-5e644bbf, #w-node-bfdee5ad-cddb-14ec-9ed1-247729477df5-ab644bc1 {
    justify-self: auto;
  }

  #w-node-edd967fb-0dcf-8806-41ed-80f8d98df2d2-92644bde, #w-node-_05a2f04b-271f-0c42-7db3-6c097a310dff-92644bde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1fe46c9-f972-c8e2-9d84-8bf9e33b6961-92644bde, #w-node-bb37575e-c1b4-b9a9-cc3b-7a7bfce5e4b7-4c644bf1, #w-node-_97cc7a37-25d9-9edf-30cd-2246f00fbb33-4c644bf1 {
    justify-self: auto;
  }

  #w-node-_432685ab-e59d-7c47-0f9d-bea9dbc6fb95-84644c96, #w-node-_4b33762a-97ce-d5c1-63b8-15ab754c0eac-84644c96, #w-node-b4fc9623-851e-8c34-6c1f-fc226bef6e7a-84644c96, #w-node-_8eb40707-d9ff-77aa-a4ee-05618a781157-84644c96, #w-node-_3f7683a3-b27a-dce3-e52f-31131db95780-84644c96 {
    grid-column: span 2 / span 2;
  }

  #w-node-a440e2e1-b26f-4571-1ef5-d0ae9d78b351-14644ca0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55175a19-e77f-bb8e-dfe6-de6a20759d54-14644ca0 {
    justify-self: center;
  }

  #w-node-_216b4e4f-3da2-6b75-9190-0b2b3d4f4baa-14644ca0, #w-node-e16679bc-425f-8f0d-1a69-ceb2718cac52-14644ca0, #w-node-a76e134a-4aa1-550b-89dc-0cf35dfde79f-14644ca0, #w-node-b029090b-49f1-d934-ba70-2931099fd8c2-14644ca0, #w-node-fd697988-a1a4-f81d-0d27-f9758fcda75a-14644ca0, #w-node-dd3dc58a-a706-d781-b32e-cf9f04fd45c7-14644ca0, #w-node-_4aa5f108-fcc4-6d58-6f68-bfa7b4f4e9c3-14644ca0 {
    place-self: center;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5cd-2e644ca1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5cf-2e644ca1 {
    justify-self: start;
  }

  #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5d9-2e644ca1, #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5e0-2e644ca1, #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5ee-2e644ca1, #w-node-_96208c52-9c68-0f13-af73-b136cbcbd5fc-2e644ca1, #w-node-_96208c52-9c68-0f13-af73-b136cbcbd603-2e644ca1 {
    justify-self: auto;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1 {
    align-self: start;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c879-2e644ca1 {
    justify-self: center;
  }

  #w-node-a12dce8f-8172-569f-22e7-cd4e80a1816c-2e644ca1, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fc9-40644ca2 {
    justify-self: auto;
  }

  #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fce-40644ca2, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fdf-40644ca2, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55feb-40644ca2, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55ff7-40644ca2 {
    justify-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-40644ca2, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-40644ca2 {
    justify-self: start;
  }

  #w-node-_8b896b51-4c8c-fe71-c43e-63dc6fd688e4-6fd688e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_8b896b51-4c8c-fe71-c43e-63dc6fd688e6-6fd688e0 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-d4644cb1, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-d4644cb1, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-d4644cb1, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-d4644cb1, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-d4644cb1, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-d4644cb1, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-d4644cb1, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-d4644cb1, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-d4644cb1, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-d4644cb1, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-d4644cb1, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-d4644cb1, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-d4644cb1, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-d4644cb1, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-d4644cb1, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-d4644cb1, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-d4644cb1, #w-node-_2a681411-dc8e-acba-8c4f-6a9d4416781e-d4644cb1, #w-node-cdad4d68-cf37-8ddd-deba-31f0fc60d1ca-d4644cb1, #w-node-_5acdf886-160b-b3c8-27bc-be11f88c657b-d4644cb1, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-d4644cb1, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-d4644cb1, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-d4644cb1, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-d4644cb1, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-d4644cb1, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-d4644cb1, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-d4644cb1, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-d4644cb1, #w-node-_9f8b7a29-b24b-ca13-06b8-670b6a62788c-d4644cb1, #w-node-_01b0b37b-f861-5aac-2d68-bbbe9e17109f-d4644cb1, #w-node-e0c0d3bb-7b74-5de6-6817-25096f63ca20-d4644cb1, #w-node-_58b6713d-97f4-2dff-83be-01b08442579f-d4644cb1, #w-node-c4b6dbf8-2aa5-79b2-2736-e8e4eece5633-d4644cb1 {
    order: -9999;
  }

  #w-node-_9993f76a-975d-5638-8ac9-94beaa6b93ce-8e644cb2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4150a305-1101-1f89-21a5-af8727019e8d-8e644cb2, #w-node-_4150a305-1101-1f89-21a5-af8727019e90-8e644cb2 {
    justify-self: auto;
  }

  #w-node-_0802fbfa-3952-b53e-19b9-558d139bf23c-8e644cb2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0802fbfa-3952-b53e-19b9-558d139bf23e-8e644cb2 {
    justify-self: start;
  }

  #w-node-_5bc02e0a-326b-9a65-8857-cdee8221433f-3966bebb, #w-node-_5c6871ca-4160-3a8a-0f96-4c51c1cc185d-3966bebb {
    grid-column: span 1 / span 1;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245582-3966bebb, #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa219a-3966bebb, #w-node-_04f3e1b8-54a5-cca5-b519-a99791a9e82a-3966bebb {
    justify-self: center;
  }

  #w-node-c13ae92f-659e-f149-5988-f581a1107587-b1003abf {
    justify-self: stretch;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e4-b1003abf {
    grid-column: span 1 / span 1;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03e6-b1003abf {
    justify-self: start;
  }

  #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f0-b1003abf, #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a03f7-b1003abf, #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0405-b1003abf, #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a0413-b1003abf, #w-node-_29c04d5d-4b91-8f27-a71c-e1e7db8a041a-b1003abf {
    justify-self: auto;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-b1003abf, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-b1003abf {
    justify-self: start;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-b07691d8 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-b07691d8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_44ff96c7-af5b-97a0-df7e-72d6591d26e8-f5df33f5, #w-node-_44ff96c7-af5b-97a0-df7e-72d6591d2700-f5df33f5 {
    justify-self: auto;
  }

  #w-node-c70ae8fb-68cc-8a59-7c6b-2ae284d2a79a-8a5493a4, #w-node-c70ae8fb-68cc-8a59-7c6b-2ae284d2a79f-8a5493a4, #w-node-c70ae8fb-68cc-8a59-7c6b-2ae284d2a7a4-8a5493a4, #w-node-c70ae8fb-68cc-8a59-7c6b-2ae284d2a7a9-8a5493a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-f9a33c3c {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-f9a33c3c {
    grid-column: span 2 / span 2;
  }

  #w-node-_3d2b1306-c76b-59ed-0a26-633cbca2fe1f-3af8a682 {
    justify-self: stretch;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05ac-3af8a682 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_97230373-efe6-6bd3-cce1-7f43c14b05b8-3af8a682 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b158-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b166-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b174-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b182-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b190-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b19e-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1ac-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1ba-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1c8-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1d6-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1e4-e9644b50, #w-node-_0ad74572-c861-8176-c7b6-b54e9db0b1f2-e9644b50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4367c506-7418-b023-cedd-edc665664ca3-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cad-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cb7-e9644b50, #w-node-_4367c506-7418-b023-cedd-edc665664cc1-e9644b50 {
    grid-column: span 2 / span 2;
  }

  #w-node-_558519b4-806c-4167-2f3d-40e31b9e1cbf-cf77f7c9, #w-node-e57f9c4a-d04d-ee3d-d0f2-3b6f503105d2-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee8120-cf77f7c9, #w-node-f6f1c567-339c-9bac-973f-0398fdee8124-cf77f7c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce055bd3-25c7-e75e-c296-bffe70007fba-5e644bbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2143c659-17fe-abc6-3741-105b76f4f9f4-5e644bbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_1efad953-41b7-7ebc-b26a-1a766c64741b-ec644bc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1efad953-41b7-7ebc-b26a-1a766c647420-ec644bc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-a59bacd8-8aa3-8f4c-396c-39a51b83269d-74644bca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ff0a469-1910-86e2-1eed-cfbf6871ebc0-74644bca {
    grid-column: span 1 / span 1;
  }

  #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede4243d-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42441-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42450-74644bca, #w-node-c4ec801d-4e4a-e1e3-ebca-afd5ede42454-74644bca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75cf9bed-866b-8367-ec96-f5e03151d164-92644bde, #w-node-_5c09430c-2f62-d5cb-b078-93e2919e6047-4c644bf1, #w-node-_432685ab-e59d-7c47-0f9d-bea9dbc6fb95-84644c96 {
    grid-column: span 1 / span 1;
  }

  #w-node-bd1e41c6-7e58-4160-4a65-39af1dc5859e-84644c96 {
    align-self: center;
  }

  #w-node-_4b33762a-97ce-d5c1-63b8-15ab754c0eac-84644c96, #w-node-b4fc9623-851e-8c34-6c1f-fc226bef6e7a-84644c96, #w-node-_8eb40707-d9ff-77aa-a4ee-05618a781157-84644c96, #w-node-_3f7683a3-b27a-dce3-e52f-31131db95780-84644c96, #w-node-a440e2e1-b26f-4571-1ef5-d0ae9d78b351-14644ca0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a1105f0-bff6-3d8f-06ec-54199bd0c865-2e644ca1 {
    align-self: start;
  }

  #w-node-_968386b4-9803-dd30-7b2a-fb3197b55fdf-40644ca2, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55feb-40644ca2, #w-node-_968386b4-9803-dd30-7b2a-fb3197b55ff7-40644ca2 {
    justify-self: center;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-40644ca2, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-40644ca2 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb3-40644ca2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-40644ca2 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_32f160ce-7e47-7e2b-1711-7c8c2198bda7-3f644cab {
    grid-column: span 1 / span 1;
  }

  #w-node-a394d485-21a2-3362-9812-b59736067dba-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dc4-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dce-87644cae, #w-node-a394d485-21a2-3362-9812-b59736067dd8-87644cae {
    grid-column: span 2 / span 2;
  }

  #w-node-bafc1bf6-f7b1-8bf4-805e-6d6f97245575-3966bebb {
    align-self: start;
  }

  #w-node-_22b511d5-6df8-6e15-5b9b-ea2b72aa219a-3966bebb {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50ea9-b1003abf, #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eae-b1003abf {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb3-b1003abf {
    grid-column: span 2 / span 2;
  }

  #w-node-_9dc43151-ca1b-a109-9cce-1e804fa50eb8-b1003abf {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bnkly Custom Arrows';
  src: url('../fonts/bnklycustomarrow.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}