:root {
  --steel-blue: #3b99d9;
  --light-gray: #d4d4d4;
  --khaki: #face6a;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --lavender: #e9e9e9;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
  --white-smoke-4: #f0f0f0;
  --dark-gray: #aaa;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  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-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-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

@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-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .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 {
  direction: rtl;
  background-color: #f0f0f0;
  font-family: Alef, sans-serif;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Alef, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 135%;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
}

li {
  font-family: Assistant, sans-serif;
  line-height: 135%;
}

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

strong {
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.navigation-link {
  color: #444;
  margin-left: 25px;
  padding: 15px 0;
  font-size: 16px;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  color: #000;
  font-weight: 400;
}

.navigation-bar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Alef, sans-serif;
  box-shadow: 0 1px #0000000f;
}

.site-name {
  color: #464646;
  margin-top: 11px;
  font-family: Alef, sans-serif;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.site-description {
  text-align: right;
  margin-top: -9px;
  margin-bottom: 20px;
  font-family: Alef, sans-serif;
  font-size: 14px;
  line-height: 145%;
}

.post-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 1px #0000000f;
}

.post-content {
  direction: rtl;
  text-align: right;
  background-color: #fff;
  border: 0 #0000;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 0 1px #0000000f;
}

.post-info {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-title-link:hover {
  opacity: .8;
}

.read-more-link {
  color: #aaa;
  margin-left: 8px;
  font-size: 14px;
  line-height: 22%;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.read-more-link:hover {
  color: #333;
}

.content-wrapper {
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 5px;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: Alef, sans-serif;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.circle-profile {
  border-radius: 500px;
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-bg-heading {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px;
  box-shadow: 0 0 0 1px #0000000f;
}

.sidebar-on-mobile {
  padding-top: 40px;
  display: none;
}

.details-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

.column {
  display: block;
}

.heading {
  border: 0 solid #0000;
  border-radius: 0;
}

.article {
  background-color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  padding: 20px;
}

.article.article-wrapper {
  box-shadow: 0 0 2px #d4d4d4;
}

/* Consistent Article Formatting */
.article h1,
.article-wrapper h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.article h2,
.article-wrapper h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
}

.article h3,
.article-wrapper h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #444;
}

.article h4,
.article-wrapper h4 {
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  color: #444;
}

.article p,
.article-wrapper p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.article p strong,
.article-wrapper p strong {
  font-weight: 700;
  font-size: inherit;
}

.article ul,
.article-wrapper ul {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-right: 40px;
  padding-left: 0;
  list-style-position: inside;
}

.article ol,
.article-wrapper ol {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-right: 40px;
  padding-left: 0;
  list-style-position: inside;
}

.article ul li,
.article-wrapper ul li,
.article ol li,
.article-wrapper ol li {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

.article ul li strong,
.article-wrapper ul li strong,
.article ol li strong,
.article-wrapper ol li strong {
  font-weight: 700;
}

/* Nested lists */
.article ul ul,
.article-wrapper ul ul,
.article ol ol,
.article-wrapper ol ol,
.article ul ol,
.article-wrapper ul ol,
.article ol ul,
.article-wrapper ol ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
}

/* First paragraph after heading - no extra top margin */
.article h1 + p,
.article-wrapper h1 + p,
.article h2 + p,
.article-wrapper h2 + p,
.article h3 + p,
.article-wrapper h3 + p,
.article h4 + p,
.article-wrapper h4 + p {
  margin-top: 0;
}

.submit-button {
  background-color: var(--steel-blue);
  color: #fff;
  min-width: 100px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
}

.box {
  text-align: right;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 2px #d4d4d4;
}

.box.landing-page-box {
  background-color: #0000;
  border-radius: 0;
  min-width: 700px;
  box-shadow: 0 0 5px 2px #c5bfbf;
}

.success-message-2 {
  border: 1px solid var(--light-gray);
  background-color: #fff;
  border-radius: 1px;
}

.form-header {
  color: white;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.form-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  color: inherit;
}

.form-description {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #2f466c;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-2 {
  margin-top: 0;
}

.contact-form {
  max-width: 500px;
}

.columns {
  flex: 1;
}

.container {
  display: block;
}

.heading-footer-column {
  margin-top: 5px;
}

.contact-method-section {
  margin-bottom: 12px;
  padding-bottom: 0;
}

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

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

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

.utility-page-content {
  font-size: 30px;
}

.subject-list {
  margin-bottom: 16px;
}

.subject-header {
  font-size: 16px;
  font-weight: 700;
}

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

.textarea {
  min-height: 100px;
}

.map {
  max-height: 200px;
}

.form-submit-success-message, .form-submit-error-state {
  color: #000;
}

.flex-div {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.flex-item {
  flex: 1;
  order: 0;
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.flex-item.flex-contact-info {
  flex: 0 auto;
}

.html-embed {
  display: none;
}

.brand {
  flex-direction: row-reverse;
  display: flex;
}

.image-2 {
  align-self: center;
  margin-left: auto;
  margin-right: 16px;
  padding-bottom: 0;
}

.rich-text-block-3 {
  object-fit: fill;
  max-height: 140px;
  transition: opacity .2s;
  overflow: hidden;
}

.landing-header {
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px;
  display: flex;
}

.landing-description {
  background-color: #fff;
  min-height: 200px;
  padding-top: 28px;
  padding-right: 15%;
  display: flex;
}

.landing-contact-form {
  background-color: #0000;
  border-top: 1px solid #ececec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.expertise-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landing-expertise-field {
  margin-top: 13px;
  font-size: 22px;
  font-weight: 700;
}

.landing-footer {
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
  display: flex;
}

.landing-hero {
  background-image: url('../images/pexels-photo-2253870.jpeg');
  background-position: 60% 20%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 600px;
  position: relative;
}

.brand-text {
  flex-direction: row;
  justify-content: flex-end;
  padding: 12px;
  font-size: 28px;
  display: flex;
}

.link {
  padding: 0 12px;
}

.link.phone-number-header {
  direction: rtl;
  color: #000;
  justify-content: flex-start;
  padding: 12px;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  min-width: 800px;
  max-width: 1400px;
  display: flex;
}

.header {
  color: #000;
  text-align: right;
  text-shadow: 0 0 20px #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 115%;
  display: flex;
}

.landing-hero-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.naked-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

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

.contact-form-wrapper {
  float: left;
  justify-content: flex-end;
  margin-top: 30px;
}

.heading-7 {
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
}

.heading-8, .heading-9 {
  font-size: 28px;
  line-height: 135%;
}

.rich-text-block-4 {
  max-width: 700px;
  padding-right: 63px;
  display: block;
}

.image-5 {
  align-self: flex-end;
}

.bold-text-2 {
  color: #3d3d3d;
  font-weight: 400;
  text-decoration: none;
}

.landing-expertise-fields {
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.expertise-field-image {
  border-radius: 15px;
  max-width: 30%;
}

.expertise-field-wrapper {
  padding-top: 0;
}

.expertise-field-flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-footer-info {
  text-align: center;
  display: block;
}

.call-now-embedded-button {
  background-color: var(--khaki);
  color: #3a3a3a;
  margin-bottom: 49px;
  font-weight: 700;
}

.collection-item {
  padding-top: 4px;
  font-size: 15px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

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

  .navigation-link {
    color: gray;
    text-align: center;
    font-size: 18px;
  }

  .navigation-link.w--current {
    color: #353535;
  }

  .navigation-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }

  .site-name {
    margin-top: 13px;
  }

  .site-description {
    font-size: 14px;
  }

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

  .content-wrapper {
    padding: 20px;
  }

  .menu-button {
    padding: 15px;
  }

  .white-bg-heading {
    margin-bottom: 20px;
  }

  .content-column {
    padding-left: 10px;
  }

  .landing-description {
    padding-right: 0%;
  }

  .landing-contact-form {
    display: flex;
  }

  .landing-hero {
    background-position: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    min-width: 100vw;
  }

  .header {
    font-size: 40px;
  }

  .contact-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rich-text-block-4 {
    max-width: 420px;
    padding-right: 36px;
    font-size: 14px;
  }

  .image-5 {
    align-self: flex-end;
  }

  .bold-text-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  p, ol {
    font-size: 16px;
  }

  .navigation-link {
    color: gray;
    font-size: 18px;
  }

  .navigation-bar {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-description {
    margin-top: -12px;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .post-content {
    padding: 20px;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .circle-profile {
    max-width: 100px;
  }

  .sidebar-on-mobile {
    padding-top: 0;
    display: block;
  }

  .article {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .box.footer-content {
    text-align: center;
  }

  .box.landing-page-box {
    min-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-sidebar {
    margin-top: 20px;
  }

  .image-2 {
    margin-bottom: -10px;
  }

  .landing-hero {
    background-position: 0 0;
    background-size: cover;
    min-height: 400px;
  }

  .brand-text, .link.phone-number-header {
    font-size: 24px;
  }

  .columns-4 {
    flex: 1;
    display: flex;
  }

  .header {
    font-size: 36px;
  }

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

  .heading-7 {
    font-size: 24px;
  }

  .rich-text-block-4 {
    padding-right: 3px;
  }

  .image-5 {
    align-self: flex-end;
    max-height: 200px;
  }

  .bold-text-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  p {
    margin-bottom: 10px;
  }

  ol {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-link {
    color: gray;
    font-size: 18px;
  }

  .site-name {
    white-space: nowrap;
  }

  .site-description {
    margin-top: -14px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .content-column {
    display: block;
  }

  .article {
    padding-left: 5px;
    padding-right: 5px;
  }

  .box.landing-page-box {
    min-width: 80%;
    max-width: 90%;
  }

  .column-sidebar {
    margin-top: 13px;
  }

  .utility-page-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 400px;
  }

  .recaptcha-2 {
    float: none;
    clear: none;
  }

  .flex-div, .flex-item {
    display: block;
  }

  .html-embed {
    text-align: right;
    display: none;
    overflow: visible;
  }

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

  .brand.w--current {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-2 {
    margin-bottom: -10px;
  }

  .landing-description {
    flex-direction: column-reverse;
  }

  .landing-footer {
    padding-left: 11px;
    padding-right: 10px;
  }

  .landing-hero {
    background-position: 50% 100%;
  }

  .brand-text {
    flex-direction: row;
    font-size: 17px;
  }

  .link.phone-number-header {
    font-size: 17px;
  }

  .header {
    text-shadow: 0 0 10px #fff;
    padding: 0 14px;
    font-size: 28px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .rich-text-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    align-self: flex-start;
  }

  .bold-text-2 {
    color: #000;
    font-size: 12px;
    text-decoration: none;
  }

  .landing-footer-info {
    justify-content: center;
    align-items: center;
    display: block;
  }
}


