@font-face {
  font-family: Albert Sans Converted;
  src: url('../fonts/AlbertSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albert Sans Converted;
  src: url('../fonts/AlbertSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albert Sans Converted;
  src: url('../fonts/AlbertSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albert Sans Converted;
  src: url('../fonts/AlbertSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Compressed;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Compressed;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Compressed;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins Compressed;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Material icons;
  src: url('../fonts/Material-Icons.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-500: #6b7280;
  --neutral-800: #1f2937;
  --white: white;
  --secondary-600: #7f56d9;
  --secondary-500: #9e77ed;
  --black: black;
  --neutral-300: #d1d5db;
  --neutral-50-2: #f9fafb;
  --neutral-200: #e5e7eb;
  --neutral-700: #374151;
  --neutral-900: #111827;
  --secondary-900: #42307d;
  --neutral-100: #f3f4f6;
  --neutral-400: #9ca3af;
  --neutral-600: #4b5563;
  --secondary-100: #f4ebff;
  --secondary-300: #d6bbfb;
  --secondary-800: #53389e;
  --secondary-700: #6941c6;
  --secondary-400: #b692f6;
  --secondary-200: #e9d7fe;
  --secondary-50-2: #f9f5ff;
  --secondary-25: #fcfaff;
  --primary: #e2ff3e;
}

.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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: var(--neutral-500);
  font-family: Poppins Compressed, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albert Sans Converted, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  background-color: var(--neutral-800);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.button {
  border: 1px solid var(--secondary-600);
  background-color: var(--secondary-600);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
}

.button:hover {
  border-color: var(--secondary-500);
  background-color: var(--secondary-500);
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.heading-medium {
  color: var(--neutral-800);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-large {
  color: var(--neutral-800);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-medium {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: Material icons, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-weight-semibold.text-color-neutral-900 {
  color: #2a2c1f;
}

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

.hide {
  display: none;
}

.text-size-medium {
  color: #000;
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium.text-color-neutral-800 {
  text-align: left;
}

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

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

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text p {
  margin-bottom: .75rem;
}

.text-rich-text blockquote {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 1px #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 3rem;
  font-weight: 500;
}

.text-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.text-rich-text figure {
  margin-bottom: 1.5rem;
}

.text-rich-text p {
  padding-bottom: 1rem;
}

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

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text blockquote {
  background-color: var(--neutral-800);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 16px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4rem 3rem;
  font-weight: 500;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.icon-large {
  width: 3rem;
  height: 3rem;
  font-family: Material icons, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.is-center {
  margin-left: auto;
  margin-right: auto;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  color: var(--neutral-800);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.text-weight-semibold {
  font-weight: 600;
}

.form-checkbox-label.no-margin-bottom {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form-checkbox-icon {
  border-color: var(--neutral-300);
  cursor: pointer;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
  transition: background-color .3s;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--secondary-600);
  background-color: var(--secondary-600);
  background-image: url('../images/custom-checkbox.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--secondary-600);
  background-color: var(--secondary-600);
  box-shadow: none;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 48rem;
}

.form-radio-icon {
  border-color: var(--neutral-300);
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--secondary-600);
  width: 1rem;
  height: 1rem;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--neutral-300);
  box-shadow: none;
  width: 1rem;
  height: 1rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.utility-component {
  background-image: linear-gradient(#e2d1f9, #fff0);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  border: 1px solid var(--neutral-300);
  background-color: var(--white);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .3s, background-color .3s;
}

.button-secondary:hover {
  border-color: var(--neutral-50-2);
  background-color: var(--neutral-50-2);
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-0 {
  margin: 0;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-huge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-large {
  margin-top: -26px;
  padding-top: 0;
}

.heading-small {
  color: var(--neutral-800);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  color: var(--neutral-800);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

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

.icon-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-family: Material icons, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.error-message {
  color: #a8071a;
  background-color: #ffccc7;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: .875rem 1rem;
}

.success-message {
  color: #027a48;
  background-color: #d1fadf;
  padding: 1.5rem;
}

.heading-xxlarge {
  color: var(--neutral-800);
  text-align: left;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-xsmall {
  margin: 1rem;
}

.checkout-form {
  flex: 1;
  margin-right: 32px;
}

.checkout-content {
  border: 1px none var(--neutral-200);
  color: var(--neutral-700);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.section-utility-header {
  z-index: 1;
  color: var(--white);
  overflow: hidden;
}

.order-item {
  align-items: center;
}

.checkout-summary {
  flex-basis: 420px;
  margin-bottom: 2rem;
}

.checkout-header {
  border-style: none none solid;
  border-color: var(--neutral-200);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1rem 1.5rem;
}

.checkout-form-wrapper {
  max-width: 100%;
  display: flex;
}

.section-checkout-form {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.checkout-card {
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 2px 4px #00000014;
}

.checkout-card.order-summary {
  margin-bottom: 1.5rem;
}

.utility-header-content {
  z-index: 1;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

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

.checkout-card-heading {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-item-content {
  background-color: #fff;
  height: 100%;
  padding: .5rem 1rem;
}

.style-guide-content-item {
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.button-tertiary {
  grid-column-gap: 4px;
  color: var(--neutral-900);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.style-guide-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-content-color-wrapper {
  background-color: #000;
  padding-top: 4rem;
}

.style-guide-content-color-wrapper.bg-color-neutral-900 {
  background-color: var(--neutral-900);
}

.style-guide-content-color-wrapper.bg-color-secondary-900 {
  background-color: var(--secondary-900);
}

.style-guide-color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.style-guide-menu-link-item {
  color: var(--neutral-500);
  border-radius: 8px;
  align-self: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.style-guide-menu-link-item:hover, .style-guide-menu-link-item.w--current {
  color: var(--neutral-800);
}

.style-guide-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.style-guide-button-container {
  width: 340px;
}

.style-guide-menu-wrapper {
  flex-direction: column;
  display: flex;
}

.style-guide-menu {
  position: sticky;
  top: 4rem;
}

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

.color-card-heading {
  color: var(--neutral-800);
  font-size: .875rem;
  font-weight: 500;
}

.changelog-content-wrapper {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #1018280f, 0 1px 3px #1018281a;
}

.section-changelog-content {
  background-color: var(--white);
}

.shipping-method-list {
  border-left: 0 #0000;
  border-right: 0 #0000;
}

.line-item.is-last {
  margin-bottom: 0;
}

.customer-info {
  flex-grow: 2;
  margin-right: 24px;
}

.field-label {
  color: #2a2c1f;
  min-width: 12px;
  min-height: 20px;
  font-weight: 600;
}

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

.shipping-method {
  border-bottom: 0 #0000;
  padding: 0 0 16px;
}

.form-input {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 1.25rem;
  padding: .75rem 1rem;
  transition: border .3s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 2px 4px #00000014;
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: #65665c;
}

.form-input.is-last {
  margin-bottom: 0;
}

.form-input.is-text-area {
  min-height: 11.25rem;
}

.form-input.is-password {
  width: 100%;
  max-width: 22.5rem;
  margin-bottom: 0;
}

.order-summary-wrapper {
  flex-grow: 1;
  top: 24px;
}

.apple-pay {
  border-radius: 0;
  margin-bottom: 0;
}

.column.is-left {
  padding-left: 0;
}

.column.is-right {
  padding-right: 0;
}

.column.is-centered {
  padding-left: 0;
  padding-right: 0;
}

.utility-form-block {
  z-index: 10;
  border: 1px solid var(--neutral-200);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 40rem;
  max-width: 40rem;
  margin-bottom: 0;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.protected-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.licenses-link-wrapper {
  display: flex;
}

.button-link {
  grid-column-gap: 2px;
  color: #111827;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button-link:hover {
  color: #6b7280;
}

.changelog-icon-wrapper {
  background-color: var(--secondary-100);
  color: var(--secondary-600);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.licenses-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.licenses-item {
  grid-column-gap: 3rem;
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.checkout-price {
  color: var(--neutral-900);
  font-weight: 600;
}

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

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

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

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

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

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

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

.bg-color-secondary-900 {
  background-color: var(--secondary-900);
}

.bg-color-secondary-50 {
  background-color: var(--secondary-50-2);
}

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

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

.bg-color-secondary-25 {
  background-color: var(--secondary-25);
}

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

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

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

.text-color-neutral-900 {
  color: var(--neutral-900);
}

.footer-logo-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.footer-link {
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--neutral-900);
}

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

.footer-link.underline.regular {
  font-weight: 400;
}

.legal-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer-logo-link {
  padding-left: 0;
}

.footer-logo-link.w--current {
  display: flex;
}

.footer-column-heading {
  color: var(--neutral-900);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

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

.line-divider {
  background-color: #e3e8ef;
  width: 100%;
  height: 1px;
}

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

.footer-social-link {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer-social-link:hover {
  color: var(--neutral-900);
}

.footer-form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-logo-description {
  width: 100%;
}

.footer-component {
  border-top: 1px solid var(--neutral-200);
  color: #697586;
  background-color: #fff;
}

.footer-credit-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-size: .875rem;
  display: flex;
}

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

.footer-link-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.brand {
  width: 100%;
  height: 100%;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-center {
  justify-content: center;
}

.button-row.is-padding-top-xsmall {
  padding-top: 1rem;
}

.button-row.is-padding-top-xsmall.hide-desktop-show-landscape {
  display: none;
}

.tagline {
  background-color: var(--primary);
  color: var(--neutral-900);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

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

.tagline.primary {
  background-color: var(--secondary-50-2);
  color: var(--secondary-700);
}

.button-wrapper {
  padding-top: 1rem;
  display: flex;
}

.home-feature-component {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-feature-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-feature-image {
  z-index: 1;
  object-fit: cover;
  object-position: 20% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-feature-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.hero-header-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.section-hero-header {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--neutral-900);
  border-radius: 64px;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: color .3s;
}

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

.navbar-link.w--current {
  color: var(--neutral-900);
}

.navbar-menu-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-logo {
  margin-top: 11px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #202939;
  border: .0625rem solid #202939;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .3s;
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

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

.navbar-menus-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-dark-component {
  background-color: #0000;
  align-items: center;
  height: auto;
  min-height: 5.5rem;
  display: flex;
}

.logo-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.section-home-logo {
  overflow: hidden;
}

.logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-component {
  display: flex;
}

.logo {
  max-height: 3.5rem;
}

.section-home-feature {
  color: #4b5563;
  background-color: #fff;
}

.home-features-component {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--neutral-200);
  background-color: var(--neutral-200);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  overflow: hidden;
}

.home-features-item {
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 3rem 2rem;
  display: flex;
}

.section-product-features {
  background-color: #fff;
  overflow: hidden;
}

.home-features-tagline {
  background-color: var(--secondary-50-2);
  color: var(--neutral-900);
  border-radius: 24px;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.pricing-icon-wrapper {
  color: #0b754e;
  background-color: #cfebca;
  border-radius: 128px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 3.5px;
  display: flex;
}

.pricing-content-top {
  flex: 1;
}

.pricing-feature {
  grid-column-gap: 1rem;
  display: flex;
}

.pricing-plan {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
  box-shadow: 0 1px 2px #1018281a, 0 1px 3px #1018281a;
}

.pricing-components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  align-items: stretch;
  display: grid;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.hero-features-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.faq-icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq-component {
  border-bottom: 1px solid #e5e7eb;
}

.faq-answer {
  overflow: hidden;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-question {
  color: #1f2937;
  cursor: pointer;
  border-top: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.pricing-tabs-content {
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.tab-link {
  background-color: var(--white);
  border-radius: 8px;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: var(--secondary-600);
  color: var(--white);
}

.insights-tabs-content {
  overflow: visible;
}

.hero-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.utility-hero-content-wrapper {
  background-color: var(--white);
  border-radius: 24px;
  padding: 4rem;
}

.hero-header-wrapper {
  color: #fff;
  background-image: linear-gradient(#e2d1f9, #e2d1f900);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.button-ghost {
  border: 1px solid var(--neutral-900);
  background-color: var(--neutral-900);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
}

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

.button-ghost.is-button-small {
  padding: .5rem 1.25rem;
}

.testimonial-client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial-slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial-client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial-slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial-arrow {
  border: 1px solid var(--neutral-300);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.testimonial-logo {
  max-height: 3.5rem;
}

.pricing-plan-header {
  background-color: var(--white);
  color: var(--neutral-600);
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 4rem;
  display: flex;
}

.insights-tabs-menu {
  justify-content: center;
  margin-top: 5rem;
  display: flex;
}

.insights-tab-link {
  grid-row-gap: 1.25rem;
  border-top: 4px solid var(--neutral-100);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 1rem 0;
  display: flex;
}

.insights-tab-link.w--current {
  border-top: 4px solid var(--secondary-600);
  background-color: #0000;
  width: 100%;
}

.insights-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.insights-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-image-wrapper {
  height: 100%;
}

.cta-component {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.section-cta {
  overflow: hidden;
}

.cta-content {
  max-width: 35rem;
}

.cta-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.cta-item-list {
  grid-column-gap: 0rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.cta-feature {
  grid-column-gap: 1rem;
  display: flex;
}

.cta-icon-wrapper {
  color: #0b754e;
  background-color: #cfebca;
  border-radius: 128px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 3.5px;
  display: flex;
}

.changelog-content {
  flex: 1;
}

.licenses-icon-wrapper {
  background-color: var(--secondary-100);
  color: var(--secondary-600);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.licenses-item-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.utility-wrapper {
  background-image: linear-gradient(#e2d1f9, #e2d1f900);
  border-radius: 24px;
  overflow: hidden;
}

.utility-wrapper.absolute {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section-utility-hero-header, .section-product-header {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.product-wrapper {
  background-image: linear-gradient(#e2d1f9, #e2d1f900);
  border-radius: 24px;
  overflow: hidden;
}

.section-categories-header {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.categories-header-wrapper {
  background-image: linear-gradient(#e2d1f9, #e2d1f900);
  border-radius: 24px;
  overflow: hidden;
}

.hero-testimonial-1 {
  background-color: var(--white);
  border-radius: 8px;
  max-width: 14.375rem;
  padding: 2.5rem 1rem 1rem;
  position: absolute;
  inset: auto auto 0% -14.375rem;
  transform: rotate(-6deg);
  box-shadow: 0 2px 4px -2px #1018280f, 0 4px 8px -2px #1018281a;
}

.hero-testimonial-1-image-wrapper {
  box-shadow: 0 0 0 5px var(--white);
  border-radius: 100%;
  max-width: 2.5rem;
  margin-top: -3rem;
}

.hero-testimonial-1-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(-6deg);
}

.hero-header-section-title {
  position: relative;
}

.hero-testimonial-2 {
  background-color: var(--white);
  border-radius: 8px;
  max-width: 14.375rem;
  padding: 2.5rem 1rem 1rem;
  position: absolute;
  inset: 0% -14.375rem auto auto;
  transform: rotate(6deg);
  box-shadow: 0 2px 4px -2px #1018280f, 0 4px 8px -2px #1018281a;
}

.hero-testimonial-2-image-wrapper {
  box-shadow: 0 0 0 5px var(--white);
  border-radius: 100%;
  max-width: 2.5rem;
  margin-top: -3rem;
}

.hero-testimonial-2-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: rotate(6deg);
}

.hero-header-string-left-wrapper {
  z-index: 0;
  max-height: 11.875rem;
  position: absolute;
  inset: 10% auto 0% -3%;
}

.hero-header-string-left {
  width: 100%;
  height: 100%;
}

.hero-header-string-right-wrapper {
  z-index: 0;
  max-height: 11.875rem;
  position: absolute;
  inset: 25% -4% 0 auto;
}

.hero-header-string-right {
  width: 100%;
  height: 100%;
}

.cart-header {
  border-bottom-color: var(--neutral-200);
  padding: 1rem 1.5rem;
}

.cart-quantity {
  border-color: var(--neutral-200);
  background-color: var(--white);
  color: var(--neutral-700);
  border-radius: 8px;
}

.cart-footer {
  border-top-color: var(--neutral-200);
}

.apple-pay-2 {
  border-radius: 8px;
}

.cart-container {
  border: 1px solid var(--neutral-200);
  border-radius: 12px;
}

.product-header-title-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.form {
  color: #0000;
  background-color: #ececec;
  padding: 35px;
  display: block;
}

.heading {
  text-align: center;
}

.image {
  margin-left: 60%;
}

.button-3 {
  color: var(--secondary-400);
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  width: auto;
  margin-bottom: 31px;
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

.heading-2 {
  margin-bottom: 4.3rem;
}

.button-4 {
  background-color: var(--secondary-300);
  border-radius: 9px;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .utility-component {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    display: block;
  }

  .checkout-form {
    width: 100%;
    margin-right: 0;
  }

  .checkout-summary {
    flex: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .checkout-form-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .style-guide-color-list, .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-menu {
    display: none;
  }

  .customer-info {
    margin-right: 24px;
  }

  .licenses-component {
    grid-template-columns: 1fr;
  }

  .footer-link:hover {
    color: #737680;
  }

  .legal-wrapper {
    margin-bottom: 1rem;
  }

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

  .footer-form-block {
    min-width: auto;
  }

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

  .footer-link-list-wrapper {
    grid-column-gap: 2rem;
  }

  .home-feature-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-feature-image-wrapper {
    width: 100%;
  }

  .section-hero-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-menu-buttons {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: 0;
  }

  .menu-icon-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-button {
    order: 1;
  }

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

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #eef2f6;
    border-radius: 12px;
    height: 20vh;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar-menus-wrapper {
    grid-column-gap: .75rem;
  }

  .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-features-component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan {
    margin-top: 0;
  }

  .pricing-components {
    grid-template-columns: 1fr;
    display: block;
  }

  .utility-hero-content-wrapper {
    padding: 2.5rem;
  }

  .pricing-plan-header {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 2rem;
  }

  .insights-tabs-menu {
    margin-top: 4rem;
  }

  .cta-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .cta-image {
    height: auto;
    max-height: none;
  }

  .cta-content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .utility-wrapper {
    overflow: visible;
  }

  .section-utility-hero-header, .section-product-header, .section-categories-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-header-string-left-wrapper {
    max-height: 10rem;
    left: -9%;
  }

  .hero-header-string-right-wrapper {
    max-height: 10rem;
    top: 40%;
    right: -9%;
  }

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

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .text-rich-text blockquote {
    padding: 3rem 2rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .utility-component {
    height: 70vh;
  }

  .margin-small {
    margin: 1rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1rem;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .checkout-card {
    margin-bottom: 1.5rem;
  }

  .checkout-card.order-summary {
    margin-bottom: 1rem;
  }

  .style-guide-color-list, .style-guide-content-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .changelog-content-wrapper {
    flex-direction: column;
    padding: 1.5rem;
  }

  .customer-info {
    width: 100%;
  }

  .form-input.is-password {
    max-width: none;
  }

  .protected-form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .changelog-icon-wrapper {
    order: -1;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
  }

  .licenses-component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .licenses-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .footer-top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer-credit-text {
    flex-direction: column;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-link-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .button-row.is-padding-top-xsmall.hide-desktop-show-landscape {
    display: block;
  }

  .home-feature-component {
    grid-row-gap: 3rem;
  }

  .home-feature-image-wrapper {
    height: 500px;
  }

  .navbar-menu {
    border-radius: 8px;
    height: 24vh;
  }

  .button-stretch {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .navbar-dark-component {
    height: auto;
    min-height: 4rem;
  }

  .logo-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo-wrapper {
    padding: .75rem 1rem;
  }

  .logo {
    max-height: 3rem;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-feature-list {
    margin-bottom: 2rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .utility-hero-content-wrapper {
    padding: 1.5rem;
  }

  .testimonial-component {
    padding-bottom: 3rem;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-plan-header {
    align-items: stretch;
    padding: 2rem 1rem;
  }

  .insights-tabs-menu {
    flex-direction: column;
    margin-top: 3rem;
  }

  .insights-tab-link {
    border-left: 4px solid var(--neutral-100);
    border-top-style: none;
    padding-bottom: 1.5rem;
  }

  .insights-tab-link.w--current {
    border-top-style: none;
    border-left-color: var(--secondary-600);
  }

  .cta-component {
    padding-top: 4rem;
  }

  .licenses-icon-wrapper {
    order: -1;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
  }

  .licenses-item-content {
    grid-row-gap: 1rem;
  }

  .utility-wrapper.absolute {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-header-string-left-wrapper {
    max-height: 8.5rem;
    top: 6%;
    left: -13%;
  }

  .hero-header-string-right-wrapper {
    z-index: -1;
    max-height: 8.5rem;
    top: 45%;
    right: -10%;
  }

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

@media screen and (max-width: 479px) {
  .utility-component {
    padding-top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .style-guide-color-list, .style-guide-content-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-button-container {
    width: 100%;
  }

  .changelog-content-wrapper {
    padding: 1rem;
  }

  .item-in-order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .utility-form-block {
    padding: 3rem 1rem;
  }

  .protected-form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .licenses-component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .licenses-item {
    padding: 1rem;
  }

  .footer-top-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 40px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-link-list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-feature-component {
    grid-template-columns: 1fr;
  }

  .home-feature-image-wrapper {
    height: 300px;
  }

  .section-hero-header {
    padding-top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar-menu {
    border-radius: 6px;
    height: 35vh;
  }

  .logo-list {
    justify-content: center;
  }

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

  .home-features-component, .hero-features-item-list {
    grid-template-columns: 1fr;
  }

  .pricing-tabs-content {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .cta-component, .cta-item-list {
    grid-template-columns: 1fr;
  }

  .section-utility-hero-header, .section-product-header, .section-categories-header {
    padding-top: .75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .hero-header-string-left-wrapper {
    left: -23%;
  }

  .hero-header-string-right-wrapper {
    top: 59%;
    right: -28%;
  }

  .container {
    max-width: none;
  }
}

#w-node-_2c50a8fb-4243-ec9a-8706-664201cd7457-01cd743c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_525b7123-9be0-f0a9-6210-579c8eaeaa7b-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaa80-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaa85-8eaeaa52, #w-node-_49e93ba8-6571-74e7-1f9c-5c64e02d6eeb-8eaeaa52 {
  align-self: start;
}

#w-node-_525b7123-9be0-f0a9-6210-579c8eaeaa8d-8eaeaa52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_525b7123-9be0-f0a9-6210-579c8eaeaa9c-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaa1-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaa6-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaab-8eaeaa52 {
  align-self: start;
}

#w-node-_77e17420-baed-36b4-8b3e-43de4b472be7-8eaeaa52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e17420-baed-36b4-8b3e-43de4b472bf2-8eaeaa52, #w-node-_77e17420-baed-36b4-8b3e-43de4b472bf7-8eaeaa52, #w-node-_77e17420-baed-36b4-8b3e-43de4b472bfc-8eaeaa52, #w-node-_77e17420-baed-36b4-8b3e-43de4b472c01-8eaeaa52 {
  align-self: start;
}

#w-node-f07cce60-bb49-846d-f3f5-692656bc512f-8eaeaa52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f07cce60-bb49-846d-f3f5-692656bc513c-8eaeaa52, #w-node-f07cce60-bb49-846d-f3f5-692656bc5141-8eaeaa52, #w-node-f07cce60-bb49-846d-f3f5-692656bc5146-8eaeaa52, #w-node-f07cce60-bb49-846d-f3f5-692656bc514b-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaef-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaf4-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeaaf9-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab10-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab15-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab1a-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab1f-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab36-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab3b-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab40-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab45-8eaeaa52, #w-node-_525b7123-9be0-f0a9-6210-579c8eaeab4a-8eaeaa52 {
  align-self: start;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f2223-7e84ba8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f223d-7e84ba8e, #w-node-_69c78301-c900-8353-8850-57e9b3ed7c98-7e84ba8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f22d1-7e84ba8e {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-c3c072fd-1cd4-592e-3c75-c62ec5e28e70-7e84ba8e {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f22d7-7e84ba8e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f22dd-7e84ba8e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f22e3-7e84ba8e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b5bdd693-5ed8-521d-0608-32eb0a1175a1-7e84ba8e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-f8329db1-de9e-fc1f-7127-d56d859f22e9-7e84ba8e {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-e065068e-5f92-9322-bb18-46777d9c053f-8384ba74, #w-node-_45bb5d4d-c3f2-63e5-ce24-f3f519dd73f3-8384ba74 {
    order: -9999;
  }

  #w-node-_2c50a8fb-4243-ec9a-8706-664201cd7457-01cd743c, #w-node-f8329db1-de9e-fc1f-7127-d56d859f223d-7e84ba8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8329db1-de9e-fc1f-7127-d56d859f22e9-7e84ba8e {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8329db1-de9e-fc1f-7127-d56d859f22e9-7e84ba8e {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Albert Sans Converted';
  src: url('../fonts/AlbertSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert Sans Converted';
  src: url('../fonts/AlbertSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert Sans Converted';
  src: url('../fonts/AlbertSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert Sans Converted';
  src: url('../fonts/AlbertSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Compressed';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Compressed';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Compressed';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Compressed';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material icons';
  src: url('../fonts/Material-Icons.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}