:root {
  --color--background-primary\<deleted\|relume-variable-background-color-1\>: #f4f4f4;
  --color--text-primary\<deleted\|relume-variable-text-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_doughjo-variables---dj-blue: #143d73;
  --link-color--link-primary\<deleted\|relume-variable-link-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>: #1d01fc;
  --white\<deleted\|variable-5418125a-9c8f-64f0-32a3-7a2b494fabe0\>: white;
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_doughjo-variables---dj-red: #dc3921;
  --color--fill\<deleted\|relume-variable-color-neutral-2\>: white;
  --red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>: #e00;
  --ap-white\<deleted\|variable-37fcdc7c-9245-9538-e06f-60f65b364528\>: #f4f4f4;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --blue\<deleted\|variable-4dcbcf35-2b4a-cf7a-ada2-e8709960d94d\>: #16274a;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --link-color--link-alternate\<deleted\|relume-variable-link-color-3\>: var(--color--fill\<deleted\|relume-variable-color-neutral-2\>);
  --ap-precision-blue\<deleted\|variable-aa14f4d7-59fb-2a05-e0f8-de378e270796\>: #000fff;
  --background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>: var(--base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>);
  --color--background-alternate\<deleted\|relume-variable-background-color-4\>: #f4f4f4;
  --dark--text-primary\<deleted\|relume-variable-text-color-3\>: white;
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --_doughjo-variables---dj-black: #000;
  --_doughjo-variables---dj-white: #fff;
  --grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>: #d8dada;
  --light-grey\<deleted\|variable-49187e87-7db7-9150-4e59-fa5b306b7d4b\>: #f0f0f0;
  --_doughjo-variables---dj-orange: #fe6e4e;
  --_doughjo-variables---dj-beige: #f8f6ef;
  --_doughjo-variables---dj-dark-orange: #e25f42;
  --_doughjo-variables---dj-dark-red: #ce351f;
  --off-white\<deleted\|variable-148007ec-875a-732d-bf39-8d69f9ea4bf5\>: #f7f7f7;
  --grey-tertiary\<deleted\|variable-937b69d1-ea72-da9d-8f22-f9003cdafe9d\>: #747676;
  --tan-primary\<deleted\|variable-0ab2e48b-77b4-e531-ee1c-c06aa3eb0229\>: #f3ede0;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>: #aaa;
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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 {
  background-color: var(--color--background-primary\<deleted\|relume-variable-background-color-1\>);
  color: var(--color--text-primary\<deleted\|relume-variable-text-color-1\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  color: var(--_doughjo-variables---dj-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
  border-radius: 10px;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
}

.text-style-link:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

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

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  position: relative;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  background-color: var(--white\<deleted\|variable-5418125a-9c8f-64f0-32a3-7a2b494fabe0\>);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo-alternate {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-alternate._404 {
  object-fit: contain;
  width: 150px;
  height: auto;
}

.main-wrapper {
  z-index: 0;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.margin-tiny {
  margin: .25rem;
}

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 0;
  display: block;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  object-fit: scale-down;
  margin: 0;
  overflow: scroll;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 0 .1rem;
  display: flex;
}

.margin-bottom.margin-small {
  color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  margin: 1rem 0;
  overflow: visible;
}

.margin-bottom.margin-xsmall {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  height: 60px;
  margin: 0;
}

.margin-bottom.margin-small {
  object-fit: scale-down;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.margin-bottom.margin-small {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #0c358c;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.accordian {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding: 0;
}

.padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  color: #000;
  padding: 0;
}

.padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 3rem 0 1.5rem;
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding: 2rem 0;
}

.padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: #fff;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color--text-primary\<deleted\|relume-variable-text-color-1\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.name_attorney {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-style-strikethrough {
  color: #929292;
  font-family: Switzer Variable;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: line-through;
}

.heading-style-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  z-index: 4;
  background-color: var(--_doughjo-variables---dj-red);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  padding: .8rem .5rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.button.is-link {
  color: #000;
  letter-spacing: -.02em;
  background-color: #0000;
  border-style: none;
  border-radius: 8px;
  padding: .2rem 0;
  font-family: Montserrat, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.button.is-link:hover {
  letter-spacing: -.01em;
  background-color: #1b1b1b00;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--color--fill\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: #000;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: black;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: auto;
  padding: .2rem;
  font-family: Inter;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all .25s cubic-bezier(.215, .61, .355, 1);
}

.button.is-secondary:hover {
  background-color: #000;
  border-style: solid;
  border-color: #000;
}

.button.is-secondary.is-alternate {
  color: var(--color--fill\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-secondary.is-small {
  width: auto;
}

.button.is-small {
  background-color: var(--color--background-primary\<deleted\|relume-variable-background-color-1\>);
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
  color: #fff;
  letter-spacing: -.01em;
  border-style: solid;
  border-color: #fff;
  border-radius: 50px;
  margin-top: 1rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
  font-family: Verizonnhgetx;
  font-size: .775rem;
  font-weight: 300;
  transition: all .1s cubic-bezier(.39, .575, .565, 1);
}

.button.is-alternate:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.button.is-tertiary {
  color: #000;
  text-transform: uppercase;
  background-color: #20658000;
  border: 2px solid #000;
  border-radius: 50px;
  width: 150px;
  margin-right: .5rem;
  padding: .75rem 1.25rem;
  font-family: Inter;
  font-size: .9rem;
  font-weight: 400;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  position: static;
}

.button.is-tertiary:hover {
  border-color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
  background-color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
  color: var(--ap-white\<deleted\|variable-37fcdc7c-9245-9538-e06f-60f65b364528\>);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.heading-style-h4 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

.text-size-regular {
  letter-spacing: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #000;
  letter-spacing: -.02em;
  font-size: 1rem;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.background-color-white {
  background-color: var(--color--fill\<deleted\|relume-variable-color-neutral-2\>);
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  color: var(--blue\<deleted\|variable-4dcbcf35-2b4a-cf7a-ada2-e8709960d94d\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.social-icon_footer {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  color: #000;
  text-align: center;
  border: 1px #000;
  font-family: Poppins;
  font-size: .875rem;
  font-weight: 700;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  color: #1b5b758a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text a {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color--text-primary\<deleted\|relume-variable-text-color-1\>);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-family: Inter Tight;
  font-size: 1.8rem;
  font-weight: 500;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-section-large {
  width: 100%;
  height: 100%;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate\<deleted\|relume-variable-link-color-3\>);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  background-color: #fff;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-blue {
  background-color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
  -webkit-text-stroke-color: black;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-gold {
  background-color: var(--ap-precision-blue\<deleted\|variable-aa14f4d7-59fb-2a05-e0f8-de378e270796\>);
  -webkit-text-stroke-color: black;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>);
}

.background-color-alternative {
  background-color: var(--color--background-alternate\<deleted\|relume-variable-background-color-4\>);
}

.text-color-alternate {
  color: var(--dark--text-primary\<deleted\|relume-variable-text-color-3\>);
}

.text-color-secondary {
  color: var(--ap-blue\<deleted\|variable-3fbe99fe-4260-0f87-2801-85c62c785932\>);
}

.text-color-primary {
  color: #000;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.body {
  outline-offset: 0px;
  color: #000;
  background-color: #fff;
  outline: 5px #000;
}

.h1 {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 4.7rem;
  font-weight: 800;
  line-height: .9;
  position: relative;
}

.h2 {
  color: var(--_doughjo-variables---dj-black);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}

.h2.sm {
  color: var(--_doughjo-variables---dj-black);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 700;
}

.h2.med {
  color: var(--_doughjo-variables---dj-red);
  font-size: 1.3rem;
  font-weight: 700;
}

.h2.xl {
  color: var(--_doughjo-variables---dj-blue);
  font-size: 2rem;
  line-height: 2.2rem;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #000;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6em;
}

.paragraph.center.dark {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--_doughjo-variables---dj-white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.4rem;
  display: flex;
}

.paragraph.center.verse {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem 2rem 0;
  font-style: italic;
  display: flex;
}

.paragraph.medium {
  text-align: center;
  font-weight: 500;
}

.paragraph.info {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

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

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab:hover {
  opacity: 1;
  color: #fff;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.navbar-logo-link {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.notam-brands_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #000;
  text-align: right;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: end;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  display: none;
}

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

.link {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.notam-brands_box {
  justify-content: flex-end;
  width: 180px;
  margin-left: 1rem;
  display: flex;
}

.navbar-mobile-bg {
  display: none;
}

.hamburger-menu {
  background-color: #ac6161;
  width: 50px;
  height: 50px;
  display: none;
}

.navbar_container-top {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container-top.dark {
  z-index: 10;
  border-bottom: 1px solid var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .6px none var(--light-grey\<deleted\|variable-49187e87-7db7-9150-4e59-fa5b306b7d4b\>);
  background-color: #fff0;
  padding: 0 2rem;
  position: relative;
}

.page-not-found {
  color: var(--_doughjo-variables---dj-orange);
  letter-spacing: -.04em;
  margin: 0;
  font-family: Switzer Variable;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
}

.footer-spacer_wrapper {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.hero-section {
  z-index: 2;
  object-fit: cover;
  background-color: #f0f0f0;
  background-image: url('../images/scripture.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.menu {
  background-image: url('../images/menu-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.scripture {
  background-image: url('../images/scripture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.about {
  background-image: url('../images/hero-about.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.contact {
  background-image: url('../images/hero-contact.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.services {
  background-image: url('../images/services_img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.inquiries {
  background-image: url('../images/hero-faq.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.appointment {
  background-image: url('../images/menu-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.hero-section.photos {
  background-image: url('../images/gallery.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: auto;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.icon-embed-small:hover {
  opacity: .52;
  color: #000;
}

.call-button_infobar {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.call-button_infobar.is-small {
  color: #000;
  letter-spacing: -.02em;
  background-color: #0000;
  border-style: none;
  border-right-width: 1.5px;
  border-right-color: #000;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .3rem .6rem;
  font-family: Inter;
  font-size: .85rem;
  font-weight: 400;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
}

.call-button_infobar.is-small:hover {
  color: #000;
  background-color: #eee;
  border: 1px #000;
  border-radius: 6px;
}

.navbar_call-button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.infobar-divider {
  background-color: #000;
  width: 1.3px;
  height: 20px;
  margin-left: .8rem;
}

.infobar {
  z-index: 10;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 1rem;
  display: block;
  position: relative;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  justify-content: flex-end;
}

.navbar-wrapper {
  z-index: 10;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-link {
  z-index: 5;
  color: #000;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: .65rem;
  padding-right: .65rem;
  font-family: Verizonnhgeds;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.navbar-link:hover {
  -webkit-text-stroke-color: #4255d4;
  text-decoration: underline;
}

.navbar-link.w--current {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-logo {
  z-index: 5;
  color: #000;
  width: 130px;
}

.navbar {
  z-index: 10;
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 0;
}

.navbar.light {
  z-index: 9999;
  border-top: 1px #000;
  border-bottom: .6px solid #c2c2c2;
  border-bottom: .6px none var(--_doughjo-variables---dj-beige);
  background-color: #fff;
  height: 100%;
  position: sticky;
  box-shadow: inset 0 -1px #c2c2c2;
}

.hero-bttn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notam-brands_link {
  color: #fff;
  font-family: Inter;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
}

.notam-brands_link:hover {
  opacity: .9;
  text-decoration: underline;
}

.website-by_text {
  color: #fff;
  margin-right: 3%;
  font-family: Inter;
  font-weight: 200;
}

.footer_link {
  color: #fff;
  letter-spacing: -.02em;
  padding-top: .12rem;
  padding-bottom: .12rem;
  font-family: Inter;
  font-size: .9em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.footer_link:hover {
  opacity: .9;
  text-decoration: underline;
}

.footer_link.align-center {
  color: #000;
  letter-spacing: 0;
  align-self: flex-start;
  width: 100%;
  font-family: Barlow, sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.footer_link.align-center:hover {
  color: #000;
  text-decoration: none;
}

.footer_link.align-center.bold {
  letter-spacing: 0;
  font-weight: 700;
}

.footer_link.align-center.underline-trail {
  align-self: flex-start;
  width: auto;
  margin-left: 0;
}

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

.footer_left-wrapper {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 7;
  background-color: var(--_doughjo-variables---dj-beige);
  color: #000;
  position: relative;
  overflow: hidden;
}

.footer-link-wrap {
  margin-bottom: 2rem;
}

.footer-logo_img {
  width: 250px;
}

.padding-global-tertiary {
  z-index: 2;
  color: #000;
  border-top: 3px #0c358c;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.footer_bottom-wrapper {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: .875rem;
  display: flex;
}

.footer_link-list {
  color: #0c358c;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  width: 100%;
  height: auto;
  display: none;
  position: static;
}

.footer_menu-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  color: #fff;
  grid-template-rows: .25fr;
  grid-template-columns: .3fr .3fr .5fr;
  place-items: start stretch;
  height: 100%;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta {
  z-index: 4;
  background-color: var(--_doughjo-variables---dj-orange);
  color: var(--_doughjo-variables---dj-white);
  text-align: center;
  border: 1px #000;
  border-radius: 50px;
  padding: .7rem 3rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.cta:hover {
  background-color: var(--_doughjo-variables---dj-dark-orange);
}

.cta.is-alternate {
  background-color: var(--_doughjo-variables---dj-red);
  color: var(--_doughjo-variables---dj-white);
  letter-spacing: -.01em;
  text-transform: none;
  border: 1.4px #fff;
  flex-flow: wrap;
  flex: none;
  align-self: auto;
  padding: .7rem 3rem;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .35s cubic-bezier(.39, .575, .565, 1);
}

.cta.is-alternate:hover {
  background-color: var(--_doughjo-variables---dj-dark-red);
  color: #fff;
  border-style: none;
}

.cta.is-alternate._404 {
  width: auto;
  font-weight: 300;
}

.cta.is-alternate._404.w--current, .cta.is-alternate._404.w--current:hover {
  width: auto;
}

.cta.is-alternate.blue {
  background-color: var(--_doughjo-variables---dj-blue);
  align-self: center;
}

.footer-linkbar {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.footer-socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.summary-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.text-size-large_ribbon {
  color: var(--white\<deleted\|variable-5418125a-9c8f-64f0-32a3-7a2b494fabe0\>);
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
}

.text-size-large_ribbon.dark {
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .8rem;
  font-weight: 400;
}

.top-button_contain {
  z-index: 10;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-bottom: 3%;
  margin-right: 2%;
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 9px #0000001f;
}

.top-button_contain:hover {
  transform: scale(.95);
}

.top-button_flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top-button_flex:active {
  background-color: #505050;
}

.top-button_link {
  z-index: 5;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.top-button_link:hover {
  transform: scale(.95)rotate(90deg);
}

.discount-ribbon {
  z-index: 0;
  background-color: var(--_doughjo-variables---dj-orange);
  color: #000;
  border-bottom: 1px #d8dada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .5rem;
  font-family: Barlow, sans-serif;
  display: flex;
  position: relative;
}

.top-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-list_small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.small-product-img {
  object-fit: contain;
  width: auto;
  height: auto;
}

.footer-logo {
  margin-right: 1rem;
}

.footer-header {
  color: #fff;
  margin-bottom: .6rem;
  font-family: Inter;
  font-size: .9em;
  font-weight: 500;
}

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

.footer_circle-divider {
  color: #fff;
  background-color: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.navbar_menu-box {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: auto;
}

.navios {
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-icon {
  display: none;
}

.large-product-bttn {
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-product-bttn:hover {
  background-color: #f8f8f7;
  text-decoration: none;
}

.large-product-txt {
  letter-spacing: -.02em;
  border-top: 1px #000;
  align-self: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.large-product-txt:hover {
  text-decoration: none;
}

.large-product-price {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50px 0 0 50px;
  padding: 1rem .8rem 1rem 1.5rem;
  font-family: Inter Tight;
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.large-product_underline {
  background-color: #000;
  width: 100%;
  height: 1.3px;
  margin-top: .5rem;
}

.large-product_bttn-wrapper {
  background-color: #fff;
  border-top: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.large-product-name {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.radio-button-field {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 200px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-button-field:hover {
  box-shadow: 0 2px 30px 4px #00000012;
}

.accessory-radio_button {
  opacity: 1;
  border: 2px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.accessory-radio_button:focus-visible, .accessory-radio_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.enter-box {
  margin-top: 1rem;
}

.dropdown_container {
  z-index: 10;
  border-top: 1px solid var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.dropdown-wrapper {
  z-index: 10000;
  border-top: 1px none var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  background-color: var(--off-white\<deleted\|variable-148007ec-875a-732d-bf39-8d69f9ea4bf5\>);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.5rem 5rem 3rem;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.shop-dives_container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: .9rem;
  display: flex;
}

.nav-product-bttn {
  color: #6d6d6d;
  background-color: #efefef00;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-product-bttn:hover {
  color: #000;
}

.search-icon {
  outline-offset: 0px;
  color: #000;
  border: 1px #000;
  outline: 3px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav-product-divider {
  border-top: 1px solid #dadada;
}

.mega-menu-blur {
  z-index: 9;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #47474752;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.dropdown-list {
  z-index: 0;
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  height: auto;
  display: none;
  position: static;
  inset: 0 0%;
  overflow: visible;
}

.dropdown-list.w--open {
  height: 100%;
  display: block;
  position: static;
  top: 50px;
}

.dropdown-toggle {
  height: 100%;
  padding: 0;
}

.large-product_link {
  position: absolute;
  inset: 0%;
}

.view-all_link {
  color: #000;
  position: absolute;
  inset: 0%;
}

.view-all_link.w--current {
  z-index: 5;
}

.search-menu {
  z-index: 99999;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.c_search_clear-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1.1em;
  padding: .1rem;
  display: flex;
}

.c_search_results {
  height: 0;
  padding: .5rem;
  font-family: Inter;
  position: absolute;
  inset: auto 0% 0%;
}

.c_search_clear-text {
  display: none;
}

.c_search_clear {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5em;
  padding: .4rem;
  transition: color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  inset: 1rem 0% auto auto;
}

.c_search_clear:hover {
  background-color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
  color: #fff;
}

.c_search_component {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c_search_results-container {
  background-color: #fff;
  border-top: 1.5px solid #e6e6e6;
  border-radius: 0 0 .6em .6em;
  max-height: 25em;
  padding: 1.5rem 2.2rem;
  transition: opacity .2s;
  overflow: auto;
}

.c_search_button {
  background-color: #3898ec00;
  background-image: url('../images/CarbonSearch.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
  height: auto;
  display: none;
}

.c_search_bar {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.search_input {
  z-index: 1;
  border-style: none none solid;
  border-width: 0 0 3px;
  border-color: black black var(--grey-tertiary\<deleted\|variable-937b69d1-ea72-da9d-8f22-f9003cdafe9d\>);
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff0;
  border-radius: 0;
  align-self: stretch;
  width: auto;
  min-width: 70vw;
  height: 100px;
  margin-bottom: 0;
  margin-right: 3rem;
  padding: 0;
  font-family: Inter;
  font-size: 1em;
  position: absolute;
  inset: 5rem 0% 0% auto;
}

.search_input:focus {
  border-bottom-color: var(--grey-tertiary\<deleted\|variable-937b69d1-ea72-da9d-8f22-f9003cdafe9d\>);
  outline-offset: 0px;
  outline: 3px #000;
  text-decoration: none;
}

.search_input::placeholder {
  color: var(--grey-tertiary\<deleted\|variable-937b69d1-ea72-da9d-8f22-f9003cdafe9d\>);
  font-family: Verizonnhgetx;
  font-size: 2.5em;
  font-weight: 700;
}

.search-bttn {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: #efefef00;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 50%;
  margin: auto;
  padding: 0 1rem;
  display: block;
  position: static;
}

.nav-links_container {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-block-83 {
  color: #000;
  letter-spacing: -.02em;
  font-family: Inter;
  font-size: 2rem;
}

.container-2 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.search-products {
  margin-top: 1.5rem;
}

.search-result-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.search-result-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.link-13 {
  color: #000;
  letter-spacing: -.02em;
  vertical-align: baseline;
  font-family: Verizonnhgeds;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-307 {
  color: #000;
  width: 250px;
  line-height: 1.05;
}

.image-21 {
  border-radius: 6px;
}

.view-all_text {
  color: #000;
}

.nav-product_link {
  position: absolute;
  inset: 0%;
}

.nav-product_link.w--current {
  z-index: 5;
}

.h1-password {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
}

.navbar_container-bttm {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container-bttm.dark {
  z-index: 0;
  color: #0000;
  z-index: 0;
  background-color: #fff;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: relative;
}

.div-block-311 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shopping-bag-bttn {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 0;
  display: flex;
}

.svg-icon {
  color: #000;
  width: 1.6rem;
  height: 1.6rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.div-block-317 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 6rem 30% 6rem 2.5rem;
  display: flex;
  position: relative;
}

.navbar-link_primary {
  z-index: 5;
  color: #000;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: .65rem;
  padding-right: .65rem;
  font-family: Verizonnhgeds;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: static;
}

.navbar-link_primary:hover {
  -webkit-text-stroke-color: #4255d4;
  text-decoration: underline;
}

.navbar-link_primary.w--current {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-327 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.search-text {
  color: #000;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: Verizonnhgeds;
  font-size: 1rem;
}

.div-block-328 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-337 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.search-bar_styles {
  display: none;
}

.search-img {
  width: 100%;
  height: 100%;
  padding-top: 5px;
}

.div-block-346 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 100%;
  display: flex;
}

.div-block-347 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
}

.cart-quantity {
  background-color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
  color: #fff;
  margin-left: 0;
  font-family: Verizonnhgeds;
  font-size: 8px;
  position: absolute;
  top: 1rem;
  left: .8rem;
}

.cart-container {
  background-color: var(--off-white\<deleted\|variable-148007ec-875a-732d-bf39-8d69f9ea4bf5\>);
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 350px;
  max-width: none;
}

.heading-7 {
  font-family: Verizonnhgeds;
  font-size: 1.6rem;
}

.text-block-89 {
  color: #000;
  width: 200px;
  font-family: Verizonnhgeds;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-90 {
  font-family: Verizonnhgds;
  font-size: .85rem;
  font-weight: 300;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: static;
  inset: 1.4rem 1.4rem auto auto;
}

.cart-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  position: static;
}

.checkout-button {
  background-color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
  border-radius: 30px;
  width: 100%;
  font-family: Verizonnhgeds;
  font-size: 1.1rem;
  font-weight: 700;
}

.apple-pay {
  border-radius: 30px;
}

.trash {
  color: #000;
  width: 1.3rem;
  height: auto;
}

.trash:hover {
  cursor: pointer;
}

.trash-item {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: auto;
  display: flex;
}

.text-block-91, .text-block-92 {
  color: #000;
  font-family: Verizonnhgds;
  font-size: .9rem;
}

.cart-footer {
  background-color: #fff;
  padding-top: 10px;
}

.cart-wrapper {
  background-color: #11100e4a;
}

.text-size-large_ribbon_cart {
  font-family: Inter;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.text-size-large_ribbon_cart.dark {
  color: #000;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .7rem;
  font-weight: 400;
}

.discount-ribbon_cart {
  z-index: 10;
  background-color: var(--tan-primary\<deleted\|variable-0ab2e48b-77b4-e531-ee1c-c06aa3eb0229\>);
  color: #000;
  border-bottom: 1px #d8dada;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 1rem;
  display: block;
  position: relative;
}

.div-block-348 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-349 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-350 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart-item {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

.option {
  color: #000;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Verizonnhgds;
  font-size: .9rem;
  font-weight: 400;
}

.div-block-352 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-353 {
  flex: none;
}

.cart-form-wrapper {
  width: 100%;
}

.q-dec_cart {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Verizonnhgds;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.q-dec_cart:hover {
  color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
}

.q-inc_cart {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Verizonnhgds;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.q-inc_cart:hover {
  color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
}

.q-number_cart {
  border-style: none solid;
  border-right-color: var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  border-left-color: var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  text-align: center;
  background-color: #fff;
  align-self: stretch;
  width: 40px;
  height: auto;
  margin-bottom: 0;
  padding: 4px 5px;
  font-family: Verizonnhgds;
  font-size: .9rem;
  display: block;
}

.q-number_cart:focus {
  border-style: none solid;
  border-color: #3898ec00 var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
}

.q-flex_cart {
  border: 1px solid var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  border-radius: 6px;
  justify-content: flex-start;
  width: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.q-flex_cart:hover {
  border-color: #acacac;
}

.div-block-354 {
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000012;
}

.image-40 {
  height: 100%;
}

.svg-icon-copy {
  color: #000;
  width: 100%;
  height: 100%;
}

.svg-icon-copy:hover {
  cursor: pointer;
}

.text-block-94 {
  font-family: Verizonnhgeds;
  font-size: 1.3rem;
  font-weight: 700;
}

.empty-state-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  inset: 0%;
}

.cart-options {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.navbar-link_primary-copy {
  z-index: 5;
  color: #000;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: .65rem;
  padding-right: .65rem;
  font-family: Verizonnhgeds;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: none;
  position: relative;
}

.navbar-link_primary-copy:hover {
  -webkit-text-stroke-color: #4255d4;
  text-decoration: underline;
}

.navbar-link_primary-copy.w--current {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-links_container-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.c_search_results-2 {
  height: 0;
  padding: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-logo-2 {
  z-index: 5;
  color: #000;
  object-fit: contain;
  width: 250px;
  height: auto;
}

.c_search_clear-2 {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5em;
  padding: .4rem;
  transition: color .25s cubic-bezier(.39, .575, .565, 1), background-color .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: absolute;
  inset: 1rem 0% auto auto;
}

.c_search_clear-2:hover {
  color: #fff;
  background-color: #e00;
}

.nav-link {
  z-index: 5;
  color: #000;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Verizonnhgeds;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.nav-link:hover {
  -webkit-text-stroke-color: #4255d4;
  border-bottom: 3px #000;
}

.nav-link.w--current {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-377 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.c_search_component-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  display: flex;
  position: relative;
}

.search-menu-2 {
  z-index: 99999;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.search_input-2 {
  z-index: 1;
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff0;
  border: 0 #000;
  border-bottom: 3px solid #747676;
  border-radius: 0;
  align-self: stretch;
  width: auto;
  min-width: 70vw;
  height: 100px;
  margin-bottom: 0;
  margin-right: 3rem;
  padding: 0;
  font-size: 1em;
  position: absolute;
  inset: 5rem 0% 0% auto;
}

.search_input-2:focus {
  outline-offset: 0px;
  border-bottom-color: #747676;
  outline: 3px #000;
  text-decoration: none;
}

.search_input-2::placeholder {
  color: #747676;
  font-family: Verizonnhgetx;
  font-size: 2.5em;
  font-weight: 700;
}

.div-block-383 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 95px;
  display: flex;
}

.location-ribbon {
  z-index: 0;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: var(--_doughjo-variables---dj-blue);
  color: #000;
  border-bottom: 1px solid #d8dada;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.subtitle {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.subtitle.sm {
  color: var(--_doughjo-variables---dj-red);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.subtitle.lg {
  color: var(--_doughjo-variables---dj-blue);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-spacing {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.nav-link_text {
  color: #000;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-link_text:hover {
  color: #000;
}

.nav-link_text.drop {
  transition: all .1s cubic-bezier(.39, .575, .565, 1);
}

.nav-link_text.drop:hover {
  color: var(--_doughjo-variables---dj-red);
}

.section-instagram {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 6rem 5rem 10rem;
  display: flex;
  position: relative;
  top: 0;
}

.intagram-card {
  background-color: #fff;
  border: 1px solid #eaebf0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.footer-linkbar-copy {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  display: grid;
}

.nav-button_underline {
  background-color: var(--_doughjo-variables---dj-red);
  border-radius: 1px;
  width: 100%;
  height: 3.2px;
  display: none;
  position: absolute;
  bottom: 0;
  right: auto;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.swiper-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  position: relative;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
  overflow: hidden;
}

.div-block-450 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-50 {
  width: 35px;
}

.text-size-medium-2 {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero_img-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.social-box {
  margin: 0;
}

.org_image {
  object-fit: contain;
  border-radius: 0;
  width: 220px;
  display: block;
  box-shadow: 0 2px 60px 4px #fff3;
}

.hero-wrap {
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  margin-top: 1.8rem;
  margin-bottom: 3rem;
  display: none;
  overflow: hidden;
  box-shadow: 11px 15px 40px -9px #00000024;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_doughjo-variables---dj-red);
  border-radius: 0;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  align-content: stretch;
  margin: 0;
  padding: 0;
}

.organizations-section {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 4rem;
  display: flex;
}

.org-block {
  aspect-ratio: auto;
  border-radius: 0;
  width: auto;
  transition: all .15s cubic-bezier(.39, .575, .565, 1);
}

.org-block:hover {
  opacity: .75;
}

.div-block-188 {
  background-color: #4851fc00;
  border-radius: 100%;
  padding: .3rem;
}

.main-wrapper-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 3rem;
  display: block;
  position: relative;
  overflow: visible;
}

.info-box {
  border-right: 1px solid var(--_doughjo-variables---dj-white);
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.info-box:hover {
  text-decoration: underline;
}

.info-box.border-none {
  border-right-style: none;
}

.org-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: auto;
  margin-top: 1.2rem;
  display: grid;
}

.div-block-189 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  display: flex;
  position: static;
}

.info-text {
  color: var(--_doughjo-variables---dj-white);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.info-icon {
  width: 50px;
}

.div-block-451 {
  flex-flow: column;
  display: flex;
}

.testimonial_thumb {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3 {
  color: var(--_doughjo-variables---dj-orange);
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  position: static;
  inset: 1rem auto auto 1rem;
}

.testimonial_author {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.testimonial_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .3125rem 7rem .3125rem 4rem;
  display: flex;
}

.swiper-pagination {
  z-index: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: .3rem;
  padding-right: .3rem;
  position: absolute;
  bottom: 2rem;
}

.div-block-452 {
  z-index: 2;
  background-color: var(--_doughjo-variables---dj-red);
  margin-top: -2px;
  padding: 3rem 10rem;
  position: relative;
}

.text-span-2 {
  font-size: 2rem;
  font-weight: 700;
}

.swiper-arrows {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.swiper-button-prev {
  background-color: var(--_doughjo-variables---dj-red);
  border-radius: 12%;
  width: 60px;
  height: 60px;
  padding: 1rem;
  position: static;
  inset: 0% auto 0% 0%;
  box-shadow: 0 0 10px 2px #0003;
}

.swiper-button-next {
  background-color: var(--_doughjo-variables---dj-red);
  border-radius: 12%;
  width: 60px;
  height: 60px;
  padding: 1rem;
  position: static;
  inset: 0% 0% 0% auto;
  box-shadow: 0 0 10px 2px #0003;
}

.left-button_wrapper {
  z-index: 0;
  border-radius: 12%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-button_wrapper {
  z-index: 0;
  border-radius: 12%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

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

.div-block-455 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0 5rem;
  display: flex;
}

.testimonial_content-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 4rem 4rem;
  display: flex;
}

.text-span-3 {
  color: var(--_doughjo-variables---dj-red);
  font-weight: 700;
}

.testimonial_thumb-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mission_img {
  border-radius: 2rem;
  width: 500px;
  max-width: none;
  height: 300px;
}

.footer-logo_img-copy {
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
}

.footer_copyright-text-2 {
  color: var(--_doughjo-variables---dj-black);
  width: auto;
  font-family: Barlow, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.notam {
  color: var(--_doughjo-variables---dj-black);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline;
}

.notam:hover {
  opacity: 1;
  color: var(--_doughjo-variables---dj-black);
  text-decoration: none;
}

.div-block-456 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.insta-slide {
  border-radius: 1rem;
  width: 100%;
  min-width: auto;
  overflow: hidden;
}

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

.instagram-card-d {
  z-index: 0;
  height: 320px;
  max-height: 320px;
  position: relative;
  overflow: hidden;
}

.insta_track {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.insta_container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.insta_list {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.instagram-overlay {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #08080b7a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.insta-tall {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.instagram-icon-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .2s;
  display: flex;
}

.h2-spacing {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5rem;
  display: flex;
}

.field {
  z-index: 2;
  color: #3a383b;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #414f43;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 3em;
  min-height: 2em;
  max-height: 7em;
  margin-bottom: 0;
  padding: .4em 0 .4rem;
  font-family: Barlow, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  transition: border-color .2s;
  position: relative;
  overflow: visible;
}

.field:focus {
  color: #3a383b;
  border-bottom-color: #000;
  font-size: 1.3em;
}

.field:focus-visible, .field[data-wf-focus-visible] {
  color: #3a383b;
  font-size: 1.3em;
}

.field::placeholder {
  color: #3a383b;
}

.field.message {
  z-index: 0;
  color: #414f43;
  border-bottom-color: #414f43;
  height: 3em;
  min-height: 100%;
  max-height: none;
  font-size: 1.3em;
  overflow: visible;
}

.field.message:focus-visible, .field.message[data-wf-focus-visible] {
  color: #000;
  min-height: 2em;
  font-size: 1.3em;
}

.form-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.success_text {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
  position: absolute;
  inset: 0%;
}

.div-block-457 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.error-message_text-2 {
  color: #9f8d21;
  font-size: 1.3em;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.error-message-4 {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 0;
}

.form-4 {
  width: 100%;
  margin-bottom: 0;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.image-52 {
  margin-bottom: -1px;
}

.white-repeating {
  z-index: 1;
  background-image: url('../images/white-repeating.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
  flex: 0 auto;
  width: 100%;
  height: 20px;
  position: relative;
}

.white-repeating._1 {
  margin-bottom: -1px;
}

.red-repeating {
  z-index: 1;
  background-image: url('../images/red-repeating.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
  width: 100%;
  height: 20px;
  position: relative;
}

.red-repeating.top {
  margin-bottom: -2px;
}

.red-repeating.bttm {
  margin-top: -2px;
}

.swiper-slide-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 2rem;
  display: grid;
}

.item_img {
  aspect-ratio: 1;
  width: 100%;
}

.item_img.tall {
  aspect-ratio: 2 / 3;
}

.menu-item_container {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.bts-box {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.bts_img {
  background-image: url('../images/471726562_1667549993971485_2415732498025478416_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
}

.bts_img._1 {
  background-image: url('../images/494960486_17867515977365324_35426898728971828_n-1.jpeg');
}

.bts_img._2 {
  background-image: url('../images/494535494_17867516172365324_2630055400596430873_n-1.jpg');
}

.p-italic {
  color: var(--_doughjo-variables---dj-red);
  font-style: italic;
}

.bts-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.bold-blue-italic {
  color: var(--_doughjo-variables---dj-blue);
  letter-spacing: 0;
  font-style: italic;
  font-weight: 900;
}

.nav-ios {
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-317-copy {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 8rem 30% 8rem 2.5rem;
  display: flex;
  position: relative;
}

.div-block-461 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.bold-red {
  color: var(--_doughjo-variables---dj-red);
  font-weight: 700;
}

.bold-red.lg {
  font-size: 1.4rem;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.section-bts {
  z-index: 1;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: auto;
  height: auto;
  padding: 0;
  display: grid;
  position: relative;
  top: -1px;
}

.service_img {
  aspect-ratio: 1;
}

.service_info-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  padding: 0;
  display: flex;
}

.service_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  padding-right: 1rem;
  display: grid;
}

.service_img-box {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.about-spacing {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5rem;
  display: flex;
}

.div-block-462 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-spacing {
  padding: 4rem 20%;
}

.main-wrapper-2-copy {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.services-wrapper {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 7rem;
  display: block;
  position: relative;
  overflow: visible;
}

.jo.intake {
  width: 200px;
}

.custom-styles {
  display: none;
}

.footer-link-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link_heading {
  padding-bottom: .8rem;
}

.events-spacing {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--_doughjo-variables---dj-beige);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 6rem;
  padding: 7rem 5rem;
  display: flex;
}

.connect-spacing {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 2rem 5rem;
  display: flex;
}

.connect-spacing.intake {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.connect-form {
  width: 100%;
  margin-bottom: 0;
}

.spacing-contact {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 2rem 5rem;
  display: flex;
}

.section-form-copy-copy-copy {
  padding: 4rem 20%;
}

.verses-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_doughjo-variables---dj-beige);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: start stretch;
  margin-top: 0;
  padding: 5rem;
  display: grid;
}

.second-chances-spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_doughjo-variables---dj-white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center stretch;
  margin-top: 0;
  padding: 5rem;
  display: flex;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.icon-embed-small-2 {
  background-color: var(--_doughjo-variables---dj-orange);
  color: var(--_doughjo-variables---dj-white);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .3rem;
  display: flex;
}

.description {
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
}

.faq3_answer {
  flex-flow: column;
  overflow: hidden;
}

.faq {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
}

.faq3_list {
  border-bottom: 1px #000;
}

.details-faq_component {
  border-top: 1px solid var(--_doughjo-variables---dj-red);
  border-bottom: 1px solid var(--_doughjo-variables---dj-red);
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: block;
}

.title-tag {
  color: var(--_doughjo-variables---dj-blue);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.faq3_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.product-divider {
  background-color: var(--_doughjo-variables---dj-red);
  width: 100%;
  height: 1px;
}

.section-faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.got-questions-spacing {
  padding: 1rem 20%;
}

.dropdownlinkcon {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.dropdown-innerlist {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 250px;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding: 3% 5% 5% 6%;
  display: flex;
  overflow: hidden;
}

.dropdowncontainer {
  z-index: 10;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 0;
  display: none;
  position: absolute;
  overflow: scroll;
  box-shadow: 0 2px 10px -2px #00000021;
}

.dropdown-list-navbar {
  background-color: #0000;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.service-link-2 {
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.service-link-2:hover, .service-link-2.w--current {
  color: #206581;
}

.service-link-1 {
  z-index: 10;
  color: #000;
  letter-spacing: -.02em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  position: relative;
}

.service-link-1:hover, .service-link-1.w--current {
  color: #206581;
}

.service-plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section-gallery {
  padding-top: 4rem;
}

.gallery-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: block;
}

.about_img {
  aspect-ratio: 2.39;
  border-radius: 1rem;
  width: 100%;
}

.scripture_img {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
  width: 400px;
  height: auto;
}

.div-block-461-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.section-privacy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 3rem;
  display: flex;
}

.rich-text-block {
  font-family: Barlow, sans-serif;
}

.nav-logo {
  z-index: 5;
  color: #000;
  object-fit: contain;
  width: 250px;
  height: auto;
}

.div-block-461-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.gallery-wrapper {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.menu-grid, .gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start center;
  padding: 0 5rem 5rem;
  display: grid;
}

.code-embed-8 {
  margin: 2rem 0;
  padding-top: 0;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 6rem;
  }

  .h2 {
    font-size: 3.5rem;
  }

  .h2.sm {
    color: #000;
    font-weight: 800;
  }

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

  .paragraph.center.dark {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: var(--_doughjo-variables---dj-white);
    flex-flow: column;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .paragraph.medium, .paragraph.info {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .navbar_container-top.dark {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-style: none;
    justify-content: flex-start;
  }

  .navbar.light {
    z-index: 99999;
    border-bottom-style: none;
  }

  .footer {
    background-color: var(--_doughjo-variables---dj-beige);
  }

  .cta, .cta.is-alternate {
    font-size: 1.3rem;
  }

  .cta.is-alternate:hover {
    color: var(--white\<deleted\|variable-5418125a-9c8f-64f0-32a3-7a2b494fabe0\>);
  }

  .summary-wrapper {
    width: 100%;
  }

  .large-product-txt {
    height: 50px;
    padding-bottom: .5rem;
  }

  .large-product-price {
    padding-right: .8rem;
  }

  .dropdown-list {
    height: 400px;
  }

  .div-block-317 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .swiper-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-logo-2 {
    width: 300px;
  }

  .nav-link {
    font-family: Switzer Variable;
    font-size: 1rem;
    font-weight: 600;
  }

  .nav-link.w--current {
    font-size: 1rem;
  }

  .div-block-383 {
    min-height: 100px;
  }

  .subtitle.sm {
    font-size: 1.2rem;
  }

  .subtitle.lg {
    font-size: 1.5rem;
  }

  .nav-link_text {
    font-weight: 800;
  }

  .section-instagram {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    flex-flow: column;
    padding: 6rem 5rem 10rem;
    display: flex;
  }

  .footer-linkbar-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .org-grid {
    margin-top: 2rem;
  }

  .testimonial_thumb {
    display: flex;
  }

  .h3 {
    font-size: 2.8rem;
  }

  .testimonial_author {
    object-fit: contain;
    height: auto;
  }

  .testimonial_content {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    display: flex;
  }

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

  .div-block-452 {
    background-color: var(--_doughjo-variables---dj-red);
    padding: 3rem 10rem;
  }

  .text-span-2 {
    color: var(--_doughjo-variables---dj-white);
    font-size: 2rem;
    font-weight: 700;
  }

  .code-embed-5 {
    margin: 0;
  }

  .swiper-button-prev, .swiper-button-next {
    padding: 1rem;
  }

  .testimonial_content-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    display: flex;
  }

  .testimonial_thumb-copy {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mission_img {
    width: 600px;
    height: 350px;
  }

  .instagram-card-d {
    height: 370px;
  }

  .field.message {
    height: 3em;
    max-height: none;
  }

  .div-block-457 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .swiper-slide-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-317-copy {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: static;
  }

  .section-bts {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
  }

  .nav-logo {
    width: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar_container-top.dark {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .div-block-317, .div-block-317-copy {
    padding-right: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar_container-top.dark {
    grid-column-gap: 14rem;
    grid-row-gap: 14rem;
  }

  .div-block-317 {
    padding-right: 60%;
  }

  .mission_img {
    width: 80%;
  }

  .div-block-317-copy {
    padding-right: 60%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .page-wrapper {
    z-index: 0;
  }

  .main-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #fff;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-secondary:hover {
    background-color: #fff0;
    border-style: solid;
    border-color: #fff;
  }

  .button.is-alternate {
    transition: none;
  }

  .button.is-alternate:hover {
    background-color: var(--red-primary\<deleted\|variable-31e0d1d5-fca2-faee-83b2-835f5cecff7d\>);
    color: #fff;
    border-color: #fff;
  }

  .button.is-tertiary:hover {
    color: #000;
    background-color: #20658000;
    border-color: #000;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    display: block;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .h1 {
    line-height: .98;
  }

  .navbar-mobile-bg {
    z-index: 5;
    background-color: #00000063;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hamburger-menu {
    background-color: #ac616100;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .navbar_container-top {
    display: flex;
  }

  .navbar_container-top.dark {
    border-bottom-style: none;
    border-bottom-color: #f0f0f0;
    min-height: 4.5rem;
  }

  .menu-ios-wrapper {
    width: 100%;
    height: 100%;
    position: static;
    inset: 0%;
  }

  .hero-section {
    height: auto;
    padding-right: 0;
    overflow: visible;
  }

  .icon-embed-small:hover {
    color: #000;
  }

  .call-button_infobar.is-small {
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: .9rem;
  }

  .call-button_infobar.is-small:hover {
    color: #000;
    background-color: #3083fe00;
  }

  .navbar_call-button {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 0;
  }

  .infobar-divider {
    height: 35px;
  }

  .infobar {
    z-index: 3;
    flex-flow: row;
    height: auto;
    display: none;
    position: relative;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    z-index: 10000;
    background-color: #fff0;
    border-bottom-style: none;
    flex: 1;
    justify-content: center;
    width: 100%;
    padding: 0 0%;
    transition: height .5s;
    display: block;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .navbar-wrapper {
    z-index: 10;
    justify-content: center;
    min-height: 4.5rem;
    display: flex;
  }

  .navbar-link {
    color: #fff;
    width: 100%;
    margin-right: .3rem;
    padding: .75rem 0;
    font-size: .85rem;
    text-decoration: none;
    display: none;
  }

  .navbar-link:hover, .navbar-link.w--current, .navbar-link.w--current:hover {
    color: #fff;
  }

  .navbar.light {
    border-top-style: none;
  }

  .notam-brands_link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
  }

  .footer_link {
    color: #fff;
    text-align: left;
  }

  .footer_link:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
  }

  .footer_link.align-center:hover {
    color: #0000008c;
  }

  .footer_link.align-center.underline-trail:hover {
    color: #000;
  }

  .footer-logo_img {
    width: 300px;
  }

  .padding-global-tertiary {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .footer_menu-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta:hover {
    background-color: var(--_doughjo-variables---dj-orange);
  }

  .cta.is-alternate {
    transition: none;
  }

  .cta.is-alternate:hover {
    background-color: var(--_doughjo-variables---dj-red);
    opacity: 1;
    color: #fff;
    border-color: #fff;
  }

  .cta.is-alternate.blue {
    width: 100%;
  }

  .cta.is-alternate.blue:hover {
    background-color: var(--_doughjo-variables---dj-blue);
  }

  .footer-linkbar {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .summary-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .top-button_contain {
    z-index: 8;
    margin-bottom: 7%;
    margin-right: 7%;
  }

  .top-button_link:hover {
    transform: scale(1)rotate(90deg);
  }

  .top-button_link:active {
    transform: scale(.95)rotate(90deg);
  }

  .discount-ribbon {
    z-index: 3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .small-product-img {
    position: static;
  }

  .navios_wrapper {
    width: 100%;
    padding-left: 0;
  }

  .navios-bttn {
    color: #000;
    background-color: #3898ec00;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Verizonnhgeds;
    font-size: 1.2em;
    font-weight: 700;
  }

  .navios {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #d8dada;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem 2rem 3rem;
    display: none;
    position: static;
  }

  .navios_buttons.ios-button {
    border-bottom: 1px solid #d8dada;
    width: 100%;
    margin-bottom: .5rem;
    padding-bottom: 10px;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 48px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top, .menu-icon_line-bottom {
    background-color: var(--_doughjo-variables---dj-red);
    width: 28px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .large-product-bttn {
    background-color: #f8f8f7;
    border-style: none;
  }

  .large-product-bttn:hover {
    box-shadow: none;
  }

  .large-product-price {
    text-align: center;
  }

  .large-product_bttn-wrapper {
    background-color: #f8f8f7;
  }

  .radio-button-field {
    cursor: default;
    width: 100%;
  }

  .dropdown-wrapper {
    background-color: var(--off-white\<deleted\|variable-148007ec-875a-732d-bf39-8d69f9ea4bf5\>);
  }

  .search-icon {
    filter: none;
  }

  .nav-point-wrapper.dropdown, .dropdown-list {
    display: none;
  }

  .dropdown-list.w--open {
    top: 132px;
  }

  .search_input::placeholder {
    font-size: 2em;
  }

  .search-bttn {
    filter: invert(0%);
    padding-left: .9rem;
  }

  .nav-links_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .nav-logo_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .search-products {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .link-13 {
    font-size: 1.1rem;
  }

  .view-all_text {
    color: #000;
  }

  .navbar_container-bttm {
    display: flex;
  }

  .navbar_container-bttm.dark {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-311 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .shopping-bag-bttn {
    padding-left: 0;
  }

  .svg-icon {
    color: #000;
  }

  .div-block-317 {
    width: 100%;
    height: auto;
    padding: 5rem 25% 5rem 2rem;
  }

  .navbar-link_primary {
    color: #000;
    width: 100%;
    margin-right: .3rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    text-decoration: none;
  }

  .navbar-link_primary:hover {
    color: #000;
    text-decoration: none;
  }

  .navbar-link_primary.w--current, .navbar-link_primary.w--current:hover {
    color: #fff;
  }

  .swiper-slide {
    width: 100%;
  }

  .trash {
    color: #000;
  }

  .discount-ribbon_cart {
    z-index: 3;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
    position: relative;
  }

  .q-dec_cart:hover, .q-inc_cart:hover {
    color: #000;
  }

  .q-flex_cart:hover {
    border-color: var(--grey-accent\<deleted\|variable-1c7c9d1a-0e44-5e56-1c84-7f7a662d565c\>);
  }

  .svg-icon-copy {
    color: #000;
  }

  .navbar-link_primary-copy {
    color: #000;
    width: 100%;
    margin-right: .3rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    text-decoration: none;
    display: block;
  }

  .navbar-link_primary-copy:hover {
    color: #000;
    text-decoration: none;
  }

  .navbar-link_primary-copy.w--current, .navbar-link_primary-copy.w--current:hover {
    color: #fff;
  }

  .nav-links_container-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    position: relative;
  }

  .navbar-logo-2 {
    width: 100%;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    margin-right: .3rem;
    padding: .75rem 0;
    font-size: .85rem;
    text-decoration: none;
    display: none;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
    display: none;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .search-menu-2 {
    display: none;
  }

  .search_input-2::placeholder {
    font-size: 2em;
  }

  .div-block-383 {
    display: block;
  }

  .location-ribbon {
    z-index: 3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
  }

  .section-instagram {
    z-index: 0;
    flex-flow: column;
    padding: 7rem 0;
    overflow: hidden;
  }

  .footer-linkbar-copy {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
    display: flex;
  }

  .div-block-446 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .hero-wrap {
    width: 80vw;
    height: 60vh;
    margin-bottom: 1rem;
  }

  .grid-3 {
    flex-direction: column;
    width: 100%;
    margin: 0;
    display: flex;
  }

  .info-box {
    border-bottom: 2px solid var(--_doughjo-variables---dj-white);
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-189 {
    justify-content: flex-start;
  }

  .testimonial_thumb {
    width: 100%;
  }

  .testimonial_author {
    width: 100%;
    height: 300px;
  }

  .testimonial_content {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .div-block-452 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .testimonial_content-copy {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .testimonial_thumb-copy {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .mission_img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }

  .footer-logo_img-copy {
    width: 300px;
    position: static;
    inset: auto 0% auto auto;
  }

  .notam {
    text-decoration: none;
  }

  .notam:hover {
    opacity: 1;
    color: var(--_doughjo-variables---dj-black);
    text-decoration: none;
  }

  .insta-slide {
    min-width: 300px;
  }

  .insta_track {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.3rem;
  }

  .instagram-feed {
    overflow: scroll;
  }

  .swiper-slide-copy-copy {
    flex-flow: column;
    width: auto;
    padding-top: 0;
    display: flex;
  }

  .item_img {
    width: 100%;
  }

  .menu-item_container {
    aspect-ratio: 1;
    width: auto;
    height: auto;
  }

  .bts-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bts_img {
    min-height: 300px;
    max-height: 300px;
  }

  .nav-ios {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .navios_wrapper-3 {
    background-color: var(--_doughjo-variables---dj-beige);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .navios_buttons-2 {
    z-index: 1;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px #9f8d21;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding: 0 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .ios-link {
    color: #000;
    background-color: #3898ec00;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 3em;
    font-weight: 500;
  }

  .ios-link.b {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #000;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    text-decoration: none;
    display: flex;
  }

  .ios-link.c {
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.4;
  }

  .div-block-317-copy {
    width: 100%;
    height: auto;
    padding: 5rem 25% 5rem 2rem;
  }

  .section-bts {
    z-index: 0;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
    overflow: scroll;
  }

  .service_img {
    width: 100%;
  }

  .service-wrapper {
    padding: 0;
  }

  .service_img-box {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .image-54 {
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 180%;
    position: absolute;
    inset: 0%;
  }

  .about-spacing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer-link-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .events-spacing, .verses-grid, .second-chances-spacing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .title-tag {
    margin-bottom: .3rem;
  }

  .dropdownlinkcon {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dropdown-list-navbar {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .ios-services_container {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .ios-services {
    flex-direction: column;
    display: flex;
  }

  .service-link-2 {
    color: var(--_doughjo-variables---dj-dark-red);
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
  }

  .service-link-2:hover {
    color: var(--_doughjo-variables---dj-dark-red);
  }

  .service-link-2.w--current {
    color: var(--_doughjo-variables---dj-red);
  }

  .service-link-1 {
    color: var(--_doughjo-variables---dj-dark-red);
    letter-spacing: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Barlow, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
  }

  .service-link-1:hover {
    color: var(--_doughjo-variables---dj-dark-red);
  }

  .service-plus {
    background-color: var(--_doughjo-variables---dj-orange);
    color: var(--_doughjo-variables---dj-white);
    cursor: pointer;
    border-radius: 100px;
    width: 2rem;
    height: 2rem;
    padding: .3rem;
  }

  .ios_services-box {
    z-index: 1;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
  }

  .code-embed-6 {
    display: none;
  }

  .scripture_img {
    width: 300px;
  }

  .nav-logo {
    width: 100%;
  }

  .menu-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .code-embed-7 {
    display: none;
  }

  .gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-style-link {
    width: 100%;
  }

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

  .main-wrapper {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

  .margin-bottom.margin-small {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-xlarge {
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .icon-embed-medium {
    color: #81a1af;
  }

  .name_attorney {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-secondary {
    width: 250px;
  }

  .button.is-secondary:hover {
    background-color: #f0f0f0;
    background-image: none;
    border-style: none;
  }

  .button.is-alternate {
    transition: all .25s cubic-bezier(.39, .575, .565, 1);
  }

  .button.is-tertiary {
    width: 100%;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .h1 {
    font-size: 3.8rem;
    line-height: 1;
  }

  .h2 {
    text-align: center;
    font-size: 2.8rem;
  }

  .h2.xl {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .paragraph.center.dark {
    font-size: 1.2rem;
    line-height: 1.4em;
  }

  .paragraph.medium {
    max-width: 90%;
    margin-bottom: 0;
  }

  .paragraph.info {
    max-width: 90%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .paragraph.service {
    text-align: left;
    font-size: 1.1rem;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .notam-brands_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-content: start;
    justify-items: start;
  }

  .notam-brands_box {
    justify-content: flex-start;
    margin-left: 0;
  }

  .navbar_container-top.dark {
    border-bottom-style: none;
    min-height: 4rem;
    padding-left: 1.3rem;
    padding-right: 1rem;
  }

  .menu-ios-wrapper {
    display: block;
    position: static;
  }

  .page-not-found {
    font-size: 7rem;
  }

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

  .hero-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

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

  .hero-section.about {
    background-image: url('../images/hero-about_ios.webp');
  }

  .hero-section.contact {
    background-position: 70%;
  }

  .hero-section.services {
    background-image: url('../images/hero-services_ios.webp');
  }

  .hero-section.inquiries, .hero-section.appointment {
    background-position: 70%;
  }

  .call-button_infobar.is-small {
    font-size: .7rem;
  }

  .infobar {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu.is-page-height-tablet {
    padding-top: .5rem;
    inset: 0%;
  }

  .navbar-wrapper {
    background-color: #0000;
    height: 100%;
    min-height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    font-size: 1.2rem;
  }

  .navbar-link.w--current, .navbar-link.w--current:hover {
    color: #fff;
  }

  .navbar-logo {
    width: 130px;
  }

  .hero-bttn-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer_link.align-center {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-image: url('../images/hearts.svg');
    background-position: 85% 20%;
    background-repeat: no-repeat;
    background-size: 300%;
  }

  .footer-link-wrap {
    margin-bottom: 1rem;
  }

  .footer-logo_img {
    width: 200px;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    display: flex;
  }

  .cta.is-alternate {
    margin-bottom: 1rem;
    padding: .7rem 3rem;
    font-size: 1rem;
  }

  .cta.is-alternate:hover {
    background-color: var(--_doughjo-variables---dj-red);
    border-color: #fff;
  }

  .footer-linkbar {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .summary-wrapper {
    flex-flow: wrap;
  }

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

  .text-size-large_ribbon.dark {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
  }

  .top-button_contain {
    z-index: 8;
    width: 47px;
    height: 47px;
    margin-bottom: 10%;
    margin-right: 7%;
  }

  .discount-ribbon {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
  }

  .product-list_small {
    flex-flow: row;
    order: 1;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo.w--current {
    margin-bottom: 1rem;
  }

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

  .navios-bttn {
    color: #000;
    text-transform: none;
    background-color: #0000;
    font-family: Verizonnhgeds;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
  }

  .navios-bttn.w--current {
    font-size: 2em;
  }

  .navios {
    z-index: 0;
    opacity: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    display: none;
    position: static;
    inset: 0%;
  }

  .menu-icon {
    flex-direction: column;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-icon_line-top, .menu-icon_line-bottom {
    background-color: var(--_doughjo-variables---dj-red);
    width: 28px;
  }

  .radio-button-field {
    height: 220px;
  }

  .search-icon {
    filter: none;
  }

  .search-menu {
    display: none;
  }

  .c_search_component {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .search_input {
    height: 80px;
    margin-right: 1rem;
    font-size: .85em;
  }

  .search-bttn {
    filter: invert(0%);
    text-align: center;
    border-style: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .nav-links_container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .search-products {
    margin-left: 5%;
    margin-right: 5%;
  }

  .search-result-list {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .navbar_container-bttm.dark {
    flex: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .shopping-bag-bttn {
    padding: 0;
  }

  .svg-icon {
    color: #000;
  }

  .div-block-317 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 8rem 1.3rem;
  }

  .navbar-link_primary {
    color: #000;
    font-size: 1rem;
  }

  .navbar-link_primary.w--current, .navbar-link_primary.w--current:hover {
    color: #fff;
  }

  .search-text {
    display: none;
  }

  .swiper-slide {
    flex-flow: column;
    display: flex;
  }

  .div-block-347 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: block;
  }

  .heading-7 {
    font-size: 1.4rem;
  }

  .close-button {
    width: 22px;
    height: 22px;
  }

  .checkout-button {
    font-size: 1rem;
  }

  .trash {
    color: #000;
  }

  .cart-footer {
    padding-bottom: 2.5rem;
  }

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

  .text-size-large_ribbon_cart.dark {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .75rem;
  }

  .discount-ribbon_cart {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .svg-icon-copy {
    color: #000;
  }

  .error-state {
    background-color: #fff;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error-message-2 {
    font-family: Verizonnhgds;
  }

  .navbar-link_primary-copy {
    color: #000;
    font-size: 1rem;
  }

  .navbar-link_primary-copy.w--current, .navbar-link_primary-copy.w--current:hover {
    color: #fff;
  }

  .nav-links_container-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #fff;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-logo-2 {
    width: 100%;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .nav-link.w--current, .nav-link.w--current:hover {
    color: #fff;
  }

  .c_search_component-2 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .search-menu-2 {
    display: none;
  }

  .search_input-2 {
    height: 80px;
    margin-right: 1rem;
    font-size: .85em;
  }

  .location-ribbon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .subtitle.sm {
    font-size: 1.1rem;
  }

  .section-instagram {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 4rem 0;
  }

  .footer-linkbar-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .swiper_slider-wrapper {
    overflow: hidden;
  }

  .swiper-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hero-wrap {
    height: 50vh;
    margin-top: 2rem;
    overflow: hidden;
  }

  .organizations-section {
    padding: 8rem 2rem 3rem;
  }

  .main-wrapper-2 {
    padding-bottom: 0;
  }

  .info-box {
    border-bottom-width: 2px;
  }

  .org-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-189 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .info-text {
    font-size: 1.2rem;
  }

  .info-icon {
    width: 60px;
  }

  .testimonial_thumb {
    width: auto;
  }

  .testimonial_author {
    object-fit: cover;
    object-position: 50% 0%;
    height: 16rem;
  }

  .testimonial_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: .8rem;
    padding-right: 0;
  }

  .swiper-pagination {
    margin-bottom: 1rem;
    position: static;
  }

  .div-block-452 {
    margin-top: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .text-span-2 {
    font-size: 1.7rem;
  }

  .swiper-button-prev {
    width: 40px;
    height: 40px;
    padding: .6rem;
  }

  .arrow {
    display: block;
  }

  .swiper-button-next {
    width: 40px;
    height: 40px;
    padding: .6rem;
  }

  .left-button_wrapper, .right-button_wrapper {
    height: auto;
    max-height: 50%;
  }

  .testimonial_content-copy {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .testimonial_thumb-copy {
    width: auto;
  }

  .footer-logo_img-copy {
    width: 100%;
    display: none;
  }

  .footer_copyright-text-2 {
    margin-top: .5rem;
  }

  .notam {
    font-weight: 600;
    text-decoration: none;
  }

  .div-block-456 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .insta-slide {
    min-width: 250px;
  }

  .instagram-card-d {
    height: 280px;
    max-height: 280px;
  }

  .insta_list {
    width: 100%;
  }

  .instagram-overlay {
    background-color: #08080b00;
    display: block;
  }

  .instagram-feed {
    flex-flow: row;
    width: 100%;
    padding-left: 0;
    padding-right: 1.5rem;
    overflow: scroll;
  }

  .instagram-icon-large {
    background-color: #dc3921;
    border: .8px solid #ffffff80;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: .4rem;
    position: absolute;
    inset: 1rem 1rem auto auto;
  }

  .h2-spacing {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .form-3 {
    padding-bottom: 3rem;
  }

  .white-repeating {
    padding-top: 0;
  }

  .item_img {
    aspect-ratio: auto;
  }

  .menu-item_container {
    aspect-ratio: 2 / 2.5;
  }

  .menu-item {
    align-items: stretch;
    height: auto;
    padding-bottom: 2rem;
  }

  .bts-box {
    padding-left: 0;
    padding-right: 0;
  }

  .bts-wrapper {
    align-self: stretch;
    min-width: 300px;
    padding: 0;
  }

  .nav-ios {
    z-index: 1;
    opacity: 1;
    filter: none;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navios_wrapper-3 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .navios_buttons-2 {
    padding: 0 .5rem;
  }

  .ios-link {
    color: #000;
    text-transform: none;
    background-color: #0000;
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-size: 3em;
    font-weight: 500;
    text-decoration: none;
  }

  .ios-link.w--current {
    font-size: 2.5em;
  }

  .ios-link.b {
    font-size: 2.2em;
  }

  .ios-link.c {
    font-size: 2.2em;
    line-height: 1.3;
  }

  .div-block-317-copy {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 4rem 1.3rem;
  }

  .div-block-461 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .section-bts {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 0;
    display: flex;
    top: -1px;
  }

  .service_img {
    aspect-ratio: auto;
    max-height: 300px;
  }

  .service_info-box {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .service-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .service_container {
    flex-flow: column;
    align-items: stretch;
    height: auto;
    padding-right: 0;
    display: flex;
  }

  .service_img-box {
    aspect-ratio: auto;
    height: auto;
  }

  .image-54 {
    width: 100%;
    height: 180%;
  }

  .about-spacing {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-spacing {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .main-wrapper-2-copy {
    padding-bottom: 3rem;
  }

  .services-wrapper {
    padding-bottom: 7rem;
  }

  .footer-link-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .events-spacing {
    padding: 7rem 1.3rem;
  }

  .connect-spacing {
    padding-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .spacing-contact {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-form-copy-copy-copy {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .verses-grid {
    padding: 5rem 1.3rem;
    display: flex;
  }

  .second-chances-spacing {
    padding: 0 0 7rem;
  }

  .faq3_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details-faq_component {
    margin-top: 3rem;
  }

  .title-tag {
    color: var(--_doughjo-variables---dj-blue);
    margin-bottom: .3rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .faq3_icon-wrapper {
    width: 2rem;
  }

  .got-questions-spacing {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .dropdowncontainer {
    display: none;
  }

  .ios_services-box {
    padding: 0 .5rem;
  }

  .section-gallery {
    height: 100%;
  }

  .gallery-item {
    align-items: stretch;
    height: auto;
    padding-bottom: 2rem;
  }

  .about_img {
    aspect-ratio: auto;
    border-radius: 0;
  }

  .scripture_img {
    aspect-ratio: 2 / 3;
    border-radius: 0;
    width: 100%;
  }

  .div-block-461-copy {
    padding-left: 0;
    padding-right: 1.3rem;
  }

  .section-privacy {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .nav-logo {
    width: 100%;
  }

  .gallery-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 3rem;
  }

  .menu-grid, .gallery {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-columns: 1fr 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

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

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

  .main-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .margin-bottom.margin-small {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-secondary {
    width: 100%;
  }

  .button.is-secondary:hover {
    border-style: none;
  }

  .button.is-alternate {
    width: 100%;
    margin-top: .3rem;
  }

  .button.is-tertiary {
    width: 100%;
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .h1 {
    font-size: 3.5rem;
    line-height: 3.2rem;
  }

  .h1.ios-sm {
    font-size: 3rem;
    line-height: 2.9rem;
  }

  .h2 {
    text-align: center;
  }

  .paragraph.medium, .paragraph.info {
    max-width: 80%;
  }

  .navbar_container-top {
    justify-content: space-between;
  }

  .navbar_container-top.dark {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.3rem;
    padding-right: 1rem;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .hero-section.contact, .hero-section.inquiries, .hero-section.appointment {
    background-position: 80%;
  }

  .call-button_infobar.is-small {
    margin-left: .4rem;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .infobar-divider {
    width: 2px;
    height: 28px;
  }

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

  .navbar_menu.is-page-height-tablet {
    padding-top: 0;
    display: block;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link, .navbar-link.w--current {
    font-size: 1.1rem;
  }

  .navbar-logo {
    object-fit: contain;
    width: 130px;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .hero-bttn-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .footer_link.align-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    background-position: 100%;
  }

  .footer-link-wrap {
    margin-bottom: 0;
  }

  .footer-logo_img {
    width: 200px;
  }

  .padding-global-tertiary {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.1rem;
  }

  .cta.is-alternate {
    width: auto;
    margin-top: .3rem;
    margin-bottom: 0;
    padding: .7rem 1.4rem;
    font-size: 1.1rem;
  }

  .cta.is-alternate:hover {
    background-color: var(--_doughjo-variables---dj-red);
    border-color: #fff;
  }

  .cta.is-alternate.blue:hover {
    background-color: var(--_doughjo-variables---dj-blue);
  }

  .summary-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

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

  .top-button_contain {
    width: 45px;
    height: 45px;
    margin-bottom: 15%;
    margin-right: 10%;
  }

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

  .product-list_small {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navios_wrapper {
    z-index: 1;
    white-space: normal;
    flex-flow: column wrap;
    flex: 1;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    position: static;
    overflow: visible;
  }

  .navios-bttn {
    z-index: 5;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    position: relative;
  }

  .navios-bttn.w--current {
    letter-spacing: 0;
    font-size: 1.5em;
    display: block;
    position: relative;
  }

  .navios {
    z-index: 0;
    opacity: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    display: none;
    position: static;
    inset: 0%;
    overflow: visible;
  }

  .navios_buttons {
    align-self: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navios_buttons.ios-button {
    font-size: .85rem;
  }

  .menu-icon {
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-right: 0;
    overflow: hidden;
  }

  .menu-icon_line-top, .menu-icon_line-bottom {
    background-color: var(--_doughjo-variables---dj-red);
    width: 28px;
  }

  .radio-button-field {
    height: 250px;
  }

  .dropdown-wrapper {
    overflow: hidden;
  }

  .c_search_clear {
    margin-right: 0;
  }

  .c_search_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .search_input {
    min-width: 75vw;
    height: 70px;
    font-size: .5em;
  }

  .search-bttn {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links_container {
    justify-content: center;
    align-items: center;
  }

  .nav-logo_container {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_container-bttm {
    justify-content: space-between;
  }

  .navbar_container-bttm.dark {
    justify-content: space-around;
  }

  .shopping-bag-bttn {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-317 {
    padding: 5rem 1.3rem;
  }

  .navbar-link_primary {
    margin-right: 0;
    font-size: 1rem;
  }

  .navbar-link_primary:hover {
    color: #000;
    text-decoration: none;
  }

  .navbar-link_primary.w--current {
    font-size: 1.1rem;
  }

  .swiper-slide {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cart-container {
    width: 100%;
    min-width: 100vw;
    max-width: 100vw;
  }

  .text-block-89 {
    width: auto;
  }

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

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

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

  .div-block-351 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }

  .cart-list {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .cart-form-wrapper {
    width: 100%;
  }

  .div-block-354 {
    width: auto;
  }

  .image-40 {
    width: 100px;
  }

  .navbar-link_primary-copy {
    margin-right: 0;
    font-size: 1rem;
  }

  .navbar-link_primary-copy:hover {
    color: #000;
    text-decoration: none;
  }

  .navbar-link_primary-copy.w--current {
    font-size: 1.1rem;
  }

  .nav-links_container-2 {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-2 {
    object-fit: contain;
    width: 100%;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .c_search_clear-2 {
    margin-right: 0;
  }

  .nav-link, .nav-link.w--current {
    font-size: 1.1rem;
  }

  .c_search_component-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .search_input-2 {
    min-width: 75vw;
    height: 70px;
    font-size: .5em;
  }

  .location-ribbon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .section-instagram {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-446 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-project {
    flex-flow: column;
    display: flex;
  }

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

  .text-size-medium-2 {
    font-size: 1.4rem;
  }

  .org_image {
    width: 150px;
  }

  .hero-wrap {
    width: 90vw;
    height: 30vh;
    margin-top: 2rem;
  }

  .organizations-section {
    padding: 6rem 1rem 3rem;
  }

  .main-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .info-box {
    border-bottom-width: 2px;
  }

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

  .info-icon {
    width: 60px;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .div-block-452 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .left-button_wrapper {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 1rem;
  }

  .right-button_wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
  }

  .div-block-455 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .footer-logo_img-copy {
    width: 150px;
  }

  .footer_copyright-text-2 {
    text-align: left;
  }

  .notam {
    color: #000;
    display: inline;
  }

  .instagram-feed {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .h2-spacing {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .form-4 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .image-52 {
    width: 100%;
  }

  .white-repeating {
    padding-top: 0;
  }

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

  .menu-item_container {
    aspect-ratio: auto;
    border-radius: .5rem;
    width: 100%;
    height: 300px;
  }

  .menu-item {
    aspect-ratio: 2 / 3;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .bts-box {
    padding-left: 0;
    padding-right: 0;
  }

  .bts-wrapper {
    min-width: 250px;
    padding: 0;
  }

  .nav-ios {
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .navios_wrapper-3 {
    z-index: 1;
    white-space: normal;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column wrap;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
    position: static;
    overflow: visible;
  }

  .navios_buttons-2 {
    align-self: auto;
    padding: 0 .5rem;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .ios-link {
    z-index: 5;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 3em;
    position: relative;
  }

  .ios-link.w--current {
    letter-spacing: .15em;
    font-size: 2.5em;
    display: block;
    position: relative;
  }

  .ios-link.b {
    padding: .5rem 0;
    line-height: 2.1rem;
  }

  .ios-link.b.w--current {
    letter-spacing: 0;
    font-size: 2.2em;
  }

  .ios-link.c {
    padding: .5rem 0;
    line-height: 2.1rem;
  }

  .ios-link.c.w--current {
    letter-spacing: 0;
    font-size: 2.2em;
  }

  .div-block-317-copy {
    padding: 4rem 50% 4rem 1.3rem;
  }

  .section-bts {
    padding: 0;
  }

  .service_info-box {
    text-align: left;
  }

  .service-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .service_container {
    padding-bottom: 1.5rem;
  }

  .service_img-box {
    aspect-ratio: auto;
  }

  .image-54 {
    object-fit: contain;
    width: 100%;
    height: 180%;
  }

  .about-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-spacing {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper-2-copy, .services-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .events-spacing {
    padding: 7rem 1.3rem;
  }

  .connect-spacing {
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .connect-form {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .spacing-contact {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-form-copy-copy-copy {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .verses-grid {
    padding: 7rem 1.3rem;
  }

  .second-chances-spacing {
    padding: 0 0 5rem;
  }

  .faq3_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .details-faq_component {
    width: 100%;
    margin-top: 3rem;
    overflow: hidden;
  }

  .title-tag {
    margin-bottom: .3rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .got-questions-spacing {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .service-link-2, .service-link-1 {
    font-size: 1.8rem;
  }

  .ios_services-box {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery-item {
    padding-bottom: 1.5rem;
  }

  .nav-logo {
    object-fit: contain;
    width: 100%;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .gallery-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-grid {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch center;
    width: 100%;
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .menu-title-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 120px;
    display: flex;
  }

  .gallery {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch center;
    width: 100%;
    height: auto;
    display: grid;
    overflow: hidden;
  }
}

#w-node-_22cb2a74-ba4e-fd02-1481-f63ddef6778d-def67787, #w-node-_22cb2a74-ba4e-fd02-1481-f63ddef6779e-def67787, #w-node-_22cb2a74-ba4e-fd02-1481-f63ddef677ab-def67787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_17f0e9c6-5fbe-a612-a247-e06798523994-def67787 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_22cb2a74-ba4e-fd02-1481-f63ddef677b8-def67787 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_32b77bf9-3263-4ad7-925e-1531d7d74888-def67787 {
  justify-self: start;
}

#w-node-_22cb2a74-ba4e-fd02-1481-f63ddef677dd-def67787, #w-node-_22cb2a74-ba4e-fd02-1481-f63ddef677de-def67787 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-bd9a0c3f {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-bd9a0c3f {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-bd9a0c3f, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-bd9a0c3f, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-bd9a0c3f, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-bd9a0c3f, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-bd9a0c3f, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-bd9a0c3f {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-bd9a0c3f {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-bd9a0c3f {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-bd9a0c3f, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-bd9a0c3f, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-bd9a0c3f {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-bd9a0c3f, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-bd9a0c3f, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-bd9a0c3f {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-bd9a0c3f, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-bd9a0c3f, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-bd9a0c3f {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-bd9a0c3f, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-bd9a0c3f, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-bd9a0c3f {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-bd9a0c3f, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-bd9a0c3f, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-bd9a0c3f {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-bd9a0c3f, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-bd9a0c3f, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-bd9a0c3f {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-bd9a0c3f, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-bd9a0c3f, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-bd9a0c3f {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-bd9a0c3f, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-bd9a0c3f, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-bd9a0c3f {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-bd9a0c3f, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-bd9a0c3f {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-bd9a0c3f {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-bd9a0c3f {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-bd9a0c3f, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-bd9a0c3f, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-bd9a0c3f, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-bd9a0c3f, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-bd9a0c3f, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-bd9a0c3f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-bd9a0c3f {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-bd9a0c3f, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-bd9a0c3f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-bd9a0c3f {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-bd9a0c3f, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-bd9a0c3f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-bd9a0c3f {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-bd9a0c3f, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-bd9a0c3f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-bd9a0c3f {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-bd9a0c3f, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-bd9a0c3f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-bd9a0c3f {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-bd9a0c3f, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-bd9a0c3f, #w-node-ee961e8d-845a-edc3-3307-509470022457-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-bd9a0c3f {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-bd9a0c3f, #w-node-ee961e8d-845a-edc3-3307-50947002245b-bd9a0c3f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-bd9a0c3f {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-bd9a0c3f, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-bd9a0c3f, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-bd9a0c3f {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-bd9a0c3f, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-bd9a0c3f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-bd9a0c3f {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-bd9a0c3f, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-bd9a0c3f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-bd9a0c3f {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-bd9a0c3f, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-bd9a0c3f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-bd9a0c3f {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-bd9a0c3f, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-bd9a0c3f, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-bd9a0c3f {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-bd9a0c3f {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-bd9a0c3f {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-bd9a0c3f {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-bd9a0c3f {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-bd9a0c3f {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-bd9a0c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-bd9a0c3f {
  justify-self: start;
}

#w-node-_9b48470c-1448-3091-9594-469d851449fd-db4b1f94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_73bdd070-92d7-ca1b-fc0b-60def9c3e8f3-7535ef01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


