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

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-700: #666d79;
  --neutral-800: #1e2027;
  --primary-1: #dfae4f;
  --white: white;
  --neutral-600: #9a9fa7;
  --neutral-500: #c7cbd1;
  --neutral-400: #c7c3b3;
  --neutral-300: #d3cfc1;
  --neutral-200: #e4e2db;
  --neutral-100: #f0eee9;
}

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

.pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.pagination-previous, .pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.commerce-commerceaddtocartoptionpill.is-ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.commerce-commerceaddtocartoptionpill.is-ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

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

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

.commerce-commerceaddtocartbutton.is-ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.commerce-commercebuynowbutton.is-ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

.commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

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

.commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

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

.commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

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

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

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

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

.commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

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

.commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

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

.commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.commerce-commerceboldtextblock {
  font-weight: 700;
}

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

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

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

.commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.commerce-commercecheckoutcardnumber:focus, .commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

.commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.commerce-commercecheckoutcardexpirationdate:focus, .commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

.commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.commerce-commercecheckoutcardsecuritycode:focus, .commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

.commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

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

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

.commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

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

.commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.checkbox-input--inputType-custom.is-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;
}

.checkbox-input--inputType-custom.is-redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--neutral-700);
  letter-spacing: -.01em;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.172em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Playfair Display, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.348em;
}

h3 {
  color: var(--neutral-800);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.545em;
}

h5 {
  color: var(--primary-1);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.833em;
}

p {
  margin-bottom: 0;
}

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

a:hover {
  color: var(--primary-1);
}

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

strong {
  font-weight: 700;
}

.flex {
  display: flex;
}

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

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

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

.container-default {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.blog-post {
  margin-bottom: 125px;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.8em;
}

.paragraph-large.white {
  opacity: .8;
  color: var(--white);
}

.paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
  margin-bottom: 64px;
}

.paragraph-large.white.blog-hero {
  letter-spacing: -.03em;
}

.paragraph-large.white.blog-post-excerpt {
  max-width: 840px;
}

.paragraph-large.white.contact {
  margin-bottom: 58px;
}

.button-primary {
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  padding: 30px 36px;
  font-size: 18px;
  line-height: 1.111em;
  transition: transform .35s;
}

.button-primary:hover {
  color: var(--white);
  transform: scale3d(.96, .96, 1.01);
}

.button-primary.header-button {
  margin-left: 23px;
  padding: 16px 30px 18px;
  font-size: 15px;
  line-height: 1.333em;
}

.button-primary.home-hero {
  margin-bottom: 20px;
  margin-right: 32px;
}

.button-primary.cta {
  margin-right: 34px;
}

.button-primary.about-hero {
  margin-right: 28px;
}

.button-primary.newsletter {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.429em;
  position: absolute;
  right: 13px;
}

.button-primary._404 {
  margin-right: 34px;
}

.button-secondary {
  border: 1px solid var(--neutral-800);
  color: var(--neutral-800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 30px 36px;
  font-size: 18px;
  line-height: 1.111em;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  transform: scale3d(.96, .96, 1.01);
}

.button-secondary.white {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.white:hover {
  border-color: var(--primary-1);
}

.button-secondary.white.home-hero {
  margin-bottom: 20px;
}

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

.header-logo {
  min-width: 250px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-right: 40px;
  line-height: 1.2em;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--primary-1);
}

.footer {
  border-top: 1px solid var(--neutral-700);
  background-color: var(--neutral-800);
  padding-top: 77px;
  padding-bottom: 44px;
}

.footer-logo-container {
  margin-bottom: 8px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale(.96);
}

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

.section.home-hero {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.awards {
  padding-top: 118px;
  padding-bottom: 127px;
}

.section.home-practice-areas {
  background-color: var(--neutral-800);
}

.section.cta {
  background-color: #1e2027;
  background-image: url('../images/bg-cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 106px;
  padding-bottom: 110px;
}

.section.about-hero {
  background-color: var(--neutral-800);
  background-image: url('../images/bg-about-hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.values {
  background-color: var(--neutral-800);
  padding-bottom: 168px;
}

.section.blog-hero {
  background-color: var(--neutral-800);
  background-image: url('../images/bg-resources-hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 139px;
}

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

.section.blog-post-articles {
  padding-top: 100px;
  padding-bottom: 128px;
}

.section.blog-post {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.section.contact {
  padding-top: 93px;
  padding-bottom: 0;
  position: relative;
}

.section.office {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.contact-social-media {
  padding-top: 130px;
  padding-bottom: 150px;
}

.section.practice-areas-hero {
  background-color: var(--neutral-800);
  background-image: url('../images/bg-practice-areas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 118px;
  padding-bottom: 132px;
}

.utility-page-wrap {
  background-color: var(--neutral-800);
  background-image: url('../images/bg-packages.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  padding: 60px 24px;
  display: flex;
}

.input {
  color: var(--neutral-800);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #666d7980;
  min-width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 2em;
  transition: border-color .35s, color .35s;
}

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

.input:focus {
  border-color: var(--neutral-800);
  color: var(--neutral-800);
  font-size: 15px;
}

.input::placeholder {
  color: #666d7999;
  font-size: 15px;
}

.input.newsletter {
  border-color: var(--neutral-500);
  background-color: var(--neutral-800);
  color: var(--primary-1);
  height: 74px;
  padding-left: 23px;
  padding-right: 140px;
}

.input.newsletter:hover {
  border-color: var(--primary-1);
}

.input.newsletter:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.input.newsletter::placeholder {
  color: #fffc;
}

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

._404-title {
  color: var(--primary-1);
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: .889em;
}

.divider {
  background-color: var(--neutral-400);
  width: 100%;
  height: 1px;
}

.divider.blog-post-item {
  margin-top: 15px;
  margin-bottom: 33px;
}

.divider.blog-post-item.white {
  background-color: var(--neutral-700);
}

.divider.header-divider {
  background-color: var(--white);
  opacity: .18;
}

.divider.blog-post-featured {
  margin-top: 40px;
  margin-bottom: 28px;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 24px;
  display: flex;
}

.home-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  background-color: var(--neutral-800);
  background-image: url('../images/bg-home-hero.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 843px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.home-about-image {
  background-color: var(--primary-1);
  width: 93%;
  height: 94%;
}

.bg.blog-post {
  z-index: -1;
  background-color: var(--neutral-800);
  background-image: url('../images/bg-article.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 886px;
  top: 0;
  left: 0;
  right: 0;
}

.bg.contact {
  z-index: -1;
  background-color: var(--neutral-800);
  background-image: url('../images/bg-contact.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 732px;
  top: 0;
  left: 0;
  right: 0;
}

.split-content {
  padding-right: 0;
}

.split-content.home-hero-left {
  max-width: 45%;
  margin-top: 40px;
  margin-right: 40px;
}

.split-content.home-hero-right {
  max-width: 600px;
}

.split-content.home-practice-areas-left {
  max-width: 629px;
}

.split-content.home-about-left {
  align-self: center;
  max-width: 588px;
  margin-right: 40px;
  position: relative;
}

.split-content.home-about-right {
  max-width: 41%;
}

.split-content.testimonials-left {
  min-width: 20%;
  max-width: 40%;
  margin-right: 40px;
}

.split-content.testimonials-right {
  justify-content: center;
  align-items: center;
  min-width: 70%;
  display: flex;
}

.split-content.header-right {
  align-items: center;
  display: flex;
}

.split-content.about-hero-left {
  max-width: 600px;
  margin-right: 40px;
}

.split-content.about-hero-right {
  max-width: 500px;
}

.split-content.blog-hero-left {
  max-width: 600px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.split-content.blog-hero-right {
  max-width: 473px;
  margin-bottom: 20px;
}

.split-content.contact-left {
  max-width: 403px;
  margin-top: 24px;
  margin-right: 40px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 57%;
}

.title.home-hero, .title.white {
  color: var(--white);
}

.title.white.home-practice-areas {
  margin-bottom: 0;
}

.title.white.cta {
  margin-bottom: 14px;
}

.title.white.blog-post-item {
  margin-bottom: 15px;
}

.title.white.value {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1em;
}

.title.white.blog-hero {
  margin-bottom: 0;
}

.title.white.newsletter {
  margin-bottom: 11px;
  font-size: 42px;
  line-height: 1.405em;
}

.title.white.blog-post {
  margin-bottom: 19px;
}

.title.white.contact {
  margin-bottom: 32px;
}

.title.white.practice-areas-hero {
  max-width: 355px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  font-size: 46px;
  line-height: 1.348em;
}

.title.clients {
  letter-spacing: .1em;
  text-transform: uppercase;
  max-width: 288px;
  margin-bottom: 0;
  margin-right: 34px;
  font-family: Mulish, sans-serif;
  font-size: 27px;
  line-height: 1.259em;
}

.title.home-practice-area {
  color: var(--white);
  font-size: 20px;
}

.title.blog-post-item {
  margin-bottom: 17px;
}

.title.footer-title {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Mulish, sans-serif;
  font-size: 19px;
  line-height: 1.737em;
}

.title.blog, .title.blog-post-articles {
  margin-bottom: 0;
}

.title.contact-social-media {
  margin-bottom: 38px;
  font-size: 42px;
  line-height: 1.31em;
}

.title.card-office {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.308em;
}

.title.office {
  margin-bottom: 0;
}

._2-buttons {
  align-items: center;
  display: flex;
}

._2-buttons.home-hero {
  flex-wrap: wrap;
}

._2-buttons._404 {
  justify-content: center;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.home-hero {
  min-height: 808px;
}

.image-wrapper.home-about {
  margin-top: 33px;
  margin-left: 39px;
}

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

.image-wrapper.blog-post-featured {
  max-width: 907px;
}

.image-wrapper.office {
  width: 100%;
  height: 100%;
}

.image.home-hero {
  object-fit: cover;
  min-height: 808px;
}

.image.icon-home-practice-areas {
  display: inline-flex;
}

.image.home-about {
  padding-top: 33px;
}

.image.testimonial {
  border-radius: 1000px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-right: 22px;
}

.image.value {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 20px;
}

.image.card-office-icon {
  margin-right: 15px;
}

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

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

.clients-grid {
  grid-row-gap: 54px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 853px;
}

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

.top-content.home-practice-areas {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 92px;
}

.top-content.blog-hero {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 62px;
}

.top-content.blog, .top-content.blog-post-articles {
  align-items: center;
  margin-bottom: 48px;
}

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

.subtitle-wrapper {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.subtitle-wrapper.testimonials {
  flex-direction: column;
  align-items: flex-start;
}

.subtitle-wrapper.about-hero {
  margin-bottom: 34px;
}

.subtitle-wrapper.values {
  flex-direction: column;
}

.subtitle-wrapper.blog-hero {
  margin-bottom: 22px;
}

.subtitle-wrapper.contact {
  margin-bottom: 30px;
}

.subtitle-wrapper.office {
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.subtitle-wrapper.practice-areas-hero {
  flex-direction: column;
  margin-bottom: 20px;
}

.accent {
  background-color: var(--primary-1);
  width: 55px;
  height: 2px;
  margin-right: 16px;
}

.accent.cta {
  width: 100px;
  margin-bottom: 11px;
  margin-right: 0;
}

.accent.testimonials {
  margin-bottom: 20px;
  margin-right: 0;
}

.accent.values {
  margin-bottom: 16px;
  margin-right: 0;
}

.accent.newsletter {
  width: 100px;
  margin-bottom: 11px;
  margin-right: 0;
}

.accent.office, .accent.practice-areas-hero {
  margin-bottom: 23px;
  margin-right: 0;
}

.subtitle {
  color: var(--neutral-800);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: .9em;
}

.subtitle.white, .paragraph.home-practice-area {
  color: var(--white);
}

.paragraph.white {
  opacity: .8;
  color: var(--white);
}

.paragraph.white.practice-areas-hero {
  font-size: 18px;
}

.paragraph.white._404 {
  max-width: 382px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.paragraph.card-testimonial {
  border-left: 2px solid var(--primary-1);
  color: var(--neutral-800);
  overflow-wrap: anywhere;
  margin-bottom: 38px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.944em;
}

.paragraph.card-office-address {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.667em;
}

.cta-wrapper {
  max-width: 576px;
  padding-bottom: 10px;
}

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

.card {
  background-color: var(--white);
  overflow: hidden;
  box-shadow: 0 14px 24px #1e20270a;
}

.card.blog-post-featured {
  z-index: 1;
  color: var(--neutral-700);
  flex-direction: column;
  max-width: 53%;
  padding: 47px 63px;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: 0;
}

.card.contact-form-card {
  border: 1px solid var(--neutral-300);
  align-items: center;
  min-height: 747px;
  padding: 77px 47px 74px;
  display: flex;
}

.card.office {
  max-width: 363px;
  padding: 62px 61px;
  position: absolute;
  bottom: 59px;
  left: 58px;
}

.paragraph-small.white {
  opacity: .7;
  color: var(--white);
}

.paragraph-small.white.cta {
  margin-bottom: 30px;
}

.paragraph-small.testimonials {
  margin-bottom: 41px;
}

.paragraph-small.blog-post-item {
  margin-bottom: 37px;
}

.about-testimonial-wrapper {
  align-items: center;
  margin-left: 34px;
  display: flex;
}

.subtitle-small {
  color: var(--neutral-800);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.444em;
}

.subtitle-small.testimonial-name {
  overflow-wrap: anywhere;
  margin-bottom: 5px;
}

.subtitle-small.blog-post-item-category {
  color: var(--primary-1);
  border-bottom: 2px solid #0000;
  margin-bottom: 10px;
  text-decoration: none;
  transition: border-width .35s, border-color .35s;
}

.subtitle-small.blog-post-item-category:hover {
  border-bottom: 2px solid var(--primary-1);
}

.subtitle-small.blog-post-item-date {
  color: var(--neutral-700);
}

.subtitle-small.blog-post-item-date.white {
  color: var(--white);
}

.subtitle-small.blog-post-featured-category {
  color: var(--primary-1);
  text-decoration: none;
}

.subtitle-small.blog-post-featured-date {
  color: var(--neutral-700);
}

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

.testimonial-rol {
  color: var(--primary-1);
  letter-spacing: .13em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.067em;
}

.link {
  color: var(--neutral-800);
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.125em;
  text-decoration: none;
}

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

.link.color-primary {
  color: var(--primary-1);
  font-size: 18px;
  line-height: 1.444em;
}

.link.color-primary.blog-post-category {
  line-height: 1em;
  position: relative;
  bottom: -5px;
}

.underline {
  background-color: var(--primary-1);
  height: 1px;
  display: none;
}

.underline.color-primary {
  background-color: var(--primary-1);
}

.underline-wrapper {
  background-color: var(--neutral-800);
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.underline-wrapper.white {
  background-color: var(--white);
}

.underline-wrapper.color-primary {
  background-color: #0000;
}

.blog-post-item-about-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-post-item-content {
  color: var(--neutral-700);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-post-item-content:hover {
  color: var(--neutral-700);
}

.footer-content {
  border-top: 1px solid var(--neutral-700);
  border-bottom: 1px solid var(--neutral-700);
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer-small-print {
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.footer-social-media-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
  max-width: 300px;
  margin-right: 40px;
}

.small-print {
  color: #ffffffb3;
  letter-spacing: .09em;
  text-transform: uppercase;
  max-width: 60%;
  font-size: 14px;
  line-height: 1.429em;
}

.footer-nav-box {
  margin-right: 40px;
}

.footer-nav-box.last {
  margin-right: 0;
}

.footer-nav-box.logo-box {
  flex-flow: wrap;
  display: flex;
}

.footer-nav-link-item {
  margin-bottom: 22px;
  line-height: 1.25em;
}

.footer-nav-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-links {
  margin-bottom: 0;
  margin-right: 36px;
  padding-left: 0;
}

.footer-nav-links.last {
  margin-right: 0;
}

.footer-nav-link {
  opacity: .7;
  color: var(--white);
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.25em;
  text-decoration: none;
  transition: opacity .35s, color .35s;
}

.footer-nav-link:hover {
  opacity: 1;
  color: var(--primary-1);
}

.footer-social-media-link {
  color: #fff9;
  text-align: center;
  font-family: Site Icons, sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: transform .35s, color .35s;
}

.footer-social-media-link:hover {
  color: var(--primary-1);
  transform: translate(0, -5px);
}

.footer-social-media-link.icon-16px {
  font-size: 16px;
  display: block;
}

.brand {
  padding-left: 0;
  padding-right: 20px;
  transition-property: transform;
}

.brand:hover {
  transform: scale(.96);
}

.home-practice-areas-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  justify-content: stretch;
}

.footer-nav-wrapper {
  justify-content: space-between;
  display: flex;
}

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

.values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 63px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.value-wrapper {
  min-height: 224px;
  display: flex;
}

.value-wrapper._1 {
  border-right: 1px solid var(--neutral-700);
  border-bottom: 1px solid var(--neutral-700);
}

.value-wrapper._2 {
  border-bottom: 1px solid var(--neutral-700);
  justify-content: flex-end;
}

.value-wrapper._3 {
  border-right: 1px solid var(--neutral-700);
}

.value-wrapper._4 {
  justify-content: flex-end;
}

.home-practice-area-content._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 20px;
  display: flex;
}

.value-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 472px;
  display: flex;
}

.value-content._1 {
  margin-top: 69px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.value-content._2 {
  margin-top: 69px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.value-content._3 {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.value-content._4 {
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.value-text-wrapper {
  max-width: 336px;
}

.container-small-520px {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-520px.values {
  text-align: center;
  margin-bottom: 54px;
}

.newsletter-wrapper {
  background-color: var(--neutral-800);
  background-image: url('../images/bg-newsletter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin-top: 137px;
  padding: 96px 50px 104px 60px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 50px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-content {
  max-width: 517px;
  margin-right: 40px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 434px;
  margin-bottom: 0;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-post-featured-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.badge {
  background-color: var(--primary-1);
  color: var(--white);
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.286em;
}

.badge.blog-post-featured {
  align-self: flex-start;
  margin-bottom: 20px;
}

.blog-post-featured-about-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-categories-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.blog-category-link {
  color: var(--neutral-700);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: .9em;
  text-decoration: none;
}

.blog-category-link:hover {
  color: var(--primary-1);
}

.blog-category-link.is-current {
  color: var(--neutral-800);
  font-weight: 600;
}

.blog-category-link.all {
  margin-right: 48px;
}

.blog-category-item {
  align-items: center;
  display: flex;
}

.container-medium-748px {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.rich-text p {
  margin-bottom: 27px;
}

.rich-text h3 {
  margin-top: 56px;
  margin-bottom: 18px;
}

.rich-text li {
  margin-bottom: 6px;
}

.rich-text ul {
  margin-top: 27px;
  margin-bottom: 56px;
  padding-left: 60px;
}

.rich-text ol {
  margin-top: 27px;
  margin-bottom: 56px;
  padding-left: 60px;
}

.rich-text h5 {
  margin-top: 56px;
  margin-bottom: 18px;
}

.blog-post-articles-grid {
  grid-column-gap: 50px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-top-content-wrapper {
  max-width: 961px;
  margin-bottom: 100px;
}

.blog-post-about-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-divider {
  background-color: #5f708f;
  width: 24px;
  height: 1px;
  margin-left: 18px;
  margin-right: 18px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-directly-title {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.889em;
}

.contact-directly-link {
  color: #fff;
  letter-spacing: -.03em;
  align-items: center;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.contact-directly-link:hover {
  color: var(--primary-1);
}

.contact-directly-link.last {
  margin-bottom: 0;
}

.contact-directly-icon {
  border: 1.35px solid #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-right: 15px;
  font-family: Site Icons, sans-serif;
  font-size: 22px;
  display: flex;
}

.contact-directly-icon.icon-size-19px {
  font-size: 19px;
}

.contact-directly-link-text {
  position: relative;
  top: -4px;
}

.container-medium-639px {
  max-width: 639px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-639px.office {
  text-align: center;
  margin-bottom: 61px;
}

.office-wrapper {
  height: 657px;
  position: relative;
}

.contact-social-media-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 64px);
  grid-auto-columns: 64px;
  justify-content: space-between;
}

.contact-social-media-link {
  border: 1px solid var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  font-family: Site Icons, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: transform .35s, border-color .35s, color .35s;
  display: flex;
}

.contact-social-media-link:hover {
  border-color: var(--primary-1);
  transform: scale3d(.95, .95, 1.01);
}

.contact-social-media-link.icon-size-27px {
  font-size: 27px;
}

.contact-social-media-link.icon-size-32px {
  font-size: 32px;
}

.container-small-607px {
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-607px.contact-social-media {
  text-align: center;
}

.card-office-title-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-small-557px {
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-557px.practice-areas-hero {
  text-align: center;
}

.success-message {
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.error-message {
  color: #ff5656;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #fff4f4;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
}

.image-solid-cover {
  background-color: var(--primary-1);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.loader-wrapper {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-loader-top {
  background-color: var(--neutral-800);
  height: 50vh;
}

.loader {
  background-color: var(--primary-1);
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
}

.bg-loader-bottom {
  background-color: var(--neutral-800);
  height: 50vh;
}

.heading-size-h3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  line-height: 1.545em;
}

.bold-text {
  color: var(--primary-1);
}

.heading {
  color: var(--primary-1);
  text-transform: none;
}

.slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
  overflow: visible;
}

.testimonial_card {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.service-grid {
  margin-left: auto;
  margin-right: auto;
}

.service-title {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 20px;
  display: grid;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  justify-items: stretch;
}

.service-text {
  margin-bottom: 20px;
}

.service-industry-icon {
  margin-bottom: 19px;
}

.service-title-text {
  margin-bottom: 0;
}

.services-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-logo-area {
  padding-bottom: 40px;
  padding-right: 80px;
}

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

.text-block {
  text-transform: uppercase;
}

.div-block-4 {
  padding-top: 20px;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

   ._2-buttons._404 {
    padding-bottom: 10px;
  }

   .footer-logo-area {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 23px;
    font-size: 53px;
  }

  h2 {
    margin-bottom: 18px;
    font-size: 38px;
  }

  .container-default.blog-post {
    margin-bottom: 100px;
  }

  .container-default.top {
    margin-top: 60px;
    padding-top: 120px;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 60px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 40px;
  }

  .button-primary.header-button {
    margin-left: 20px;
  }

  .button-primary.header-button.mobile {
    margin-left: 0;
    padding: 24px 16px;
    display: block;
  }

  .button-primary.header-button.mobile:hover {
    transform: scale(.99);
  }

  .header {
    position: fixed;
    inset: 0% 0% auto;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-item-wrapper.mobile {
    display: flex;
  }

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

  .menu-button {
    z-index: 999;
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 1000px;
    width: 55px;
    min-width: 55px;
    height: 55px;
    margin-left: 20px;
    padding: 0;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button.is-open {
    background-color: var(--primary-1);
  }

  .nav-menu {
    background-color: var(--neutral-800);
    width: 100%;
    padding-top: 110px;
    padding-bottom: 36px;
  }

  .footer {
    padding-top: 62px;
    padding-bottom: 40px;
  }

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

  .section.home-hero {
    margin-top: 60px;
  }

  .section.awards {
    padding-top: 94px;
    padding-bottom: 102px;
  }

  .section.about-hero {
    padding-top: 64px;
    padding-bottom: 112px;
  }

  .section.about-hero.top {
    margin-top: 60px;
    padding-top: 120px;
  }

  .section.values {
    padding-bottom: 134px;
  }

  .section.blog-hero {
    padding-top: 64px;
    padding-bottom: 111px;
  }

  .section.blog-hero.top {
    margin-top: 60px;
    padding-top: 120px;
  }

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

  .section.blog-post-articles {
    padding-top: 80px;
    padding-bottom: 102px;
  }

  .section.blog-post {
    margin-top: 60px;
    padding-top: 120px;
    padding-bottom: 96px;
  }

  .section.contact {
    padding-top: 64px;
  }

  .section.contact.top {
    margin-top: 60px;
    padding-top: 120px;
  }

  .section.office {
    padding-top: 96px;
  }

  .section.contact-social-media {
    padding-top: 104px;
    padding-bottom: 120px;
  }

  .section.practice-areas-hero {
    margin-top: 60px;
    padding-top: 120px;
    padding-bottom: 110px;
  }

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

  .home-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bg.home-hero {
    height: 1280px;
  }

  .bg.blog-post {
    height: 730px;
  }

  .bg.contact {
    height: 1000px;
  }

  .split-content.home-hero-left {
    text-align: center;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-practice-areas-left {
    margin-bottom: 40px;
  }

  .split-content.home-about-left {
    margin-right: 0;
  }

  .split-content.home-about-right {
    text-align: center;
    max-width: 690px;
    margin-bottom: 60px;
  }

  .split-content.testimonials-left {
    text-align: center;
    max-width: 660px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.about-hero-left {
    text-align: center;
    max-width: 800px;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .split-content.blog-hero-left {
    margin-right: 0;
  }

  .split-content.blog-hero-right {
    margin-bottom: 0;
  }

  .split-content.blog-left {
    margin-bottom: 40px;
  }

  .split-content.contact-left {
    max-width: 566px;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .title.white.blog-post-item {
    font-size: 20px;
  }

  .title.white.home-hero {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.white._404 {
    margin-bottom: 10px;
  }

  .title.clients {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.blog-post-item {
    font-size: 20px;
  }

  .title.contact-social-media {
    margin-bottom: 20px;
  }

  ._2-buttons.home-hero, ._2-buttons.about-hero {
    justify-content: center;
  }

  .image-wrapper.home-hero {
    min-height: auto;
  }

  .image-wrapper.blog-post-featured {
    max-width: none;
  }

  .image.home-hero {
    min-height: auto;
    display: none;
  }

  .image.icon-home-practice-areas {
    margin-bottom: 40px;
  }

  .image.about-hero {
    display: none;
  }

  .clients-wrapper {
    text-align: center;
    flex-direction: column;
  }

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

  .top-content.home-practice-areas {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .top-content.blog-hero {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .top-content.blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-about-wrapper {
    flex-direction: column-reverse;
  }

  .subtitle-wrapper.home-about {
    flex-direction: column;
  }

  .subtitle-wrapper.testimonials {
    align-items: center;
  }

  .subtitle-wrapper.about-hero {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .subtitle-wrapper.contact {
    margin-bottom: 20px;
  }

  .subtitle-wrapper.office {
    margin-bottom: 15px;
  }

  .accent.home-about, .accent.about-hero {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accent.office {
    margin-bottom: 15px;
  }

  .accent.practice-areas-hero {
    margin-bottom: 20px;
  }

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

  .card.blog-post-featured {
    max-width: 566px;
    margin-top: -150px;
    padding-left: 53px;
    padding-right: 53px;
    position: static;
  }

  .card.contact-form-card {
    padding-top: 62px;
    padding-bottom: 59px;
  }

  .card.office {
    padding: 50px 49px;
    bottom: 40px;
    left: 40px;
  }

  .footer-content {
    padding-top: 72px;
    padding-bottom: 60px;
  }

  .footer-small-print {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .footer-social-media-grid {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .small-print {
    max-width: none;
  }

  .footer-nav-box {
    margin-right: 40px;
  }

  .footer-nav-box.last {
    flex: 1;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 20px;
  }

  .brand {
    z-index: 999;
  }

  .home-practice-areas-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-wrapper {
    flex-direction: column;
  }

  .values-grid {
    margin-bottom: 60px;
  }

  .value-wrapper {
    min-height: 210px;
  }

  .home-practice-area-content._2 {
    margin-right: 0;
  }

  .value-content._1, .value-content._2, .value-content._3, .value-content._4 {
    margin-top: 60px;
  }

  .newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 110px;
    padding-top: 77px;
    padding-bottom: 83px;
  }

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

  .newsletter-content {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .newsletter-form-block {
    max-width: 680px;
  }

  .blog-post-featured-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .rich-text p {
    margin-bottom: 25px;
  }

  .rich-text h3 {
    margin-top: 47px;
  }

  .rich-text ul {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-left: 50px;
  }

  .rich-text ol {
    margin-top: 25px;
    margin-bottom: 47px;
    padding-left: 50px;
  }

  .rich-text h5 {
    margin-top: 47px;
  }

  .blog-post-articles-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .blog-post-top-content-wrapper {
    max-width: 849px;
    margin-bottom: 80px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-directly-link-text {
    margin-top: 6px;
  }

  .container-medium-639px.office {
    margin-bottom: 50px;
  }

  .office-wrapper {
    background-size: cover;
  }

  .menu-button-icon-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-button-icon {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    height: 20px;
    display: flex;
  }

  .menu-line-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .menu-line-middle, .menu-line-bottom {
    background-color: #fff;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .service-title {
    grid-template-columns: .5fr 4fr;
    margin-bottom: 0;
  }

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

  .service-industry-icon {
    margin-bottom: 18px;
  }

  .footer-logo-area {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 44px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 80px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 40px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 30px;
  }

  .button-primary {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.cta {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .button-primary.about-hero {
    margin-right: 20px;
  }

  .button-primary._404 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .button-secondary {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .button-secondary.white.cta, .button-secondary.white._404 {
    margin-bottom: 20px;
  }

  .header-logo {
    min-width: 0;
    max-width: 70%;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

  .section.home-hero {
    padding-top: 60px;
  }

  .section.awards {
    padding-top: 75px;
    padding-bottom: 82px;
  }

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

  .section.about-hero {
    padding-top: 51px;
    padding-bottom: 90px;
  }

  .section.about-hero.top {
    padding-top: 60px;
  }

  .section.values {
    padding-bottom: 107px;
  }

  .section.blog-hero {
    padding-top: 51px;
    padding-bottom: 89px;
  }

  .section.blog-hero.top {
    padding-top: 60px;
  }

  .section.blog {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .section.blog-post-articles {
    padding-top: 64px;
    padding-bottom: 82px;
  }

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

  .section.contact {
    padding-top: 51px;
  }

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

  .section.office {
    padding-top: 77px;
  }

  .section.contact-social-media {
    padding-top: 87px;
    padding-bottom: 100px;
  }

  .section.practice-areas-hero {
    padding-top: 51px;
    padding-bottom: 92px;
  }

  .section.practice-areas-hero.top {
    padding-top: 60px;
  }

  .section.practice-areas {
    padding-top: 64px;
    padding-bottom: 109px;
  }

  ._404-title {
    font-size: 150px;
  }

  .divider.blog-post-item {
    margin-bottom: 30px;
  }

  .divider.blog-post-featured {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .container-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero-wrapper {
    align-items: flex-start;
  }

  .bg.home-hero {
    height: 1109px;
  }

  .bg.blog-post {
    height: 620px;
  }

  .split-content.home-hero-left {
    text-align: left;
    max-width: none;
    margin-bottom: 30px;
  }

  .split-content.home-practice-areas-left {
    margin-bottom: 30px;
  }

  .split-content.home-about-right {
    text-align: left;
    max-width: none;
    margin-bottom: 40px;
  }

  .split-content.testimonials-left {
    text-align: left;
    min-width: 100%;
  }

  .split-content.testimonials-right {
    min-width: 100%;
  }

  .split-content.about-hero-left {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.blog-left, .split-content.blog-post-articles-left {
    margin-bottom: 30px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .title.white.value {
    margin-bottom: 13px;
  }

  .title.white.home-hero {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .title.white.values {
    max-width: 332px;
  }

  .title.white.newsletter {
    font-size: 35px;
  }

  .title.white.blog-post {
    margin-bottom: 15px;
  }

  .title.white.contact {
    margin-bottom: 20px;
  }

  .title.white.practice-areas-hero {
    margin-bottom: 8px;
    font-size: 38px;
  }

  .title.clients {
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
  }

  .title.home-practice-area {
    font-size: 18px;
  }

  .title.blog-post-item {
    max-width: 659px;
    margin-bottom: 15px;
  }

  .title.footer-title {
    margin-bottom: 25px;
  }

  .title.contact-social-media {
    font-size: 30px;
  }

  .title.card-office {
    font-size: 22px;
  }

  ._2-buttons.home-hero {
    justify-content: center;
    align-items: center;
  }

  ._2-buttons.cta {
    flex-wrap: wrap;
  }

  ._2-buttons.about-hero {
    justify-content: flex-start;
  }

  ._2-buttons._404 {
    flex-wrap: wrap;
  }

  .image.icon-home-practice-areas {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .image.testimonial {
    margin-right: 20px;
  }

  .image.value {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 40px;
  }

  .image.office {
    object-position: 100% 50%;
  }

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

  .top-content.home-practice-areas {
    margin-bottom: 40px;
  }

  .top-content.blog-hero, .top-content.blog {
    margin-bottom: 40px;
  }

  .top-content.blog-post-articles {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .home-about-wrapper {
    align-items: flex-start;
  }

  .subtitle-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.home-about, .subtitle-wrapper.testimonials {
    flex-direction: row;
  }

  .subtitle-wrapper.about-hero {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .subtitle-wrapper.values {
    flex-direction: row;
  }

  .subtitle-wrapper.blog-hero {
    margin-bottom: 20px;
  }

  .subtitle-wrapper.contact {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.office {
    flex-direction: row;
  }

  .subtitle-wrapper.practice-areas-hero {
    margin-bottom: 15px;
  }

  .accent {
    width: 40px;
    margin-right: 10px;
  }

  .accent.cta {
    margin-bottom: 10px;
  }

  .accent.testimonials, .accent.home-about, .accent.about-hero, .accent.values, .accent.office {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .accent.practice-areas-hero {
    margin-bottom: 15px;
  }

  .subtitle {
    font-size: 18px;
  }

  .paragraph.card-testimonial {
    overflow-wrap: anywhere;
    margin-bottom: 30px;
  }

  .paragraph.card-office-address {
    margin-bottom: 20px;
  }

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

  .card.blog-post-featured {
    max-width: 100%;
    margin-top: 0;
    padding: 40px 43px;
  }

  .card.contact-form-card {
    padding: 50px 40px 47px;
  }

  .card.office {
    padding: 45px 40px;
    bottom: 20px;
    left: 20px;
  }

  .paragraph-small.testimonials, .paragraph-small.blog-post-item {
    margin-bottom: 30px;
  }

  .subtitle-small.testimonial-name {
    overflow-wrap: anywhere;
  }

  .subtitle-small.white.blog-post {
    font-size: 16px;
  }

  .testimonial-rol {
    overflow-wrap: anywhere;
  }

  .link.color-primary.blog-post-category {
    font-size: 16px;
  }

  .footer-content {
    padding-top: 58px;
    padding-bottom: 40px;
  }

  .footer-small-print {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .footer-nav-box {
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .footer-nav-content {
    justify-content: flex-start;
  }

  .home-practice-areas-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav-wrapper {
    flex-flow: row;
  }

  .about-hero-wrapper {
    align-items: flex-start;
  }

  .values-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .value-wrapper {
    min-height: 190px;
  }

  .value-wrapper._1 {
    border-right-width: 0;
  }

  .value-wrapper._3 {
    border-bottom: 1px solid var(--neutral-700);
    border-right-width: 0;
  }

  .home-practice-area-content._2 {
    align-items: flex-start;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .value-content {
    flex-direction: column;
    max-width: 290px;
  }

  .value-content._1 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .value-content._2 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .value-content._3 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .value-content._4 {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .value-text-wrapper {
    max-width: 503px;
  }

  .container-small-520px.values {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .newsletter-wrapper {
    margin-top: 88px;
    padding: 61px 40px 66px;
  }

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

  .newsletter-content {
    margin-bottom: 40px;
  }

  .blog-post-featured-wrapper {
    flex-direction: column-reverse;
  }

  .blog-categories-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .blog-category-link {
    font-size: 18px;
  }

  .blog-category-item {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .blog-post-articles-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-top-content-wrapper {
    margin-bottom: 60px;
  }

  .blog-post-divider {
    width: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .contact-directly-title {
    margin-bottom: 20px;
  }

  .contact-directly-link {
    font-size: 20px;
  }

  .contact-directly-icon {
    margin-right: 10px;
  }

  .container-medium-639px.office {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .office-wrapper {
    background-position: 100%;
    height: 526px;
  }

  .contact-social-media-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, 51px);
    grid-auto-columns: 51px;
    justify-content: start;
  }

  .contact-social-media-link {
    width: 51px;
    min-width: 51px;
    height: 51px;
    font-size: 26px;
  }

  .contact-social-media-link.icon-size-27px {
    font-size: 23px;
  }

  .contact-social-media-link.icon-size-32px {
    font-size: 28px;
  }

  .container-small-607px.contact-social-media {
    text-align: left;
    margin-left: 0;
  }

  .card-office-title-wrapper {
    margin-bottom: 15px;
  }

  .slider {
    width: 100%;
    max-width: 420px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 18px;
    font-size: 37px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.blog-post {
    margin-bottom: 64px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large.white.home-hero, .paragraph-large.white.about-hero {
    margin-bottom: 30px;
  }

  .paragraph-large.white.contact {
    margin-bottom: 25px;
  }

  .button-primary {
    padding: 20px 16px;
    font-size: 16px;
    display: block;
  }

  .button-primary.home-hero, .button-primary.cta {
    margin-right: 0;
  }

  .button-primary.about-hero {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-primary.newsletter {
    margin-top: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: static;
  }

  .button-primary._404 {
    margin-right: 0;
  }

  .button-secondary {
    padding: 25px 16px;
    font-size: 16px;
    display: block;
  }

  .button-secondary.white.home-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-secondary.white.cta, .button-secondary.white.about-hero, .button-secondary.white._404 {
    margin-bottom: 0;
  }

  .header-logo {
    min-width: 0;
    max-width: 60%;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    text-align: left;
    font-size: 24px;
  }

  .menu-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 26px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .section.home-hero {
    padding-top: 60px;
  }

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

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

  .section.about-hero {
    padding-top: 41px;
    padding-bottom: 72px;
  }

  .section.about-hero.top {
    padding-top: 60px;
  }

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

  .section.blog-hero {
    padding-top: 41px;
    padding-bottom: 71px;
  }

  .section.blog-hero.top {
    padding-top: 60px;
  }

  .section.blog {
    padding-top: 51px;
    padding-bottom: 77px;
  }

  .section.blog-post-articles {
    padding-top: 51px;
    padding-bottom: 66px;
  }

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

  .section.contact {
    padding-top: 41px;
  }

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

  .section.office {
    padding-top: 61px;
  }

  .section.contact-social-media {
    padding-top: 72px;
    padding-bottom: 83px;
  }

  .section.practice-areas-hero {
    padding-top: 41px;
    padding-bottom: 76px;
  }

  .section.practice-areas-hero.top {
    padding-top: 60px;
  }

  .section.practice-areas {
    padding-top: 51px;
    padding-bottom: 91px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

   .input.newsletter {
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-title {
    font-size: 125px;
  }

  .divider.blog-post-item {
    margin-bottom: 20px;
  }

  .divider.blog-post-featured {
    margin-bottom: 15px;
  }

  .container-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg.home-hero {
    height: 900px;
  }

  .bg.blog-post {
    height: 600px;
  }

  .split-content.home-hero-left {
    margin-bottom: 40px;
  }

  .split-content.home-practice-areas-left, .split-content.home-about-right {
    margin-bottom: 20px;
  }

  .split-content.testimonials-left {
    margin-bottom: 30px;
  }

  .split-content.about-hero-left {
    margin-bottom: 40px;
  }

  .split-content.blog-hero-left {
    margin-bottom: 15px;
  }

  .split-content.blog-left, .split-content.blog-post-articles-left {
    margin-bottom: 25px;
  }

  .split-content.contact-left {
    margin-bottom: 30px;
  }

  .title.white.blog-post-item {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title.white.value {
    margin-bottom: 10px;
  }

  .title.white.newsletter {
    font-size: 29px;
  }

  .title.white.contact {
    margin-bottom: 15px;
  }

  .title.white.practice-areas-hero {
    max-width: 340px;
    margin-left: 0;
    font-size: 32px;
  }

  .title.clients {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .title.blog-post-item {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title.footer-title {
    margin-bottom: 20px;
  }

  .title.contact-social-media {
    font-size: 24px;
  }

  .title.card-office {
    font-size: 20px;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-buttons.home-hero {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .image-wrapper.home-about {
    margin-top: 25px;
    margin-left: 25px;
  }

  .image-wrapper.blog-post-item {
    margin-bottom: 15px;
  }

  .image.client {
    object-fit: contain;
    width: 82px;
    height: 82px;
  }

  .image.icon-home-practice-areas {
    margin-right: 0;
  }

  .image.testimonial {
    margin-bottom: 10px;
    margin-right: 15px;
  }

  .image.value {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .clients-wrapper {
    align-items: stretch;
  }

  .clients-grid {
    grid-row-gap: 20px;
    align-items: center;
  }

  .top-content.home-practice-areas {
    align-items: stretch;
  }

  .top-content.blog-hero {
    margin-bottom: 30px;
  }

  .top-content.blog-post-articles {
    align-items: stretch;
  }

  .subtitle-wrapper, .subtitle-wrapper.home-about {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.about-hero, .subtitle-wrapper.blog-hero {
    margin-bottom: 18px;
  }

  .subtitle-wrapper.contact, .subtitle-wrapper.office {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.practice-areas-hero {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .accent {
    width: 30px;
  }

  .accent.practice-areas-hero {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .subtitle, .paragraph.white.practice-areas-hero {
    font-size: 16px;
  }

  .paragraph.card-testimonial {
    padding-left: 20px;
    font-size: 14px;
  }

   .paragraph.card-office-address {
    font-size: 16px;
  }

  .card.blog-post-featured {
    padding: 30px 20px;
  }

  .card.contact-form-card {
    padding: 40px 20px 37px;
  }

  .card.office {
    max-width: 100%;
    padding: 40px 20px 30px;
    position: static;
  }

  .paragraph-small.testimonials {
    margin-bottom: 20px;
  }

  .paragraph-small.blog-post-item {
    margin-bottom: 25px;
  }

  .about-testimonial-wrapper {
    flex-wrap: wrap;
    margin-left: 23px;
  }

  .about-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-small {
    font-size: 16px;
  }

  .subtitle-small.testimonial-name {
    font-size: 14px;
  }

  .subtitle-small.blog-post-item-category, .subtitle-small.blog-post-featured-category {
    margin-right: 10px;
  }

  .subtitle-small.white.blog-post {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .testimonial-rol {
    font-size: 13px;
  }

  .link.color-primary.blog-post-category {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .blog-post-item-about-wrapper {
    flex-wrap: wrap;
  }

  .footer-content {
    padding-top: 48px;
    padding-bottom: 20px;
  }

  .footer-small-print {
    margin-top: 20px;
  }

  .small-print {
    font-size: 12px;
    line-height: 1.8em;
  }

  .footer-nav-box {
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .footer-nav-link-item {
    margin-bottom: 20px;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-practice-areas-grid {
    grid-template-columns: 1fr;
  }

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

  .flex-vc {
    align-items: stretch;
  }

  .value-wrapper {
    min-height: 160px;
  }

  .home-practice-area-content._2 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .value-content {
    max-width: none;
  }

  .value-content._1 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .value-content._2, .value-content._3 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .value-content._4 {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container-small-520px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletter-wrapper {
    margin-top: 70px;
    padding: 49px 20px 53px;
  }

  .blog-grid {
    grid-row-gap: 50px;
  }

  .newsletter-content {
    margin-bottom: 30px;
  }

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

  .badge.blog-post-featured {
    margin-bottom: 15px;
  }

  .blog-post-featured-about-wrapper {
    flex-wrap: wrap;
  }

  .blog-category-link {
    font-size: 16px;
  }

  .container-medium-748px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text ul {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 32px;
  }

  .blog-post-articles-grid {
    grid-row-gap: 50px;
  }

  .blog-post-top-content-wrapper {
    margin-bottom: 40px;
  }

  .blog-post-about-wrapper {
    flex-wrap: wrap;
  }

  .blog-post-divider {
    width: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-directly-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
  }

  .contact-directly-link {
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .contact-directly-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .contact-directly-icon.icon-size-19px {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .contact-directly-link-text {
    margin-bottom: 10px;
  }

  .container-medium-639px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-639px.office {
    margin-bottom: 30px;
  }

  .office-wrapper {
    max-width: none;
    height: auto;
  }

  .container-small-607px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-office-title-wrapper {
    margin-bottom: 10px;
  }

  .container-small-557px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-557px.practice-areas-hero {
    text-align: left;
    margin-left: 0;
  }

  .slider {
    max-width: 340px;
  }
}

#grid-node-e21b639f-868b-74f3-3a47-c84d2f521c42-0e960968, #grid-node-_1f34bff5-e36a-7688-1ab6-dd3e2499d286-0e960968 {
  place-self: stretch stretch;
}

#grid-node-f461f798-6968-7911-f66e-6777ecba66cd-0e960968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-b268b504-c0a3-2334-894e-27f509f4fa71-0e960968, #grid-node-de603680-5db5-7a9a-cfa7-d83a2633dcdd-0e960968, #grid-node-_4e428548-bcbe-d9e5-e1a8-cbb323b7839a-0e960968 {
  place-self: stretch stretch;
}

#grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a4e-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a55-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a5c-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a7a-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a82-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a8a-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a92-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32a9a-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32aa2-0e960927, #grid-node-_272cd128-8fe9-bc30-2459-64132cd2af44-0e960927, #grid-node-a2e87ad2-b571-5173-2be4-d892bf283c6c-0e960927, #grid-node-_4b8245b5-5ebb-fe7d-99ca-3ad64fa8e1e7-0e960927, #grid-node-_5d5b7056-7004-ebcb-3d26-28d53b2d2aae-0e960927, #grid-node-d33a5b0e-53c9-1bf7-d138-f01adc8e54ee-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32af6-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32afd-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b00-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b02-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b0a-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b17-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b1a-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b1c-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b24-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b2b-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b30-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b3a-0e960927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-0e960988, #grid-node-f883a31a-5f18-7a34-43a1-6d578a17f715-0e960988, #grid-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-0e960988, #grid-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-0e960988, #grid-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-0e960988, #grid-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-0e960988 {
  align-self: end;
}

#grid-node-_2d9bfd0f-fd5f-859a-73e3-cbecca794898-0e9609c1, #grid-node-b2f12163-8332-b82d-b63f-ff9f3209e187-0e9609c1, #grid-node-_402aaefe-b085-90f8-3e5b-15149858f226-0e9609c1, #grid-node-ab79fbde-7f72-d5f9-cf22-1a1189a6cccb-0e9609c1 {
  place-self: stretch stretch;
}

#grid-node-fb16e0ed-0500-ea68-7ff3-35263600ca41-0e9609c3, #grid-node-_9547b61e-6ab4-f2d0-e8db-ef54b29d6bc6-0e9609c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-e01e939d-c234-b95a-4910-3cdbce93e062-0e9609c3, #grid-node-_7d0f5fec-5f57-66c6-21eb-db2b491fb0f4-0e9609c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#grid-node-_713f5e27-19db-ca94-ae8e-809374350fb8-0e9609c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#grid-node-_6de4734b-27ce-05cc-5a5c-9579d225c6a3-0e9609c4, #grid-node-f850570d-dbc4-09ce-dddc-bb4c9eba280e-0e9609c4 {
  place-self: stretch stretch;
}

#grid-node-_1f63fef1-d6ba-b5b6-0ce3-a67001e82a9b-0e9609c4 {
  place-self: center;
}

#grid-node-f850570d-dbc4-09ce-dddc-bb4c9eba2816-0e9609c4, #grid-node-f850570d-dbc4-09ce-dddc-bb4c9eba281e-0e9609c4 {
  place-self: stretch stretch;
}

#grid-node-_59044d91-26a5-1116-164b-4760f093c4bc-0e9609de, #grid-node-_5af35ad3-f1a5-4e55-1445-41bcae0aacb9-0e9609de, #grid-node-_77cfcb47-04ce-fd72-c88a-989522dc2972-0e9609de, #grid-node-_26fa13c0-3a4c-cbdb-6b43-9adc46709d8f-0e9609e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9ba98-7336cdb4, #grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9ba9f-7336cdb4, #grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9baa6-7336cdb4, #grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9baad-7336cdb4, #grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9bab4-7336cdb4, #grid-node-_9b22f7ca-a8bd-a191-d82e-723553e9babb-7336cdb4 {
  place-self: stretch stretch;
}

#grid-node-_3ec33fb0-8f1b-a06b-503d-5b4f4b9b50b2-7336cdb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#grid-node-_3ec33fb0-8f1b-a06b-503d-5b4f4b9b50ca-7336cdb4 {
  place-self: stretch stretch;
}

#grid-node-_3ec33fb0-8f1b-a06b-503d-5b4f4b9b50cc-7336cdb4 {
  place-self: center;
}

#grid-node-_3ec33fb0-8f1b-a06b-503d-5b4f4b9b50e4-7336cdb4, #grid-node-_3ec33fb0-8f1b-a06b-503d-5b4f4b9b5100-7336cdb4, #grid-node-_2068ff4a-e4e6-120c-e68a-fe9e7be9f6d0-7336cdb4, #grid-node-_88574e59-4261-3664-df95-9a1da5f7c49f-7336cdb4 {
  place-self: stretch stretch;
}

#grid-node-e01e939d-c234-b95a-4910-3cdbce93e062-4d19eec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#grid-node-_713f5e27-19db-ca94-ae8e-809374350fb8-4d19eec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#grid-node-_1f34bff5-e36a-7688-1ab6-dd3e2499d286-2ee32dc0, #grid-node-b268b504-c0a3-2334-894e-27f509f4fa71-2ee32dc0, #grid-node-de603680-5db5-7a9a-cfa7-d83a2633dcdd-2ee32dc0, #grid-node-_4e428548-bcbe-d9e5-e1a8-cbb323b7839a-2ee32dc0, #grid-node-_2d9bfd0f-fd5f-859a-73e3-cbecca794898-a9221694, #grid-node-b2f12163-8332-b82d-b63f-ff9f3209e187-a9221694, #grid-node-_402aaefe-b085-90f8-3e5b-15149858f226-a9221694, #grid-node-ab79fbde-7f72-d5f9-cf22-1a1189a6cccb-a9221694 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b02-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b1c-0e960927 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b02-0e960927, #grid-node-bfd5c271-d9e7-ed0b-b1a3-9b5d15d32b1c-0e960927 {
    order: -9999;
  }

  #grid-node-e01e939d-c234-b95a-4910-3cdbce93e062-0e9609c3, #grid-node-_7d0f5fec-5f57-66c6-21eb-db2b491fb0f4-0e9609c3, #grid-node-_713f5e27-19db-ca94-ae8e-809374350fb8-0e9609c3, #grid-node-e01e939d-c234-b95a-4910-3cdbce93e062-4d19eec5, #grid-node-_713f5e27-19db-ca94-ae8e-809374350fb8-4d19eec5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: Site Icons;
  src: url('../fonts/site-icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
