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

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

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --powder: #f1f1f1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

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

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7rem;
}

.background-video {
  background-image: linear-gradient(#000, #fff0 69%), linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 20;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block {
  color: #fff;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.text-block-2 {
  font-size: 27px;
  line-height: 1em;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 0 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.div-block {
  width: 50px;
}

.link-block-2 {
  width: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  padding: 0 0 35px;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Messinasans Book, sans-serif;
  font-size: 69px;
  line-height: 1em;
}

.image {
  margin-bottom: 3%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.button {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 50px;
  margin-bottom: 2.5%;
  margin-right: 0%;
  padding: 20px 30px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 17px;
  position: relative;
  inset: auto 0% 0% auto;
}

.button:hover {
  color: #fff;
  background-color: #133a28;
  border-color: #133a28;
}

.button._2 {
  z-index: 10;
  color: #fff;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 0;
  border-color: #86868600;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 14px 19px 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 18px;
  position: relative;
  inset: auto auto 0% 0%;
}

.button._2.sss {
  color: #000;
  background-image: url('../images/right-arrow-black_1right arrow black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 3%;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.button._2.sss:hover {
  padding-right: 26px;
}

.button._2.sss.s {
  margin-bottom: 0%;
  margin-left: 3%;
}

.button._2.sss.s.dfghj {
  margin-top: 0;
}

.button._2.sss.ssssss {
  background-position: 100% 54%;
  background-size: 13px;
  margin-left: 0%;
  padding-right: 30px;
  font-size: 30px;
}

.button._2.sss.ssssss:hover {
  padding-right: 40px;
}

.button.ss {
  z-index: 10;
  color: #fff;
  background-color: #133a28;
  margin-top: 50px;
  position: relative;
}

.button.ss:hover {
  background-color: #0d271b;
}

.button.ss.s {
  margin-top: 0;
  margin-right: 0%;
}

.button.sss {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 30px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  height: 110vh;
  display: block;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-4.r {
  align-items: flex-end;
  padding-right: 0%;
  position: relative;
}

.div-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  max-width: 100%;
  padding: 0;
  display: block;
}

.div-block-6 {
  background-color: #133a28;
  background-image: url('../images/Minimalist-Seamless-Patterns.png');
  background-position: 0 0;
  background-size: contain;
  width: 88%;
  max-width: 100%;
  height: 60%;
  margin-bottom: -91px;
  margin-left: auto;
  margin-right: 0;
  padding: 79px;
  position: absolute;
}

.div-block-6._2 {
  background-color: #b3acac;
  background-image: url('../images/scottish-highland-cattle-on-a-pasture-2024-09-17-06-59-12-utc_1scottish-highland-cattle-on-a-pasture-2024-09-17-06-59-12-utc.avif');
  background-position: 46%;
  background-size: cover;
  width: 86%;
  height: 60%;
  margin-bottom: 2%;
  margin-right: 8%;
  position: absolute;
}

.text-block-4 {
  color: #000;
  margin-bottom: 6%;
  margin-left: auto;
  margin-right: auto;
  font-family: Messinasans Book, sans-serif;
  font-size: 42px;
  line-height: 1em;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-9 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-12 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 0%;
  display: flex;
}

.div-block-13 {
  background-color: #000;
  background-image: url('../images/adinkra-bg-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-14 {
  background-color: #fff;
  background-image: url('../images/Mountain-5.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 46%;
  margin-left: -20%;
  padding-top: 17px;
  padding-left: 5%;
  display: flex;
}

.div-block-15 {
  background-image: linear-gradient(#131615cf, #131615cf), url('../images/adinkra-bg-2-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 120vh;
}

.text-block-5 {
  color: #000;
  text-align: left;
  margin-bottom: 8px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 42px;
  line-height: 1em;
}

.div-block-17 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 22px;
  display: flex;
}

.div-block-17.ssss {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-19.r {
  align-items: flex-end;
  padding-right: 0%;
  position: relative;
}

.div-block-19.r.rr {
  width: 55%;
}

.div-block-20 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  max-width: 100%;
  padding: 0;
  display: block;
}

.div-block-21 {
  justify-content: space-between;
  align-items: center;
  height: 110vh;
  display: block;
}

.div-block-22 {
  background-color: #133a28;
  justify-content: flex-start;
  align-items: center;
  height: 190px;
  display: flex;
}

.div-block-22.dfgh {
  margin-top: 70px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 110vh;
  padding-top: 0;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-transform: capitalize;
  max-width: 100%;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 42px;
  line-height: 1em;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.image-2 {
  width: 39px;
}

.menu {
  z-index: 15;
  background-color: #006400;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-26 {
  flex-flow: column;
  width: 60%;
  padding-top: 0;
  display: flex;
}

.div-block-26._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding-top: 0;
}

.button-2 {
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 47px;
  line-height: 1.1em;
  transition: color .3s;
}

.button-2:hover {
  color: #3cad79;
}

.div-block-27 {
  flex-flow: row;
  align-items: flex-start;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.text-span {
  color: #e7c5d7;
  margin-right: 30px;
  font-size: 14px;
  position: relative;
  top: -7px;
}

.div-block-28 {
  width: 1500px;
  max-width: 100%;
  height: 160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-29 {
  border-top: .5px solid #e7c5d7;
  justify-content: flex-start;
  align-items: center;
  padding-top: 41px;
  padding-bottom: 41px;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: 13px 20px;
  font-family: Messinasans Book, sans-serif;
  font-size: 10px;
  transition: color .3s;
}

.button-3:hover {
  color: #3cad79;
}

.button-3.sss {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 0;
  padding-right: 17px;
  font-size: 10px;
  position: relative;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Messinasans Book, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.button-4 {
  color: #3cad79;
  letter-spacing: 1px;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Messinasans Book, sans-serif;
  font-size: 14px;
  line-height: 2em;
}

.div-block-30 {
  flex-flow: column;
  margin-right: 0;
  padding-top: 30px;
  display: flex;
}

.div-block-31 {
  align-items: center;
  display: flex;
}

.div-block-32 {
  background-color: #fff;
  background-image: url('../images/ig.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

.div-block-32.s {
  background-image: url('../images/tiktok-icon.png');
}

.text-block-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #133a28;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 2px 11px 1px 12px;
  font-family: Messinasans, sans-serif;
  font-size: 8px;
  font-weight: 600;
}

.tab-link-tab-5 {
  background-color: #ddd0;
  border: 3px solid #fff;
  border-right-width: 0;
  width: 100%;
  padding: 0;
}

.tab-link-tab-5.w--current {
  border: 3px solid #fff;
  border-right-width: 0;
}

.image-13 {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -4px;
  left: -4px;
}

.image-13.jj {
  top: -4px;
}

.div-block-37 {
  margin-top: -10px;
  display: flex;
}

.quantity {
  color: #000;
  background-color: #fff;
  border-right-width: 0;
  border-radius: 20px 0 0 20px;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 21.5px;
  font-family: Austinhairline Roman, sans-serif;
  font-weight: 700;
}

.left-arrow {
  display: none;
}

.div-block-49 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  max-width: 100%;
  height: 120px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0% 1% 11px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
  position: static;
}

.text-block-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #133a28;
  border-radius: 20px;
  margin-top: 4px;
  margin-right: 10px;
  padding: 2px 8px 2px 11px;
  font-family: Messinasans Book, sans-serif;
  font-size: 10px;
  display: inline-block;
  position: relative;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 19px;
  display: flex;
}

.select-field {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 100%;
  height: 47px;
  font-size: 12px;
  position: relative;
  top: -10px;
}

.div-block-56 {
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  position: static;
  top: 130px;
}

.image-4 {
  width: 100%;
  margin-bottom: 10px;
}

.option-list {
  position: relative;
  top: -10px;
  left: 0;
}

.text-block-14 {
  color: #133a28;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  top: 2.5px;
}

.slide {
  background-color: #0000;
  height: auto;
}

.tab-link-tab-4 {
  background-color: #ddd0;
  border: 3px solid #fff;
  width: 100%;
  padding: 0;
}

.tab-link-tab-4.w--current {
  background-color: #ddd;
  border: 3px solid #fff;
}

.text-block-17 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 0;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  top: 1px;
}

.add-to-cart-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #133a28;
  border: 0 solid #0000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 47px;
  padding: 16px 20px 16px 22px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.add-to-cart-button:hover {
  background-image: linear-gradient(#000, #000);
}

.faq-plus {
  background-color: #000;
  border-radius: 0;
  width: 15px;
  height: 1px;
}

.div-block-34 {
  height: auto;
  position: relative;
}

.faq-plus-l {
  background-color: #000;
  border-radius: 0;
  width: 1px;
  height: 15px;
  position: absolute;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
  padding-left: 0;
}

.rich-text-block-2 {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  width: 800px;
  max-width: 100%;
  margin-top: 13px;
  margin-bottom: 20px;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.add-to-cart {
  margin-top: 5%;
}

.faq-q-text {
  font-family: Messinasans, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border: 3px solid #fff;
  width: 100%;
  padding: 0;
}

.tab-link-tab-3.w--current {
  background-color: #ddd;
}

.div-block-35 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.text-block-18 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 4px 9px 0 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.text-block-18._3 {
  color: #133a28;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  font-family: Messinasans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  top: 0;
}

.text-block-18._1 {
  color: #fff;
  background-color: #133a28;
  border-radius: 20px;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 0;
  padding: 2px 14px;
  font-family: Messinasans Book, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-18._1._0 {
  color: #fff;
  background-color: #133a28;
  font-family: Messinasans, sans-serif;
  font-weight: 600;
}

.div-block-45 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  display: flex;
}

.product-wrapper {
  width: 1500px;
  max-width: 100%;
  height: 100%;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 3%;
  position: relative;
}

.div-block-38 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-bottom: -54px;
  margin-left: 2%;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  display: none;
}

.div-block-52 {
  width: 66vh;
  height: 100%;
  position: sticky;
  top: 116px;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 3px solid #fff;
  width: 100%;
  padding: 0;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
}

.text-block-19 {
  color: #000;
  text-transform: capitalize;
  width: auto;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: -2px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1em;
}

.div-block-57 {
  background-color: #f8f8f8;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  padding: 35px 34px 40px 4%;
  display: flex;
}

.button-5 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #e6e7ea;
  border-radius: 20px;
  margin-right: 7px;
  font-size: 9px;
}

.button-5.w--ecommerce-pill-selected {
  background-color: #133a28;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #ddd0;
  border: 3px solid #fff;
  width: 100%;
  padding: 0;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-2.faq-container {
  border-radius: 5px;
  max-width: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-20 {
  color: #133a28;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1%;
  margin-bottom: 2.2%;
  display: flex;
}

.div-block-36.s {
  margin-top: 0%;
  margin-bottom: 2%;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}

.option {
  width: 160px;
  position: relative;
}

.faq-question {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  cursor: pointer;
  align-items: center;
  height: 50px;
  font-family: Messinasans Book, sans-serif;
  font-weight: 500;
  display: flex;
}

.rich-text-block {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-21 {
  color: #133a28;
  letter-spacing: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
}

.text-block-21.sfg {
  color: #133a28;
  text-transform: uppercase;
  margin-top: 8.5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 600;
}

.text-block-21.y {
  color: #133a28;
  margin-top: 7px;
}

.div-block-58 {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-50 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -7px;
  margin-left: -3px;
  padding-left: 0;
  display: flex;
}

.slide-nav {
  color: #fff;
  text-align: right;
  flex-flow: row;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 16px;
  display: none;
}

.div-block-51 {
  padding-top: 1px;
  display: flex;
}

.default-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -15px;
  font-weight: 400;
  display: flex;
}

.buy-now-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e9e9e9;
  border: 0 solid #e6e7ea00;
  border-radius: 0 20px 20px 0;
  height: 47px;
  margin-top: 0;
  padding: 17px 26px 17px 24px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: none;
  position: relative;
  left: 0;
}

.image-5 {
  width: 100%;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.topbar-green {
  z-index: 11;
  background-color: #133a28;
  height: 102px;
  position: fixed;
  inset: 0% 0% auto;
}

.button-group {
  width: 447px;
  margin-bottom: 18px;
}

.div-block-59 {
  width: 1500px;
  max-width: 100%;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}

.div-block-59.f {
  margin-top: 80px;
}

.text-block-22 {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Messinasans, sans-serif;
  font-size: .75vw;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-60 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #133a28;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 22px 19px;
  display: flex;
}

.image-14.r {
  border-radius: 0;
}

.link-block-3 {
  position: absolute;
  inset: 0%;
}

.div-block-61 {
  margin-top: 50px;
  margin-bottom: 43px;
  padding-bottom: 0;
  padding-left: 3px;
}

.collection-item {
  padding-left: 0;
}

.paragraph-3 {
  font-family: Messinasans, sans-serif;
}

.div-block-63 {
  background-color: #133a28;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 57px;
  padding: 67px 4% 60px;
  position: relative;
}

.text-block-23 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 43px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 14px;
}

.text-field {
  color: #000;
  text-transform: capitalize;
  border: 1px solid #0000;
  border-radius: 10px;
  font-family: Austinhairline Roman, sans-serif;
}

.text-field::placeholder {
  color: #000;
}

.div-block-64 {
  height: auto;
  margin-top: 40px;
}

.user-log-in-log-out {
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 26px;
  margin-right: 17px;
  padding: 2px 16px;
  font-family: Austinhairline Roman, sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.cart-div {
  z-index: 30;
  text-align: right;
  width: 1500px;
  max-width: 100%;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 120px;
  position: fixed;
  inset: 0% 0% auto;
}

.cart {
  z-index: 15;
  top: 33px;
}

.cart-button {
  background-color: #3898ec00;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
}

.cart-quantity {
  color: #226446;
  background-color: #e5e5e5;
  font-family: Messinasans, sans-serif;
  font-size: 10px;
}

.image-15 {
  filter: invert(10%);
  width: 25px;
  margin-right: -2px;
  position: relative;
  top: -1px;
}

.image-15:hover {
  opacity: .6;
}

.heading {
  color: #000;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 21px;
}

.checkout-button {
  color: #fff;
  background-color: #226446;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 17px;
}

.text-block-24 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.cart-item {
  font-family: Messinasans, sans-serif;
}

.text-block-25 {
  color: #216446;
  text-align: left;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
}

.option-2 {
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: -1px;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  text-transform: none;
  padding-bottom: 1px;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
}

.cart-footer {
  color: #000;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.remove-button {
  color: #fff;
  text-align: center;
  background-color: #216446;
  border-radius: 20px;
  width: 60px;
  margin-top: 7px;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
}

.cart-quantity-2 {
  color: #000;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.cart-line-item {
  text-transform: uppercase;
  font-size: 13px;
}

.text-block-27 {
  color: #216446;
}

.div-block-69 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-28 {
  font-family: Austinhairline Roman, sans-serif;
}

.error-message {
  color: #ff5a5a;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  font-family: Austinhairline Roman, sans-serif;
}

.error-state {
  background-color: #ffdede00;
  padding-top: 0;
  padding-bottom: 0;
}

.out-of-stock-state {
  color: #ff6060;
  text-transform: capitalize;
  background-color: #ddd0;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: -20px;
}

.error-state-2 {
  color: #ff6363;
  text-transform: capitalize;
  background-color: #ffdede00;
  font-family: Messinasans Book, sans-serif;
}

.footer-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 1rem;
  padding-bottom: .6rem;
}

.footer-row.no-border {
  border-bottom-style: none;
}

.form-block {
  width: 100%;
}

.footer {
  background-color: #133a28;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-white {
  color: #fff;
  font-family: Messinasans, sans-serif;
  position: relative;
}

.text-white.sss {
  text-transform: capitalize;
  font-size: 12px;
  top: 36px;
}

.heading-small {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-small.text-white {
  text-transform: capitalize;
  font-family: Messinasans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  width: 100%;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
}

.form {
  position: relative;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-col.size {
  border-left: 1px solid #fff3;
  width: 22rem;
  padding-bottom: 14rem;
  padding-left: 2rem;
}

.italic {
  font-style: italic;
  font-weight: 200;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  position: absolute;
  inset: auto auto 0% 0%;
}

.submit-button-2 {
  text-transform: uppercase;
  background-color: #000;
  height: 2.6rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: .8rem;
  position: absolute;
  inset: .2rem .2rem auto auto;
}

.text-field-2 {
  border: 3px solid #fff;
  height: 3rem;
  padding-left: 1.2rem;
  font-size: .8rem;
}

.text-field-2::placeholder {
  color: #000;
}

.italic-link {
  z-index: 1;
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.italic-link:hover {
  color: #329668;
}

.footer-bar {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.border-line-text {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-16 {
  margin-top: 75px;
}

.text-block-29 {
  color: #fff;
  margin-bottom: 31px;
  margin-left: 0;
  margin-right: auto;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 40px;
  position: relative;
  top: -151px;
}

.image-17 {
  margin-bottom: 12vh;
  margin-left: -4px;
}

.div-block-70 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Messinasans, sans-serif;
  font-size: 9px;
  font-weight: 300;
  display: flex;
}

.link {
  color: #38ad77;
  text-decoration: none;
}

.user-log-in-log-out-2 {
  text-transform: capitalize;
  border-radius: 20px;
  padding: 10px 21px;
  font-family: Austinhairline Roman, sans-serif;
  font-size: 17px;
}

.user-log-in-log-out-2:hover {
  color: #fff;
  background-color: #2c8b5f;
}

.button-6 {
  filter: invert();
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/right-arrow-black_1right arrow black.png');
  background-position: 100% 51%;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-right: 20px;
  font-family: Messinasans Book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: all .3s;
}

.button-6:hover {
  padding-right: 27px;
}

.text-block-30 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 33px;
  font-family: Messinasans, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-71 {
  margin-left: auto;
  margin-right: 0;
}

.body {
  background-color: #133a28;
}

.submit-button-3 {
  color: #133a29;
  background-color: #fff;
  font-family: Austinhairline Roman, sans-serif;
}

.log-in-form-block {
  color: #fff;
  font-family: Austinhairline Roman, sans-serif;
}

.link-block-4 {
  color: #ffcfcf;
}

.sign-up-form-block {
  color: #fff;
  width: auto;
  font-family: Austinhairline Roman, sans-serif;
}

.body-2 {
  background-color: #133a28;
}

.link-block-5, .link-block-6 {
  color: #fff;
  text-decoration: none;
}

.submit-button-4 {
  color: #000;
  background-color: #fff;
}

.link-block-7 {
  color: #ffcfcf;
}

.sign-up-form {
  width: 440px;
}

.page-wrapper {
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-family: Messinasans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}

.checkbox-field {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: Messinasans, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.form-footer {
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
}

.form-footer-2 {
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.loader {
  z-index: 100;
  background-color: #006400;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-3 {
  width: 270px;
}

.lottie-animation {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  width: 100%;
}

.g_header_btn_wrap.u-hflex-left-center.u-gap-xsmall {
  display: flex;
}

.hero_contain.u-container {
  min-height: 100svh;
}

.hero_contain.u-container.u-vflex-stretch-between.u-gap-medium {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 220px;
  display: flex;
}

.btn_main_wrap {
  color: #fff;
  background-color: #006400;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-right: 20px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.btn_main_wrap:hover {
  color: #006400;
  background-color: #fff;
  border-color: #fff;
}

.hero_column-2 {
  grid-column: 10 / span 3;
}

.hero_top {
  height: 0;
}

.btn_main_list {
  margin-left: auto;
  margin-right: auto;
}

.hero_column-1 {
  grid-column: 1 / span 8;
  max-width: 50rem;
}

.hero_layout.u-grid-custom {
  grid-row-gap: 4rem;
}

.g_eyebrow_marker {
  background-color: #fff;
  border-radius: 100vw;
  flex: none;
  width: .75rem;
  height: .75rem;
  padding-bottom: 0;
  padding-right: 0;
}

.text-color-neutral-400 {
  color: #1b6504;
}

.sub-heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.badge {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.page-padding {
  background-image: url('../images/adinkra-bg-copy_1.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.grid-subheading-wrapper {
  width: 100%;
  max-width: 416px;
}

.section-large {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.heading-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 48px;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.grid-three-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.hero-img-wrap {
  perspective: 2000px;
}

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

.grid-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: 78px;
  font-weight: 500;
  line-height: 1.2;
}

.hero_card_wrap.u-vflex-stretch-top.u-gap-xsmall {
  margin-bottom: 60px;
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.g_link-title_icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.g_visual_img.u-cover-absolute {
  width: 100%;
  height: 50px;
}

.g_visual_overlay {
  background-color: #000;
}

.g_link-title_wrap.u-hflex-between-center.u-hflex-nowrap.u-gap-xsmall {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.hero_card_img {
  aspect-ratio: 3.17 / 1.74;
}

.brands-mini-slide {
  aspect-ratio: 3.17 / 1.74;
  width: 300px;
  height: 180px;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.mini-hero-slides {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}

.image-19 {
  object-fit: contain;
}

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 180px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.card3-content {
  background-image: url('../images/Store-Bamb™_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card.card3-content:hover {
  transform: scale(1.04);
  box-shadow: 0 7px 33px #3a3a3a54;
}

.vas-card-content {
  background-color: #ed2b2782;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: relative;
}

.vas-card-content.vas-others {
  background-color: #0000003d;
  background-image: linear-gradient(#0000 46%, #2e0208d4 92%);
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.larger-paragraph {
  color: #666;
  font-family: Messinasans Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 20px;
}

.larger-paragraph.white-hero-paragraph.hero2-paragraph {
  margin-bottom: 0;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.card-headline {
  color: #fff;
  margin-top: 10px;
}

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

.cta-button {
  color: #f7f8f8;
  text-align: center;
  text-shadow: 0 3px 8px #00000040;
  background-image: linear-gradient(93deg, #176400 9%, #1a6404 44%, #1c6806 64%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: text-shadow .12s, box-shadow .12s;
  display: flex;
}

.cta-button:hover {
  text-shadow: 0 3px 12px #0000008f;
  box-shadow: 0 1px 40px #503fcd80;
}

.cta-button.products-btn {
  color: #186401;
  background-color: #fff;
  background-image: none;
}

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

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-secondary:hover {
  background-color: #eceefe;
}

.button-secondary:active {
  background-color: #d8d7df;
}

.button-secondary.icon-right {
  padding-right: 24px;
}

.header-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.header-logo-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-header-large {
  padding: 300px 5% 120px;
  position: relative;
  overflow: hidden;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary:hover {
  background-color: #6478f7;
}

.button-primary:active {
  background-color: #7788f8;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-brand {
  color: #5167f6;
}

.header-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-color-brand {
  color: #5167f6;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h1-heading {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.section {
  background-color: #836565;
}

.layout423_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

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

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-size-medium {
  font-size: 1.125rem;
}

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

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.text-color-white {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.layout423_card {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout423_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.layout423_instructions-callout-image {
  margin-top: 1.5rem;
}

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

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout423_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout423_hover-content {
  display: none;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.layout423_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout423_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.layout-423-instructions-delete {
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  text-align: left;
  background-color: #fff;
  padding: 2rem;
}

.layout423_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.layout423_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.section_layout423 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.feature-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h6-heading {
  color: #060606;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.tab-circle {
  border: 1.5px solid #060606;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.paragraph-regular-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.feature-tabs-menu {
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.section-regular {
  padding: 80px 5%;
}

.feature-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.feature-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 980px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-heading-2 {
  color: #060606;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.15;
}

.feature-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-color-orange {
  color: #c7622b;
}

.feature-tab-pane {
  border-top: 1px solid #060606;
  padding-top: 80px;
}

.icon-wrapper {
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.tab-link {
  color: #060606;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #e0e3e6;
  border-radius: 32px;
  align-items: center;
  padding: 4px 14px 4px 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.tab-link.w--current {
  color: #fff;
  background-color: #060606;
}

.space-x-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.overline-large-2 {
  color: #060606;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.portfolio-gallery_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.section_portfolio-content1 {
  background-color: #1e6229;
  border-radius: .5rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-gallery_image-wrapper {
  width: 100%;
  position: relative;
}

.padding-global-2 {
  color: #fff;
  padding-top: 140px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.portfolio-header_content-left {
  margin-bottom: 60px;
}

.section_portfolio-header {
  background-color: #fff;
}

.footer_component {
  background-color: #1e0044;
  border-radius: 1.5rem;
}

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

.button-8 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: .625rem .875rem;
  text-decoration: none;
  transition: box-shadow .6s;
}

.button-8:hover {
  box-shadow: 0 0 8px 2px #ffffff80;
}

.button-8.is-footer-cta {
  border-width: 2px;
  padding: 1rem 3.5rem;
  font-size: 4rem;
}

.button-8.is-footer-cta:hover {
  box-shadow: 0 0 40px 2px #ffffff80;
}

.availability_indicator {
  background-color: #61ff00;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.portfolio-content1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.heading-style-h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.section_portfolio-testimonial {
  color: #0b001a;
  background-color: #e9deff;
  border-radius: 1.5rem;
}

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

.main-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: url('../images/adinkra-bg-copy_1.webp');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
}

.heading-style-h2-2 {
  font-size: 3rem;
  line-height: 1.2;
}

.navbar_link-text {
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.portfolio-gallery_lightbox-link {
  width: 100%;
}

.portfolio-content2_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.heading-style-display {
  font-size: 6rem;
  line-height: 1.1;
}

.section_portfolio-content2 {
  background-color: #1e6229;
  border-radius: .5rem;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.navbar_link-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.footer_menu-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.portfolio-gallery_image2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.footer_mid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.portfolio-content1_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

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

.portfolio-content2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.portfolio-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8338ec 49.3%, #b923ff 87.76%);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.portfolio-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.footer_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.portfolio-gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

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

.text-size-small.is-inside-accordion {
  padding: 1rem 1.5rem 2rem;
}

.portfolio-content2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.portfolio-gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.portfolio-header_component {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.portfolio-header_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-content1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-avail_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section_portfolio-gallery {
  padding-bottom: 100px;
}

.portfolio-gallery_image1 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.portfolio-gallery_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.page-heading-text {
  color: #1e6229;
  font-weight: 600;
}

.hero-wrapp {
  color: #fff;
  padding-top: 220px;
}

.portfolio-content2_image-copy {
  aspect-ratio: 2.39;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.brands-wrapper {
  border-radius: .5px;
  flex: 1;
  width: 100%;
}

.max-width-large-2 {
  width: 100%;
  max-width: 650px;
}

.subheading-x-large {
  color: #252527;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-x-large.text-color-black {
  color: #000;
  font-weight: 600;
}

.h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

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

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-regular-3 {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e6e6e7;
  border-radius: .5rem;
  flex-flow: column;
  padding: 24px;
  transition: filter .3s, border-color .3s, background-color .3s;
  display: flex;
}

.content-card:hover {
  filter: saturate();
  background-color: #fff;
  border-color: #fff;
}

.grid-three-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-color-orange-500 {
  color: #ff5805;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.content-image {
  aspect-ratio: 3.36 / 2.4;
  position: relative;
  overflow: hidden;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-regular-4 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-gray-600 {
  color: #59595f;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-2 {
  background-color: #f5f5f6;
  border-radius: .5rem;
  padding: 5%;
  position: relative;
}

.column {
  flex-flow: column;
  display: flex;
}

.checkbox-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field-2:active {
  color: #14151aad;
}

.map-container {
  border-radius: .5rem;
  position: relative;
}

.styleguide_contact {
  grid-column-gap: 11.375rem;
  grid-row-gap: 11.375rem;
  background-color: #1e6229;
  background-image: url('../images/adinkra-bg-copy.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.styleguide_icon-button {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  display: flex;
}

.styleguide_icon-button.background-color-brandcolor100 {
  z-index: 1;
  color: #14151a;
  background-color: #c2282e;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.styleguide_product-btntext {
  color: #14151a;
  padding-left: .25rem;
  padding-right: .25rem;
}

.map-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 51rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.input-secondary--wrapper {
  color: #14151a;
  letter-spacing: -.008125rem;
  background-color: #14151a0a;
  border: 0 solid #000;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .9375rem;
  position: relative;
}

.input-secondary--wrapper:hover {
  color: #14151aad;
  background-color: #14151a24;
}

.input-secondary--wrapper::placeholder {
  color: #14151aad;
  letter-spacing: -.008125rem;
  font-size: .9375rem;
}

.svg-3 {
  color: #c2282e;
  display: none;
  position: absolute;
  inset: 25.4375rem auto auto 26.5rem;
}

.link-contact {
  cursor: pointer;
  border-radius: .5rem;
  font-weight: 300;
  text-decoration: none;
}

.styleguide_cards-contact {
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.glare {
  background-color: #c2282e;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  margin-right: .55rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.image-productcard {
  width: 1rem;
  height: 1rem;
}

.padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.paragraph_p3med-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: -.008125rem;
  margin-top: 10px;
  font-size: .9375rem;
  font-weight: 500;
  position: relative;
}

.svg-5 {
  color: #fff;
}

.input-secondary {
  color: #14151a;
  letter-spacing: -.008125rem;
  background-color: #14151a0a;
  border: 0 #000;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
  font-size: .9375rem;
}

.input-secondary:hover {
  color: #14151aad;
  background-color: #14151a24;
}

.input-secondary::placeholder {
  color: #14151aad;
  letter-spacing: -.008125rem;
  font-size: .9375rem;
}

.input-secondary.text-ares {
  height: 9.5rem;
}

.pseudo-btn {
  background-color: #fff;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.checkbox {
  border: 1px solid #14151a1a;
  border-radius: 0;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: .25rem .5rem .25rem 0;
  padding: .125rem;
}

.checkbox:hover {
  border-color: #c2282e;
}

.checkbox:active {
  background-color: #14151a0a;
  border-width: 0;
}

.checkbox.w--redirected-checked {
  background-color: #c2282e;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 0;
  margin: .25rem .5rem .25rem 0;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.link-2 {
  color: #14151a;
}

.pop-up_title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.success-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 27.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-wrap.form-white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10.375rem 1.875rem;
}

.breadcrumbs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1.875rem auto auto 1.875rem;
}

.breadcrumbs.position-relative {
  flex-flow: wrap;
  position: relative;
  top: 0;
  left: 0;
}

.success-message-4 {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  position: static;
  inset: -10rem 0% auto;
}

.success-message-4.form-contacts {
  top: 0;
}

.styleguide_heading-h6 {
  letter-spacing: -.01375rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.styleguide_heading-h6.color-black100 {
  color: silver;
  font-weight: 600;
}

.link-big {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.form_row-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.h2 {
  font-family: Messinasans Book, sans-serif;
  font-weight: 400;
}

.pop-up_form {
  margin-bottom: 0;
}

.breadcrumbs-wrapper {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.breadcrumbs-wrapper.padding-contacts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.icon-wrap {
  background-color: #c2282e;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.form_content-wrapper {
  margin-bottom: .75rem;
}

.pop-up {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  max-width: 41.625rem;
  padding: 1.875rem;
  display: flex;
  position: relative;
}

.pop-up.contact-form {
  background-color: #dad8d8;
  border-radius: .5rem;
  position: absolute;
  inset: 7.6875rem 1.875rem 7.6875rem auto;
}

.span_link {
  text-decoration: underline;
}

.paragraph_p2 {
  color: #14151aad;
  letter-spacing: -.01375rem;
  max-width: 18.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph_p2.width100 {
  max-width: 100%;
}

.paragraph_p2.width-444 {
  width: 27.75rem;
  max-width: 100%;
}

.contacts-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2.5rem;
  display: grid;
}

.styleguide_captions-c1 {
  color: #14151aad;
  letter-spacing: -.0025rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1rem;
}

.styleguide_captions-c1.color-black100 {
  color: #14151a;
  margin-bottom: 0;
}

.styleguide_captions-c1.color-brandcolor100 {
  color: #c2282e;
  white-space: nowrap;
}

.submit-button-5 {
  z-index: 1;
  color: #3898ec00;
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.divider {
  background-color: #ffffffad;
  border-radius: .5rem;
  width: .1875rem;
  height: .1875rem;
}

.divider.color-black68 {
  color: #14151aad;
  background-color: #14151aad;
}

.button-redblack {
  background-color: #14151a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  padding: .375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-redblack.width-100 {
  width: 100%;
}

.elements {
  justify-content: center;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.path-3 {
  padding-left: .3525rem;
  padding-right: .3525rem;
  display: none;
}

.svg {
  color: #14151a;
  cursor: pointer;
  position: absolute;
  inset: 1.2275rem 1rem 1.2275rem auto;
}

.svg.clear-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: none;
  top: 1rem;
  bottom: 1rem;
}

.contact-wapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: url('../images/adinkra-bg-copy_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  margin-bottom: 2.5rem;
  padding-top: 100px;
}

.padding-global-3-copy {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.code-embed {
  border-radius: .5rem;
}

.about-us-hero-wrapper {
  color: #fff;
  background-color: #1e6229;
  padding-top: 220px;
}

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

.heading-style-h3 {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.value-description-absolute {
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.margin-bottom-2 {
  margin: 0 0 2rem;
}

.value-cell {
  color: #fff;
  cursor: default;
  background-color: #222;
  border-radius: 2.5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-4.padding-section-small {
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.7rem;
}

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistic-cell {
  background-color: #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.statistic-content {
  color: #fff;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  padding: 1rem;
  display: flex;
}

.statistic-content._2nd {
  height: 82%;
}

.statistic-content._3rd {
  height: 90%;
}

.statistic-content._4th {
  height: 96%;
}

.statistic-content.markets {
  height: 65%;
}

.benefit-statistics-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-6.padding-section-small {
  background-color: #f1f1f1;
}

.padding-global-6.padding-section-small.is-full-height {
  z-index: 0;
  background-color: #f1f1f100;
  background-image: linear-gradient(#000000a6, #000000a6);
  height: 100%;
  position: relative;
}

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #ffffff26;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
}

.full-image-absolute {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-home-cta {
  height: 500px;
  position: relative;
}

.section-home-cta.is-relative {
  position: relative;
}

.home-cta-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-72 {
  padding-top: 220px;
}

.about-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.header-image-6 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.hero-image-wrapper {
  border-radius: 0;
  flex: none;
  width: 22vw;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.is-image6 {
  top: 5%;
}

.hero-image-wrapper.is-image3 {
  width: 15vw;
}

.hero-image-wrapper.is-image4 {
  top: 15%;
}

.hero-image-wrapper.is-image5 {
  width: 30vw;
  height: 100%;
}

.hero-image-wrapper.image-1 {
  top: 5%;
}

.hero-image-wrapper.is-image2 {
  width: 15vw;
}

.hero-small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -5%;
}

.hero-image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 50% 30% 20%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.hero-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.hero-content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header-image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header-image-3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.hero-image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

.header-image-7 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  font-weight: 400;
}

.header-image-8 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

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

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

.header-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.header-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-radius: 999px;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: background-color .15s;
}

.button-10:hover {
  color: #fff;
  background-color: #404040;
}

.button-10.secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #e5e5e5;
}

.button-10.secondary:hover {
  background-color: #f5f5f5;
}

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

.hero-component {
  height: 250vh;
  position: relative;
}

.heading-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.section-grid-x12-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom-3 {
  margin: 0 0 8rem;
}

.value-cell-2 {
  color: #fff;
  cursor: default;
  background-color: #222;
  border-radius: 2.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-74 {
  background-color: var(--powder);
  padding: 100px 2.5rem;
}

.accordian-cell {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

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

.accordion-icon {
  width: .75rem;
  height: .75rem;
  font-size: 3rem;
}

.accordion-content {
  overflow: hidden;
}

.icon-wrapper-2 {
  opacity: 1;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.margin-bottom-4 {
  margin: 0 0 8rem;
}

.margin-bottom-4.lower-level {
  border-top: 1px solid #000;
  margin-top: 2rem;
  padding-top: 2rem;
}

.accordion-heading-cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordian-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #222;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.accordian {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-75 {
  padding-left: 1.5rem;
}

.text-block-31 {
  margin-top: 40px;
}

.job-title {
  margin-top: 5px;
  margin-bottom: 20px;
}

.team-name {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

.image-21 {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.team-papara {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 28px;
}

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

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-radius: 999px;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: background-color .15s;
}

.button-11:hover {
  color: #fff;
  background-color: #404040;
}

.button-11.secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #e5e5e5;
}

.button-11.secondary:hover {
  background-color: #f5f5f5;
}

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

.contact-page-inner-wrapper {
  padding-top: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bento-card {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

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

.heading-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.bento-box-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bento-grid-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.padding-large-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-secondary-color {
  color: #737373;
}

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

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

.bento-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2.5rem;
  display: flex;
}

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

.xsmall-spacer.largesdsdsd {
  height: 60px;
}

.bento-box-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bento-image-wrapper {
  overflow: hidden;
}

.heading-h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.bento-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.image-22 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.our-brands {
  background-image: url('../images/adinkra-bg-copy_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.brands-inner {
  padding-top: 10rem;
  padding-bottom: 7rem;
}

.text-align-left-copy {
  text-align: left;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

.image-23 {
  object-fit: cover;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-top: 1rem;
  margin-left: 1rem;
}

.brands-img {
  object-fit: cover;
  background-color: #fff;
  border-radius: 8px;
  width: 158px;
  height: 200px;
  padding: 8px;
}

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

.stats_text {
  width: 18.875rem;
}

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.home_feature-1_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_feature-1_image-wrapper3 {
  align-self: flex-end;
  width: 11.75rem;
  height: 11.75rem;
  position: static;
  inset: auto 0% 0% auto;
}

.header103_tab-change {
  display: none;
}

.testimonial_card-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.stats8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatars-stacked {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

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

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.text-size-xlarge {
  letter-spacing: -.1125rem;
  font-size: 2.25rem;
  font-weight: 500;
}

.list-item-number {
  letter-spacing: -.06875rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.home_feature-1_desc {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  width: 100%;
  max-width: 41rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_benefits_image-wrapper {
  box-sizing: border-box;
  object-fit: contain;
  height: 100%;
  overflow: visible;
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.margin-bottom-5, .margin-bottom-5.margin-small, .margin-bottom-5.margin-large, .margin-bottom-5.margin-xsmall, .margin-bottom-5.margin-xxlarge, .margin-bottom-5.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial28_component {
  overflow: hidden;
}

.header103_tab-content {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: relative;
}

.heading-style-h2-4 {
  letter-spacing: -.1375rem;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

.home_benefits_avatars {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.home_feature-1_image-group {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 5rem;
  display: flex;
  position: static;
}

.testimonial28_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.faq_list {
  width: 100%;
  max-width: 54.5rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial28_mask {
  width: 50%;
  overflow: visible;
}

.home_layout_item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  display: flex;
}

.section_home_benefits {
  color: #374438;
  background-color: #d5ddd5;
  overflow: hidden;
}

.home_benefits_image {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

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

.section_layout38 {
  position: relative;
}

.home_feature-1_image-wrapper2 {
  width: 11.75rem;
  height: 8.75rem;
  position: static;
  inset: 0% auto auto 0%;
}

.home_benefits_flex {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.hero_hero-container {
  width: 100%;
  max-width: 68.75rem;
  position: absolute;
  inset: auto auto 3rem 0%;
}

.home_about_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 5rem 3.5rem 2.5rem;
  display: flex;
}

.section_home_testimonial {
  color: #fff;
  background-color: #397365;
}

.testimonial_card_content {
  z-index: 10;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial_card_content.text-color-alternate {
  right: 0%;
}

.home_feature-1_image-wrapper1 {
  width: 26rem;
  height: 27.5rem;
}

.caption-2 {
  letter-spacing: -.0625rem;
  line-height: 1.25;
}

.home_testimonial_image-wrapper {
  width: 18.875rem;
  height: 22.5rem;
  overflow: hidden;
}

.home_banner_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.header103_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.layout38_component {
  z-index: 1;
  grid-column-gap: 31.5rem;
  grid-row-gap: 31.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.section_home_header {
  position: relative;
}

.section_home_banner {
  color: #fff;
  background-color: #000;
}

.section_home_hero {
  color: #111;
  background-color: #fff;
}

.home_cta_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_feaature-1_desc_container {
  width: 18.875rem;
}

.header103_tabs {
  min-height: 100vh;
}

.tab-link_text {
  text-align: left;
  letter-spacing: -.025rem;
  font-size: 1.25rem;
  line-height: 1.1;
}

.home_header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.testimonial28_card {
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_cta_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.padding-custom {
  padding-left: 3.5rem;
}

.padding-global-9 {
  background-image: url('../images/adinkra-bg-copy_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.section_home_cta {
  color: #fff;
  background-color: #374438;
}

.home_testimonial_content {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_feature-1_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-large {
  letter-spacing: -.1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h6 {
  letter-spacing: -.0275rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.1;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 0;
  font-size: 1rem;
}

.header103_tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

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

.button-group-4.is-right {
  justify-content: flex-end;
  align-items: center;
}

.home_banner_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.avatar-wrapper {
  width: 2rem;
  height: 2rem;
}

.home_benefits_content-left {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.testimonial28_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.stats8_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start;
  width: 100%;
  display: flex;
}

.home_banner_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.avatar-wrapper-top {
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
}

.home_benefits_component {
  width: 100%;
}

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

.padding-section-large-2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.avatar-image {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

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

.home_benefits_text {
  max-width: 27.5rem;
}

.testimonial28_content-top {
  width: 40.6rem;
}

.home_cta_content-left {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.home_testimonial_content-right {
  width: 54.5rem;
  margin-top: 100px;
}

.cta9_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.testimonial28_slide {
  width: 47.375rem;
  max-width: 47.375rem;
  height: 30rem;
  padding-right: 2rem;
}

.header103_tabs-content {
  min-height: 100vh;
  max-height: 60rem;
  overflow: visible;
}

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

.testimonial_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-regular-3 {
  letter-spacing: -.02rem;
  font-size: 1rem;
}

.layout38_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.home_about_card {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 40.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.section_home_about {
  color: #111;
  background-color: #eee;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_testimonial_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_home_features-list {
  color: #374438;
  background-color: #d5ddd5;
}

.custom-list {
  flex-flow: column;
  display: flex;
}

.button-avatar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #397365;
  border-radius: 2rem;
  align-items: center;
  padding: .75rem 1.5rem .75rem .5rem;
  display: flex;
}

.layout38_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.padding-bottom.padding-custom1 {
  padding: 0 0 10rem;
}

.header103_tab-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.home_benefits_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

.testimonial28_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-arrow {
  color: #111;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.home_hero_component {
  height: 60vh;
  position: relative;
}

.home_header_component {
  z-index: 1;
  height: 27.75rem;
  position: relative;
}

.stats8_number {
  letter-spacing: -.25rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.text-size-mlarge {
  letter-spacing: -.0275rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 130%;
}

.testimonial_card_container {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.section_home_layout {
  color: #111;
  background-color: #eee;
}

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

.home_feature-1_image3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-2 {
  margin-bottom: 60px;
}

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

@media screen and (min-width: 1280px) {
  .button-redblack {
    width: 100%;
  }

  .svg.clear-icon {
    width: 1rem;
    height: 1rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    display: block;
    top: 1.15rem;
    bottom: 1.15rem;
  }
}

@media screen and (min-width: 1440px) {
  .page-padding {
    background-image: url('../images/adinkra-bg-copy_1.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main-wrapper {
    background-image: url('../images/adinkra-bg-copy_1.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .section_wrapper {
    background-image: url('../images/adinkra-bg-copy_1.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .map-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.62rem;
  }

  .svg.clear-icon {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: 1.2rem;
    bottom: 1.2rem;
  }

  .padding-global-3-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .value-description-absolute {
    padding: 2rem;
    display: none;
  }

  .div-block-73 {
    padding-top: 100px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-74 {
    background-color: var(--powder);
  }

  .accordion-icon {
    color: #fff;
    width: auto;
    height: auto;
    font-size: 2rem;
    font-weight: 300;
  }

  .icon-wrapper-2 {
    padding: .5rem;
  }

  .accordian-bar {
    border-bottom-color: #222;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.size {
    border-left-style: none;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 0;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .full-width {
    width: 100%;
  }

  .footer-bar {
    justify-content: center;
  }

  .hero_contain.u-container.u-vflex-stretch-between.u-gap-medium {
    padding-bottom: 300px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero_column-1 {
    max-width: 35rem;
  }

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

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading {
    font-size: 50px;
  }

  .brands-mini-slide {
    height: 156px;
  }

  .vas-card-content {
    padding: 3.5em;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: 50%;
  }

  .section-header-large {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .button-primary {
    display: flex;
  }

  .header-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  .header-background-image {
    right: -6%;
  }

  .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .header-image-grid {
    padding-left: 5%;
  }

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

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

  .layout423_image {
    object-fit: cover;
  }

  .layout423_card {
    width: 100%;
  }

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

  .layout423_row {
    flex-direction: column;
  }

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

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

  .feature-card-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .icon-regular-2 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .button-8.is-footer-cta {
    font-size: 3rem;
  }

  .portfolio-content1_image {
    aspect-ratio: 16 / 9;
  }

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

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

  .portfolio-content2_image {
    aspect-ratio: 16 / 9;
  }

  .heading-style-display {
    font-size: 4rem;
  }

  .portfolio-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .portfolio-content2_content, .portfolio-content1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .portfolio-content2_image-copy {
    aspect-ratio: 16 / 9;
  }

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

  .section-regular-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .styleguide_product-btntext {
    display: block;
  }

  .map-wrapper {
    justify-content: center;
    align-items: center;
    height: 50rem;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pseudo-btn {
    width: 100%;
  }

  .breadcrumbs {
    justify-content: center;
    inset: 1.875rem 0% auto;
  }

  .breadcrumbs.position-relative {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .h2 {
    width: 100%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .breadcrumbs-wrapper {
    padding-bottom: 1.5rem;
  }

  .paragraph_p2 {
    font-size: .9375rem;
    line-height: 1.25rem;
  }

  .contacts-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr 1fr;
  }

  .button-redblack {
    width: 100%;
  }

  .svg.clear-icon {
    inset: 1rem .75rem 1rem auto;
  }

  .padding-global-3-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-grid-x12 {
    width: 100%;
  }

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

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

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

  .benefit-statistics-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrapper {
    width: 25vw;
  }

  .hero-image-list {
    height: 70vh;
  }

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

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

  .section-grid-x12-2 {
    width: 100%;
  }

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

  .section-grid-x12-3 {
    width: 100%;
  }

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

  .team-papara {
    width: 80%;
  }

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

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

  .bento-card-content {
    padding: 2rem;
  }

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

  .brands-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-grid-x12-4 {
    width: 100%;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

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

  .home_benefits_image-wrapper {
    width: auto;
  }

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

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

  .testimonial28_mask {
    width: 100%;
  }

  .home_benefits_image {
    width: 100%;
    height: auto;
  }

  .home_cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_header_content {
    grid-column-gap: 3rem;
  }

  .padding-custom {
    padding-right: 3.5rem;
  }

  .home_testimonial_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .home_benefits_content-left {
    padding-bottom: 0;
  }

  .stats8_list {
    grid-column-gap: 2rem;
  }

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

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

  .testimonial28_content-top, .testimonial28_slide {
    width: 100%;
  }

  .home_layout_list {
    grid-row-gap: 3rem;
  }

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

  .home_benefits_content {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .stats8_number {
    font-size: 4rem;
  }

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

@media screen and (max-width: 767px) {
  .image-15 {
    width: 22px;
  }

  .hero_column-2 {
    grid-column: 5 / span 4;
  }

  .hero_column-1 {
    max-width: 33rem;
  }

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-large {
    padding: 72px 0%;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .hero-img-wrap {
    padding-bottom: 256px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .vas-card-content {
    padding: 5em;
  }

  .larger-paragraph.white-hero-paragraph.hero2-paragraph {
    width: auto;
  }

  .section-header-large {
    padding-top: 72px;
  }

  .header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading {
    font-size: 48px;
  }

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

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

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

  .layout423_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

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

  .layout423_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout423_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .feature-footnote {
    flex-wrap: wrap;
  }

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

  .portfolio-gallery_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .heading-style-display {
    font-size: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .portfolio-header_content-wrapper, .portfolio-content2_content {
    grid-template-columns: 1fr;
  }

  .portfolio-gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio-content1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

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

  .section-grid-x12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

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

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

  .value-cell {
    height: 300px;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-wrapper, .benefit-statistics-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-5, .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .about-image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrapper.is-image6 {
    width: 40vw;
  }

  .hero-image-wrapper.is-image3 {
    width: 30vw;
  }

  .hero-image-wrapper.is-image4 {
    display: none;
  }

  .hero-image-wrapper.is-image5 {
    width: 50vw;
  }

  .hero-image-wrapper.image-1 {
    display: none;
  }

  .hero-image-wrapper.is-image2 {
    width: 30vw;
  }

  .hero-image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

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

  .heading-h1 {
    font-size: 2.5rem;
  }

  .spacer-small-2 {
    padding-top: 1.25rem;
  }

  .section-grid-x12-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

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

  .value-cell-2 {
    height: 300px;
  }

  .section-grid-x12-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .icon-wrapper-2 {
    width: 2rem;
  }

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

  .accordian-bar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    padding-left: 1rem;
    display: grid;
  }

  .team-papara {
    width: 90%;
    margin-right: 1.5rem;
  }

  .contact-page-inner-wrapper {
    padding-top: 0;
  }

  .bento-card {
    grid-template-columns: 1fr;
  }

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

  .heading-h6 {
    font-size: 1.125rem;
  }

  .bento-grid-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .bento-card-content {
    padding: 1.5rem;
  }

  .xsmall-spacer {
    padding-top: .75rem;
  }

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

  .bento-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .brands-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-grid-x12-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .header103_tabs-menu {
    padding-left: 3rem;
    padding-right: 3rem;
    bottom: 3rem;
  }

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

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

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

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

  .home_feature-1_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial28_mask {
    width: 80%;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .home_about_card-content {
    padding: 1.5rem;
  }

  .home_cta_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_header_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial28_card {
    padding: 1.5rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .home_testimonial_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large, .heading-style-h6 {
    font-size: 1.125rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .testimonial28_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .stats8_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .testimonial28_slide {
    padding-right: 1.5rem;
  }

  .home_layout_list {
    grid-row-gap: 2.5rem;
  }

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

  .home_benefits_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .stats8_number {
    font-size: 3.5rem;
  }

  .text-size-mlarge {
    font-size: 1.125rem;
  }

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

@media screen and (max-width: 479px) {
  .background-video {
    flex-flow: column;
    height: 500px;
  }

  .navbar {
    padding-left: 4%;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .menu-parent {
    width: 40px;
    padding-left: 2px;
  }

  .div-block, .link-block-2 {
    width: 40px;
  }

  .div-block-2 {
    padding-bottom: 19px;
  }

  .text-block-3 {
    font-size: 59px;
    line-height: .9em;
  }

  .image {
    margin-bottom: 10%;
  }

  .button {
    position: relative;
  }

  .button._2 {
    padding-top: 0;
    position: relative;
    inset: 0%;
  }

  .tab-link-tab-5, .tab-link-tab-5.w--current {
    border-right-width: 0;
  }

  .image-13 {
    width: 35px;
  }

  .div-block-49 {
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 1.8vw;
    line-height: 1.2em;
  }

  .text-block-16 {
    margin-top: 9px;
    font-size: 2.5vw;
  }

  .div-block-56 {
    margin-bottom: 0;
  }

  .image-4 {
    width: 100%;
  }

  .text-block-14 {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: auto;
    font-size: 5vw;
  }

  .text-block-17 {
    margin-right: 15px;
    font-size: 4vw;
    font-weight: 500;
  }

  .faq-answer {
    padding-left: 8px;
  }

  .paragraph-2 {
    margin-top: 8px;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 1.5em;
  }

  .faq-q-text {
    font-size: 12px;
  }

  .div-block-35 {
    flex-flow: column;
    margin-top: 98px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18 {
    font-size: 2vw;
  }

  .text-block-18._1 {
    margin-left: 0;
    margin-right: 11px;
    font-size: 2.5vw;
  }

  .div-block-45 {
    margin-bottom: 10px;
  }

  .product-wrapper {
    margin-top: 80px;
    padding-top: 0;
  }

  .div-block-38 {
    width: 100%;
    height: auto;
    margin-left: 0%;
    padding-left: 2%;
    padding-right: 3%;
  }

  .div-block-52 {
    width: 100%;
    position: static;
  }

  .text-block-19 {
    margin-top: 20px;
    font-size: 8vw;
    font-weight: 400;
  }

  .div-block-57 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .button-5 {
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.2vw;
  }

  .container-2.faq-container {
    margin-top: 17px;
    padding-right: 1vw;
  }

  .div-block-36 {
    max-width: 100%;
    margin-top: 1%;
    margin-bottom: 4%;
  }

  .div-block-36.s {
    margin-top: 3%;
    margin-bottom: 0%;
  }

  .slider {
    padding-bottom: 30px;
  }

  .rich-text-block {
    font-size: 3vw;
  }

  .div-block-50 {
    text-align: left;
    flex-flow: column;
    margin-top: 40px;
  }

  .tabs-menu {
    width: 100%;
    max-width: 100%;
    margin-top: -6px;
    display: flex;
  }

  .slide-nav {
    text-align: right;
    font-size: 12px;
    line-height: 13px;
  }

  .div-block-51 {
    margin-left: 0;
    margin-right: auto;
  }

  .default-state {
    margin-top: 25px;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .faq-plus-wrap {
    margin-right: 20px;
  }

  .image-15 {
    width: 21px;
  }

  .footer {
    padding-top: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .loader {
    display: none;
  }

  .hero_column-2 {
    grid-column: 1 / span 8;
  }

  .hero-heading {
    font-size: 44px;
  }

  .vas-card-content {
    padding: 7em;
  }

  .button-secondary {
    width: 100%;
  }

  .header-button-group {
    flex-direction: column;
    width: 100%;
  }

  .header-image-block {
    height: 320px;
  }

  .header-image-grid {
    grid-column-gap: 12px;
  }

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

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

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

  .feature-tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .feature-footnote {
    margin-top: 40px;
  }

  .h1-heading-2 {
    font-size: 52px;
  }

  .feature-tab-pane {
    padding-top: 60px;
  }

  .tab-link {
    margin-top: 4px;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-8.is-footer-cta {
    font-size: 1rem;
  }

  .footer_menu-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-small.is-1 {
    order: 1;
  }

  .portfolio-content2_content {
    grid-row-gap: 3rem;
  }

  .tag_list {
    flex-flow: wrap;
  }

  .hero-wrapp {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .title-center {
    margin-bottom: 56px;
  }

  .checkbox-field-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .map-container {
    flex-flow: column;
    display: flex;
  }

  .styleguide_contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    height: 13.75rem;
    padding: 1rem;
  }

  .map-wrapper {
    background-image: none;
    height: 28rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .svg-3 {
    display: block;
    top: 14.1875rem;
    left: 12.125rem;
  }

  .styleguide_cards-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .padding-global-3 {
    overflow: hidden;
  }

  .pseudo-btn {
    width: 100%;
  }

  .pop-up_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .success-wrap {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-wrap.form-white, .breadcrumbs.position-relative {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .breadcrumbs.position-relative.padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .success-message-4 {
    inset: -7.5rem auto 0% 0%;
  }

  .success-message-4.form-contacts {
    top: -26rem;
  }

  .styleguide_heading-h6 {
    letter-spacing: -.01375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
  }

  .link-big {
    color: #ffffff5c;
    font-size: 1.375rem;
    line-height: 1.5rem;
  }

  .form_row-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: block;
  }

  .h2 {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .breadcrumbs-wrapper.padding-contacts {
    padding-bottom: 1.5rem;
  }

  .form_content-wrapper {
    margin-bottom: 1.5rem;
  }

  .pop-up {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    max-width: none;
    padding: 1rem;
    position: relative;
  }

  .pop-up.contact-form {
    padding-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .paragraph_p2 {
    letter-spacing: -.008125rem;
    font-size: .9375rem;
    line-height: 1.25rem;
  }

  .paragraph_p2.width-444 {
    width: auto;
  }

  .contacts-wrapper {
    flex-flow: column;
    margin-bottom: 5rem;
    display: flex;
  }

  .styleguide_captions-c1.color-black100 {
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .styleguide_heading-h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .svg.clear-icon {
    margin-top: -1px;
  }

  .padding-global-3-copy {
    overflow: hidden;
  }

  .about-us-hero-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .value-cell {
    height: 300px;
  }

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

  .statistic-cell {
    width: 100%;
  }

  .statistic-content {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .benefit-statistics-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .about-image-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    width: 40vw;
  }

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

  .padding-top.padding-xxhuge {
    padding-top: 2rem;
  }

  .button-group-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .value-cell-2 {
    height: 300px;
  }

  .accordion-content {
    height: 100%;
  }

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

  .accordian-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian {
    height: 100%;
  }

  .button-group-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact-page-inner-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bento-card-content {
    padding: 1rem;
  }

  .bento-row {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    height: 100%;
  }

  .header103_tabs-menu {
    flex-flow: column;
  }

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

  .home_feature-1_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial28_mask {
    width: 95%;
  }

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

  .padding-custom, .padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .home_layout_list {
    grid-row-gap: 2.5rem;
  }

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

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

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

  .div-block-77, .div-block-78 {
    height: 100%;
  }
}

#w-node-fd330125-9200-b194-1ad0-58895b175e7f-8dac49ff {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fd330125-9200-b194-1ad0-58895b175e84-8dac49ff {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4a-8dac49ff {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4f-8dac49ff {
  grid-area: 2 / 1 / 3 / 6;
  place-self: end start;
}

#w-node-d175bbd9-9f18-1abc-515e-ac48e2370e51-8dac49ff {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b169-dcb1b166, #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b179-dcb1b166, #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b189-dcb1b166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b199-dcb1b166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_589d2276-36a0-0992-414b-e9ad2f0d8072-d6495f60 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_2f0656cb-646f-266f-73fe-46932da3cf17-d6495f60 {
  justify-self: end;
}

#w-node-_2f0656cb-646f-266f-73fe-46932da3cf1a-d6495f60 {
  align-self: center;
}

#w-node-_2f0656cb-646f-266f-73fe-46932da3cf23-d6495f60 {
  justify-self: start;
}

#w-node-_2cbf9417-4d42-bd31-eeab-6d05ba022fb7-d6495f60, #w-node-_2afb8117-3025-c8a7-e228-c79ec9d09d8a-d6495f60, #w-node-_58d4ea41-7b26-4285-f865-b701e91c77d3-d6495f60 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_58d4ea41-7b26-4285-f865-b701e91c77d8-d6495f60 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0ff2c362-ee50-e22b-f430-120cefd77fc3-066fdcbf {
  align-self: start;
}

#w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f22-066fdcbf {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f27-066fdcbf {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_5c5957db-890f-e22a-9b22-b935bf698463-066fdcbf, #w-node-_3dd43f58-5cd0-6a27-1dc3-0ffdafa87d00-066fdcbf, #w-node-_84f53693-f195-e390-e5af-233784d1ec27-066fdcbf, #w-node-_84f53693-f195-e390-e5af-233784d1ec2a-066fdcbf, #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f5-066fdcbf, #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f8-066fdcbf, #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a0-066fdcbf, #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a3-066fdcbf, #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd278-066fdcbf, #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd27b-066fdcbf, #w-node-cac16b17-c0a4-940f-2c5d-e87313baa920-066fdcbf, #w-node-cac16b17-c0a4-940f-2c5d-e87313baa923-066fdcbf, #w-node-cbb6a1c6-5e60-8a81-1e8d-9f65e28328d7-066fdcbf, #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d267-066fdcbf, #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d37-066fdcbf, #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d3a-066fdcbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3b7c8fe6-2c46-73e4-e215-388f9ecaa945-b30fff72, #w-node-_3b7c8fe6-2c46-73e4-e215-388f9ecaa949-b30fff72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd4b31aa-f068-5f37-138b-35eb2659e3ee-906cdb67 {
  justify-self: end;
}

#w-node-dd4b31aa-f068-5f37-138b-35eb2659e3f1-906cdb67 {
  align-self: center;
}

#w-node-dd4b31aa-f068-5f37-138b-35eb2659e3fa-906cdb67 {
  justify-self: start;
}

#w-node-_04dd0fce-a613-2196-371e-c384ef944b77-13ea1d9d {
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4f-8dac49ff {
    grid-column-end: 7;
  }

  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e51-8dac49ff {
    grid-column-start: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fd330125-9200-b194-1ad0-58895b175e7f-8dac49ff, #w-node-fd330125-9200-b194-1ad0-58895b175e84-8dac49ff, #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4a-8dac49ff {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4f-8dac49ff {
    grid-area: span 1 / span 12 / span 1 / span 12;
    place-self: end start;
  }

  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e51-8dac49ff {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b169-dcb1b166, #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b179-dcb1b166, #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b189-dcb1b166 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d9efdff0-459e-4463-a1ce-12fbdcb1b199-dcb1b166 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_589d2276-36a0-0992-414b-e9ad2f0d8072-d6495f60, #w-node-_2cbf9417-4d42-bd31-eeab-6d05ba022fb7-d6495f60 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_2afb8117-3025-c8a7-e228-c79ec9d09d8a-d6495f60, #w-node-_58d4ea41-7b26-4285-f865-b701e91c77d3-d6495f60 {
    grid-column: span 12 / span 12;
  }

  #w-node-_58d4ea41-7b26-4285-f865-b701e91c77d8-d6495f60 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_37233b89-2397-879b-186b-daffe67e77ab-d6495f60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f22-066fdcbf {
    grid-column: span 12 / span 12;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f27-066fdcbf {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ae37355e-5d03-6f74-84f3-93b2e7edfe7d-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c5957db-890f-e22a-9b22-b935bf698463-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3dd43f58-5cd0-6a27-1dc3-0ffdafa87d00-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec25-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec27-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec2a-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f3-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f5-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f8-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e6959e-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a0-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a3-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd276-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd278-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd27b-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa91e-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa920-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa923-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d262-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbb6a1c6-5e60-8a81-1e8d-9f65e28328d7-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d267-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d35-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d37-066fdcbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d3a-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd330125-9200-b194-1ad0-58895b175e7f-8dac49ff, #w-node-fd330125-9200-b194-1ad0-58895b175e84-8dac49ff {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4a-8dac49ff {
    grid-column: span 6 / span 6;
  }

  #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e4f-8dac49ff, #w-node-d175bbd9-9f18-1abc-515e-ac48e2370e51-8dac49ff, #w-node-_589d2276-36a0-0992-414b-e9ad2f0d8072-d6495f60, #w-node-_2cbf9417-4d42-bd31-eeab-6d05ba022fb7-d6495f60 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2afb8117-3025-c8a7-e228-c79ec9d09d8a-d6495f60, #w-node-_58d4ea41-7b26-4285-f865-b701e91c77d3-d6495f60 {
    grid-column: span 6 / span 6;
  }

  #w-node-_58d4ea41-7b26-4285-f865-b701e91c77d8-d6495f60 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_58d4ea41-7b26-4285-f865-b701e91c77e1-d6495f60, #w-node-_58d4ea41-7b26-4285-f865-b701e91c77eb-d6495f60, #w-node-_58d4ea41-7b26-4285-f865-b701e91c77f5-d6495f60 {
    justify-self: end;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f22-066fdcbf {
    grid-column: span 6 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f27-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f30-066fdcbf {
    justify-self: end;
  }

  #w-node-ae37355e-5d03-6f74-84f3-93b2e7edfe7d-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5c5957db-890f-e22a-9b22-b935bf698463-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3dd43f58-5cd0-6a27-1dc3-0ffdafa87d00-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f3a-066fdcbf {
    justify-self: end;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec27-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec2a-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f44-066fdcbf {
    justify-self: end;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f5-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f8-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f4e-066fdcbf {
    justify-self: end;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a0-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a3-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7468bcce-4604-ada1-94c2-a0a0edd85f58-066fdcbf {
    justify-self: end;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd278-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd27b-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa91a-066fdcbf {
    justify-self: end;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa920-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa923-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d25e-066fdcbf {
    justify-self: end;
  }

  #w-node-cbb6a1c6-5e60-8a81-1e8d-9f65e28328d7-066fdcbf, #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d267-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d31-066fdcbf {
    justify-self: end;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d37-066fdcbf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d3a-066fdcbf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_58d08d6c-1d20-0970-908f-275b2d01c109-066fdcbf, #w-node-a7b8e680-149c-7fbf-2cf1-68ae13c3b7d9-066fdcbf, #w-node-_3b7c8fe6-2c46-73e4-e215-388f9ecaa904-b30fff72, #w-node-_3b7c8fe6-2c46-73e4-e215-388f9ecaa90b-b30fff72, #w-node-_3b7c8fe6-2c46-73e4-e215-388f9ecaa912-b30fff72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04dd0fce-a613-2196-371e-c384ef944b57-13ea1d9d {
    order: -9999;
  }

  #w-node-aed43771-b2a9-e1cf-8975-2d4bad2c6d1b-13ea1d9d, #w-node-aed43771-b2a9-e1cf-8975-2d4bad2c6d3e-13ea1d9d, #w-node-aed43771-b2a9-e1cf-8975-2d4bad2c6d48-13ea1d9d {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37233b89-2397-879b-186b-daffe67e77ab-d6495f60 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ae37355e-5d03-6f74-84f3-93b2e7edfe7d-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_5c5957db-890f-e22a-9b22-b935bf698463-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3dd43f58-5cd0-6a27-1dc3-0ffdafa87d00-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_1dd870ad-5537-cbc6-903f-0108ebce5c3f-066fdcbf, #w-node-f279ac0f-4a8a-415f-9383-174053979e81-066fdcbf, #w-node-_984256fd-c4ad-b8de-3e7b-b5c59d4c886e-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec25-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_84f53693-f195-e390-e5af-233784d1ec27-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f3-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f5-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ea22e1aa-f3e9-1f41-d271-64148b3932f8-066fdcbf, #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e6959e-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ac9a3005-3b9c-baa8-7bc9-2e03c7e695a0-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd276-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_822b74be-cd5b-15c7-98f3-1a86294bd278-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa91e-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-cac16b17-c0a4-940f-2c5d-e87313baa920-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d262-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-cbb6a1c6-5e60-8a81-1e8d-9f65e28328d7-066fdcbf, #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d267-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2e542e27-dfaa-ee1a-6265-6e0ba323d269-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d35-066fdcbf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d37-066fdcbf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_35c6c9a2-8885-ab99-f1d3-96ead2fe4d3c-066fdcbf, #w-node-_190c194c-492e-5d57-7189-231f38cc9ce4-066fdcbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5303c19b-3fde-d0be-c3f9-8133a6e28f5b-066fdcbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans Book';
  src: url('../fonts/MessinaSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Austinhairline Roman';
  src: url('../fonts/AustinHairline-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}