@font-face {
  font-family: Bdogrotesk Vf;
  src: url("../fonts/BDOGrotesk-VF.d6c679942295.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main-color: #07278a;
  --second-color: #c6c8cc;
  --gray-light: #f1f4ff;
  --gainsboro: black;
  --line-color: #e2e2e2;
  --gray-light-color: #8e9299;
}

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

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

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

.w-commerce-commercecartopenlinkcount {
  color: #07278a;
  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-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: #07278a;
  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: #07278a;
  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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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: #07278a;
  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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #07278a;
  outline-style: none;
}

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

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

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

.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: #07278a;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #07278a;
  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: #07278a;
  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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  background-color: var(--white);
  color: var(--main-color);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: .69;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: var(--main-color);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--second-color);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: .9;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  display: flex;
}

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.page-content.no-padding {
  padding-left: 0;
}

.container {
  z-index: 4;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section {
  padding: 100px 5%;
  position: relative;
}

.section.info {
  background-color: var(--main-color);
  padding-top: 150px;
}

.section.info.make-white {
  background-color: var(--white);
}

.section.color {
  background-color: var(--main-color);
}

.section.color.for-contact {
  padding-top: 200px;
}

.section.gray {
  background-color: #f7f7f7;
}

.section.gray._80px {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 15px;
}

.text-field {
  color: var(--main-color);
  background-color: #0000;
  border-radius: 10px;
  height: 48px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field:focus, .text-field.-wfp-focus {
  border: 1px solid #a1c4e4;
}

.text-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.text-field.discount {
  flex: none;
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  flex: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 600;
}

.checkbox-label {
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  font-size: 15px;
  font-weight: 600;
}

.paypal-name {
  color: var(--main-color);
  letter-spacing: -.5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url("../images/add-plus-button.debbd851b014.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif Caption, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.2;
}

.display-1.second {
  font-size: 47px;
}

.display-1.second.white {
  font-weight: 400;
}

.display-1.third {
  font-size: 42px;
}

.display-1.fourth {
  font-size: 29px;
}

.display-1.fourth.main-white {
  color: var(--white);
}

.display-1.cta {
  font-size: 54px;
}

.display-1.inner {
  font-size: 60px;
}

.margin-30px {
  margin-top: 30px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.3;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

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

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

.block-content.discount {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.less {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  place-items: center;
}

.yellow-background {
  background-color: var(--second-color);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-gray {
  color: var(--gray-light);
}

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

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--second-color);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.color-block._1 {
  background-color: var(--main-color);
  color: var(--white);
}

.body-link {
  color: var(--gainsboro);
  font-size: 14px;
  font-weight: 600;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 17px;
  font-weight: 600;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  border: 2px solid var(--second-color);
  background-color: var(--second-color);
  color: var(--main-color);
  text-align: center;
  border-radius: 30px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button:hover {
  opacity: .84;
}

.button.discount {
  text-align: center;
  justify-content: center;
  height: 42px;
}

.button.small {
  padding: 10px 29px;
  font-size: 16px;
}

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.main-logo {
  width: 90px;
}

.blog-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-animation {
  overflow: hidden;
}

.button-circle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dark-link {
  color: var(--gainsboro);
}

.photo-animation-main {
  transition: all .3s;
  position: relative;
}

.photo-a {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.success-message {
  color: var(--second-color);
  background-color: #f1f4ff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.pricing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-container {
  grid-column-gap: 100px;
  text-align: left;
  border: 1px solid #e1e1e1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 60px 66px;
  display: flex;
  position: relative;
}

.feature-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature {
  opacity: 1;
  color: var(--main-color);
  font-size: 15px;
  font-weight: 600;
}

.feature.dark {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-type {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

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

.pricing-title {
  margin-bottom: 16px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.relative-div {
  position: relative;
}

.margin-50px {
  margin-top: 50px;
}

.button-arrow-link {
  border: 2px solid var(--second-color);
  color: var(--gray-light);
  text-align: center;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  overflow: hidden;
}

.button-arrow-link.fill {
  border-color: var(--second-color);
  background-color: var(--second-color);
  color: var(--main-color);
}

.button-label {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.label-button {
  font-size: 16px;
  font-weight: 600;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.icon-arrow {
  width: 18px;
}

.icon-arrow.invert {
  opacity: .6;
  filter: invert();
}

.icon-arrow.rotate {
  width: 19px;
  transform: rotate(-45deg);
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main-color);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 95vh;
  padding-top: 84px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  background-color: var(--second-color);
  place-items: center;
  min-height: auto;
  padding-top: 187px;
  padding-bottom: 70px;
  display: block;
}

.hero.second {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 185px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-grid.inner {
  display: block;
}

.subhead {
  opacity: 1;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead.fourth {
  max-width: 100%;
  font-family: PT Serif Caption, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.subhead.fifth {
  max-width: 100%;
  font-size: 24px;
  line-height: 29px;
}

.subhead.small {
  color: var(--main-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

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

.subhead.small.trans {
  opacity: 0;
}

.subhead.for-inner {
  max-width: 100%;
}

.subhead.white {
  opacity: 1;
}

.subhead._80 {
  max-width: 80%;
}

.gray-text {
  opacity: .6;
}

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

.grid-3-columns.for-team {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.grid-3-columns.add-space {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.button-line {
  color: #2c2c2c;
  white-space: nowrap;
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line:hover {
  color: #b26cf1;
  border-bottom-color: #b26cf1;
  padding-right: 0;
}

.margin-100px {
  margin-top: 100px;
}

.max-w-left.left {
  max-width: 100%;
}

.margin-60px {
  margin-top: 60px;
}

.footer {
  padding: 20px 5% 30px;
}

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

.footer-link {
  color: var(--main-color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .6;
}

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

.footer-title {
  color: var(--main-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
}

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

.footer-main-grid {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
  padding-top: 50px;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.gray-link {
  color: var(--gainsboro);
  text-decoration: none;
  display: inline;
}

.copyright {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.social-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.divider-line {
  background-color: #ffffff12;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-details-flex {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-details-flex.vertical {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.contact-link {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.form-grid {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.input::placeholder {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.contact-form-right-side {
  background-color: var(--gray-light);
  align-items: center;
  padding: 40px 55px;
  display: flex;
}

.contact-form-right-side.second {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  flex-direction: column;
  align-items: stretch;
}

.text-area {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.team-wrapper-second {
  background-color: var(--white);
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 35px 20px 40px;
}

.team-wrapper-second.no-left {
  border-right-style: none;
}

.legal-wrapper {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.4;
}

.line-item {
  margin-bottom: 5px;
}

.photo-rounded {
  width: 100%;
}

.most-popular-tag {
  color: #f2e7fc;
  border: 1px solid #e4e5e93d;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  inset: 12px 12px auto auto;
}

.hero-w-width {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.icon-outline {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-outline.second {
  margin-bottom: 15px;
  position: relative;
}

.icon-outline.second.add-margin {
  margin-bottom: 30px;
}

.features-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.features-title.blue-big {
  font-size: 20px;
}

.ceo-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.services-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--second-color);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-bottom.with-photo {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url("../images/banner_1banner.a334af2e68b0.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #ffffff29;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-wrapper:hover {
  background-color: #31353f;
  padding-left: 20px;
}

.margin-25px {
  margin-top: 25px;
}

.margin-25px.add-line-divider {
  border-top: 1px solid #0000001a;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.toggle-main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: var(--white);
  text-transform: uppercase;
  max-width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}

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

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

.blog-image-link {
  width: 100%;
  margin-bottom: 25px;
  transition: all .3s;
  box-shadow: 0 24px 48px -12px #1018284d;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.blog-meta-wrapper {
  color: var(--main-color);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.blog-title-link {
  text-decoration: none;
  display: block;
}

.blog-title-main {
  margin-top: 0;
  font-family: PT Serif Caption, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}

.social-icon {
  filter: grayscale();
  width: 27px;
  height: 27px;
}

.social-icon:hover {
  opacity: .61;
}

.option-list-hide {
  display: none;
}

.right-pricing {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.left-pricing {
  width: 50%;
}

.leagl-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 0rem;
  background-color: var(--main-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 95px;
  display: grid;
}

.header-content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 85px;
  padding-right: 85px;
}

.service-image-wrapper {
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  max-height: 45rem;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sidebar {
  margin-top: 20px;
  position: sticky;
  top: 100px;
}

.brochure-card {
  border: 1px solid #e1e1e1;
  padding: 37px 33px;
}

.service-page-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-rich-text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.price-flex {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-flex.left {
  justify-content: flex-start;
}

.price {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif Caption, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.price.compare {
  color: var(--second-color);
  text-decoration: line-through;
}

.text-field-select {
  color: #3f4242;
  background-color: #0000;
  border: 1px solid #b8b6b4;
  border-radius: 30px;
  height: 50px;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 37px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #3f4242;
  font-size: 16px;
  font-weight: 500;
}

.text-field-select.for-size {
  border-width: 1px;
  border-color: var(--main-color);
  color: var(--gainsboro);
  border-radius: 6px;
  align-items: center;
  padding-left: 10px;
  padding-right: 16px;
  display: flex;
}

.cart-quantity {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

.select-field {
  border: 1px none var(--main-color);
  color: var(--main-color);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url("../images/loader.af70736ca109.svg");
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.menu-dropdown {
  z-index: 2;
}

.cart-list {
  padding-left: 24px;
}

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

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-quantity-sidebar {
  color: #131b14;
  background-color: #0000;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: grid;
}

.brand {
  border-right: 1px solid #0000002b;
  padding-right: 20px;
}

.cart-header {
  padding: 13px 24px 13px 25px;
}

.option-list {
  margin-top: 10px;
}

.svg-icon {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.heading-white-2 {
  font-size: 20px;
  font-weight: 500;
}

.nav-link {
  color: var(--main-color);
  padding: .75rem .7rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  opacity: .8;
  color: var(--main-color);
}

.cart-quantity-main {
  z-index: 2;
  color: var(--main-color);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
}

.button-arrow-link-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border: 2px solid #e1f6ef;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 26px 15px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  filter: invert();
  background-color: #ffffff1c;
  background-image: url("../images/cross_1cross.717b39f4a6d2.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.icon-small-left {
  width: 1.3rem;
  height: 1.3rem;
}

.cart-main {
  padding: .75rem 1rem;
}

.cart-main.mobile {
  display: none;
}

.cart-main.desktop {
  z-index: 20;
  padding: .35rem 1.3rem .35rem 12px;
  position: relative;
}

.dropdown-link {
  grid-column-gap: .7rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: .55rem .75rem .55rem 0;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
  padding-left: .75rem;
}

.navbar-drodpdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-drodpdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 14rem;
  padding: 1.25rem;
}

.navbar-drodpdown-list.auto {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-drodpdown-list.auto.w--open {
  background-color: #fff;
  border-color: #f1f1f1;
  border-radius: .4rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.dropdown-content {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-content.block {
  display: block;
}

.no-items-found-2 {
  color: #131b14;
  font-size: 17px;
  font-weight: 500;
}

.remove-button-2 {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

.item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle {
  opacity: 1;
  color: var(--main-color);
  align-items: center;
  padding: .75rem 2.2rem .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .7;
}

.cart-wrapper {
  z-index: 999;
  background-color: #3c414df2;
}

.flex-nav-button {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.smaller-text-2 {
  opacity: .63;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
}

.item-heading {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
}

.product-price-main {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.product-price-main.in-sidebar {
  font-size: 21px;
  font-weight: 600;
}

.button-remove {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-remove.smaller {
  opacity: .71;
  color: var(--gainsboro);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.button-remove.smaller:hover {
  opacity: 1;
}

.cart-container {
  background-color: #fff;
  max-width: 600px;
}

.image-small-product {
  width: 46px;
  margin-right: 10px;
}

.first-element {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border-radius: 50px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

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

.product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.cart-footer {
  padding-top: 25px;
}

.cart-button-main {
  color: var(--main-color);
  background-color: #0000;
  justify-content: center;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

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

.cta-center {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block {
  flex: none;
}

.overlay-all {
  background-image: linear-gradient(#3c414d99, #3c414d99);
  position: absolute;
  inset: 0%;
}

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

.line-divider.white-light {
  background-color: var(--white);
  opacity: .13;
}

.metrics-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top: 1px solid #e1e1e1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper {
  text-align: center;
  border-right: 1px solid #e1e1e1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-wrapper.no-line {
  border-right-style: none;
}

.number {
  color: var(--main-color);
  text-align: left;
  margin-bottom: 5px;
  font-family: PT Serif Caption, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.subhead-fun {
  text-align: left;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead-fun.smaller {
  font-size: 17px;
}

.color-background {
  background-color: var(--main-color);
  position: relative;
}

.max-w {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.circle-glow-absolute {
  opacity: .37;
  mix-blend-mode: overlay;
  width: 900px;
  position: absolute;
  inset: 329px auto 0% -400px;
}

.what-we-do-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #e1e1e1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px 50px 20px;
  display: flex;
}

.what-we-do-icons.no-line {
  border-right-style: none;
}

.subhead-main {
  opacity: 1;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.smaller {
  font-size: 20px;
}

.circle-button-wrapper {
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-items: center;
  min-height: 66px;
  display: flex;
  position: relative;
}

.circle-button {
  background-color: var(--main-color);
  background-image: url("../images/icons8-right-arrow.9e627c826e95.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.circle-button:hover {
  background-color: var(--gray-light-color);
}

.social-icon-2 {
  width: 19px;
}

.social-icon-2.no-invert {
  width: 22px;
}

.social-link-main {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-main:hover {
  opacity: .8;
}

.form-single {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.copyright-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-field-gray {
  z-index: 1;
  color: #0f1029;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 66px;
  margin-bottom: 0;
  margin-right: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}

.text-field-gray::placeholder {
  color: #63666d;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-main {
  color: var(--main-color);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  color: #0f1029;
}

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

.footer-title-2 {
  color: var(--main-color);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.footer-title-2.white {
  color: #fff;
}

.footer-2 {
  z-index: 2;
  padding: 70px 5% 30px;
  position: relative;
}

.container-2 {
  z-index: 10;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-main-grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .7fr minmax(auto, 1fr);
  align-items: start;
}

.footer-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.4fr 1fr;
  align-items: start;
}

.background-hero {
  opacity: .26;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-hero-2-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.biger-light {
  color: var(--second-color);
  letter-spacing: 1px;
  margin-right: 3px;
  font-size: 17px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  top: 1px;
}

.image {
  opacity: 1;
}

.gray-color {
  color: var(--gray-light-color);
}

.founder-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #e3e3e3;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  padding-top: 25px;
  display: flex;
}

.photo {
  background-image: url("../images/yp-avatar.1bf286daecab.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
}

.ceo-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 26px;
}

.role {
  color: #63666d;
  margin-bottom: 0;
  font-size: 16px;
}

.line-vertical {
  background-color: #e3e3e3;
  width: 1px;
  height: 85px;
  margin-left: 20px;
  margin-right: 25px;
  position: relative;
}

.sign {
  opacity: 1;
}

.circle-overlay-3 {
  background-color: var(--main-color);
  opacity: .2;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  position: absolute;
}

.left-part {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.maw-w-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 442px;
  margin-right: auto;
  display: flex;
}

.maw-w-right.sticky {
  position: sticky;
  top: 60px;
}

.circle-overlay-2 {
  background-color: var(--main-color);
  opacity: .3;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.photo-right {
  z-index: 15;
  background-image: url("../images/photo-6_1photo-6.1eb321621464.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  display: flex;
  position: relative;
}

.circle-play {
  z-index: 1;
  background-color: var(--main-color);
  background-image: url("../images/icons8-play-filled.0997f65c09ac.svg");
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
}

.circle-overlay {
  background-color: var(--main-color);
  opacity: .4;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
}

.servcies-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.servce-number {
  background-color: var(--gray-light);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.circle-main {
  background-color: var(--main-color);
  border: 1px solid #ffffff29;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.max-w-center {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subhead-testi {
  opacity: 1;
  font-family: PT Serif Caption, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.subhead-testi.small {
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

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

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

.brand-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100px;
  margin-bottom: 24px;
}

.card-testimonial {
  background-image: linear-gradient(51deg, #fff, #fffffff2);
  border: 1px solid #e9e9e9;
  border-top-color: #e1e1e1;
  padding: 35px 48px 12px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-testimonial:hover {
  transform: scale(.97);
}

.testimonials-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.gray-color-2 {
  opacity: .6;
}

.overlay-bottom {
  background-image: linear-gradient(#0000, #fff 94%);
  justify-content: center;
  align-items: flex-end;
  min-height: 200px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-invert {
  filter: invert();
}

._404 {
  font-size: 15vw;
  line-height: 1.2;
}

@media screen and (min-width: 1440px) {
  .header-content {
    max-width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    min-height: 70vh;
  }

  .header-content {
    max-width: 500px;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 4vw;
  }

  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

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

  .section.color.for-contact {
    padding-top: 160px;
  }

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

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-flow: column;
  }

  .display-1 {
    font-size: 58px;
  }

  .display-1.second {
    font-size: 42px;
  }

  .display-1.cta {
    font-size: 48px;
  }

  .display-1.inner {
    font-size: 49px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.for-fade {
    font-size: 24px;
  }

  .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .blog-wrapper {
    max-width: 90%;
  }

  .pricing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-container {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 420px;
  }

  .hero {
    flex-flow: column-reverse;
    min-height: auto;
    display: flex;
  }

  .hero.for-inner {
    padding-top: 150px;
  }

  .hero.second {
    padding-top: 130px;
  }

  .hero-grid {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.for-team {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-3-columns.add-space {
    border-top: 1px solid #e3e3e3;
    border-bottom-style: solid;
    border-bottom-color: #e3e3e3;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .contact-details-flex.vertical {
    grid-row-gap: 4px;
  }

  .team-wrapper-second.no-left {
    border-right-style: solid;
  }

  .legal-wrapper {
    width: 100%;
    max-width: 90%;
  }

  .ceo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ceo-grid.reverse {
    flex-flow: column-reverse;
  }

  .services-bottom.with-photo {
    padding-top: 81px;
    padding-bottom: 81px;
  }

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

  .right-pricing {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 100px;
  }

  .header-content {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .service-image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .page-grid {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .sidebar {
    position: relative;
    top: 0;
  }

  .service-page-wrapper, .pricing-rich-text {
    max-width: 100%;
  }

  .menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .nav-component {
    padding: 16px 10px;
  }

  .nav-container {
    grid-template-columns: .4fr 1fr;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    border-right-style: none;
  }

  .svg-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

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

  .nav-menu {
    background-color: var(--white);
    width: 100%;
  }

  .cart-main.mobile {
    display: flex;
  }

  .cart-main.desktop {
    margin-right: 1.3rem;
    display: none;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-drodpdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-drodpdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
  }

  .dropdown-content {
    grid-template-columns: 1.2fr;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .dropdown-content.block {
    padding-left: 1rem;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 15px;
    display: flex;
  }

  .cta-center {
    text-align: center;
    flex-flow: column;
  }

  .line-divider {
    display: none;
  }

  .number {
    font-size: 50px;
  }

  .circle-glow-absolute {
    top: 407px;
    left: -303px;
  }

  .what-we-do-icons.no-line {
    border-right-style: solid;
  }

  .text-field-gray {
    min-width: auto;
  }

  .footer-main-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .home-hero-2-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .maw-w-right {
    max-width: 100%;
  }

  .maw-w-right.sticky {
    position: relative;
    top: 0;
  }

  .servcies-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .first-grid {
    grid-row-gap: 15px;
  }

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

  .brand-image {
    margin-bottom: 40px;
  }

  .card-testimonial {
    padding-top: 37px;
  }

  .testimonials-grid-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .second-grid {
    grid-row-gap: 15px;
  }

  .overlay-bottom {
    min-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 5vw;
  }

  .section.color.for-contact {
    padding-top: 140px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .display-1.second, .display-1.third {
    font-size: 38px;
  }

  .display-1.cta {
    font-size: 44px;
  }

  .display-2.for-fade {
    font-size: 27px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .blog-wrapper, .photo-a {
    max-width: 100%;
  }

  .card-container {
    min-width: auto;
    padding-top: 40px;
  }

  .relative-div {
    width: 100%;
  }

  .hero {
    padding-top: 77px;
    overflow: visible;
  }

  .hero.for-inner {
    padding-top: 122px;
    padding-bottom: 38px;
  }

  .hero.second {
    padding-top: 99px;
  }

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

  .grid-3-columns.add-space {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-style: none;
    border-bottom-style: none;
  }

  .margin-100px.make-50px {
    margin-top: 50px;
  }

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

  .footer-grid {
    grid-column-gap: 1.5rem;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .footer-main-grid {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-form-right-side.second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-wrapper {
    max-width: 100%;
  }

  .hero-w-width {
    max-width: 500px;
  }

  .features-title {
    font-size: 1.25rem;
  }

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

  .services-bottom.with-photo {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .label {
    max-width: 95%;
  }

  .blog-image-link {
    margin-bottom: 1.5rem;
  }

  .blog-image-link:hover {
    box-shadow: none;
  }

  .blog-meta-wrapper {
    font-size: .75rem;
  }

  .right-pricing {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-pricing {
    width: 100%;
  }

  .service-grid {
    padding-bottom: 60px;
  }

  .header-content {
    max-width: 1200px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-field-select, .cart-quantity.white-line {
    height: 45px;
  }

  .nav-component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart-main {
    min-height: auto;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
    padding-left: 1.3rem;
  }

  .dropdown-content {
    grid-row-gap: 1.1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .cart-container {
    max-width: 480px;
  }

  .cart-button-main {
    height: auto;
  }

  .hide {
    display: none;
  }

  .metrics-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .number {
    font-size: 50px;
  }

  .subhead-fun {
    font-size: 28px;
  }

  .circle-glow-absolute {
    top: 477px;
  }

  .what-we-do-icons {
    border-bottom: 1px solid #e3e3e3;
    border-right-style: none;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .what-we-do-icons.no-line {
    border-right-style: none;
  }

  .form-single {
    flex-direction: row;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-right: 0;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-main-grid-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

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

  .ceo-name {
    font-size: 16px;
  }

  .line-vertical {
    margin-left: 15px;
    margin-right: 15px;
  }

  .circle-overlay-3 {
    width: 280px;
    height: 280px;
  }

  .maw-w-right {
    max-width: 100%;
  }

  .circle-overlay-2 {
    width: 220px;
    height: 220px;
  }

  .photo-right {
    min-height: 450px;
  }

  .circle-play {
    width: 100px;
    height: 100px;
  }

  .circle-overlay {
    width: 160px;
    height: 160px;
  }

  .circle-main {
    width: 70px;
    height: 70px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 31px 32px 20px;
  }

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

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

  blockquote {
    font-size: 7vw;
  }

  .utility-page-wrap {
    height: 60vh;
  }

  .section.info {
    padding-top: 120px;
  }

  .section.color.for-contact {
    padding-top: 100px;
  }

  .section.pricing-page {
    padding-top: 30px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 38px;
  }

  .display-1.second, .display-1.third, .display-1.cta, .display-1.inner {
    font-size: 30px;
  }

  .display-2 {
    font-size: 25px;
  }

  .display-2.for-fade {
    letter-spacing: 0;
    font-size: 23px;
  }

  .display-3 {
    margin-top: 15px;
    font-size: 24px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .button {
    padding: 11px 28px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing-title {
    font-size: 26px;
  }

  .margin-50px.make-15px {
    margin-top: 15px;
  }

  .button-arrow-link {
    align-self: stretch;
    padding-left: 30px;
    padding-right: 25px;
  }

  .label-button {
    font-size: 15px;
  }

  .hero {
    min-height: 650px;
  }

  .hero.for-inner {
    padding-top: 110px;
    padding-bottom: 24px;
  }

  .hero-grid {
    grid-row-gap: 40px;
  }

  .subhead {
    max-width: 100%;
    font-size: 19px;
  }

  .button-line {
    font-size: 16px;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-main-grid {
    grid-row-gap: 48px;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .divider-line {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .contact-details-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-link {
    font-size: 16px;
    line-height: 26px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .contact-form-right-side.second {
    padding: 36px 28px 33px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-w-width {
    max-width: 90%;
  }

  .features-title {
    font-size: 1.2rem;
  }

  .ceo-grid {
    max-width: 100%;
  }

  .services-bottom {
    grid-row-gap: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .label {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-title-link {
    padding-right: 20px;
  }

  .blog-title-main {
    font-size: 24px;
  }

  .service-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .text-field-select {
    height: 42px;
    margin-bottom: 10px;
  }

  .cart-quantity.white-line {
    width: 50px;
    height: 42px;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 15px;
  }

  .nav-component {
    padding: 10px 0%;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .6fr 1fr;
    place-items: center stretch;
  }

  .cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-arrow-link-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .menu-button {
    flex: none;
    justify-content: flex-end;
  }

  .cart-main.mobile {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flex-nav-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .product-price-main.in-sidebar {
    font-size: 17px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .cart-button-main {
    margin-top: 0;
  }

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

  .subhead-fun {
    max-width: 100%;
    font-size: 25px;
  }

  .subhead-main {
    font-size: 22px;
  }

  .subhead-main.smaller {
    font-size: 19px;
  }

  .form-single {
    align-items: center;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-title-2.white {
    color: var(--main-color);
  }

  .footer-2 {
    padding-top: 50px;
  }

  .footer-main-grid-2 {
    grid-row-gap: 48px;
  }

  .footer-grid-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .line-vertical {
    display: none;
  }

  .circle-overlay-3 {
    width: 240px;
    height: 240px;
  }

  .left-part {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-grid {
    border-radius: 30px;
  }

  .circle-overlay-2 {
    width: 180px;
    height: 180px;
  }

  .photo-right {
    min-height: 300px;
  }

  .circle-play {
    width: 60px;
    height: 60px;
  }

  .circle-overlay {
    width: 120px;
    height: 120px;
  }

  .subhead-testi {
    max-width: 100%;
    font-size: 21px;
  }

  .brand-image {
    margin-bottom: 32px;
  }

  .card-testimonial {
    padding: 35px 24px 25px;
  }

  .overlay-bottom {
    min-height: 100px;
  }
}

#w-node-_9c511150-993a-8ab2-3f76-54b808e672cd-22d30652, #w-node-_8fafd84d-b0cd-09fc-9180-905bbd10d371-22d30652, #w-node-_8fafd84d-b0cd-09fc-9180-905bbd10d385-22d30652, #w-node-_69206073-94f4-d949-f606-3566e2434701-22d30652 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69206073-94f4-d949-f606-3566e2434726-22d30652, #w-node-_69206073-94f4-d949-f606-3566e243472c-22d30652 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69206073-94f4-d949-f606-3566e24346fc-22d30652, #w-node-_275df412-a699-9895-79da-a2bfdbd2e920-dbd2e91e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22c6a-16a22c68 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_337ec200-0804-5bac-004c-b03ee1af514f-16a22c68, #w-node-_337ec200-0804-5bac-004c-b03ee1af515b-16a22c68, #w-node-_2d5dd412-e3e6-5cdf-7f72-b247a5a42db1-22d30655, #w-node-_2d5dd412-e3e6-5cdf-7f72-b247a5a42dca-22d30655, #w-node-bf83515f-03a3-7a38-e956-f7fc15318e8f-22d30658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf83515f-03a3-7a38-e956-f7fc15318eb9-22d30658, #w-node-bf83515f-03a3-7a38-e956-f7fc15318ebf-22d30658 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf83515f-03a3-7a38-e956-f7fc15318ec8-22d30658, #w-node-fa98bf2a-6ce1-7c0f-a481-b3accfe2954a-22d3065b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87a97357-1ce8-781a-06e7-388f242392ce-22d30665 {
  justify-self: end;
}

#w-node-_78a8848c-b0d2-b571-b6c9-efe0422fa0f2-22d30665, #w-node-_55e1e50e-c8b8-b242-e39a-50ea90d98b40-22d30665 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_69206073-94f4-d949-f606-3566e243472c-22d30652, #w-node-bf83515f-03a3-7a38-e956-f7fc15318ebf-22d30658 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22cde-16a22c68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87a97357-1ce8-781a-06e7-388f242392ce-22d30665 {
    justify-self: start;
  }

  #w-node-_87a97357-1ce8-781a-06e7-388f242392d4-22d30665 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69206073-94f4-d949-f606-3566e2434726-22d30652 {
    grid-column: span 1 / span 1;
  }

  #w-node-_69206073-94f4-d949-f606-3566e243472c-22d30652 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf83515f-03a3-7a38-e956-f7fc15318eb9-22d30658 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf83515f-03a3-7a38-e956-f7fc15318ebf-22d30658 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk Vf';
  src: url("../fonts/BDOGrotesk-VF.d6c679942295.ttf") format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
/* === YessPharma additions === */
.w-commerce-commercecartwrapper{display:none!important}
.yp-marquee{overflow:hidden;position:relative;margin-top:40px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.yp-track{display:flex;align-items:center;gap:90px;width:max-content;animation:yp-scroll 30s linear infinite}
.yp-track:hover{animation-play-state:paused}
.yp-track img{height:34px;width:auto;opacity:.65;filter:grayscale(1);transition:opacity .3s,filter .3s}
.yp-track img:hover{opacity:1;filter:none}
@keyframes yp-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.yp-center{text-align:center}
.w-dyn-empty{display:none!important}

/* real partner logo cards */
.yp-track{gap:36px;animation-duration:36s}
.yp-card{background:#fff;border:1px solid #e8ecf6;border-radius:14px;padding:18px 34px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(7,39,138,.06)}
.yp-card img{height:34px;width:auto;opacity:1;filter:none}
/* cozy compact services */
.servcies-grid .w-dyn-items{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.servcies-grid .service-wrapper{border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:26px 24px;height:100%;margin:0;background:rgba(255,255,255,.03)}
.servcies-grid .service-wrapper .display-1.fourth{font-size:21px;line-height:1.3;margin:0}
.servcies-grid .servce-number{font-size:13px;padding:4px 10px;margin-bottom:14px}
.servcies-grid .paragraph-gray{font-size:14px;line-height:1.55}
.servcies-grid .circle-main{width:36px;height:36px;margin-top:14px}
@media (max-width:767px){.servcies-grid .w-dyn-items{grid-template-columns:1fr}}

/* tighter services section */
.section.color.yp-services{padding-top:60px;padding-bottom:60px}
.yp-services .servcies-grid{grid-row-gap:20px}
.yp-services .w-dyn-items{gap:14px}
.yp-services .service-wrapper{padding:18px 20px;border-radius:14px}
.yp-services .service-wrapper .display-1.fourth{font-size:18px;line-height:1.3}
.yp-services .servce-number{font-size:11px;padding:2px 8px;margin-bottom:8px}
.yp-services .paragraph-gray{font-size:13px;line-height:1.5;margin-bottom:0}
.yp-services .circle-main{display:none}
.yp-services .maw-w-right.sticky .margin-30px{margin-top:16px}
/* ISO certification badges */
.yp-iso{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-top:44px}
.yp-iso-badge{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e8ecf6;border-radius:16px;padding:16px 26px;box-shadow:0 4px 18px rgba(7,39,138,.06);font-size:14px;color:#3f4242}
.yp-iso-ring{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;border:2.5px solid #07278a;color:#07278a;font-weight:700;font-size:12px;line-height:1.05;text-align:center}

/* uniform partner logo cards + breathing room */
.yp-marquee{margin-bottom:55px}
.yp-card{width:210px;height:82px;padding:14px 24px;flex:none}
.yp-card img{max-height:40px;max-width:150px;width:auto;height:auto;object-fit:contain}
.yp-card a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}

/* === Typography refresh: lighter, smaller, modern sans === */
.display-1{font-family:'Bdogrotesk Vf',sans-serif;font-weight:600;letter-spacing:-.02em;font-size:42px;line-height:1.15}
.display-1.second{font-size:34px}
.display-1.third{font-size:32px}
.display-1.fourth{font-size:22px}
.display-1.cta{font-size:36px}
@media (min-width:1440px){
  .display-1{font-size:48px}
  .display-1.second{font-size:38px}
  .display-1.third{font-size:36px}
}
.subhead{font-size:16px;font-weight:400;line-height:1.55;color:#4a5578}
.subhead._80{font-size:17px}
.subhead-main.smaller{font-weight:400;color:#4a5578}
.paragraph-main{font-weight:400}
.yp-services .service-wrapper .display-1.fourth{font-size:17px;font-weight:600}
.blog-title-main{font-weight:600}
.number{font-weight:600}
.section.color .subhead:not(.small), .section.info .subhead:not(.small){color:#c9d4f2}

/* cuter service cards: icons instead of numbers */
.yp-svc-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.1);color:#c9d8ff;margin-bottom:14px}
.yp-services .service-wrapper{transition:background .25s,transform .25s}
.yp-services .service-wrapper:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.yp-services .service-wrapper .display-1.fourth{margin-bottom:6px}
/* icon left, title right, description below */
.yp-svc-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.yp-svc-icon{margin-bottom:0;flex:none;width:40px;height:40px}
/* blue-tinted gray for heading accents (was warm gray) */
.gray-color, .gray-text {color:#8b9bcf}
.section.color .gray-color, .section.info .gray-color {color:#96a7de}
/* tighter gap between nav and hero */
.hero.second{padding-top:90px}
/* calmer footer text */
.subhead-main, .subhead-main.smaller{font-size:14px;font-weight:400;line-height:1.65;color:#6a7390;max-width:340px}
.copyright-2{font-weight:400;color:#8a91a8;font-size:13px}
/* about + contact pages */
.yp-value-card{border:1px solid #e8ecf6;border-radius:18px;padding:28px;background:#fff;box-shadow:0 4px 18px rgba(7,39,138,.05)}
.yp-value-card .subhead{margin-top:10px}
.yp-contact-card{border:1px solid #e8ecf6;border-radius:20px;padding:34px;background:#fff;box-shadow:0 4px 18px rgba(7,39,138,.05)}
.yp-info-list{margin-top:22px;display:flex;flex-direction:column;gap:16px}
.yp-info-row{display:grid;grid-template-columns:110px 1fr;gap:12px;font-size:14px;color:#4a5578;line-height:1.5}
.yp-info-row span{color:#8a91a8;font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding-top:2px}
.yp-info-row a{color:#07278a;text-decoration:none}
.yp-map-empty{display:flex;align-items:center;justify-content:center;height:440px;border:1px dashed #c6cee6;border-radius:20px;color:#8a91a8;font-size:14px}
@media (max-width:767px){.yp-info-row{grid-template-columns:1fr}}
/* calmer nav */
.nav-link{font-size:.95rem;font-weight:500;color:#2e3a66}
.nav-link.w--current{color:#07278a;font-weight:600}

/* === Execo-inspired light pass === */
.yp-light{background:#f6f8fd}
.yp-light .subhead.small.color{color:#07278a}
.yp-light .display-1.second.white{color:#0d1b4d}
.yp-light .display-1.second.white .gray-color{color:#8b9bcf}
.yp-light .subhead.white{color:#4a5578}
.yp-light .service-wrapper{background:#fff;border:1px solid #e8ecf6;box-shadow:0 4px 18px rgba(7,39,138,.05)}
.yp-light .service-wrapper:hover{background:#fff;box-shadow:0 10px 28px rgba(7,39,138,.1);transform:translateY(-3px)}
.yp-light .display-1.fourth.main-white{color:#0d1b4d}
.yp-light .paragraph-gray{color:#5a6482}
.yp-light .yp-svc-icon{background:#eef2ff;color:#07278a}
.yp-light .button-arrow-link{border-color:#07278a}
.yp-light .label-button{color:#07278a}
.yp-light .icon-arrow{filter:invert(14%) sepia(60%) saturate(4000%) hue-rotate(225deg)}
/* airier sections overall */
.section{padding-top:90px;padding-bottom:90px}
.section.gray._80px{padding-top:40px;padding-bottom:40px}
.yp-services.section{padding-top:70px;padding-bottom:70px}
/* soften remaining dark CTA/section edges */
.yp-iso-badge,.yp-card,.yp-value-card,.yp-contact-card{border-color:#edf1fa}
/* centered Execo-style hero + stats strip */
.yp-hero{padding:80px 5% 0}
.yp-center{text-align:center}
.yp-hero-h1{text-align:center;max-width:820px;margin:18px auto 0}
.yp-lead{text-align:center;max-width:600px;margin:22px auto 0;display:block}
.yp-hero-btns{display:flex;justify-content:center;gap:12px;margin-top:36px}
.yp-btn{display:inline-block;padding:14px 28px;border-radius:99px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s}
.yp-btn-primary{background:#07278a;color:#fff}
.yp-btn-primary:hover{background:#0d1b4d}
.yp-btn-ghost{color:#07278a;border:1px solid #d9e0f5;background:#fff}
.yp-btn-ghost:hover{border-color:#07278a}
.yp-statsbar{display:flex;justify-content:center;gap:100px;padding:55px 0;border-top:1px solid #eef1fa;border-bottom:1px solid #eef1fa;margin-top:75px;flex-wrap:wrap}
.yp-statsbar b{display:block;font-size:38px;font-weight:650;letter-spacing:-.02em;color:#0d1b4d;line-height:1.1}
.yp-statsbar span{font-size:13px;color:#8b9bcf}
@media(max-width:767px){.yp-statsbar{gap:36px}}
.yp-hero .subhead.small{justify-content:center;display:flex}
/* hero background photo with soft white wash */
.yp-hero{position:relative;overflow:hidden}
.yp-hero::before{content:"";position:absolute;inset:0;background:url("../images/hero-bg.fcacfbf7b90a.jpg") center/cover no-repeat;opacity:1;z-index:0}
.yp-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(255,255,255,.66) 55%,#fff 100%);z-index:1}
.yp-hero>.container,.yp-hero>.yp-statsbar{position:relative;z-index:2}
.yp-statsbar{border-top-color:rgba(7,39,138,.08)}
/* Execo-style services: heading on top, 3-col grid, rounded container */
.yp-services.section{border-radius:36px;margin:0 2%;padding:70px 5%}
.yp-svc-head-top{margin-bottom:40px}
.yp-svc-head-top .display-1.second.white{margin-top:8px}
.yp-svc-sub{margin-top:12px;max-width:560px}
.yp-services .w-dyn-items{grid-template-columns:repeat(3,1fr)}
@media(max-width:991px){.yp-services .w-dyn-items{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.yp-services .w-dyn-items{grid-template-columns:1fr}}
/* from execo mockup: grid3 card layout */
.yp-services .w-dyn-items{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.yp-services .service-wrapper{padding:26px;border-radius:18px}
/* hero spacing + soft top edge */
.yp-hero{padding-top:130px}
.yp-hero::after{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.72) 30%,rgba(255,255,255,.6) 60%,#fff 100%)}

/* hero bg from database (fallback: static image) */
.yp-hero::before{content:none}
.yp-hero-bg{position:absolute;inset:0;background:url("../images/hero-bg.fcacfbf7b90a.jpg") center/cover no-repeat;z-index:0}
.what-we-do-icons .yp-svc-icon{background:#eef2ff;color:#07278a;margin-bottom:16px}
/* contact: equal-height card and map */
.yp-contact-card{height:100%;box-sizing:border-box}
.yp-map{height:100%;min-height:480px}
.yp-map iframe{height:100%!important;min-height:480px;display:block}
.yp-map-empty{height:100%;min-height:480px}
/* vertical logo filling contact card bottom */
.yp-contact-card{display:flex;flex-direction:column}
.yp-card-logo{margin-top:auto;text-align:center;padding-top:36px}
.yp-card-logo img{width:150px;opacity:.95}
/* subtle mark watermark instead of big logo */
.yp-contact-card{position:relative;overflow:hidden}
.yp-card-logo{display:none}
.yp-card-mark{position:absolute;right:-50px;bottom:-60px;width:280px;opacity:.05;pointer-events:none}
/* shorter map */
.yp-map{min-height:380px}
.yp-map iframe{min-height:380px;max-height:380px}
.yp-map-empty{min-height:380px}
/* post/project list cards */
.yp-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.yp-post-card{display:block;text-decoration:none;color:inherit;border:1px solid #e8ecf6;border-radius:18px;padding:16px;background:#fff;transition:box-shadow .25s,transform .25s}
.yp-post-card:hover{box-shadow:0 10px 28px rgba(7,39,138,.1);transform:translateY(-3px)}
.yp-post-img{height:190px;border-radius:12px;background:linear-gradient(135deg,#07278a,#3f6df5) center/cover no-repeat;margin-bottom:14px}
.yp-post-date{font-size:12px;color:#8b9bcf}
.yp-post-card h3{font-size:17px;font-weight:600;color:#0d1b4d;margin:6px 0 8px;line-height:1.35}
.yp-post-card p{font-size:13.5px;color:#5a6482;line-height:1.55;margin:0}
@media(max-width:991px){.yp-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.yp-post-grid{grid-template-columns:1fr}}
/* project showcase rows */
.yp-proj-list{display:flex;flex-direction:column;gap:34px;max-width:1080px;margin:0 auto}
.yp-proj-row{display:grid;grid-template-columns:1.15fr 1fr;gap:0;text-decoration:none;color:inherit;border:1px solid #e8ecf6;border-radius:24px;overflow:hidden;background:#fff;transition:box-shadow .3s,transform .3s}
.yp-proj-row:hover{box-shadow:0 14px 40px rgba(7,39,138,.12);transform:translateY(-3px)}
.yp-proj-row.reverse{grid-template-columns:1fr 1.15fr}
.yp-proj-row.reverse .yp-proj-img{order:2}
.yp-proj-img{min-height:340px;background:linear-gradient(135deg,#07278a,#3f6df5) center/cover no-repeat}
.yp-proj-body{padding:44px 46px;display:flex;flex-direction:column;justify-content:center}
.yp-proj-client{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#07278a;margin-bottom:12px}
.yp-proj-body h2{font-size:26px;font-weight:650;letter-spacing:-.02em;color:#0d1b4d;line-height:1.2;margin:0 0 12px}
.yp-proj-body p{font-size:15px;color:#5a6482;line-height:1.6;margin:0 0 16px}
.yp-proj-meta{font-size:13px;color:#8b9bcf;margin-bottom:18px}
.yp-proj-meta .dot{margin:0 8px}
.yp-proj-link{font-size:14px;font-weight:600;color:#07278a}
@media(max-width:900px){.yp-proj-row,.yp-proj-row.reverse{grid-template-columns:1fr}.yp-proj-row.reverse .yp-proj-img{order:0}.yp-proj-img{min-height:220px}.yp-proj-body{padding:28px}}
/* infinite scroll loader dots */
.yp-proj-loader{display:flex;justify-content:center;gap:8px;padding:40px 0}
.yp-proj-loader span{width:9px;height:9px;border-radius:50%;background:#07278a;opacity:.3;animation:yp-pulse 1.2s infinite}
.yp-proj-loader span:nth-child(2){animation-delay:.2s}
.yp-proj-loader span:nth-child(3){animation-delay:.4s}
@keyframes yp-pulse{0%,100%{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}
/* project detail slideshow */
.yp-slider{position:relative;margin:34px 0 10px;border-radius:22px;overflow:hidden;background:#eef2fb}
.yp-slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.yp-slide{flex:0 0 100%;height:480px;background:linear-gradient(135deg,#07278a,#3f6df5) center/cover no-repeat}
.yp-slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#07278a;font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(7,39,138,.18);transition:background .2s}
.yp-slider-btn:hover{background:#fff}
.yp-slider-btn.prev{left:16px}
.yp-slider-btn.next{right:16px}
.yp-slider-dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:8px}
.yp-slider-dots button{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.55);cursor:pointer;padding:0;transition:all .2s}
.yp-slider-dots button.on{background:#fff;width:22px;border-radius:5px}
.yp-slider-caption{position:absolute;left:16px;bottom:14px;background:rgba(7,39,138,.75);color:#fff;font-size:13px;padding:6px 14px;border-radius:99px;display:none;max-width:60%}
@media(max-width:767px){.yp-slide{height:260px}}
/* casual news article */
.yp-news-img{width:100%;border-radius:14px;margin:24px 0}
.yp-news-body{font-size:15.5px;line-height:1.7;color:#4a5578}
.yp-news-body p{margin-bottom:14px}
.yp-news-figure{margin:26px 0}
.yp-news-figure img{width:100%;border-radius:14px}
.yp-news-figure figcaption{font-size:12.5px;color:#8b9bcf;margin-top:8px}
/* premium project detail */
.yp-facts{display:flex;justify-content:center;gap:0;margin:40px auto 10px;border:1px solid #e8ecf6;border-radius:18px;overflow:hidden;max-width:760px;background:#fff}
.yp-facts>div{flex:1;padding:18px 26px;text-align:center;border-right:1px solid #eef1fa}
.yp-facts>div:last-child{border-right:none}
.yp-facts span{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#8b9bcf;margin-bottom:5px}
.yp-facts b{font-size:14.5px;font-weight:600;color:#0d1b4d}
.yp-proj-story{font-size:16px;line-height:1.75;color:#4a5578;max-width:760px;margin:36px auto 0}
.yp-proj-story p{margin-bottom:16px}
.yp-video{position:relative;padding-top:56.25%;border-radius:20px;overflow:hidden;margin:36px auto 0;max-width:860px}
.yp-video iframe{position:absolute;inset:0;width:100%;height:100%}
/* related projects */
.yp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.yp-related-card{display:block;text-decoration:none;color:inherit;border:1px solid #e8ecf6;border-radius:18px;padding:16px;background:#fff;transition:box-shadow .25s,transform .25s}
.yp-related-card:hover{box-shadow:0 10px 28px rgba(7,39,138,.1);transform:translateY(-3px)}
.yp-related-img{height:170px;border-radius:12px;background:linear-gradient(135deg,#07278a,#3f6df5) center/cover no-repeat;margin-bottom:14px}
.yp-related-card h3{font-size:16px;font-weight:600;color:#0d1b4d;margin:6px 0 6px;line-height:1.35}
.yp-related-meta{font-size:12.5px;color:#8b9bcf}
@media(max-width:900px){.yp-related-grid{grid-template-columns:1fr}.yp-facts{flex-wrap:wrap}.yp-facts>div{flex:1 1 40%}}
/* more news list */
.yp-more-news{margin-top:50px;border-top:1px solid #eef1fa;padding-top:26px}
.yp-more-news h3{font-size:15px;font-weight:600;color:#0d1b4d;margin-bottom:14px}
.yp-more-news a{display:flex;gap:16px;align-items:baseline;text-decoration:none;color:#4a5578;font-size:14.5px;padding:8px 0;border-bottom:1px dashed #eef1fa}
.yp-more-news a:hover{color:#07278a}
.yp-more-news a span{font-size:12px;color:#8b9bcf;flex:none;width:64px}
/* projects world map */
.yp-map-wrap{max-width:900px;margin:44px auto 10px}
#yp-world-map{height:380px}
.jvm-tooltip{background:#07278a;border-radius:8px;font-family:inherit;font-size:12.5px;padding:6px 12px}
.yp-country-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:22px}
.yp-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:99px;border:1px solid #d9e0f5;background:#fff;color:#07278a;font-size:13.5px;font-weight:600;text-decoration:none;transition:all .2s}
.yp-chip em{font-style:normal;font-size:11.5px;background:#eef2ff;border-radius:99px;padding:1px 8px}
.yp-chip:hover{border-color:#07278a}
.yp-chip.on{background:#07278a;color:#fff;border-color:#07278a}
.yp-chip.on em{background:rgba(255,255,255,.18)}
@media(max-width:767px){#yp-world-map{height:230px}}
/* Operon-style dark map panel with glowing markers */
.yp-map-panel{position:relative;background:radial-gradient(120% 160% at 75% 0%,#12309e 0%,#07278a 45%,#041a5e 100%);border-radius:26px;padding:26px;overflow:hidden}
.yp-map-panel #yp-world-map{height:400px}
.jvm-element[class*="jvm-marker"]{cursor:pointer}
circle.jvm-element{animation:yp-marker-pulse 2.4s ease-out infinite}
@keyframes yp-marker-pulse{0%,100%{stroke-opacity:.25}50%{stroke-opacity:.55}}
.yp-map-pop{display:none;position:absolute;z-index:20;width:300px;background:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(4,16,60,.35);padding:18px 18px 10px}
.yp-map-pop h4{font-size:14px;font-weight:700;color:#07278a;margin:0 0 10px;padding-right:22px}
.yp-map-pop a{display:block;text-decoration:none;padding:9px 0;border-top:1px solid #eef1fa}
.yp-map-pop a b{display:block;font-size:13.5px;font-weight:600;color:#0d1b4d;line-height:1.35}
.yp-map-pop a span{font-size:12px;color:#8b9bcf}
.yp-map-pop a:hover b{color:#07278a}
.yp-pop-close{position:absolute;top:10px;right:12px;border:none;background:none;font-size:20px;color:#8b9bcf;cursor:pointer;line-height:1}
@media(max-width:767px){.yp-map-panel #yp-world-map{height:250px}.yp-map-pop{width:250px}}
/* map v2: full width, white canvas, blue countries, scrollable popup */
.yp-map-wrap{max-width:none;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 4%}
.yp-map-panel{background:#fff;border:1px solid #e8ecf6;box-shadow:0 6px 24px rgba(7,39,138,.06);max-width:1500px;margin:0 auto}
.yp-map-panel #yp-world-map{height:540px}
#yp-pop-list{max-height:250px;overflow-y:auto;overscroll-behavior:contain}
#yp-pop-list::-webkit-scrollbar{width:5px}
#yp-pop-list::-webkit-scrollbar-thumb{background:#d9e0f5;border-radius:3px}
@media(max-width:767px){.yp-map-panel #yp-world-map{height:280px}}
/* map v3: edge-to-edge, light countries, navy points */
.yp-map-wrap{padding:0 1.5%}
.yp-map-panel{max-width:none;padding:14px}
.yp-map-panel #yp-world-map{height:600px}
circle.jvm-element{animation:none}
@media(max-width:767px){.yp-map-panel #yp-world-map{height:300px}}
/* map v4: back to navy panel, smaller white points, keep full width */
.yp-map-panel{background:radial-gradient(120% 160% at 75% 0%,#12309e 0%,#07278a 45%,#041a5e 100%);border:none;box-shadow:0 14px 44px rgba(4,16,60,.25)}
/* map zoom controls on dark panel */
.jvm-zoom-btn{background:rgba(255,255,255,.14);color:#fff;border-radius:10px;width:30px;height:30px;line-height:30px;font-size:16px;border:1px solid rgba(255,255,255,.2);left:16px}
.jvm-zoom-btn:hover{background:rgba(255,255,255,.25)}
.jvm-zoom-btn.jvm-zoomin{top:16px}
.jvm-zoom-btn.jvm-zoomout{top:54px}
/* cuter zoom buttons: bottom center, horizontal */
.yp-map-panel .jvm-zoom-btn{position:absolute;top:auto!important;bottom:20px;width:36px;height:36px;line-height:36px;border-radius:50%!important;background:rgba(255,255,255,.95)!important;color:#07278a!important;font-size:18px;font-weight:600;border:none!important;box-shadow:0 4px 14px rgba(4,16,60,.3);text-align:center;transition:transform .15s}
.yp-map-panel .jvm-zoom-btn:hover{transform:scale(1.08);background:#fff!important}
.yp-map-panel .jvm-zoom-btn.jvm-zoomin{left:calc(50% - 42px)!important}
.yp-map-panel .jvm-zoom-btn.jvm-zoomout{left:calc(50% + 6px)!important}
.yp-map-panel .jvm-zoom-btn{display:flex;align-items:center;justify-content:center;line-height:1!important;padding:0!important}
/* horizontal news carousel */
.yp-news-carousel-wrap{margin-top:70px}
.yp-news-car-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.yp-news-car-head h3{font-size:20px;font-weight:650;color:#0d1b4d;margin:0}
.yp-news-car-nav button{width:36px;height:36px;border-radius:50%;border:1px solid #d9e0f5;background:#fff;color:#07278a;font-size:15px;cursor:pointer;margin-left:8px;transition:all .2s}
.yp-news-car-nav button:hover{border-color:#07278a}
.yp-news-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}
.yp-news-track::-webkit-scrollbar{display:none}
.yp-news-card{flex:0 0 218px;text-decoration:none;color:inherit;border:1px solid #e8ecf6;border-radius:16px;padding:12px;background:#fff;transition:box-shadow .25s,transform .25s}
.yp-news-card:hover{box-shadow:0 10px 26px rgba(7,39,138,.1);transform:translateY(-2px)}
.yp-news-thumb{height:120px;border-radius:10px;background:linear-gradient(135deg,#07278a,#3f6df5) center/cover no-repeat;margin-bottom:10px}
.yp-news-card span{font-size:11.5px;color:#8b9bcf}
.yp-news-card h4{font-size:13.5px;font-weight:600;color:#0d1b4d;line-height:1.4;margin:4px 0 0}
/* bigger, more powerful brand cards */
.yp-card{width:250px;height:96px;padding:20px 30px}
.yp-card img{max-height:48px;max-width:185px}
/* brand logos +20% */
.yp-card{width:290px;height:110px;padding:22px 34px}
.yp-card img{max-height:58px;max-width:220px}
/* brand logos +20% again */
.yp-card{width:348px;height:132px;padding:26px 40px}
.yp-card img{max-height:70px;max-width:264px}
.yp-track{gap:44px}
/* brand logos -10%: final size */
.yp-card{width:313px;height:119px;padding:24px 36px}
.yp-card img{max-height:63px;max-width:238px}
.grid-3-columns.add-space{border-bottom:none!important;border-top:none!important}
/* === mobile polish pass === */
@media(max-width:767px){
  /* stats: clean 2x2 grid */
  .yp-statsbar{display:grid;grid-template-columns:1fr 1fr;gap:30px 16px;justify-items:center;text-align:center;padding:38px 4%}
  .yp-statsbar b{font-size:30px}
  .yp-statsbar span{font-size:12px}
  /* brand cards sized for phone */
  .yp-card{width:225px;height:92px;padding:16px 24px;flex:none}
  .yp-card img{max-height:44px;max-width:170px}
  .yp-track{gap:20px}
  /* hero type */
  .display-1{font-size:34px}
  .yp-hero{padding-top:100px}
  .yp-hero-btns{flex-wrap:wrap;padding:0 6%}
  .yp-lead{padding:0 6%}
  /* facts bar stacks */
  .yp-facts{flex-direction:column}
  .yp-facts>div{border-right:none;border-bottom:1px solid #eef1fa}
  .yp-facts>div:last-child{border-bottom:none}
}
@media(max-width:400px){
  .display-1{font-size:30px}
  .yp-statsbar b{font-size:26px}
}
/* hero crossfade slides */
.yp-hero-slides{position:absolute;inset:0;z-index:0}
.yp-hero-bg-slide{position:absolute;inset:0;background:url("../images/hero-bg.fcacfbf7b90a.jpg") center/cover no-repeat;opacity:0;transition:opacity 1.4s ease}
.yp-hero-bg-slide.on{opacity:1}
.yp-hero-bg{display:none}
.yp-services.section{border-radius:0;margin:0;padding:90px 5%}
/* partners showcase */
.yp-part-list{display:flex;flex-direction:column;gap:34px;max-width:1080px;margin:0 auto}
.yp-part-row{display:grid;grid-template-columns:1fr 1.25fr;text-decoration:none;color:inherit;border:1px solid #e8ecf6;border-radius:24px;overflow:hidden;background:#fff;transition:box-shadow .3s}
.yp-part-row:hover{box-shadow:0 14px 40px rgba(7,39,138,.1)}
.yp-part-row.reverse{grid-template-columns:1.25fr 1fr}
.yp-part-row.reverse .yp-part-logo{order:2}
.yp-part-logo{display:flex;align-items:center;justify-content:center;min-height:280px;background:linear-gradient(135deg,#f6f8fd,#eef2fb);padding:40px}
.yp-part-logo img{max-width:70%;max-height:110px;object-fit:contain}
.yp-part-body{padding:44px 46px;display:flex;flex-direction:column;justify-content:center}
.yp-part-body h2{font-size:26px;font-weight:650;letter-spacing:-.02em;color:#0d1b4d;line-height:1.2;margin:0 0 10px}
.yp-part-lead{font-size:15.5px;font-weight:600;color:#2e3a66;margin:0 0 10px}
.yp-part-about{font-size:14.5px;color:#5a6482;line-height:1.65;margin:0 0 18px}
@media(max-width:900px){.yp-part-row,.yp-part-row.reverse{grid-template-columns:1fr}.yp-part-row.reverse .yp-part-logo{order:0}.yp-part-logo{min-height:170px}.yp-part-body{padding:28px}}
/* partners: sticky logo rail + scrollspy sections */
.yp-pt-wrap{display:grid;grid-template-columns:260px 1fr;gap:46px;max-width:1080px;margin:0 auto;align-items:start}
.yp-pt-rail{position:sticky;top:90px;display:flex;flex-direction:column;gap:14px}
.yp-pt-tab{display:flex;align-items:center;justify-content:center;height:86px;background:#fff;border:1px solid #e8ecf6;border-radius:16px;cursor:pointer;padding:16px 24px;transition:all .25s;opacity:.55}
.yp-pt-tab img{max-height:40px;max-width:160px;object-fit:contain}
.yp-pt-tab:hover{opacity:.85}
.yp-pt-tab.on{opacity:1;border-color:#07278a;box-shadow:0 8px 24px rgba(7,39,138,.12)}
.yp-pt-sections{display:flex;flex-direction:column;gap:28px}
.yp-pt-sec{background:#fff;border:1px solid #e8ecf6;border-radius:24px;padding:44px 48px;scroll-margin-top:100px}
.yp-pt-head{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.yp-pt-num{font-size:13px;font-weight:700;color:#8b9bcf;border:1px solid #e8ecf6;border-radius:8px;padding:4px 9px}
.yp-pt-sec h2{font-size:28px;font-weight:650;letter-spacing:-.02em;color:#0d1b4d;margin:0 0 10px}
.yp-pt-sec .yp-btn{display:inline-block}
@media(max-width:900px){
  .yp-pt-wrap{grid-template-columns:1fr;gap:20px}
  .yp-pt-rail{position:sticky;top:0;z-index:10;flex-direction:row;overflow-x:auto;background:#fff;padding:10px 0;gap:10px}
  .yp-pt-tab{flex:0 0 150px;height:64px;padding:10px 16px}
  .yp-pt-sec{padding:28px}
}
.yp-pop-office{display:block;font-style:normal;font-size:11px;color:#8b9bcf;margin-top:2px}
/* partners v3: aligned editorial rows, big logo stages */
.yp-pt3-list{max-width:1120px;margin:0 auto}
.yp-pt3-row{display:grid;grid-template-columns:80px 360px 1fr;gap:44px;align-items:center;padding:54px 0;border-bottom:1px solid #eef1fa;position:relative}
.yp-pt3-row:last-child{border-bottom:none}
.yp-pt3-num{font-size:64px;font-weight:700;letter-spacing:-.03em;color:#eef2fb;line-height:1;align-self:center}
.yp-pt3-logo{display:flex;align-items:center;justify-content:center;height:230px;border-radius:22px;background:linear-gradient(135deg,#f6f8fd,#eef2fb);padding:36px;transition:box-shadow .3s,transform .3s}
.yp-pt3-row:hover .yp-pt3-logo{box-shadow:0 14px 40px rgba(7,39,138,.1);transform:translateY(-3px)}
.yp-pt3-logo img{max-width:78%;max-height:96px;object-fit:contain}
.yp-pt3-body h2{font-size:27px;font-weight:650;letter-spacing:-.02em;color:#0d1b4d;margin:6px 0 10px}
.yp-pt3-link{font-size:14.5px;font-weight:600;color:#07278a;text-decoration:none}
.yp-pt3-link:hover{text-decoration:underline}
@media(max-width:991px){
  .yp-pt3-row{grid-template-columns:1fr;gap:18px;padding:38px 0}
  .yp-pt3-num{position:absolute;top:26px;right:0;font-size:44px}
  .yp-pt3-logo{height:160px}
  .yp-pt3-logo img{max-height:64px}
}
.yp-pt3-logo{background:#fff;border:1px solid #e8ecf6}
/* tighten gap between brands and pillars */
.yp-marquee{margin-bottom:0}
.section:has(.yp-marquee){padding-bottom:15px}
.section:has(.grid-3-columns.add-space){padding-top:15px}
.yp-iso-in-svc{margin-top:44px}
/* tighter brands eyebrow-to-logos gap */
.yp-marquee{margin-top:14px}
/* about: shared visual beside who-we-are + story */
.yp-about-grid{grid-template-columns:1.15fr 1fr;gap:56px;align-items:start}
.yp-about-visual{position:sticky;top:100px}
.yp-about-visual img{width:100%;border-radius:24px}
@media(max-width:900px){.yp-about-grid{grid-template-columns:1fr}.yp-about-visual{position:static}}
.yp-about-visual{margin-top:54px}
.yp-proj-story,.yp-proj-story p{font-weight:400!important;color:#4a5578;letter-spacing:0}
.yp-proj-story,.yp-proj-story p{font-weight:360!important;font-size:16px}
/* popup project thumbnails — small pic left, text right */
#yp-pop-list a{display:flex;gap:11px;align-items:center}
.yp-pop-thumb{flex:0 0 58px;width:58px;height:58px;border-radius:9px;background:center/cover no-repeat}
.yp-pop-txt{display:block;min-width:0}
/* project image lightbox */
.yp-slide{cursor:zoom-in}
.yp-lightbox{display:none;position:fixed;inset:0;z-index:1000;background:rgba(4,10,40,.93);align-items:center;justify-content:center}
.yp-lightbox.open{display:flex}
.yp-lightbox img{max-width:92vw;max-height:86vh;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.5)}
.yp-lb-close{position:fixed;top:16px;right:22px;font-size:36px;line-height:1;color:#fff;background:none;border:none;cursor:pointer;opacity:.85}
.yp-lb-close:hover{opacity:1}
.yp-lb-prev,.yp-lb-next{position:fixed;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;border:none;font-size:18px;cursor:pointer}
.yp-lb-prev:hover,.yp-lb-next:hover{background:rgba(255,255,255,.26)}
.yp-lb-prev{left:20px}.yp-lb-next{right:20px}
.yp-lb-cap{position:fixed;bottom:20px;left:0;right:0;text-align:center;color:#cdd6f4;font-size:13px}
@media(max-width:767px){.yp-lb-prev{left:8px}.yp-lb-next{right:8px}.yp-lightbox img{max-width:97vw}}
/* about milestones (GmbH / BMT) */
.yp-mile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.yp-mile-card{display:flex;gap:24px;align-items:center;background:#fff;border:1px solid #e7ebf8;border-radius:20px;padding:30px 32px;text-decoration:none;transition:box-shadow .25s,transform .25s}
.yp-mile-card:hover{box-shadow:0 16px 44px rgba(7,39,138,.10);transform:translateY(-2px)}
.yp-mile-card img{width:112px;height:112px;object-fit:contain;flex:0 0 112px}
.yp-mile-year{display:block;font-size:12px;letter-spacing:.14em;color:#8b9bcf;font-weight:600}
.yp-mile-card h3{font-size:19px;color:#0d1b4d;margin:4px 0 7px;font-weight:600}
.yp-mile-card p{font-size:14.5px;color:#4a5578;margin:0 0 9px;line-height:1.55}
.yp-mile-link{font-size:13px;color:#07278a;font-weight:600}
@media(max-width:767px){.yp-mile-grid{grid-template-columns:1fr}.yp-mile-card{padding:22px}.yp-mile-card img{width:84px;height:84px;flex-basis:84px}}
/* mobile fix: services grid must collapse (the repeat(3,1fr) rule above was overriding the media queries) */
@media(max-width:991px){.yp-services .w-dyn-items{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.yp-services .w-dyn-items{grid-template-columns:1fr}}
/* safety net: never allow sideways panning (clip, not hidden, so position:sticky keeps working) */
html,body{overflow-x:clip}
/* 404 page */
.yp-error{padding-top:150px;padding-bottom:170px}
.yp-error-inner{max-width:620px;margin:0 auto;text-align:center;position:relative}
.yp-error-code{display:block;font-size:13px;letter-spacing:.22em;font-weight:600;color:#8b9bcf;margin-bottom:14px}
.yp-error-inner .yp-lead{margin-top:16px}
.yp-error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:34px}
.yp-error-help{margin-top:30px;font-size:14px;color:#8b9bcf}
.yp-error-help a{color:#07278a;font-weight:600;text-decoration:none;border-bottom:1px solid #d9e0f5}
.yp-error-help a:hover{border-color:#07278a}
@media(max-width:767px){.yp-error{padding-top:80px;padding-bottom:90px}}
/* empty state (news with no posts yet) */
.yp-empty{max-width:600px;margin:20px auto 40px;text-align:center;padding:56px 30px;border:1px solid #e7ebf8;border-radius:24px;background:#fbfcff}
.yp-empty .yp-lead{margin-top:14px}
.yp-empty-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px}
@media(max-width:767px){.yp-empty{padding:38px 20px}}
/* hero: show more of the scene and frame it slightly above centre, so a
   landscape photo in a very wide banner reads as a room, not a close-up */
.yp-hero{padding-bottom:26px}
.yp-hero-bg-slide{background-position:center 42%}
@media(min-width:1200px){.yp-hero{padding-bottom:46px}}
@media(max-width:767px){.yp-hero{padding-bottom:10px}.yp-hero-bg-slide{background-position:center 45%}}
/* hero image sits in a centred band that fades into white on both sides.
   Full-bleed 'cover' was blowing a 1030-1600px photo up to 1.9x on wide
   screens, which read as zoomed and soft. The band is never wider than the
   photo, so it is downscaled (crisp), and the mask edges belong to the band
   itself so they always line up regardless of the photo's proportions. */
.yp-hero-slides{left:50%;right:auto;transform:translateX(-50%);width:min(92%,1400px)}
.yp-hero-bg-slide{
  background-size:cover;background-position:center 45%;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%);
}
@media(max-width:767px){
  .yp-hero-slides{width:100%}
  .yp-hero-bg-slide{
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  }
}
/* hero, second pass: wider image band, image stops exactly on the stats rules,
   and the rules themselves are pulled in so they read as a contained detail */
.yp-hero{padding-bottom:0}
.yp-hero-slides{width:min(96%,1800px)}
.yp-statsbar{max-width:1180px;margin-left:auto;margin-right:auto}
@media(min-width:1200px){.yp-hero{padding-bottom:0}}
@media(max-width:767px){.yp-hero{padding-bottom:0}.yp-statsbar{max-width:none}}
/* hero, third pass: the image sits in a framed panel rather than dissolving.
   With a soft fade, a photo whose right side is near-white disappeared into
   the background and the (geometrically centred) band looked shifted left.
   A visible rounded edge makes the framing read correctly for any photo. */
.yp-hero-slides{border-radius:26px;overflow:hidden}
.yp-hero-slides::after{content:"";position:absolute;inset:0;border-radius:26px;
  box-shadow:inset 0 0 0 1px rgba(7,39,138,.08);pointer-events:none;z-index:1}
.yp-hero-bg-slide{-webkit-mask-image:none;mask-image:none}
@media(max-width:767px){
  .yp-hero-slides{border-radius:0}
  .yp-hero-slides::after{border-radius:0;box-shadow:none}
}
/* on phones the panel goes edge to edge — an 8px sliver of white either side
   just looks like a mistake at that size */
@media(max-width:767px){.yp-hero-slides{width:100%}}
/* About: "What drives us" — the columns were set inline, so no media query
   could collapse them and phones got three 160px-wide, 620px-tall slivers */
.yp-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:991px){.yp-values-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.yp-values-grid{grid-template-columns:1fr;gap:16px}}

/* Homepage CTA: the button inherited a grey Webflow "fill" style that read as
   disabled next to the navy buttons everywhere else, and the block was cramped
   on phones */
.services-bottom.with-photo .button-arrow-link.fill{
  background-color:#07278a;border-color:#07278a;padding:15px 26px}
.services-bottom.with-photo .button-arrow-link.fill:hover{background-color:#0d1b4d;border-color:#0d1b4d}
.services-bottom.with-photo .label-button{color:#fff}
.services-bottom.with-photo .icon-arrow.invert{filter:brightness(0) invert(1)}
@media(max-width:767px){
  .services-bottom.with-photo{padding:46px 22px}
  .cta-center h3.display-1.cta{font-size:27px;line-height:1.22}
  .cta-center .subhead{font-size:15px}
  .services-bottom.with-photo .button-arrow-link.fill{padding:14px 24px}
}
/* Contact: columns were inline (1fr 1.5fr), so phones squeezed the details
   card to ~160px and clipped the company name and email. Stack instead:
   details first, map underneath. */
.yp-contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:stretch}
@media(max-width:900px){
  .yp-contact-grid{grid-template-columns:1fr;gap:22px}
  .yp-contact-card{min-height:0}
  .yp-map iframe{height:320px}
}
/* long addresses and emails should wrap, never overflow their card */
.yp-info-row div,.yp-info-row a{overflow-wrap:anywhere}
.yp-contact-card h2{overflow-wrap:anywhere}
/* Contact on phones: breathing room between the details card and the map,
   and less dead space under the map before the footer */
@media(max-width:900px){
  .yp-contact-grid{gap:28px}
  .yp-map iframe{display:block;border-radius:20px}
}
@media(max-width:767px){
  .yp-contact-grid{gap:24px}
  /* the section's 60px top margin + default padding left a big empty band */
  .yp-contact-grid + *,
  section:has(.yp-contact-grid){padding-bottom:26px}
  .yp-map{margin-bottom:0}
}
/* Footer on phones: Navigation left, Group and Find us stacked on the right,
   instead of one long column with empty space beside it */
@media(max-width:767px){
  .footer-grid-2{grid-template-columns:1fr 1fr;grid-column-gap:18px;grid-row-gap:26px}
}
/* phones: Navigation keeps the left column, Group and Find us stack in the
   right one, and the group links don't orphan their arrow onto a new line */
@media(max-width:767px){
  .footer-grid-2>*:nth-child(1){grid-column:1;grid-row:1 / span 2}
  .footer-grid-2>*:nth-child(2){grid-column:2;grid-row:1}
  .footer-grid-2>*:nth-child(3){grid-column:2;grid-row:2;margin-top:4px}
  .footer-grid-2>*:nth-child(2) .footer-link-main div{font-size:15px;white-space:nowrap}
}
@media(max-width:420px){
  .footer-grid-2>*:nth-child(2) .footer-link-main div{font-size:14px}
}
