:root {
  --dark: #252a33;
  --dodger-blue: #1c91ff;
  --white: white;
  --white-smoke: #eee;
  --ghost-white-2: #e6e8ef;
  --black: #000;
  --dark-olive-green: #566e3f;
  --lightblue: #cfe7ff;
  --penguin-ii-orange: #f08013;
  --dodger-blue-20a: #1c91ff36;
  --ghost-white: #e6e8ef;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-400: #b6b9ce;
  --steel-blue: #007dc3;
  --honolulu-blue: #007dc3;
  --flowui-component-library-gray-700: #282556;
  --dark-grey: #a8a8a8;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-primary-lighter: #f7f5ff;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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 {
  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: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-commercelabel {
  margin-top: 20px;
  margin-bottom: 8px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--dark);
  background-color: #f9f9f9;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
}

h2 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

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

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  color: var(--dodger-blue);
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.featuredbg {
  background-image: linear-gradient(to right, #fff 41%, #e6e6e6);
}

.section.featuredbg._525fp {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
}

.section.relative {
  position: relative;
}

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

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

.section.whitebg.white {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.graybg {
  background-color: var(--white-smoke);
}

.section.graybg.maintenance {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}

.section.ctahero {
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.toppadding {
  padding-top: 80px;
}

.section.ghostwhitebg {
  background-color: var(--ghost-white-2);
}

.section.bgcolor--white {
  background-color: #fff;
}

.section.bgcolor--white.nobottommargin {
  margin-bottom: 0;
}

.section.bgcolor--white.nobottommargin.topandbottommargin--64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section._350s-mp {
  background-image: linear-gradient(117deg, #3c9bc0, #3e7d9f);
  height: 90vh;
  margin-bottom: 0;
}

.section.e6e8ef {
  background-color: #e6e8ef;
}

.section.vethero {
  background-color: #b1ccd4;
}

.section.vethero.nobm {
  margin-bottom: 0;
}

.section.vethero.nobm.yellowbg {
  background-color: #ede6c9;
  padding: 0;
}

.section.vethero.nobm.yellowbg.lightyellow {
  background-color: #faf7ee;
}

.section.vethero.nobm.yellowbg.green {
  background-color: #607d5f;
  background-image: url('../images/8547050-copy-3.jpg');
  background-position: 75%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 64px;
  display: flex;
}

.section._1 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 1;
  font-size: 12px;
}

.paragraph-tiny.cc-paragraph-tiny-light.contacthours {
  margin-top: 32px;
}

.paragraph-tiny.inline {
  display: inline;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-light.darktext {
  width: 37ch;
  color: var(--black);
  text-align: center;
}

.button--primary {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #007dc3;
  border-radius: 10px;
  margin-right: 16px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button--primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button--primary:active {
  background-color: #43464d;
}

.button--primary.cc-cart {
  margin-right: 0;
}

.button--primary._100 {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.button--primary.green {
  background-color: var(--dark-olive-green);
}

.button--primary.green:hover {
  background-color: var(--dark);
}

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

.button--primary.margin-bottom--8px {
  margin-bottom: 8px;
}

.button--primary._007dc3 {
  background-color: #007dc3;
}

.button--primary.black {
  background-color: #000;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.small {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.label.small.blue {
  color: var(--dodger-blue);
}

.label.small.green {
  color: var(--dark-olive-green);
}

.label.small.bottommargin {
  margin-bottom: 16px;
}

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

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.heading-jumbo-tiny.inline {
  display: inline;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 88px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo.textcolor--blue {
  width: 20ch;
  font-weight: 400;
}

.heading-jumbo.textcolor--blue.huge {
  text-align: center;
  font-size: 160px;
  line-height: 1;
}

.heading-jumbo.textalign--center {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-weight: 400;
}

.heading-jumbo-small {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-jumbo-small.green {
  color: var(--dark-olive-green);
}

.heading-jumbo-small.pureblack {
  color: var(--black);
}

.paragraph-small {
  font-size: 14px;
}

.paragraph-small.inline {
  display: inline-block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.product-name-text {
  text-align: center;
  text-transform: capitalize;
  width: 25ch;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}

.product-name-text.cc-name-text-cart {
  width: auto;
  color: var(--dark);
  font-size: 16px;
  line-height: 26px;
}

.product-name-text.collections {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.product-name-text.cc-name-text-cart {
  color: #252a33;
  width: auto;
  font-size: 16px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template: "Area Area-2 Area-3"
  / 1fr 2.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-description {
  position: static;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: 1;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.product-price-text.collections {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-contact-text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-contact-text.normalweight {
  font-weight: 400;
}

.number-contact-wrap {
  box-shadow: none;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 32px;
}

.number-contact-wrap.primary {
  background-color: #fff;
  box-shadow: -28px 28px 40px #0000000d;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap.maintenace {
  height: 100vh;
  display: none;
}

.utility-page-wrap.maintenace.fixed {
  z-index: 999;
  display: block;
  position: fixed;
}

.utility-page-wrap.maintenace.fixed.hiddenfornow {
  display: none;
}

._404-wrap {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

._404-content-wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.product-detail-main-details {
  flex: 0 auto;
  margin-bottom: 120px;
}

.product-details-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 470px;
  margin-top: 32px;
  margin-bottom: 0;
  margin-left: 64px;
  display: flex;
}

.product__imagewrapper {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
  position: static;
  top: 129px;
  overflow: hidden;
}

.product-detail-price {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}

.product-detail-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 34px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-style: none none solid;
  border-color: #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 16px 24px;
}

.block-content {
  border: 1px #000;
  border-radius: 0;
  padding: 24px 24px 12px;
  font-weight: 400;
  display: block;
}

.full-width-form {
  background-color: #f9f9f9;
  border-top: 1px #e4e4e4;
  border-bottom: 1px #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.button--secondary {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1c91ff33;
  border-radius: 10px;
  margin-right: 4px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button--secondary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button--secondary.green {
  color: #000;
  background-color: #566e3f33;
}

.button--secondary.norightmargin {
  text-align: center;
  margin-right: 0;
}

.button--secondary._100-alpha {
  background-color: var(--lightblue);
  margin-right: 0;
}

.button--secondary._100-alpha.buttoncolor--white {
  background-color: var(--white);
}

.button--secondary._100-alpha.buttoncolor--white:hover {
  color: #1c91ff;
}

.button--secondary._100-alpha.buttoncolor--white.right-margin {
  border: 2px solid #fff;
  margin-right: 16px;
}

.button--secondary._100-alpha.buttoncolor--white.right-margin.dark {
  background-color: var(--black);
  color: var(--white);
  border: 2px solid #000;
}

.button--secondary._100-alpha.buttoncolor--white.right-margin.bgcolor--orange {
  background-color: var(--penguin-ii-orange);
  border-color: #f08013;
}

.button--secondary.white {
  border: 2px solid var(--black);
  background-color: #1c91ff00;
}

.button--secondary.white:hover {
  color: #1c91ff;
}

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

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

.text-block {
  font-size: 24px;
}

.productdetail__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 8px;
  display: grid;
  position: relative;
}

.container1350 {
  flex: 1;
  max-width: 1350px;
}

.container1350._350s-mp {
  height: 100%;
}

.partnumber__textblock {
  margin-right: 4px;
  font-size: 14px;
  display: inline-block;
}

.maindetails__upper {
  margin-top: 125px;
  margin-bottom: 32px;
}

.maindetails__lower {
  margin-bottom: 32px;
}

.productimages__wrapper {
  margin-top: 16px;
  position: sticky;
  top: 149px;
}

.brand.w--current {
  padding-left: 0;
}

.brand.adjacent-to-menu {
  margin-right: 0;
}

.dropdown-grid-column {
  min-width: 250px;
  padding: 0;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

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

.menu-button-2 {
  padding: 7px 0 7px 14px;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  perspective: 500px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 84px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.search {
  color: var(--dark);
  cursor: pointer;
  align-items: center;
  margin-right: 28px;
  transition: opacity .2s;
  display: block;
}

.search:hover {
  opacity: .5;
}

.dropdown-list.w--open {
  color: #252a33;
  background-color: #fff;
  border: 1px solid #252a3333;
  border-radius: 6px;
  padding: 14px;
  overflow: hidden;
  box-shadow: 0 0 14px #0000000d;
}

.search-icon {
  color: var(--dodger-blue);
  margin-right: 7px;
}

.dropdown-arrow {
  margin-left: 7px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.dropdown-link {
  opacity: .5;
  border-radius: 6px;
  padding: 10px 14px;
  transition: color .2s, opacity .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--dodger-blue-20a);
  opacity: 1;
  color: var(--dodger-blue);
}

.dropdown-link.w--current {
  opacity: 1;
  color: #ff4242;
}

.navbar {
  background-color: #0000;
  position: sticky;
}

.nav-link {
  color: var(--black);
  cursor: pointer;
  margin-left: 0;
  margin-right: 64px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: var(--dodger-blue);
}

.nav-link.w--current {
  color: #252a33;
}

.nav-link.dropdown:hover {
  opacity: 1;
}

.nav-link.inline {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
}

.navbar-group {
  align-items: center;
  display: flex;
}

.navbar-group.innavmenu {
  display: none;
}

.navlinkdropdown {
  font-size: 16px;
}

.navbar-2 {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 60px #00000012;
}

.navspacer {
  height: 67px;
  display: block;
}

.accountslink__wrapper--notloggedin {
  flex: 1;
  align-items: center;
  display: flex;
}

.accountslink__textblock {
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.truststack__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.truststack__grid {
  grid-column-gap: 0px;
  background-color: var(--white);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.truststack__card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 64px 31px;
}

.truststack__iconwrapper {
  justify-content: center;
  display: flex;
}

.truststack__icon {
  margin-bottom: 8px;
}

.truststack__textblock {
  text-transform: capitalize;
  width: 10ch;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
}

.hidden {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

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

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

.search-2 {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.search-2.hidden {
  background-color: red;
  display: block;
}

.search-input {
  background-color: #f32f2f;
  flex: 0 auto;
  margin-bottom: 0;
}

.productcard__wrapper {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
}

.productcard__wrapper:hover {
  color: var(--dark);
}

.productcard__image {
  text-align: left;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.productcard__imagewrapper {
  z-index: 500;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  margin-bottom: 8px;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.productcard__detaiswrapper {
  flex-direction: column;
  align-items: center;
  height: 3em;
  margin-bottom: 16px;
  display: flex;
}

.productcard__detaiswrapper.collections {
  height: auto;
  margin-bottom: 0;
}

.productcard__detaiswrapper.collections.archive {
  margin-bottom: 4px;
}

.product-part-number {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.productcard__partnumberwrapper {
  text-align: center;
  display: none;
}

.productcard__partnumberwrapper.archive {
  text-align: left;
  align-self: flex-start;
  line-height: 1;
  display: block;
}

.productcard__partnumbertextblock {
  margin-right: 2px;
  font-size: 12px;
  display: inline-block;
}

.smallcontainer497 {
  z-index: 1;
  direction: ltr;
  width: 100%;
  max-width: 497px;
  position: relative;
}

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

.text-primary-1 {
  color: var(--dodger-blue);
  text-transform: capitalize;
  font-size: 28px;
}

.large-text {
  font-size: 24px;
  line-height: 34px;
}

.large-text.subheading {
  margin-bottom: 21px;
}

.large-text.subheading.text-primary-1 {
  margin-bottom: 24px;
}

.large-text.subheading.text-primary-1.textcolor--penguiniiorange {
  color: var(--penguin-ii-orange);
}

.large-text.subheading.text-primary-1._1 {
  margin-bottom: 0;
}

.large-heading {
  text-transform: capitalize;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
}

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

._3truststack__wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

._3truststack__grid {
  grid-column-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._3truststack__contentwrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 31px;
  box-shadow: -21px 21px 30px 8px #0000000d;
}

._3truststack__iconwrapper {
  justify-content: flex-start;
  margin-bottom: 8px;
  display: flex;
}

._3truststack__iconwrapper.centeralign {
  justify-content: center;
}

._3truststack__icon {
  width: 50px;
  margin-bottom: 0;
}

._3truststack__textblock {
  width: 15ch;
  color: var(--dodger-blue);
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

._3truststack__textblock.green {
  color: var(--dark-olive-green);
}

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

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 608px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.container-large.blog {
  background-color: #fff;
  border-radius: 6px;
  max-width: 750px;
  padding: 64px 31px 31px;
}

.hide {
  display: none;
}

.grid-halves-2 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: start center;
}

.grid-halves-2.has-slider {
  grid-row-gap: 0px;
  padding-left: 8px;
  padding-right: 8px;
}

.grid-halves-2.stretch-content {
  justify-items: stretch;
}

.grid-halves-2.title-grid {
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.grid-halves-2.has-slider {
  grid-row-gap: 0px;
}

.grid-halves-2.center {
  align-items: center;
}

.stars {
  align-items: center;
  display: flex;
}

.stars.above-text {
  margin-bottom: 28px;
}

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

.main-container {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container.narrow {
  max-width: 1106px;
}

.main-container.align--left {
  text-align: left;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  padding-left: 32px;
  display: flex;
}

.boxed {
  padding: 56px;
}

.boxed.bg-white {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.boxed.bg-white.review {
  background-color: #fff;
  border-radius: 10px;
}

.boxed.bg-white {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.boxed.bg-white.allroundedcorners {
  border-radius: 10px;
}

.boxed.bg-white {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.boxed.bg-white.review {
  box-shadow: none;
}

.boxed.bgffffff {
  background-color: #fafafa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.boxed.go {
  background-color: #fafafa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 32px;
  padding-right: 32px;
}

.boxed.reduced-padding {
  padding: 48px;
}

.no-bottom-margin {
  color: var(--dark);
  margin-bottom: 0;
}

.review-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.featured__grid {
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
}

.featured__wrapper {
  background-image: none;
  background-size: auto;
  align-items: center;
  height: 800px;
  margin-bottom: 64px;
  display: flex;
}

.heading {
  margin-left: -3px;
}

.featured__upperwrapper {
  width: 40ch;
  margin-bottom: 24px;
}

.featured__paragraph {
  margin-bottom: 24px;
}

.featured__image {
  height: 100%;
  display: block;
}

.featured__bg {
  position: absolute;
  inset: 0%;
}

.cart-wrapper {
  z-index: 900;
}

.cart-form-wrapper {
  position: static;
}

.adjacent-tabs-container {
  align-items: flex-start;
  padding-top: 63px;
  display: flex;
  position: relative;
}

.container-large-2 {
  direction: ltr;
  width: 100%;
  max-width: 608px;
}

.container-large-2.align-center {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.wide {
  max-width: 830px;
}

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

.adjacent-tabs-content {
  flex: none;
  width: 608px;
  padding-top: 0;
}

.vertical-tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  margin-bottom: 64px;
  margin-right: 56px;
  display: flex;
  position: sticky;
  top: 125px;
  bottom: auto;
}

.tab-nav {
  opacity: .6;
  width: 100%;
  color: var(--dodger-blue);
  background-color: #0000;
  padding: 21px;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  transition: color .2s, background-color .2s, opacity .2s;
}

.tab-nav:hover {
  opacity: 1;
}

.tab-nav.w--current {
  background-color: var(--dodger-blue);
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.medium-heading {
  text-transform: capitalize;
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.medium-heading.green {
  color: var(--dark-olive-green);
  font-weight: 400;
}

.medium-heading.no-top-margin {
  margin-top: 0;
  font-weight: 400;
}

.medium-heading.text-white {
  font-weight: 400;
}

.medium-heading.textcolor--blue.lowch {
  width: 12ch;
}

.medium-heading.aligncenter {
  text-align: center;
}

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

.resources__videowrapper {
  margin-bottom: 64px;
  position: relative;
}

.resourceswrapper {
  margin-bottom: 32px;
}

.product__image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.section-title-2 {
  margin-bottom: 70px;
}

.section-title-2.reduced-margin {
  margin-bottom: 56px;
}

.section-title-2.reduced-margin.lessmargin {
  margin-bottom: 16px;
}

.section-title-2.increased-margin {
  margin-bottom: 84px;
}

.section-title-2.increased-margin.aligncenter {
  text-align: center;
}

.section-title-2.sticky {
  position: sticky;
}

.large-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 686px;
  min-height: 588px;
  padding: 56px;
  display: flex;
  position: relative;
}

.large-box.no-vertical-padding {
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.large-box.no-vertical-padding.bg-dark {
  background-color: var(--dark);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.large-box.bg-dark.offwhite {
  background-color: var(--white-smoke);
  background-color: #eee;
  justify-content: center;
  align-items: center;
}

.small-text {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}

.form-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.no-padding.bg-dark {
  background-color: var(--dark);
  background-color: #252a33;
  margin-bottom: 80px;
  overflow: hidden;
}

.section-2.bg-white.boxed-icon-section {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 112px;
  margin-bottom: 20px;
  padding-left: 21px;
  padding-right: 21px;
  box-shadow: -28px 28px 40px 2px #0000000d;
}

.section-2.bg-dark.graycolor {
  background-color: var(--white-smoke);
}

.section-2.bg-dark.bg-ghostwhite {
  background-color: var(--ghost-white-2);
}

.section-2.bg-primary-3 {
  background-color: #fff;
}

.section-2.bg-offblue {
  background-color: var(--ghost-white);
}

.section-2.bg-offblue.overflowhidden {
  overflow: hidden;
}

.section-2.bg-ghost-white {
  background-color: var(--ghost-white-2);
}

.section-2.bg-ghost-white.bottommargin {
  margin-bottom: 32px;
  padding-top: 63px;
  padding-bottom: 63px;
}

.box-with-image {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.box-with-image.innovations {
  justify-content: flex-start;
}

.form-input {
  border: 1px solid #252a3333;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #252a33;
}

.form-input.textarea {
  min-height: 168px;
}

.image-container-2 {
  position: relative;
  overflow: hidden;
}

.image-container-2.roundedcorners {
  border-radius: 10px;
}

.zoom-image-2 {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

.form-error {
  color: #252a33;
  background-color: #ffe6e6;
  margin-top: 14px;
  padding: 21px;
  font-size: 14px;
  line-height: 24px;
}

.labelled-input {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.form-success {
  color: #252a33;
  background-color: #9aff9a;
  padding: 21px;
}

.text-white {
  color: #fff;
}

.social-link {
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.social-link.hover-link {
  margin-left: 3px;
  margin-right: 3px;
  text-decoration: none;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-2 {
  background-color: var(--white-smoke);
  color: #fff;
  padding-top: 112px;
}

.hover-link {
  color: var(--dark);
  text-transform: capitalize;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: .5;
}

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

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

.footer-social {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-small-links {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.social-link-image {
  margin-right: 14px;
}

.social-link-image.adjustment {
  margin-top: 15px;
  padding-top: 0;
}

.social-link-image.adjustment2 {
  margin-top: 0;
}

.footer-grid {
  grid-column-gap: 98px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.footer-heading {
  color: var(--black);
  font-size: 18px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 0;
  margin-right: 24px;
  display: inline-block;
}

.footer-logo.w--current {
  margin-bottom: 2px;
}

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

.footer-bottom {
  background-color: var(--dodger-blue-20a);
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 24px;
}

.productinfo__wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.cta__textwrapper {
  width: 50%;
}

.resourceswrapper--downloads {
  margin-bottom: 64px;
}

.repairswrapper {
  margin-bottom: 65px;
}

.resources__header {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.sm__herogrid {
  z-index: 300;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  align-items: center;
  height: 80vh;
  position: relative;
}

.sm__herotextwrapper {
  padding-left: 32px;
}

.sm__heroparagraph {
  width: 40ch;
  margin-bottom: 32px;
}

.sm__heroparagraph.pureblack {
  color: var(--black);
}

.sm__bg--military {
  z-index: 100;
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/pexels-tima-miroshnichenko-5725589.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.sm__bg--military.military {
  filter: saturate(0%);
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/military-dentist-3-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sm__grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-4"
                       "Area-2 Area-4"
                       "Area-3 Area-4";
}

.smabout__textwrapper {
  margin-bottom: 32px;
}

.smabout__paragraph {
  width: 45ch;
}

.smabout__imagewrapper {
  padding-left: 32px;
  padding-right: 44px;
}

.smabout__imagegrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.smabout__image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.catalog__linkwrapper {
  margin-top: 32px;
}

.textcolor--green {
  color: var(--dark-olive-green);
  font-weight: 500;
}

.textcolor--green.heavy {
  font-weight: 400;
}

.catalog__link {
  color: var(--dark-olive-green);
  font-weight: 500;
  display: inline-block;
}

.sm__resourcegrid {
  grid-template-rows: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sm-resources__imagewrapper {
  border-radius: 10px;
  width: 400px;
  height: 300px;
}

.sm-resources__imagewrapper.military {
  position: sticky;
  top: 111px;
}

.sm__resourcesimage {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.sm__resourcesparagraph, .militaryinfo {
  margin-bottom: 32px;
}

.militaryinfo__wrapper {
  background-color: var(--dark-olive-green);
  border-radius: 11px;
  width: 350px;
  padding: 16px 23px;
}

.militaryinfo__textwrapper {
  margin-bottom: 8px;
}

.militaryinfo__textblock {
  color: #fff;
  margin-right: 8px;
  font-weight: 700;
  display: inline-block;
}

.militaryinfo__textblock.normalweight {
  font-weight: 400;
}

.simular-products-__-placeholder {
  margin-bottom: 80px;
}

.frequently-bought-with-__-placeholder {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 387px;
}

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

.giganticbutton {
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 14px 28px;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 3px 100px #0000;
}

.giganticbutton:hover {
  box-shadow: inset 0 0 3px 100px #0000001a;
}

.giganticbutton.green {
  background-color: var(--dark-olive-green);
}

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

.form-grid-halves {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contactform {
  padding-top: 80px;
}

.avatar-content {
  text-align: left;
  align-items: center;
  display: flex;
}

.avatar-content.below-content {
  margin-top: 42px;
}

.adjacent-to-avatar {
  margin-left: 0;
}

.field-label-4 {
  color: #252a3380;
  background-color: #fff;
  margin-bottom: -14px;
  padding: 7px;
  font-weight: 400;
  position: relative;
  left: 14px;
}

.medium-heading-2 {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.textcolor--blue {
  color: var(--dodger-blue);
}

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

.search__image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.search__imagewrapper {
  object-fit: cover;
  padding: 32px;
}

.paragraph-4 {
  width: 60ch;
}

.aboutheroimage {
  padding-top: 32px;
}

.image-pair {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 70px;
}

.image-pair-image {
  object-fit: cover;
  border-radius: 10px;
}

.aboutherotext {
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.large-heading-2 {
  text-transform: capitalize;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
}

.large-heading-2.no-bottom-margin {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.longform-text-grid-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.aboutherotext__grid {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.abouttrust {
  background-color: #1c91ff0a;
  border-radius: 10px;
  margin-bottom: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.abouttrust__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.abouttrust__card {
  padding-left: 32px;
  padding-right: 32px;
}

.mission__wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.mission__textwrapper {
  text-align: center;
  width: 70ch;
}

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

.link-underline-container {
  height: 1px;
  position: relative;
  overflow: hidden;
}

.icon-image {
  margin-bottom: 16px;
}

.image-background-right {
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: relative;
  top: 0;
  right: 0;
}

.image-background-right-container {
  width: 75vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.container-2 {
  z-index: 1;
  direction: ltr;
  width: 100%;
  max-width: 497px;
  position: relative;
}

.container-2.case-study-link {
  max-width: none;
  height: 500px;
  display: block;
  overflow: hidden;
}

.container-2.sticky {
  position: sticky;
  top: 124px;
}

.container-2._100-w {
  max-width: none;
  overflow: visible;
}

.play-icon {
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  transition: transform .2s;
  display: flex;
}

.play-icon:hover {
  transform: scale(1.1);
}

.play-icon.alpha50 {
  background-color: #fff;
}

.video-container {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-logo {
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.centered-video-button {
  position: absolute;
}

.outreach__video {
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.empty-state {
  text-align: center;
  background-color: #effbf9;
  padding: 28px;
}

.display-heading-2 {
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
}

.case-studies-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 84px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.case-study-title {
  z-index: 2;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  flex: none;
  width: 100%;
  max-width: none;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 56px;
  position: static;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.orglist {
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.orglist__wrapper {
  max-width: 900px;
  margin-top: 64px;
}

.accordion-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.accordion-title.aligncentered {
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.accordion-title.hoverbluetext:hover {
  color: var(--dodger-blue);
}

.accordion-arrow {
  opacity: 1;
}

.accordion-arrow.opacityzero {
  opacity: 0;
  width: 0;
}

.accordion-content-wrapper {
  object-fit: contain;
  overflow: visible;
}

.accordion-content {
  margin-bottom: 0;
  padding-bottom: 21px;
  overflow: visible;
}

.accordion-content.overflow--scroll {
  overflow: auto;
}

.text-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-underline-2 {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 1px;
  position: absolute;
}

.supportstack__card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 16px;
  display: flex;
}

.textblock--bottommargin {
  text-align: left;
  margin-bottom: 32px;
}

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

.accordion {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.accordion-heading-2 {
  margin-bottom: 0;
}

.accordion-item-2 {
  border-bottom: 1px solid #252a3314;
  display: block;
  overflow: visible;
}

.title-circle {
  border-radius: 50%;
  max-height: 224px;
}

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

.reps {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 64px;
  display: flex;
}

.repscard {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 32px 16px 16px;
  display: flex;
  box-shadow: -22px 34px 40px 3px #0000000d;
}

.reps__imagewrapper {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}

.reps__name {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.reps__title {
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}

.reps__phone {
  font-weight: 600;
  display: inline-block;
  position: static;
}

.reps__ext {
  font-size: 14px;
  display: inline-block;
}

.reps__image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.reps__header {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.catalogpage__grid {
  grid-template-rows: auto;
  margin-top: 80px;
  margin-bottom: 0;
}

.catalogpage__lefttextwrapper {
  width: 50ch;
}

.catalogpage__catalogwrapper {
  margin-top: 24px;
  position: relative;
}

.accordion-content-wrapper-2 {
  height: 100%;
}

.repsbystate__grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.repsbystate__textblock--heavy {
  font-weight: 700;
}

.repsbystate__accordiansmallheader {
  font-size: 18px;
  font-weight: 700;
}

.repbystate__accordiantinyheader {
  font-size: 18px;
  font-weight: 400;
}

.awardswrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px 32px 32px;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.awardsgrid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.awards__imagewrapper {
  width: 200px;
  height: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.awards__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.awards__title {
  color: var(--dodger-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.awards__year {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.underlayleft {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.underlayleft.bg-primary-2 {
  background-color: var(--dodger-blue);
  max-width: 497px;
  height: 100%;
  margin-top: 0;
  inset: 0% auto 0% 0%;
}

.quote-slide-nav-2 {
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  position: relative;
}

.review-text-2 {
  flex: 1;
  font-size: 16px;
}

.large-heading-3 {
  text-transform: capitalize;
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.large-heading-3.no-bottom-margin {
  margin-bottom: 0;
}

.large-heading-3.no-bottom-margin.text-white {
  color: var(--white);
  font-weight: 400;
}

.review-slide-2 {
  padding-left: 14px;
  padding-right: 14px;
}

.testigrid__wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.large-heading-4 {
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
}

.large-heading-4.no-bottom-margin {
  margin-bottom: 0;
}

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

.faq__accordian {
  border-bottom: 1px solid #252a3314;
  display: block;
  overflow: visible;
}

.faq__accordiantitle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.faq__accordiantitle:hover {
  color: var(--dodger-blue);
}

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

.cart-button {
  background-color: #0000;
}

.searchpartnumber__wrapper {
  margin-bottom: 24px;
}

.searchtext__tetxtblock--inline {
  margin-right: 4px;
  display: inline-block;
}

.cartpagewrapper {
  justify-content: center;
  margin-top: 101px;
  display: flex;
}

.accountslink__wrapper--loggedin {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product__lightboxlink {
  flex: 0 auto;
  width: 75px;
  height: 75px;
  margin-right: 0;
}

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

.container-large-3 {
  direction: ltr;
  width: 100%;
  max-width: 608px;
}

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

.container-large-3.wide {
  max-width: 830px;
}

.moreouteach__card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.moreouteach__card:hover {
  background-image: none;
}

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

.collection-list-2 {
  margin-left: 0;
  margin-right: 0;
}

.outreach__overlay {
  z-index: 2;
  background-color: #1c91ffcf;
  display: block;
  position: absolute;
  inset: 0%;
}

.moreoutreach__textwrapper {
  z-index: 300;
  text-align: center;
  margin-right: 29px;
  padding-left: 30px;
  position: relative;
}

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

.contactbanner__card {
  text-align: center;
  width: 33%;
  display: inline-block;
}

.contactbanner__number {
  font-size: 28px;
  font-weight: 500;
}

.contactbanner__number.email {
  font-size: 18px;
}

.contactbanner__contentwrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
}

.cart-2 {
  z-index: 999;
}

.cart-container-2 {
  max-height: 700px;
}

.blog-image-container {
  object-fit: fill;
  width: 100%;
  height: 300px;
  margin-right: 32px;
  padding-left: 0;
  padding-right: 32px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-post-grid {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.optionslist {
  margin-bottom: 32px;
  font-size: 14px;
}

.button-group {
  flex-wrap: wrap;
}

.optionlist__button {
  border-radius: 5px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-weight: 400;
}

.optionslist__textblock {
  font-size: 12px;
  font-weight: 500;
}

.productaddtocart__wrapper {
  align-items: flex-end;
  display: flex;
}

.productquantity__wrapper {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-right: 4px;
  display: flex;
}

.productbutton__wrapper {
  display: inline-block;
}

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

.rtf__wrapper {
  justify-content: center;
  display: flex;
}

.text-span-3 {
  text-transform: lowercase;
}

.descriptiontab {
  margin-top: 0;
  margin-bottom: 65px;
}

.detailstab, .resourcestab {
  margin-bottom: 64px;
}

.collections__atc {
  z-index: 500;
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bloggrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.bloggrid__wrapper {
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-flow: column;
  place-content: space-around space-between;
  align-items: flex-start;
  height: 400px;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.bloggrid__wrapper.product {
  box-shadow: none;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}

.bloggrid__imagewrapper {
  object-fit: fill;
  width: 100%;
  height: 175px;
  margin-bottom: 24px;
}

.bloggrid__image {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
}

.bloggrid__textwrapper {
  width: 100%;
  color: var(--dark);
  margin-bottom: 24px;
}

.bloggrid__textwrapper:hover {
  color: var(--dodger-blue);
}

.bloggrid__buttonwrapper {
  flex: none;
  justify-content: space-between;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bloggrid__cta {
  color: var(--dark);
  text-align: center;
  margin-top: 52px;
  font-size: 16px;
}

.bloggrid__cta.home {
  margin-top: 0;
}

.price__wrapper {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.bloggrid__tagwrapper {
  display: inline-block;
}

.tag {
  background-color: var(--dodger-blue-20a);
  border-radius: 20px;
  margin-bottom: 8px;
  padding: 4px 11px;
  font-size: 14px;
}

.bloggrid__contentwrapper {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.bloggrid__textblock {
  color: var(--dodger-blue);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.image-9 {
  flex: none;
}

.resourcesstack {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 32px 32px 16px;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.resourcesstack__imagewrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.resourcee__stackparagraph {
  text-align: center;
  margin-bottom: 32px;
}

.embedlogoblocker2 {
  background-color: #f9f9f9;
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

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

.manuallink {
  margin-bottom: 8px;
}

.collection-list-wrapper {
  opacity: 1;
}

.empty-state-2 {
  opacity: 0;
  width: 0;
  height: 0;
}

.emptyimage {
  opacity: 0;
  width: 60px;
  height: 60px;
}

.div-block-4 {
  top: 100px;
}

.comparison__accordiaan {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.comparison__accordiaan:hover {
  color: var(--dodger-blue);
}

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

.search-result-wrapper {
  margin-top: 80px;
  display: block;
}

.footerfullspan {
  justify-content: space-between;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.image-10 {
  filter: saturate(0%);
}

.footerfullspan__left {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer__textblock {
  color: var(--black);
  font-size: 14px;
  display: inline-block;
}

.footer__header {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.footer__spacer {
  height: 20px;
}

.emailcta__textblock {
  color: #0000009c;
  font-size: 14px;
}

.emailcta__textblock.bottommargin {
  color: var(--black);
  margin-bottom: 8px;
}

.emailcta__textblock.bottommargin.bold {
  color: var(--black);
  font-weight: 700;
}

.emailcta__wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: -28px 28px 40px #0000000d;
}

.emailcta__wrapper.bottommargin {
  margin-bottom: 16px;
}

.blackline {
  color: #000;
  background-color: #00000026;
  height: 1px;
}

.productheader__textblock {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.productinfo__contentwrapper {
  margin-bottom: 32px;
}

.collection-item-4 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 75px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state-3 {
  display: none;
}

.outreachlistwrapper {
  margin-top: 80px;
}

.collection-item-7 {
  display: inline-block;
}

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

.cnav__header {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.cnav__header.textblack {
  color: var(--black);
}

.cnav__header.textblack:hover {
  color: var(--dodger-blue);
}

.cnav__headerline {
  border-top: 1px solid #00000024;
  height: 1px;
  margin-bottom: 16px;
}

.tab-pane {
  margin-top: 24px;
  margin-left: 24px;
}

.tab-pane.notopmargin {
  margin-top: 0;
}

.cnav__productswrapper {
  margin-top: 24px;
  padding-right: 16px;
}

.cnav__productswrapper.extratopmargin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.featuredproduct__imagewrapper {
  width: 100%;
  height: auto;
}

.featuredproduct__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

.link-block {
  z-index: 400;
  position: absolute;
  inset: 0%;
}

.collection-item-9 {
  width: 25%;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.accountwrapper {
  margin-top: 80px;
}

.outreachcollectionitem {
  width: 33%;
  padding-left: 0;
  padding-right: 0;
}

.feedbackformwrapper {
  margin-top: 80px;
}

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

.medium-heading-4 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.cartbanner {
  background-image: linear-gradient(#4983a6, #4983a6);
  height: 25vh;
  position: relative;
}

.cartbannertextblock {
  position: absolute;
}

.cartbannertextblock.heading-jumbo {
  color: var(--white);
  font-weight: 900;
  inset: auto auto 12% 9%;
}

.hiddenmessege {
  opacity: 0;
  width: 0;
  height: 0;
}

.productvideo, .productvideoaccordian-pva {
  margin-bottom: 32px;
}

.pva__header {
  background-color: #f1f1f1;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px;
}

.pva__headertextblock {
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
}

.pva__headertextblock:hover {
  color: var(--dodger-blue);
}

.pva__iconimage {
  cursor: pointer;
  display: inline-block;
}

.pva__content {
  background-color: #f1f1f1;
  padding: 24px;
}

.label-small-blue {
  color: var(--dodger-blue);
  font-size: 14px;
  display: none;
}

.academy {
  margin-top: 85px;
}

.academygrid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.academy__textblock {
  background-color: #e6e6e6;
  padding: 16px 40px;
}

.academy__lessontextblock {
  color: var(--black);
  padding: 16px 0 16px 71px;
  font-size: 16px;
}

.academy__rtfwrapper {
  background-color: #fff;
}

.academy__rtf {
  padding: 40px;
}

.academyh1 {
  color: var(--dodger-blue);
  background-color: #fff;
  margin-bottom: 0;
  padding: 40px 40px 0;
  font-size: 40px;
}

.collection-list-wrapper-4 {
  position: sticky;
  top: 168px;
}

.academyhero {
  margin-top: 69px;
}

.academycontainer {
  z-index: 1;
  direction: ltr;
  width: 100%;
  max-width: 497px;
  position: relative;
}

.academygrid__2col {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.text-span-6 {
  color: var(--dodger-blue);
}

.text-block-7 {
  width: 50%;
  color: var(--white);
  text-align: center;
  background-color: #ff4343;
  margin-top: 8px;
  margin-right: 8px;
  padding: 16px;
  font-size: 12px;
}

.factoryoutletbanner, .specialofferbanner {
  justify-content: flex-end;
  display: flex;
}

.specialoffertextblock {
  width: 50%;
  color: var(--white);
  text-align: center;
  background-color: #ff4343;
  margin-top: 8px;
  margin-right: 8px;
  padding: 16px;
  font-size: 12px;
}

.featured__cms {
  grid-template: "Area Area-2 Area-2 Area-2"
  / 1fr 1fr 1fr 1fr;
}

.staticdropdownlist.w--open {
  background-color: #fff;
  padding-bottom: 16px;
  position: static;
}

.innovationssection.relative {
  position: relative;
}

.innovationssection.toppadding {
  padding-top: 71px;
}

.innovationssection.bottommargin {
  margin-bottom: 40px;
}

.innovationssection.bottommargin.topmargin {
  margin-top: 40px;
}

.image-pair-image-2 {
  object-fit: cover;
}

.lightbox-gallery {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.link-underline {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 1px;
  position: absolute;
}

.underlay-left {
  width: 40%;
  max-width: 532px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.underlay-left.bg-primary-1-faded {
  z-index: 100;
  background-color: #1c91ff1a;
  height: 100%;
  inset: -13% auto 0% 0%;
}

.vertical-text-grid-2 {
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.innovationsphoto__wrapper {
  margin-top: 57px;
}

.grid-halves-3 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
}

.process-grid-vertical {
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.process-grid-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.dark-border {
  background-color: #252a3333;
  height: 1px;
}

.dark-border.divider {
  margin-top: 56px;
  margin-bottom: 56px;
}

.certwrapper {
  background-color: #fff;
  padding: 22px;
  display: inline-block;
}

.certwrapper.buywithconfidence {
  background-color: #f9f9f9;
}

.certimage {
  object-fit: contain;
  background-color: #fff;
  width: 150px;
  height: 150px;
}

.certimage.buywithconfidence {
  background-color: #f9f9f9;
}

.html-embed {
  margin-bottom: 32px;
}

.cert__button {
  margin-top: 16px;
}

.cnav__navlink-2 {
  color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
}

.cnav__navlink-2:hover {
  color: #1c91ff;
}

.dropdown-4 {
  margin-left: 4px;
  margin-right: 4px;
  position: static;
}

.dropdown-4.relative {
  position: relative;
}

.dropdown-4.leftalign.hidefornow {
  display: none;
}

.nav-link-3 {
  color: #000;
  cursor: pointer;
  margin-left: 0;
  margin-right: 64px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  transition: opacity .2s;
}

.nav-link-3:hover {
  opacity: 1;
  color: #1c91ff;
}

.nav-link-3.w--current {
  color: #252a33;
}

.nav-link-3.inline {
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
}

.div-block-7 {
  background-color: #fff0;
  border-top: 1px solid #0000001a;
  margin-top: -1px;
  display: block;
}

.tablink__tab-2 {
  font-weight: 300;
}

.tablink__tab-2:hover {
  color: #1c91ff;
}

.navdropdownlink-2 {
  border-left: 2px solid var(--dodger-blue);
  background-color: #fff;
  margin-left: 32px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 300;
}

.navdropdownlink-2:hover {
  color: #1c91ff;
}

.featuredproductgridnav-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 800px;
}

.dropdown-list-5 {
  display: none;
}

.tabs-menu-2 {
  flex-direction: column;
  width: 25%;
  display: inline-block;
}

.productdropdwonnav {
  border: 1px solid #000;
  inset: 142% auto auto 0%;
}

.productdropdwonnav.w--open {
  background-color: #f9f9f9;
  border: 1px #0000001a;
  width: 200px;
  padding-bottom: 16px;
  inset: 96% auto auto 0%;
}

.productdropdwonnav.searchbar {
  background-color: #fff;
}

.productdropdwonnav.searchbar.w--open {
  width: 100%;
  box-shadow: -28px 28px 40px #0000000d;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.text-block-8 {
  color: var(--black);
  cursor: pointer;
  margin-right: 16px;
  font-weight: 300;
}

.text-block-8:hover {
  color: #1c91ff;
}

.text-block-8.single.leftalign.highlight {
  color: #007dc3;
  font-weight: 800;
}

.hiddenondesktop {
  display: none;
}

.dropdown-toggle-4 {
  background-color: #fff;
  width: 100%;
}

.dropdown-toggle-4:hover {
  color: #1c91ff;
}

.dropdown-toggle-4.w--open {
  width: 100%;
}

.cnav__navlink-3 {
  color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
}

.cnav__navlink-3:hover {
  color: #1c91ff;
}

.icon-3 {
  color: #252a33;
  width: 30px;
  height: 30px;
  margin-right: 0;
}

.icon-3:hover {
  color: #1c91ff;
}

.dropdown-5 {
  width: 100%;
}

.featuredproduct__name-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.featuredproduct__name-2:hover {
  color: #1c91ff;
}

.featuredproduct-2 {
  color: #000;
  width: 100%;
}

.featuredproduct-2:hover {
  color: #1c91ff;
}

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

.menu-button-3 {
  padding: 7px 0 7px 14px;
}

.submit-button-5 {
  color: #252a33;
  background-color: #3898ec00;
  padding: 0;
}

.submit-button-5:hover {
  color: #1c91ff;
}

.tab-link-tab-2-2 {
  background-color: #fff;
  font-size: 16px;
  display: block;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--dodger-blue-20a);
  color: #000;
  font-size: 16px;
  transition: opacity .2s;
}

.tab-link-tab-2-2.bottomline {
  border-top: 1px solid #0000001a;
  border-bottom: 0 #0000001a;
  padding-top: 24px;
}

.tab-link-tab-2-2.bottomline.w--current {
  background-color: var(--dodger-blue-20a);
}

.mobilenavlink-2 {
  color: #252a33;
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  display: none;
}

.dropdown-toggle-5 {
  padding-left: 8px;
  padding-right: 8px;
}

.tabs-content-2 {
  width: 75%;
  margin-bottom: 40px;
  display: inline-block;
}

.navdropdown__textblock-2 {
  font-weight: 300;
  display: inline-block;
}

.dropdown-link-3 {
  z-index: 800;
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-link-3:hover {
  color: #1c91ff;
}

.dropdown-link-3.morepadding {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.cart-quantity-3 {
  color: #000;
  background-color: #1c91ff;
  border-radius: 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 0;
  padding: 9px;
  display: flex;
  position: relative;
  top: -12px;
  left: -2px;
}

.tabs-2 {
  background-color: #fff;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 16px;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.button--primary-2 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #1c91ff;
  border-radius: 10px;
  margin-right: 16px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button--primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button--primary-2:active {
  background-color: #43464d;
}

.button--primary-2.black {
  background-color: var(--black);
  color: var(--white);
  border: 2px solid #000;
}

.cta__grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.cta__paragraph-2 {
  text-align: left;
  margin-bottom: 31px;
  font-size: 16px;
}

.div-block-8 {
  width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bluerectangle {
  z-index: 1;
  background-color: var(--dodger-blue-20a);
  width: 25%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brokenlinkembed {
  margin-top: 8px;
}

.productname__header {
  font-size: 24px;
}

.text-block-9 {
  margin-right: 8px;
}

.text-block-9.navbar {
  background-color: #fff;
  margin-right: 0;
  padding: 24px;
  display: block;
  position: static;
}

.text-block-9.navbar.hiddenondesktopsearch {
  display: none;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 700;
}

.body--purewhitebg {
  background-color: #fff;
}

.intcontact__wrapper, .orderpolicies__wrapper {
  justify-content: center;
  display: flex;
}

.image-12 {
  display: inline-block;
}

.image-13 {
  width: 225px;
}

.image-13.nav {
  width: 150px;
}

.searchiconnavbar {
  width: 28px;
  padding: 4px;
}

.searchiconnavbar:hover {
  background-color: var(--dodger-blue-20a);
  border-radius: 5px;
}

.militarymanualsheader {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.text-span-9 {
  color: #fff0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: none;
  position: static;
}

.searchbarwrapper {
  height: 100%;
  position: relative;
}

.careers__imagewrapper {
  object-fit: cover;
  height: 500px;
}

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

.aioseo-breadcrumb {
  z-index: 300;
  color: #252a33a6;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 14px;
  position: static;
}

.aioseo-breadcrumb:hover {
  color: var(--dodger-blue);
}

.embedwrap {
  display: block;
}

.text-block-14 {
  margin-bottom: 32px;
}

.list {
  margin-bottom: 16px;
  list-style-type: lower-alpha;
}

.rr__subheader {
  margin-bottom: 32px;
}

.certsrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 0;
  display: block;
}

.certrow__image {
  opacity: .74;
  filter: grayscale();
  width: 55px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 8px;
  display: inline-block;
}

.certrow__image.noleftpadding {
  padding-left: 0;
}

.fullstorywrapper {
  background-color: #eee;
  margin-top: 16px;
  padding: 56px;
}

.catbanner {
  border: 10px solid #fff;
  height: 400px;
}

.catbanner.whitebg {
  background-color: #fff;
  border: 10px solid #fff;
}

.catbanner.bluebg {
  background-color: var(--dodger-blue-20a);
  border-color: #fff;
  border-top-width: 10px;
}

.catbanner.penguinii {
  background-color: #f0801326;
  margin-bottom: 80px;
}

.catbanner.e6e8ef {
  background-color: #e6e8ef;
}

.catbanner__grid {
  grid-template: "Area Area-2"
  / 1fr 1fr;
  height: 100%;
}

.catbanner__imagewrapper {
  object-fit: fill;
  background-color: #ff020200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.catbanner__textwrapper {
  padding: 16px 64px;
}

.catbanner__paragraph {
  width: 100%;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.5;
}

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

.image-14 {
  width: 100%;
  max-width: 600px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-14._1 {
  padding-left: 0;
  padding-right: 0;
}

.blog2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog2__name {
  text-transform: capitalize;
  display: inline-block;
}

.blog__date {
  display: inline-block;
}

.blog__seperator {
  margin-right: 4px;
  display: inline-block;
}

.blog2__textwrapper, .blog2__imagewrapper, .blog2__rtfwrapper {
  margin-bottom: 64px;
}

.blog2__rtf h2 {
  color: var(--dodger-blue);
  margin-bottom: 32px;
}

.blog2__rtf p {
  margin-bottom: 64px;
}

.blog2__rtf h3, .blog2__rtf h4, .blog2__rtf h5 {
  margin-bottom: 32px;
}

.blog2__rtf h6 {
  margin-bottom: 16px;
}

.blog2__rtf blockquote {
  border-left-color: var(--dodger-blue-20a);
  font-weight: 600;
}

.blog2__rtf a {
  text-decoration: underline;
}

.blogcard {
  height: 300px;
  position: relative;
}

.collection-item-10 {
  width: 32%;
  display: inline-block;
}

.blogcard__imagewrapper {
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.collection-list-4 {
  justify-content: space-between;
  display: flex;
}

.gradient {
  z-index: 500;
  background-image: linear-gradient(225deg, #fff0 13%, #000000b8 80%);
  position: absolute;
  inset: 0%;
}

.blogcard__text {
  z-index: 600;
  color: #fff;
  width: 65%;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 3% 5%;
}

.blogcard__linkwrapper {
  border-radius: 10px;
  width: 100%;
  transition: box-shadow .425s ease-out, opacity .2s;
  overflow: hidden;
}

.blogcard__linkwrapper:hover {
  box-shadow: -28px 28px 40px #0003;
}

.blogcard__linkwrapper.w--current {
  overflow: hidden;
}

.blogrow {
  margin-bottom: 24px;
}

.blog__header {
  color: var(--dodger-blue);
}

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

.blog2__image {
  width: 100%;
  height: 100%;
}

.bc__wrapper {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  position: static;
}

.about__storythumbnailimage {
  width: 100%;
}

.undercon {
  display: none;
}

.bodymaintenance {
  background-color: #fff;
}

.section-4 {
  width: 100%;
}

.maintenancelogo {
  margin-bottom: 64px;
}

.addresswrapper {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  padding: 32px;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

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

.addresscontentwrapper {
  text-align: center;
  max-width: 500px;
}

.au__fullparagraph {
  margin-bottom: 64px;
}

.au__leftimagegrid {
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 64px;
}

.au__image {
  width: 100%;
}

.au__header {
  font-size: 24px;
  font-weight: 700;
}

.videopage {
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.videoproductlabel__wrapper {
  width: 100%;
  max-width: 750px;
}

.videoproductlabelshortcode {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: inline-block;
}

.bwc {
  justify-content: center;
  display: flex;
}

.bwc__wrapper {
  width: 750px;
}

.certheader {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.warrantybanner {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  display: block;
  position: relative;
  box-shadow: -28px 28px 40px #0000000d;
}

.warrantlybanner__wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.warrantybanner__imagewrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.warrantybanner__image {
  filter: grayscale();
  width: 75px;
  margin: 16px;
}

.warrantybanner__header {
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
}

.warrantybanner__paragraph {
  text-align: center;
  width: 100%;
  max-width: 60ch;
  margin-bottom: 16px;
  font-size: 16px;
}

.warrantybanner__tinytext {
  text-transform: capitalize;
  font-size: 12px;
}

.warrantybanner__tinytext.absolute {
  text-align: center;
  display: none;
  position: absolute;
  inset: auto 0% 1%;
}

.warrantybanner__textwrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.otherwarranty {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.otherwarranty__card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 8px;
  padding: 32px;
  display: flex;
  box-shadow: -28px 28px 40px #0000000d;
}

.otherwarranty__image {
  filter: saturate(0%);
  margin-bottom: 32px;
}

.bottomfooterlinks {
  display: inline-block;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.accordion-item {
  border-bottom: 1px solid #252a3314;
  display: block;
  overflow: hidden;
}

.accordion-item.no-border {
  border-bottom-style: none;
}

.accordion-content-2 {
  padding-bottom: 0;
  overflow: hidden;
}

.large-heading-5 {
  color: var(--dodger-blue);
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
}

.contactctawrapper {
  margin-bottom: 64px;
}

.mobilenav {
  display: none;
  position: fixed;
  inset: 0%;
}

.desktopnav {
  background-color: #fff;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.dnav__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  place-content: center space-between;
  align-items: center;
}

.menuiconwrapper, .searchicon {
  display: none;
}

.downloadproductlabel__wrapper {
  text-align: center;
}

.penguinii__bodycolor--white {
  background-color: #fff;
}

.penguin-primary-button {
  background-color: var(--penguin-ii-orange);
  color: var(--white);
  border-radius: 10px;
  margin-right: 8px;
}

.penguin-primary-button.noleftmargin {
  margin-right: 0;
}

.penguin-primary-button.large {
  padding: 16px 32px;
}

.penguin-secondary-button {
  color: #000;
  background-color: #fddab7;
  border-radius: 10px;
  margin-right: 8px;
}

.penguin-secondary-button.whitebg {
  background-color: #fff;
}

.penguin-secondary-button.whitebg.large {
  padding: 16px 32px;
}

.video-container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.underlay-right {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.underlay-right.bg-primary-2.penguincolor {
  background-color: #f0801333;
}

.underlay-right.bg-ghostwhite {
  background-color: var(--ghost-white);
  max-width: 497px;
}

.underlay-right.bg-primary-2 {
  background-color: var(--dodger-blue);
  background-color: var(--dodger-blue-20a);
  max-width: 497px;
}

.card-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.link-underline-3 {
  background-color: var(--penguin-ii-orange);
  color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.card {
  flex-direction: column;
  display: flex;
}

.card-text {
  flex: 1;
  margin-bottom: 28px;
}

.card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 100%;
}

.f-h3-heading-4 {
  text-align: center;
}

.check-circle {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.check-circle.bg-primary-1 {
  background-color: var(--dark);
}

.check-circle.bg-dark-faded {
  background-color: #252a3314;
}

.checklist {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 56px;
  display: grid;
}

.checklist-item {
  text-align: left;
  align-items: center;
  display: flex;
}

.checklist-item-text {
  margin-left: 21px;
}

.fullvw-vhsection {
  background-image: url('../images/pii-hero-extrawide.webp');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.fullvw-vhsection.aeu-1070-bg-image {
  background-color: var(--ghost-white);
  background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 0;
}

.pmp--herotextwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -33% 0% 0%;
}

.image-17 {
  max-width: 33%;
  margin-bottom: 32px;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pmp--2colwrapper {
  padding-top: 40px;
}

.pmp--2colwrapper.padding__topandbottom--64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pmp__2colgrid {
  grid-template-rows: auto;
}

.penguinii__imagesparalaxwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.piiipw__mainimage {
  z-index: 600;
  width: 25%;
  height: auto;
  position: relative;
  inset: 0%;
}

.penguinii__link {
  color: var(--penguin-ii-orange);
  text-decoration: underline;
}

.penguinii__textblock {
  color: var(--penguin-ii-orange);
}

.penguinii__textblock:hover {
  color: var(--black);
}

.penguinii__paralax--bgimage {
  z-index: 500;
  width: 100%;
  position: absolute;
}

.image-19 {
  z-index: 500;
  position: relative;
}

.button-pair {
  align-items: center;
  display: flex;
}

.penguinii__ctaimage {
  text-align: left;
  width: 425px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: auto 16% 0% auto;
}

.text-span-11 {
  font-size: 18px;
  font-weight: 400;
}

.heading-6 {
  margin-bottom: 32px;
  font-size: 54px;
}

.paragraph-6 {
  max-width: 35ch;
  margin-bottom: 32px;
}

.slider-4 {
  height: 100%;
}

.accordion-content-3 {
  padding-bottom: 21px;
  overflow: hidden;
}

.policy__accordianheading {
  margin-bottom: 0;
  font-size: 24px;
}

.policy__accordianheading:hover {
  color: var(--dodger-blue);
}

.policy__accordianheading:active {
  color: var(--black);
}

.policy__accordianheading:focus {
  color: var(--dodger-blue);
}

.penguini3card__header {
  margin-bottom: 42px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.compareatprice {
  padding-left: 8px;
  text-decoration: line-through;
}

.contactformwrapper {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 80px;
}

.herobuttonwrapper--button-link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.herobuttonwrapper--button-link.fb--vert-left-align {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}

.cataloghero__imagewrapper {
  position: relative;
}

.text-block-22 {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 16px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-22.rightside {
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1;
  inset: auto 0% 7% auto;
}

.text-span-13 {
  color: var(--dodger-blue);
}

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

.html-embed-4 {
  margin-bottom: 32px;
}

.image-20 {
  transform: scale(1.5);
}

.large-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.large-text-2.subheading {
  margin-bottom: 21px;
}

.large-heading-6 {
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.large-heading-6.no-bottom-margin {
  margin-bottom: 0;
}

.grid-halves-4 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.grid-halves-4.has-slider {
  grid-row-gap: 0px;
  align-items: center;
}

.review-slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.text-span-15 {
  color: var(--penguin-ii-orange);
  background-color: #fff;
  border-radius: 6px;
  padding: 0 8px;
  font-weight: 700;
  display: inline-block;
}

.video-pill {
  color: #fff;
  background-color: #ff4242;
  border-radius: 200px;
  align-items: center;
  padding: 21px 28px;
  display: flex;
}

.video-pill.centered {
  background-color: var(--lightblue);
  border-radius: 20px;
  padding: 0;
  position: static;
}

.video-pill.centered:hover {
  background-color: var(--black);
  color: #fff;
}

.video-pill.centered {
  color: #000;
  letter-spacing: 2px;
  border-radius: 10px;
  padding: 12px 25px;
  position: static;
}

.video-pill.centered:hover {
  color: #fff;
}

.video-pill.leftalign {
  background-color: var(--lightblue);
  color: #000;
  letter-spacing: 2px;
  border-radius: 10px;
  padding: 12px 25px;
  display: inline-block;
  position: static;
}

.video-pill.leftalign:hover {
  background-color: var(--dark);
  color: #fff;
}

.video-pill.centered {
  background-color: var(--flowui-component-library-grey-300);
  position: absolute;
}

.video-pill-text {
  margin-left: 0;
}

.text-block-23 {
  padding: 10px 20px;
  font-weight: 300;
}

.text-block-24 {
  margin-right: .33em;
}

.intcontact__titleservicecenter {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.intcontact__paragraph {
  width: 100%;
}

.medium-heading-5 {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.medium-heading-5.pricing-title-heading {
  color: var(--dodger-blue);
  margin-bottom: 0;
  line-height: 32px;
}

.medium-heading-5.no-bottom-margin {
  margin-bottom: 0;
}

.button1 {
  color: #fff;
  text-align: center;
  background-color: #ff4242;
  border-radius: 6px;
  padding: 14px 28px;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 3px 100px #0000;
}

.button1:hover {
  box-shadow: inset 0 0 3px 100px #0000001a;
}

.button1.large {
  background-color: var(--dodger-blue);
  color: var(--white);
  padding: 21px 35px;
  font-size: 24px;
  line-height: 34px;
}

.grid-halves-5 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.grid-halves-5.cta-grid {
  grid-column-gap: 0px;
}

.section-5 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-5.border-white {
  border: 28px solid #fff;
}

.section-5.border-white.bg-primary-2 {
  background-color: var(--lightblue);
}

.section-5.border-white.bg-primary-2.bgimage {
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.specialoffers__contentwrapper {
  display: block;
  position: relative;
}

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

.image-21 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.display-heading-3 {
  letter-spacing: -.01em;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 100%;
}

.display-heading-3.price-number {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.review-score {
  color: #252a33;
  background-color: #0000;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.large-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.large-text-3.subheading {
  margin-bottom: 21px;
}

.large-text-3.subheading.text-primary-1.nobottommargin {
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.large-text-3.bottommargin--32px {
  margin-bottom: 32px;
}

.section-6 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.metrics-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.review-byline.bottommargin {
  margin-bottom: 32px;
}

.videosection__buttonwrapper {
  display: none;
}

.vertical-text-grid {
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-halves-6 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.image-22 {
  border-radius: 10px;
  box-shadow: -9px 18px 20px #0000000d;
}

.section-15 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.container-large-6 {
  direction: ltr;
  width: 100%;
  max-width: 608px;
}

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

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

.grid-4-columns.instagram-gallery {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.instagram-image {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image {
  background-color: var(--white-smoke);
  border-radius: 10px;
}

.image.fit--cover {
  object-fit: contain;
  flex: 1;
}

.pricing-row-title {
  margin-bottom: 0;
}

.title-cell {
  text-align: center;
  padding-top: 0;
  padding-bottom: 16px;
}

.section-16 {
  perspective: 1000px;
  background-color: #fff;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-16.hiddenfornow {
  display: none;
}

.pricing-table {
  position: relative;
}

.pricing-cell {
  padding: 28px;
}

.pricing-cell.first {
  padding-left: 0;
}

.pricing-cell.text-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #252a3314;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-row.header {
  background-color: #fff;
  position: sticky;
  top: 68px;
}

.freeshippingnote {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  display: none;
}

.productlandingpage__paragraph {
  font-size: 16px;
}

.productlandingpage__paragraph.bottommargin--32px {
  margin-bottom: 32px;
}

.titlecell__partnumber {
  color: #000;
  font-size: 12px;
}

.hideforcomingsoon {
  display: block;
}

.image-23 {
  padding: 0;
}

.productlandingpage__label {
  font-weight: 700;
}

.image-25 {
  margin-top: 66px;
  display: block;
  overflow: hidden;
}

.gallery__infowapper {
  opacity: 0;
  background-color: #1c91ffc2;
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery__infowapper:hover {
  opacity: 1;
}

.gallery__infotextblock {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.text-span-16 {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.text-span-17 {
  font-weight: 400;
}

.text-primary-2 {
  -webkit-text-stroke-color: var(--black);
}

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

.grid-halves-8 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.price-container {
  align-items: center;
  display: flex;
}

.price-container.button-below {
  margin-bottom: 35px;
}

.text-span-2 {
  color: #1c91ff;
}

.price-terms {
  margin-left: 21px;
}

.pricing-plan-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.small-text-4 {
  font-size: 14px;
  line-height: 22px;
}

.small-text-4.muted-text.input-hint-text {
  margin-top: 7px;
}

.price-number {
  align-items: center;
  display: flex;
}

.pricing-plan {
  flex-direction: column;
  width: 100%;
  padding: 56px;
  display: flex;
}

.pricing-plan.bg-primary-2 {
  background-color: var(--ghost-white-2);
}

.badge {
  text-align: center;
  border-radius: 6px;
  padding: 7px 14px;
}

.badge.bg-white {
  background-color: var(--white);
}

.grid-halves-11 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.section-20 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

._1070cta__paragraph {
  margin-bottom: 32px;
}

.home-hero-slider {
  background-color: #0000;
  height: 90vh;
}

.left-arrow {
  z-index: 400;
  display: block;
}

.right-arrow {
  display: block;
}

.slide-nav {
  z-index: 400;
  font-size: 5px;
}

.content-container {
  width: 90%;
  max-width: 1500px;
  position: relative;
}

.content-container.fontcolor--black.center {
  flex-flow: column;
  align-self: center;
  max-width: 800px;
  display: flex;
}

.content-container.fontcolor--black {
  color: #000;
}

.section-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-21.hero-section-2 {
  color: #fff;
  background-image: url('../images/artboard-1k.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  min-height: 800px;
}

.section-21.hero-section-2.slider-1 {
  background-image: url('../images/homepage-slider-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.section-21.hero-section-2.slider-2 {
  background-image: url('../images/2024-aseptico-catalog-mockup-1-web-v1.jpg');
  background-position: 100%;
  background-size: cover;
  padding-bottom: 32px;
}

.section-21.hero-section-2.slider-2.summersale24 {
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.section-21.hero-section-2.slider-3 {
  background-image: url('../images/6542682cb3d79ab778d15f9e_homepage-slider-3-v3.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section-21.hero-section-2.slider-4-v3 {
  background-image: url('../images/homepage-slider-1-v2.png'), linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section-21.hero-section-2.slider-4-v3.hiddenfornow {
  display: none;
}

.section-21.hero-section-2.slider-4 {
  background-image: url('../images/penguin-slider-v2.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.section-21.hero-section-2.slider-4.atc-16 {
  background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
}

.section-21.hero-section-2.slider-350s, .section-21.hero-section-2.slider-350s._350s {
  background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1750px, auto;
}

.section-21.hero-section-2.go-cart-hero {
  background-image: url('../images/go-cart-hero.png'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1750px, auto;
}

.new-label-line {
  background-color: #000;
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.new-label-line.color--white {
  background-color: #fff;
}

.hero-label-wrap {
  max-width: 450px;
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  top: 40px;
  left: 40px;
  right: 40px;
}

.fontweight--normal {
  letter-spacing: -3px;
  max-width: 15ch;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: .8;
}

.fontweight--normal.no-bottom-margin {
  margin-bottom: 8px;
}

.fontweight--normal.fontcolor--white {
  color: #fff;
}

.homepage-slider__coloredwrapper {
  background-color: #e6e8efe6;
  border-radius: 20px;
  padding: 32px;
  display: inline-block;
  box-shadow: -18px 36px 40px #0000000d;
}

.homepage-slider__coloredwrapper.transparent {
  box-shadow: none;
  background-color: #e6e8ef00;
}

.text-span-18 {
  color: var(--dodger-blue);
}

.f-career-button-primary-2 {
  background-color: var(--dodger-blue);
  min-height: 40px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary-2:hover {
  background-color: var(--dark);
  color: var(--white);
}

.f-career-button-wrapper-2 {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

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

.f-paragraph-large-2.textalign--center {
  text-align: center;
}

.f-career-badge-small-2 {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-h5-heading-2 {
  letter-spacing: -.02em;
  text-transform: capitalize;
  max-width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
}

.f-career-top-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper-2 {
  width: 100%;
}

.f-career-card-2 {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card-2:hover {
  box-shadow: 0 48px 140px -48px #393b6a29;
}

.f-grid-one-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-career-tab-button-2 {
  height: 40px;
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.f-career-tab-button-2:hover {
  background-color: var(--flowui-component-library-gray-200);
}

.f-career-tab-button-2.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 48px;
  font-weight: 500;
}

.f-career-tab-button-2.first-item {
  margin-left: 0;
}

.f-career-tab-button-2.first-item.w--current {
  background-color: var(--dodger-blue);
}

.f-career-tab-menu-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.f-career-tabs-regular-2 {
  margin-top: 48px;
}

.f-h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  margin-bottom: 12px;
}

.f-career-title-centre-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-3.bottommargin--16px {
  margin-bottom: 16px;
}

.f-paragraph-large-3.centeraligned {
  text-align: center;
}

.f-paragraph-large-3.centeraligned.bottommargin-32px, .f-margin-bottom-66 {
  margin-bottom: 32px;
}

.f-h1-heading-2 {
  color: var(--dark);
  letter-spacing: -.04em;
  -webkit-text-stroke-color: transparent;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.f-margin-bottom-67 {
  -webkit-text-stroke-color: transparent;
  margin-bottom: 24px;
}

.f-heading-detail-small-3 {
  color: #1c91ff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-3.testimonial-name-text {
  line-height: 15px;
}

.f-heading-detail-small-3.fontcolor--black {
  color: var(--black);
}

.f-margin-bottom-68 {
  margin-bottom: 8px;
}

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

.f-image-cover-2.v1 {
  object-position: 79% 50%;
}

.f-image-cover-2.v2 {
  object-fit: cover;
  object-position: 50% 50%;
}

.f-header-image-wrapper-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-image-wrapper-tall-2.doc {
  max-width: none;
  height: 800px;
}

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

.f-container-regular-3 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.f-section-large-3.bgcolor--white {
  background-color: #fff;
}

.f-section-large-3.doc {
  background-color: #e6e8ef;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  display: none;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library-gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-h3-heading-3 {
  color: var(--dark);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.f-h3-heading-3.bottommargin--16px {
  margin-bottom: 16px;
}

.f-h3-heading-3.bottommargin--32px {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: var(--dark);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 16px;
}

.f-title-wrapper-center.maxwidth--800px {
  max-width: 800px;
}

.f-title-wrapper-center._750width {
  max-width: 750px;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-section-small.bgcolor--white {
  background-color: #fff;
}

.f-h5-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.f-margin-bottom-72 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white-2 {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled-2 {
  background-color: var(--white);
  border-radius: 12px;
  padding: 32px;
}

.f-feature-card-filled-2.v2 {
  border: 1px solid #00000026;
}

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

.f-grid-three-column-2._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

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

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-section-regular.bgcolor--white {
  background-color: #fff;
}

.f-margin-bottom-76 {
  margin-bottom: 32px;
}

.f-margin-bottom-77 {
  margin-bottom: 16px;
}

.f-margin-bottom-78 {
  margin-bottom: 12px;
}

.f-logo-block {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

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

.f-content-image-wrapper-large {
  border-radius: 10px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-h2-heading {
  color: var(--dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.f-margin-bottom-81 {
  margin-bottom: 16px;
}

.f-margin-bottom-82 {
  margin-bottom: 12px;
}

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-margin-bottom-83 {
  margin-bottom: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-margin-bottom-87 {
  margin-bottom: 40px;
}

.f-h3-heading-4 {
  color: var(--dark);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.f-margin-bottom-90 {
  margin-bottom: 16px;
}

.f-margin-bottom-91 {
  margin-bottom: 48px;
}

.text-span-20 {
  color: var(--dodger-blue);
}

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

.f-sub-heading-small {
  color: var(--dark);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-92 {
  margin-bottom: 8px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-item-large.contentalign--centered {
  flex-direction: column;
  align-items: flex-start;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 450px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-list-wrapper-small.bottommargin--0px {
  margin-bottom: 0;
}

.f-content-list-wrapper-small.bottommargin--16px {
  margin-bottom: 16px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.f-paragraph-large-4._350s--whitecolor {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.f-paragraph-large-4.black {
  color: #000;
}

.f-margin-bottom-93 {
  margin-bottom: 16px;
}

.f-margin-bottom-94 {
  margin-bottom: 12px;
}

.f-content-text-wrapper {
  max-width: 460px;
}

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

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

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

.f-grid-two-column-2.gap {
  grid-column-gap: 25px;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.f-h4-heading {
  color: var(--dark);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.f-h4-heading.texralign--centered {
  text-align: center;
}

.f-icon-regular-4 {
  width: 24px;
  height: 24px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-4:hover {
  color: var(--dodger-blue);
}

.f-modal-close {
  width: 24px;
  height: 24px;
  color: var(--flowui-component-library-gray-500);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-sub-heading-regular {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-96 {
  margin-bottom: 12px;
}

.f-modal-image-tall {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 10px;
  height: 480px;
}

.f-modal-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.f-modal-base {
  z-index: 999;
  width: 100%;
  max-width: 680px;
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  position: relative;
  box-shadow: 34px 34px 74px -24px #38327c14;
}

.f-modal-base.doc {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.f-image-cover-4.doc {
  object-fit: cover;
}

.golandingpage__fullpagepopupwrapper {
  z-index: 900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-18 {
  z-index: 960;
  cursor: pointer;
  background-color: #00000082;
  position: absolute;
  inset: 0%;
}

.text-block-29 {
  color: var(--black);
  font-size: 12px;
}

.text-block-29:hover {
  color: var(--black);
}

.bgcolor--ghostwhite {
  background-color: var(--ghost-white-2);
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-input-outlined-2 {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-input-outlined-2::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-cta-form-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block-2, .f-margin-bottom-97 {
  margin-bottom: 8px;
}

.f-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
}

.f-margin-bottom-98 {
  margin-bottom: 16px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-section-regular-3 {
  background-color: #fff;
  padding: 72px 5%;
  position: relative;
}

.div-block-19 {
  width: 100%;
}

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

.f-header-button-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-5.textalign--centered {
  text-align: center;
  margin-bottom: 16px;
}

.f-header-wrapper-left-2 {
  background-color: var(--white);
  border-radius: 10px;
  max-width: 620px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 50px 82px;
  box-shadow: -9px 18px 20px 20px #0000000d;
}

.buttonwrapper__topmargin--16px {
  margin-top: 16px;
}

.text-span-22 {
  font-size: 24px;
}

.text-span-22._16px-bottom-margin {
  margin-bottom: 16px;
}

.f-h6-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

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

.f-h5-heading-4 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
}

.f-margin-bottom-104 {
  margin-bottom: 16px;
}

.f-button-secondary-4 {
  border: 1px solid var(--flowui-component-library-grey-300);
  min-height: 48px;
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-card-outline.whitebg {
  background-color: #fff;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-toggle-menu {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  padding: 92px 5%;
  position: relative;
}

.grid-halves-12 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.section-22 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-22.bg-dark {
  background-color: var(--ghost-white);
}

.section-22.bg-dark.go-cart {
  background-color: var(--white);
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 64px;
}

.video-container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-23 {
  color: var(--black);
  font-weight: 400;
}

.image-30 {
  border-radius: 10px;
}

.play-icon-2 {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  transition: transform .2s;
  display: flex;
}

.play-icon-2:hover {
  transform: scale(1.1);
}

.play-icon-2.small {
  width: 56px;
  height: 56px;
}

.video-pill-text-3 {
  margin-left: 28px;
}

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

.f-banner-badge {
  background-color: var(--white);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--steel-blue);
  min-height: 56px;
  color: var(--flowui-component-library-white);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-30 {
  color: #007dc3;
  font-weight: 800;
}

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

.image-31 {
  border-radius: 10px;
}

._1070landingpage--ctaimage {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.doc__heroimagewrapper {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 800px;
}

.div-block-22 {
  display: none;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-heading-detail-small-4 {
  color: var(--honolulu-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-106 {
  margin-bottom: 8px;
}

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

.hero-grid-section.wide-content {
  grid-template-columns: 1fr 1fr;
  height: 90vh;
  min-height: 70vh;
}

.hero-image-container {
  object-fit: fill;
  flex-direction: row;
  display: flex;
  position: relative;
}

.section-24 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-24.justify-content-center {
  justify-content: center;
}

.cover-image {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  display: block;
}

.process-grid-item-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.text-primary-3 {
  color: var(--honolulu-blue);
}

.lightbox-link {
  transition: transform .2s;
}

.lightbox-link:hover {
  transform: scale(1.03);
}

.grid-halves-14 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.section-27 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.image-32, .image-33 {
  object-fit: cover;
  height: 100%;
}

.btn-square-primary {
  color: #fff;
  width: 84px;
  min-width: 84px;
  height: 84px;
  min-height: 84px;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.btn-square-primary:hover {
  background-color: #2b2b2b;
  transform: scale3d(.95, .95, 1.01);
}

.btn-square-primary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-square-primary.slider-arrow.left---center-center {
  transform-style: preserve-3d;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-square-primary.slider-arrow.left---center-center:hover {
  transform: scale3d(.95, .95, 1.01)translate(0, -50%);
}

.btn-square-primary.slider-arrow.left---center-center.outside-left {
  left: -60px;
}

.btn-square-primary.slider-arrow.right---center-center {
  transform-style: preserve-3d;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-square-primary.slider-arrow.right---center-center:hover {
  transform: scale3d(.95, .95, 1.01)translate(0, -50%);
}

.btn-square-primary.slider-arrow.right---center-center.outside-right {
  right: -20px;
}

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

.slider-mask {
  height: 100%;
}

.slider-mask.width-390px {
  max-width: 390px;
  overflow: visible;
}

.line-accent {
  background-color: #0d0d0d;
  width: 100%;
  max-width: 80px;
  height: 3px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slide-item-mg {
  margin-right: 26px;
}

.card-2 {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 24px #0d0d0d0d;
}

.card-2.card-link {
  color: #5e5e5e;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s;
  display: block;
}

.card-2.card-link:hover {
  color: #5e5e5e;
  transform: translate3d(0, -10px, .01px);
}

.mg-top-40px {
  margin-top: 40px;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  height: 750px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-default {
  max-width: 1270px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

.card-content-pd.card-service-slider {
  text-align: center;
  flex: 1;
  padding: 53px 36px 76px;
}

.card-content-pd._63px {
  padding: 32px;
}

.section-28 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-28.overflow-hidden {
  padding-top: 0;
  overflow: hidden;
}

.atc-16__cardtextblock {
  text-align: left;
}

.image-35 {
  transform: rotate(180deg);
}

.html-embed-5 {
  width: 100%;
}

.paragraph-7 {
  text-align: center;
  max-width: 55ch;
}

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

.f-header-image-wrapper-tall-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-neutral-3 {
  background-color: var(--flowui-component-library-gray-900);
  min-height: 48px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-section-large-8 {
  padding: 92px 5%;
  position: relative;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-four-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-small-2 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.image-36 {
  filter: saturate(0%);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-content-image-wrapper-large-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-grid-two-column-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

._350s-mp__textwrapper {
  z-index: 400;
  color: var(--white);
  text-align: center;
  align-self: center;
  position: relative;
}

.heading-8 {
  text-transform: capitalize;
  line-height: 1.1;
}

.text-block-32 {
  font-size: 18px;
  font-weight: 400;
}

.text-span-27 {
  font-size: 36px;
  font-weight: 400;
}

._350s__imagewrapper {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
}

._350s__heroimage1 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

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

.f-content-image-wrapper-large-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-neutral-4 {
  background-color: var(--flowui-component-library-gray-900);
  min-height: 48px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.f-content-list-item-2 {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-margin-bottom-110 {
  margin-bottom: 16px;
}

.f-margin-bottom-111 {
  margin-bottom: 12px;
}

.f-grid-two-column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-section-large-9 {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-112 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper-small {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.f-grid-four-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-span-28 {
  text-transform: uppercase;
  font-weight: 900;
}

.cell-2 {
  transform-style: preserve-3d;
  align-items: center;
}

.accordion-heading-2-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.f-testimonial-outline-small {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border: .5px solid #0003;
  border-radius: 13px;
  padding: 12px 0;
}

.f-testimonial-outline-small:hover {
  color: var(--white);
  background-color: #007dc3;
  border-width: 1px;
  border-color: #007dc3;
}

.f-testimonial-outline-small.nohover:hover {
  color: #000;
  background-color: #fff;
  border-color: #0000003d;
}

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

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

.f-section-regular-4 {
  padding: 72px 0%;
  position: relative;
}

.text-block-33 {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.text-block-34 {
  text-align: center;
  cursor: pointer;
}

.text-block-34.white {
  color: var(--white);
}

.html-embed-6 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.html-embed-7 {
  padding: 0;
}

.multipegs__container {
  padding: 24px;
}

.text-block-35 {
  font-weight: 300;
}

.accordion-content-4 {
  padding-bottom: 21px;
  overflow: hidden;
}

.accordion-item-3 {
  border-bottom: 1px solid #252a3314;
  display: block;
  overflow: hidden;
}

.div-block-25 {
  background-color: #fafafa;
  padding: 40px 0;
}

.div-block-25.whitebg {
  background-color: #fafafa00;
}

.div-block-25.topmargin {
  margin-top: 38px;
}

.square-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.square-image-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.square-image-section.bg-dark {
  color: var(--white);
  background-color: #e5e8ef;
}

.square-image-section.bg-dark.color2 {
  background-color: #f1f2f7;
}

.video-pill-2 {
  color: #fff;
  background-color: #ff4242;
  border-radius: 200px;
  align-items: center;
  padding: 21px 28px;
  display: flex;
}

.video-pill-2.centered {
  position: absolute;
}

.image-border-dark {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 100% 100%;
  align-self: stretch;
  width: 100%;
  display: block;
  overflow: visible;
}

.image-border-dark.widthminimum650 {
  align-self: flex-end;
  width: auto;
  max-height: 550px;
}

.section-32 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-32.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.image-38 {
  margin-top: 32px;
}

.lightbox-gallery-2 {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  width: 100%;
}

.grid-halves-15 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.section-33 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.image-39 {
  aspect-ratio: 1;
  object-fit: cover;
}

.bold-text-2 {
  color: #252a33;
}

.bold-text-4 {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-weight: 900;
}

.color--orange {
  color: var(--penguin-ii-orange);
  font-weight: 400;
}

.background-video {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 394px;
  height: 394px;
}

.card-3 {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 24px #0d0d0d0d;
}

.card-3.shadow-long {
  background-color: #e6e8ef;
  box-shadow: 0 14px 42px #0d0d0d0d;
}

.position-absolute {
  position: absolute;
}

.position-absolute.bottom-right {
  inset: auto 0% 0% auto;
}

.position-absolute.bottom-right.image-and-card-bottom-right {
  max-width: 78%;
  inset: auto -5% -12% auto;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-32px.font-size--16px {
  font-size: 16px;
}

.mg-bottom-32px.font-size--16px.nobottommargin {
  margin-bottom: 0;
  line-height: 1.25;
}

.div-block-27 {
  position: relative;
}

.text-span-29 {
  color: var(--honolulu-blue);
  font-weight: 900;
}

.heading-10 {
  text-transform: capitalize;
  font-weight: 400;
}

.text-block-37 {
  font-weight: 700;
}

.text-block-38 {
  max-width: 54ch;
  margin-bottom: 32px;
}

.image-41 {
  display: none;
}

.text-block-39 {
  margin-bottom: 32px;
}

.heading-11 {
  font-weight: 400;
}

.image-42 {
  display: none;
}

.text-span-30 {
  font-size: 24px;
}

.text-span-30._16px-bottom-margin {
  margin-bottom: 16px;
}

.text-span-30._1 {
  letter-spacing: 0;
}

.section-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-36.hero-section-2 {
  color: #fff;
  justify-content: flex-end;
  min-height: 800px;
}

.section-36.hero-section-2.go-cart-hero {
  background-image: url('../images/go-cart-hero.png'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1750px, auto;
}

.section-36.hero-section-2.slider-4 {
  background-image: url('../images/artboard-12.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: auto;
  position: relative;
}

.section-36.hero-section-2.slider-4.atc-16 {
  background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
}

.section-36.hero-section-2.slider-4.yes2025 {
  background-image: url('../images/artboard-1.png'), linear-gradient(to bottom, null, null);
}

.section-36.hero-section-2.slider-4.wirelessfootpedal {
  background-image: url('../images/artboard-11.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section-36.hero-section-2.slider-2 {
  background-image: url('../images/hero-2025-catalog.jpg');
  background-size: cover;
  padding-bottom: 32px;
}

.section-36.hero-section-2.slider-2.v2 {
  background-image: url('../images/dsc02645634.jpg');
  background-position: 50%;
  justify-content: center;
  align-items: center;
}

.section-36.hero-section-2.slider-350s {
  background-image: linear-gradient(#e6e8ef, #e6e8ef), url('../images/artboard-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-36.hero-section-2.slider-3 {
  background-image: url('../images/6542682cb3d79ab778d15f9e_homepage-slider-3-v3.png'), linear-gradient(#eee, #eee);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section-36.summer-sale-2025 {
  color: #fff;
  background-image: url('../images/2025-summer-sale-website-graphic.jpg'), linear-gradient(#dcfafd, #dcfafd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  min-height: 800px;
}

.section-36.summer-sale-2025.go-cart-hero {
  background-image: url('../images/go-cart-hero.png'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1750px, auto;
}

.section-36.summer-sale-2025.slider-4 {
  background-image: url('../images/penguin-slider-v2.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.section-36.summer-sale-2025.slider-4.atc-16 {
  background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
}

.section-36.summer-sale-2025.slider-2 {
  background-image: url('../images/hero-2025-catalog.jpg');
  background-size: cover;
  padding-bottom: 32px;
}

.section-36.summer-sale-2025.slider-350s {
  background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1750px, auto;
}

.section-36.summer-sale-2025.slider-3 {
  background-image: url('../images/6542682cb3d79ab778d15f9e_homepage-slider-3-v3.png'), linear-gradient(#eee, #eee);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.section-36.summer-sale-2025.v2 {
  background-image: url('../images/2025-summer-sale-website-graphic-desktop-v2.png'), linear-gradient(#0000, #0000);
}

.section-36.summer-sale-2025.v3 {
  background-image: url('../images/2025-summer-sale-website-graphic-desktop-v3.png'), linear-gradient(#0000, #0000);
}

.section-36.summer-sale-2025.v4 {
  background-image: url('../images/2025-summer-sale-website-graphic-desktop-v4.png'), linear-gradient(#0000, #0000);
}

.section-36.wfc {
  background-image: url('../images/artboard-11.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
}

.text-block-40 {
  max-width: 54ch;
  margin-bottom: 32px;
}

.hero-label-wrap-2 {
  color: #000;
  text-transform: uppercase;
  align-items: center;
  max-width: 450px;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  top: 40px;
  left: 40px;
  right: 40px;
}

.image-44 {
  display: none;
}

.label__fontcolor--white-2 {
  color: #fff;
}

.bold-text-5 {
  color: #007dc3;
  text-transform: uppercase;
  font-weight: 900;
}

.text-span-31 {
  color: #1c91ff;
}

.button--primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #007dc3;
  border-radius: 10px;
  margin-right: 16px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button--primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button--primary-3:active {
  background-color: #43464d;
}

.button--primary-3._007dc3 {
  background-color: #007dc3;
}

.button--secondary-3 {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1c91ff33;
  border-radius: 10px;
  margin-right: 4px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button--secondary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button--secondary-3:active {
  background-color: #43464d;
}

.button--secondary-3.white {
  background-color: #1c91ff00;
  border: 2px solid #000;
}

.button--secondary-3.white:hover {
  color: #1c91ff;
}

.button--secondary-3.white._350s {
  color: #fff;
  border-color: #fff;
}

.storenotice {
  background-color: #fff;
  margin-bottom: 20px;
}

.billinginfo__textblock {
  font-size: 14px;
  font-weight: 400;
}

.billinginfo__textblock.rightaligned {
  text-align: right;
  cursor: pointer;
  display: inline;
}

.billinginfo__textblock.rightaligned.a50 {
  opacity: .5;
}

.billinginfo__textblock.rightaligned.a50:hover {
  opacity: 1;
  color: #1c91ff;
}

.billinginfo__textblock.inline {
  display: inline;
}

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

.section-37 {
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 16px;
}

.cardtrouble__wrapper {
  background-image: linear-gradient(#fafafa, #fafafa);
  border-radius: 6px;
  margin-top: 24px;
  padding: 32px;
  display: block;
}

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

.small-text-hover {
  text-transform: capitalize;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}

.small-text-hover:hover {
  color: #1c91ff;
}

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

.billingwrap {
  width: 100%;
}

.block-header-4 {
  border-style: none none solid;
  border-color: #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 16px 24px;
}

.text-span-32 {
  font-size: 14px;
}

.discounts {
  margin-bottom: 21px;
}

.billing-address {
  display: block;
}

.vethero {
  padding-top: 12px;
  padding-bottom: 12px;
}

.vethero.nop {
  padding: 0 16px;
}

.vethero__textwrapper.bm32 {
  position: relative;
}

.vethero__imagewrapper {
  align-self: flex-start;
}

.heading-12 {
  color: #252a33;
  font-weight: 800;
}

.text-block-41 {
  font-size: 24px;
}

.text-block-41.bm24 {
  margin-bottom: 24px;
}

.image-45 {
  max-width: 300px;
  margin-bottom: 16px;
}

.image-45.nobm {
  margin-bottom: 0;
}

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

.vetcopy__rightwrapper {
  align-self: flex-end;
}

.heading-13 {
  color: var(--honolulu-blue);
}

.image-46 {
  max-width: 100px;
}

.text-block-42 {
  text-transform: uppercase;
  font-weight: 700;
}

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

.text-block-43 {
  color: var(--honolulu-blue);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.text-block-44 {
  color: #ff0004;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 900;
  display: flex;
}

.quick-stack-2 {
  padding: 0;
}

.cell-5 {
  justify-content: flex-end;
  align-items: center;
}

.div-block-28 {
  box-sizing: content-box;
  object-fit: contain;
  object-position: 50% 50%;
  height: 550px;
}

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

.image-49 {
  align-self: center;
}

.image-50 {
  width: 100%;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.div-block-30 {
  padding-top: 8px;
}

.image-51 {
  aspect-ratio: 1;
  object-fit: cover;
}

.text-span-33 {
  color: #079dd9;
  text-transform: uppercase;
  font-weight: 700;
}

.featuredproducts__textwrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block-46 {
  color: #079dd9;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 900;
}

.text-block-47 {
  max-width: 50ch;
  margin-bottom: 24px;
}

.text-block-48 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-block-49 {
  text-align: center;
  font-size: 12px;
}

.code-embed {
  margin-bottom: 32px;
}

.image-53 {
  display: none;
}

.text-block-51 {
  font-size: 10px;
}

.link-block-2, .link-block-3 {
  z-index: 200;
  position: absolute;
  inset: 0%;
}

.text-span-34 {
  color: var(--dodger-blue);
  font-weight: 900;
}

.review-score-2 {
  color: #252a33;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.review-score-2.bottom-right {
  position: absolute;
  bottom: 28px;
  right: 28px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff4242;
  border-radius: 6px;
  padding: 14px 28px;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 3px 100px #0000;
}

.button:hover {
  box-shadow: inset 0 0 3px 100px #0000001a;
}

.field-label {
  color: #252a3380;
  background-color: #fff;
  margin-bottom: -14px;
  padding: 7px;
  font-weight: 400;
  position: relative;
  left: 14px;
}

.main-container-2 {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container-2.narrow {
  max-width: 1106px;
}

.form-input-2 {
  border: 1px solid #252a3333;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 14px 21px;
  font-size: 18px;
  line-height: 28px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #252a33;
}

.grid-halves-16 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

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

.small-text-5 {
  font-size: 14px;
  line-height: 22px;
}

.review-score-text {
  margin-left: 14px;
}

.section-38 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.link {
  padding-top: 8px;
  font-size: 14px;
}

.link-underline-4 {
  background-color: #ff4242;
  width: 100%;
  height: 1px;
  position: absolute;
}

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

.section-large.bg-primary-1 {
  background-color: #252a33;
}

.grid-halves-17 {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.large-heading-7 {
  margin-bottom: 28px;
  font-size: 54px;
  font-weight: 900;
  line-height: 54px;
}

.quote-slide-nav {
  height: 10px;
  margin-top: 21px;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
  position: relative;
}

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

.review-score-3 {
  color: #252a33;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.review-score-3.bg-dark {
  color: #fff;
  background-color: #252a33;
}

.reviews-grid-vertical {
  grid-row-gap: 28px;
  grid-template-columns: 1fr;
}

.dark-border-2 {
  background-color: #252a3333;
  height: 1px;
}

.dark-border-2.divider {
  margin-top: 56px;
  margin-bottom: 56px;
}

.reviews-grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  align-items: start;
}

.section-39 {
  perspective: 1000px;
  align-self: stretch;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-39.bg-primary-1-faded.hidefornow {
  display: none;
}

.slide-3 {
  background-image: url('../images/artboard-1.png');
  background-position: 0 0;
  background-size: auto;
}

.section-40 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1440px) {
  .section.vethero.nobm.yellowbg.lightyellow {
    background-color: #faf7ee;
  }

  .section.vethero.nobm.yellowbg.green {
    background-color: #517e5d;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
  }

  .button--secondary._100-alpha.buttoncolor--white.right-margin.bgcolor--orange {
    color: #000;
  }

  .boxed.go {
    background-color: #fafafa;
  }

  .smabout__imagegrid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .cnav__productswrapper.extratopmargin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    display: flex;
  }

  .featuredproductgridnav-2 {
    max-width: 800px;
  }

  .productdropdwonnav.w--open {
    background-color: #f9f9f9;
  }

  .catbanner__textwrapper.noleftpadding {
    padding-left: 0;
  }

  .blog__header {
    color: var(--black);
    font-weight: 400;
  }

  .card-grid-thirds, .card-image {
    max-width: 100%;
  }

  .section-21.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section-21.hero-section-2.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
  }

  .section-21.hero-section-2.slider-350s._350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#0000, #0000);
  }

  .f-pricing-card-outline.whitebg {
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
  }

  ._350s-mp__textwrapper {
    align-self: auto;
  }

  .image-border-dark {
    max-width: 800px;
  }

  .image-39 {
    object-fit: cover;
    object-position: 50% 42%;
  }

  .color--orange {
    color: var(--penguin-ii-orange);
  }

  .mask {
    background-color: #dcfafd;
  }

  .section-36.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section-36.hero-section-2.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
  }

  .section-36.summer-sale-2025.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .section-36.summer-sale-2025.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
  }

  .image-47 {
    max-width: 500px;
  }

  .featuredproducts__textwrapper {
    text-align: center;
    text-transform: capitalize;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .text-block-46 {
    font-size: 36px;
    font-weight: 900;
  }

  .text-block-47 {
    width: 50ch;
    margin-bottom: 24px;
  }

  .image-52 {
    object-fit: fill;
  }

  .text-block-50 {
    font-size: 12px;
  }

  .text-block-51 {
    font-size: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .section.ctahero {
    background-image: linear-gradient(#e4e4e4, #e4e4e4);
  }

  .section._350s-mp {
    width: 100%;
  }

  .container1350._1 {
    height: 100%;
  }

  .div-block-8 {
    object-position: 100% 100%;
    inset: auto 0% 0% auto;
  }

  .catbanner._1 {
    height: 650px;
  }

  .catbanner__grid {
    grid-template-areas: "Area Area-2";
  }

  .content-container.fontcolor--black.center {
    width: 100%;
    max-width: 1000px;
  }

  .section-21.hero-section-2.slider-2.summersale24 {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
  }

  .section-21.hero-section-2.slider-350s._350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1750px, auto;
  }

  .section-21.hero-section-2.go-cart-hero {
    background-image: url('../images/go-cart-hero.png'), linear-gradient(#0000, #0000);
  }

  ._350s__heroimage1 {
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .section-36.hero-section-2.go-cart-hero, .section-36.summer-sale-2025.go-cart-hero {
    background-image: url('../images/go-cart-hero.png'), linear-gradient(#0000, #0000);
  }

  .vethero__imagewrapper {
    align-self: center;
  }

  .heading-12 {
    color: #231f20;
  }

  .text-block-41 {
    margin-bottom: 32px;
  }

  .vetcopy__rightwrapper {
    background-color: #fff;
    border-radius: 9px;
    align-self: flex-end;
    padding: 64px 33px;
  }

  .heading-13 {
    color: #1685c4;
    margin-bottom: 16px;
    font-weight: 400;
  }

  .image-46 {
    max-width: 100px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-42 {
    font-weight: 900;
  }

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

  .vetproducts__wrapper {
    padding-top: 64px;
  }

  .list-2 {
    padding-left: 0;
    list-style-type: none;
  }

  .list-item {
    list-style-type: none;
  }

  .featuredproducts__textwrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-47 {
    width: 50ch;
  }

  .section-large.bg-primary-1 {
    background-color: #e6e8ef;
  }

  .image-54 {
    object-position: 0% 100%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 40px;
  }

  .section.vethero.nobm.yellowbg {
    padding-top: 64px;
  }

  .section.vethero.nobm.yellowbg.green {
    background-position: 50%;
    background-size: cover;
  }

  .button--primary {
    justify-content: center;
    margin-bottom: 16px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.textalign--center {
    line-height: 1;
  }

  .heading-jumbo-small {
    font-size: 50px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product__imagewrapper {
    background-color: #0000;
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-name {
    text-align: left;
  }

  .full-width-form {
    padding: 40px;
  }

  .button--secondary {
    justify-content: center;
  }

  .partnumber__wrapper {
    text-align: left;
  }

  .productimages__wrapper {
    margin-top: 0;
  }

  .brand.adjacent-to-menu {
    margin-right: 0;
  }

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

  .navbar-grid {
    justify-content: space-between;
    display: flex;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    position: relative;
  }

  .menu-button-image {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #252a3333;
    border-radius: 6px;
    padding: 14px 21px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link.w--current, .nav-link.dropdown {
    margin: 10px 0;
  }

  .navbar-2 {
    z-index: 800;
    display: flex;
  }

  .navspacer {
    display: block;
  }

  .accountslink__wrapper--notloggedin {
    flex: none;
    align-items: center;
    padding-right: 8px;
    display: flex;
  }

  .truststack__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .productcard__image {
    object-fit: cover;
  }

  .hero__buttonwrapper {
    width: 100%;
  }

  .smallcontainer497 {
    max-width: none;
    padding-top: 16px;
  }

  .large-heading {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

  ._3truststack__grid {
    grid-column-gap: 8px;
  }

  ._3truststack__contentwrapper {
    width: 90%;
    padding: 17px;
  }

  ._3truststack__textblock {
    width: 100%;
  }

  .container-large {
    max-width: none;
  }

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

  .grid-halves-2.title-grid {
    grid-row-gap: 21px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-2.has-slider {
    flex-direction: column;
    display: flex;
  }

  .featured__bg {
    display: none;
  }

  .adjacent-tabs-container {
    flex-direction: column;
  }

  .adjacent-tabs-content {
    width: 100%;
  }

  .vertical-tabs-menu {
    z-index: 700;
    background-color: #fff;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 56px;
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 16px;
    top: 80px;
  }

  .medium-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .product__image {
    object-fit: contain;
    height: 100%;
  }

  .section-title-2 {
    margin-bottom: 56px;
  }

  .large-box {
    min-height: auto;
  }

  .large-box.no-vertical-padding.bg-dark {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .section-2.large-box-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-2.bg-white.boxed-icon-section {
    width: 100%;
    max-width: 608px;
    margin: -96px auto 56px;
  }

  .box-with-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .zoom-image-2 {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .footer-bottom-row {
    flex-direction: column;
  }

  .footer-social {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .footer-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .cta__textwrapper {
    width: 75%;
  }

  .sm__herogrid {
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
  }

  .sm__herotextwrapper {
    padding-left: 0;
  }

  .sm__grid {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-4"
                   "Area-4"
                   / 1fr;
  }

  .sm__resourcegrid {
    grid-column-gap: 53px;
  }

  .sm-resources__imagewrapper {
    width: 100%;
  }

  .militaryinfo__textwrapper, .military__buttonwrapper {
    text-align: left;
  }

  .form-block-2 {
    margin-bottom: 40px;
  }

  .medium-heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .large-heading-2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

  .longform-text-grid-2 {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-background-right {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .image-background-right-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 200px;
    display: flex;
    position: relative;
  }

  .display-heading-2 {
    letter-spacing: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .case-study {
    flex-direction: column;
  }

  .case-study-title {
    max-width: 497px;
    margin-top: 28px;
    margin-left: 0;
    padding: 32px;
  }

  .text-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
  }

  .reps {
    flex-wrap: wrap;
  }

  .repscard {
    margin-bottom: 32px;
  }

  .catalogpage__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .catalogpage__lefttextwrapper {
    width: 100%;
  }

  .bystate {
    margin-bottom: 40px;
  }

  .repsbystate__grid {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
  }

  .awardsgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .underlayleft {
    display: none;
  }

  .slider-title-2 {
    margin-bottom: 84px;
  }

  .large-heading-3, .large-heading-4 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

  .accountslink__wrapper--loggedin {
    flex: none;
    align-items: center;
    padding-right: 8px;
    display: flex;
  }

  .contactbanner.maintenance {
    display: block;
  }

  .contactbanner__card {
    width: 100%;
  }

  .blog-image-container {
    padding-right: 0;
  }

  .blog-post-grid {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .button-group {
    justify-content: flex-start;
  }

  .quanitity__box {
    margin-bottom: 16px;
  }

  .bloggrid__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footerfullspan {
    flex-flow: column wrap;
    justify-content: center;
  }

  .footerfullspan__left {
    flex-flow: column wrap;
    flex: 1;
    justify-content: space-between;
  }

  .footerfullspan__right {
    flex: 1;
  }

  .footerbottom__left {
    flex: 1;
    align-self: center;
  }

  .footerbottom__right {
    flex: none;
  }

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

  .outreachcollectionitem {
    width: 50%;
  }

  .medium-heading-4 {
    font-size: 32px;
    line-height: 38px;
  }

  .label-small-blue, .product__descriptiontextblock {
    text-align: left;
  }

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

  .staticdropdownlist.w--open {
    padding-top: 16px;
  }

  .lightbox-gallery {
    max-width: 497px;
  }

  .underlay-left {
    display: none;
  }

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

  .process-grid-vertical {
    grid-row-gap: 56px;
    max-width: 608px;
  }

  .process-grid-item {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .dark-border.divider {
    margin-top: 33px;
  }

  .cnav__navlink-2 {
    border-left: 2px solid var(--dodger-blue);
    margin-left: 32px;
    padding-left: 16px;
  }

  .cnav__navlink-2.nest2 {
    margin-left: 48px;
  }

  .mobilenav__dropdown {
    border-left: 2px solid var(--dodger-blue);
    margin-left: 32px;
    padding-left: 16px;
  }

  .dropdown-4.relative.leftalign, .dropdown-4.hiddenfornondesktop {
    display: none;
  }

  .dropdown-4.leftalign {
    flex: 0 auto;
    display: none;
  }

  .nav-link-3 {
    margin-left: 0;
  }

  .nav-link-3.w--current {
    margin: 10px 0;
  }

  .div-block-7 {
    display: none;
  }

  .navdropdownlink-2.nest2 {
    margin-left: 48px;
    padding-left: 16px;
  }

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

  .dropdown-list-5.w--open {
    background-color: #fff;
    margin-top: 16px;
    margin-bottom: 16px;
    position: static;
  }

  .productdropdwonnav {
    display: none;
    position: static;
  }

  .productdropdwonnav.w--open {
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #634f4f00;
    border: 1px #252a3333;
    border-radius: 6px;
    padding: 0;
    display: none;
    position: absolute;
  }

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

  .text-block-8.single.leftalign {
    padding: 20px 8px;
    display: none;
  }

  .hiddenondesktop {
    display: block;
  }

  .dropdown-toggle-4.sub, .cnav__navlink-3 {
    border-left: 2px solid var(--dodger-blue);
    margin-left: 32px;
    padding-left: 16px;
  }

  .cnav__navlink-3.nest2 {
    margin-left: 48px;
  }

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

  .dropdown-toggle-5 {
    display: none;
  }

  .dropdown-link-3 {
    border-left: 2px solid var(--dodger-blue);
    margin-left: 32px;
    padding-left: 16px;
  }

  .button--primary-2 {
    justify-content: center;
    margin-bottom: 16px;
  }

  .text-block-9.navbar.hiddenondesktopsearch {
    display: block;
  }

  .field-label-5 {
    text-align: left;
  }

  .catbanner {
    height: auto;
  }

  .catbanner.whitebg, .catbanner.bluebg {
    height: 100%;
  }

  .catbanner.penguinii {
    height: auto;
  }

  .catbanner__textwrapper.centeraligntext {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .certheader {
    font-size: 32px;
    line-height: 38px;
  }

  .otherwarranty {
    flex-wrap: wrap;
    justify-content: center;
  }

  .otherwarranty__card {
    width: 40%;
  }

  .bottomfooterlinks {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

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

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

  .large-heading-5 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

  .mnaviconwrapper {
    background-color: var(--lightblue);
    width: 100%;
    padding: 24px;
  }

  .mnavclosearea {
    background-color: #ff1a1a00;
    flex: 1;
    align-self: flex-start;
    width: 25%;
    height: 150%;
    padding: 0;
    display: inline-block;
    overflow: hidden;
  }

  .mnav__title--main {
    text-transform: uppercase;
    font-weight: 500;
  }

  .mnav__title--main.small {
    font-size: 12px;
    font-weight: 400;
  }

  .mnav {
    background-color: var(--lightblue);
    flex: 0 auto;
    align-self: flex-start;
    width: 75%;
    height: 150%;
    display: inline-block;
    position: static;
    overflow: auto;
  }

  .mnav__dropdown {
    border-bottom: 1px solid #00000054;
    width: 100%;
  }

  .mnav__dropdown.small {
    border-bottom-style: none;
  }

  .mnav__ddlink {
    color: #fff;
    background-color: #1c91ff;
    padding-bottom: 16px;
    position: static;
  }

  .mnav__ddlink.w--open {
    background-color: var(--lightblue);
    color: #000;
  }

  .mnav__toggle {
    background-color: var(--lightblue);
    width: 100%;
    color: var(--black);
  }

  .mobilenav {
    z-index: 999;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 250vh;
    display: none;
    inset: 0%;
    overflow: auto;
  }

  .mnav__link {
    text-transform: uppercase;
    padding-left: 40px;
    position: static;
  }

  .mnav__link.small {
    font-size: 12px;
    font-weight: 400;
  }

  .mnav__link.small.w--current {
    color: #000;
  }

  .mnav__smalllink {
    background-color: var(--lightblue);
    color: #000;
    text-transform: uppercase;
    padding: 36px 20px 20px;
    font-size: 12px;
    font-weight: 400;
    display: block;
  }

  .mnav__smalllink.notopmargin {
    padding-top: 20px;
  }

  .mnav__smalllink.notopmargin.yearendsale {
    border-bottom: 1px solid #00000052;
    font-size: 16px;
    font-weight: 700;
  }

  .mnavlabel--small {
    text-transform: uppercase;
    padding: 10px 20px 10px 40px;
    font-size: 12px;
    font-weight: 700;
  }

  .mnavlabel--small.topmargin {
    padding-top: 24px;
  }

  .desktopnav {
    flex: 1;
    height: 84px;
  }

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

  .menuiconwrapper {
    cursor: pointer;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 30px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .searchicon {
    justify-content: center;
    align-items: center;
    width: 30px;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
  }

  .mnav__searchtoggle {
    padding: 0;
  }

  .dropdown-list-6 {
    width: 100%;
    inset: 0%;
  }

  .dropdown-list-6.w--open {
    display: inline-block;
    inset: 98% 0% auto;
  }

  .mnav__searchdropdown {
    position: static;
  }

  .mnavlink--long {
    padding: 10px 10px 10px 40px;
  }

  .mnavlinklong__div {
    color: #000;
    text-transform: uppercase;
    width: 100%;
    padding: 0;
  }

  .penguin-primary-button.large {
    margin-bottom: 16px;
  }

  .underlay-right {
    display: none;
  }

  .card-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
  }

  .fullvw-vhsection {
    margin-bottom: 40px;
  }

  .image-17 {
    max-width: 50%;
  }

  .pmp__2colgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .penguinii__imagesparalaxwrapper {
    height: 100%;
  }

  .piiipw__mainimage {
    width: 20%;
  }

  .penguinii__paralax--bgimage {
    width: 75%;
  }

  .button-pair {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .penguinii__ctaimage {
    width: 300px;
  }

  .text-span-11 {
    font-size: 16px;
  }

  .large-heading-6 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }

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

  .grid-halves-4.has-slider {
    flex-direction: column;
    display: flex;
  }

  .medium-heading-5 {
    font-size: 32px;
    line-height: 38px;
  }

  .grid-halves-5 {
    grid-template-columns: 1fr;
  }

  .grid-halves-5.cta-grid {
    grid-row-gap: 35px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .display-heading-3 {
    letter-spacing: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .review-score {
    display: none;
  }

  .large-text-3.review-byline-text {
    margin-bottom: 21px;
    font-weight: 700;
  }

  .metrics-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .review-byline {
    flex-direction: column;
  }

  .review-byline.bottommargin {
    margin-bottom: 16px;
  }

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

  .grid-halves-6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

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

  .gallery__infotextblock {
    font-size: 16px;
  }

  .text-span-16 {
    font-size: 12px;
  }

  .grid-halves-8, .grid-halves-11 {
    grid-template-columns: 1fr;
  }

  .section-21.hero-section-2 {
    min-height: 800px;
  }

  .section-21.hero-section-2.slider-1 {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
  }

  .section-21.hero-section-2.slider-2 {
    background-image: url('../images/2024-aseptico-catalog-mockup-1-mobile_1.jpg');
    background-size: cover;
  }

  .section-21.hero-section-2.slider-2.summersale24 {
    background-position: 50%;
  }

  .section-21.hero-section-2.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: auto 150%, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-21.hero-section-2.slider-4-v3 {
    background-image: url('../images/homepage-slider-1-v2.png'), linear-gradient(#0000, #0000);
    background-position: 100% 100%, 0 0;
    background-size: auto 650px, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-21.hero-section-2.slider-4 {
    background-image: url('../images/penguin-slider-v2-mobile.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-21.hero-section-2.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
    background-size: 1000px, auto;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-21.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .homepage-slider__coloredwrapper.transparent {
    width: 100%;
  }

  .f-career-tab-button-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .f-paragraph-large-3.doc {
    text-align: center;
  }

  .f-header-image-wrapper-tall-2 {
    max-width: none;
    height: 360px;
  }

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

  .f-testimonial-background {
    height: 20%;
  }

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

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-content-text-wrapper {
    max-width: 100%;
  }

  .f-image-cover-3 {
    aspect-ratio: auto;
    width: auto;
    height: 100%;
  }

  .f-content-image-tall {
    width: auto;
    max-width: none;
    height: auto;
  }

  .f-grid-two-column-2, .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves-12 {
    grid-template-columns: 1fr;
  }

  .f-banner-2.gocanadaannouncementbanner {
    margin-top: 17px;
  }

  ._1070landingpage--ctaimage {
    max-width: 100%;
  }

  .div-block-21 {
    text-align: center;
  }

  .hero-grid-section.wide-content {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .process-grid-item-2 {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .grid-halves-14 {
    grid-template-columns: 1fr;
  }

  .slider-mask {
    position: static;
  }

  .card-content-pd.card-service-slider {
    padding-top: 44px;
    padding-bottom: 63px;
  }

  .section-28 {
    padding-top: 153px;
    padding-bottom: 153px;
  }

  .f-header-image-wrapper-tall-3 {
    max-width: none;
    height: 360px;
  }

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

  .f-grid-four-column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .f-content-image-wrapper-large-2 {
    max-width: 100%;
  }

  .f-grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    line-height: .8;
  }

  .text-block-32 {
    font-size: 13px;
  }

  .text-span-27 {
    font-size: 25px;
  }

  .f-content-image-wrapper-large-3 {
    max-width: 100%;
  }

  .f-grid-two-column-5 {
    grid-template-columns: 1fr;
  }

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

  .text-span-28 {
    font-size: 38px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .square-image-section {
    grid-template-columns: 1fr;
  }

  .image-border-dark {
    border-width: 0;
  }

  .lightbox-gallery-2 {
    max-width: 497px;
  }

  .grid-halves-15 {
    grid-template-columns: 1fr;
  }

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

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

  .text-block-38 {
    max-width: none;
  }

  .image-41, .image-42, .image-43 {
    display: block;
  }

  .section-36.hero-section-2 {
    min-height: 800px;
  }

  .section-36.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.hero-section-2.slider-4 {
    justify-content: flex-start;
    height: 450px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.hero-section-2.slider-4.wirelessfootpedal {
    background-image: url('../images/artboard-4.png'), linear-gradient(#0000, #0000);
  }

  .section-36.hero-section-2.slider-2 {
    background-image: url('../images/hero-2025-catalog-mobile.jpg');
    background-size: cover;
  }

  .section-36.hero-section-2.slider-2.v2 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-36.hero-section-2.slider-350s {
    background-image: url('../images/artboard-1.png'), linear-gradient(#e5e8ef, #e5e8ef);
    background-size: contain, auto;
    justify-content: center;
    align-items: center;
    height: 450px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.hero-section-2.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: auto 150%, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.summer-sale-2025 {
    min-height: 800px;
  }

  .section-36.summer-sale-2025.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.summer-sale-2025.slider-4 {
    background-image: url('../images/penguin-slider-v2-mobile.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.summer-sale-2025.slider-2 {
    background-image: url('../images/hero-2025-catalog-mobile.jpg');
    background-size: cover;
  }

  .section-36.summer-sale-2025.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
    background-size: 1000px, auto;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.summer-sale-2025.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: auto 150%, auto;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-36.wfc {
    background-image: url('../images/artboard-4.png');
    background-position: 50% 100%;
    background-size: cover;
    height: 100%;
  }

  .text-block-40 {
    max-width: none;
  }

  .image-44 {
    display: block;
  }

  .button--primary-3 {
    justify-content: center;
    margin-bottom: 16px;
  }

  .button--secondary-3 {
    justify-content: center;
  }

  .section-37 {
    margin-bottom: 40px;
  }

  .vethero__textwrapper.bm32 {
    margin-bottom: 32px;
  }

  .cell-5 {
    justify-content: flex-end;
    align-items: center;
  }

  .grid-halves-16 {
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .grid-halves-17 {
    grid-template-columns: 1fr;
  }

  .large-heading-7 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.vethero.nobm.yellowbg.green {
    background-color: #517e5d;
    background-image: none;
    background-size: auto;
    height: auto;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.textcolor--blue {
    width: 100%;
  }

  .heading-jumbo-small {
    width: 100%;
    line-height: 52px;
  }

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

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cart-container {
    min-width: 360px;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-detail-main-details {
    width: 100%;
  }

  .product-details-wrap {
    width: 90%;
    margin-top: 0;
  }

  .product__imagewrapper {
    margin-bottom: 0;
  }

  .full-width-form {
    padding: 30px;
  }

  .productdetail__wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .maindetails__upper {
    margin-top: 0;
  }

  .productimages__wrapper {
    position: static;
  }

  .dropdown-grid-column {
    min-width: auto;
  }

  .navbar-group.hide-on-mobile-copy {
    display: none;
  }

  .navspacer {
    display: block;
  }

  .truststack__grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .truststack__card {
    padding: 32px 16px;
  }

  .hero__buttonwrapper {
    width: 100%;
  }

  ._3truststack__wrapper {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  ._3truststack__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3truststack__contentwrapper {
    margin-left: 81px;
    margin-right: 81px;
    padding-bottom: 40px;
  }

  .grid-halves-2 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-2.has-slider {
    flex-direction: column;
    display: flex;
  }

  .boxed {
    padding: 35px;
  }

  .featured__grid {
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    padding-top: 32px;
  }

  .featured__wrapper {
    height: auto;
  }

  .featured__upperwrapper, .featured__paragraph {
    margin-bottom: 40px;
  }

  .featured__imagewrapper {
    width: 50%;
    margin-top: 16px;
  }

  .container-large-2 {
    width: 100%;
  }

  .container-large-2.align-center {
    width: auto;
    max-width: none;
  }

  .adjacent-tabs-content {
    width: 100%;
  }

  .tab-nav {
    font-size: 24px;
    line-height: 34px;
  }

  .product__image {
    object-fit: contain;
  }

  .section-title-2 {
    margin-bottom: 35px;
  }

  .section-title-2.increased-margin {
    margin-bottom: 70px;
  }

  .section-2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .footer-bottom-row {
    flex-direction: column;
  }

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

  .hover-link {
    text-align: center;
    margin-right: 8px;
  }

  .footer-social {
    grid-column-gap: 14px;
    grid-row-gap: 28px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-small-links {
    margin-top: 14px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    margin-bottom: 56px;
  }

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

  .sm__heroparagraph {
    width: 100%;
  }

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

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

  .sm__resourcegrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sm-resources__imagewrapper.military, .sm__resourcesimage {
    position: static;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .image-pair {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .longform-text-grid-2 {
    grid-row-gap: 28px;
  }

  .aboutherotext__grid {
    grid-column-gap: 32px;
  }

  .abouttrust__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission__textwrapper {
    width: 100%;
  }

  .case-studies-grid-vertical {
    grid-row-gap: 84px;
  }

  .title-circle {
    display: none;
  }

  .repsbystate__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .awardsgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-title-2 {
    margin-bottom: 56px;
  }

  .contactbanner.maintenance {
    display: block;
  }

  .productaddtocart__wrapper {
    justify-content: center;
  }

  .productquantity__wrapper {
    align-items: center;
  }

  .bloggrid__wrapper {
    margin-bottom: 81px;
  }

  .price__wrapper {
    justify-content: flex-start;
  }

  .footerfullspan {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
  }

  .footerfullspan__left {
    justify-content: center;
  }

  .footer__header {
    text-align: center;
  }

  .collection-item-9 {
    width: 50%;
  }

  .academygrid__2col, .grid-halves-3 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-grid-item {
    grid-row-gap: 14px;
  }

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

  .tabs-menu-2 {
    width: 100%;
  }

  .menu-button-3 {
    padding: 0;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-8 {
    width: 65%;
  }

  .certrow__image {
    width: 35px;
  }

  .catbanner.penguinii {
    height: 100%;
  }

  .catbanner__grid {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .catbanner__imagewrapper {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .catbanner__textwrapper {
    margin-bottom: 32px;
    padding: 0 32px;
  }

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

  .catbanner__paragraph.textaligncenter {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-14 {
    border-bottom: 1px #252a3336;
    max-width: none;
    position: static;
    inset: 0%;
  }

  .collection-item-10 {
    width: 100%;
  }

  .collection-list-4 {
    display: block;
  }

  .bc__wrapper {
    margin-top: 8px;
  }

  .au__leftimagegrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .certheader, .cert__paragrapgh {
    display: inline-block;
  }

  .otherwarranty__card {
    width: 100%;
  }

  .bottomfooterlinks {
    text-align: center;
  }

  .grid-halves {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobilenav {
    height: 250vh;
    display: none;
  }

  .mnav__searchdropdown {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-image {
    display: block;
  }

  .fullvw-vhsection {
    margin-left: 0;
    margin-right: 0;
  }

  .image-17 {
    max-width: 75%;
  }

  .button-pair {
    align-items: center;
  }

  .penguinii__ctaimage {
    border-bottom: 1px #252a3336;
    max-width: none;
    position: static;
    inset: 0%;
  }

  .heading-6 {
    margin-top: 33px;
  }

  .slider-4 {
    margin-top: 84px;
  }

  .grid-halves-4 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-4.has-slider {
    flex-direction: column;
    display: flex;
  }

  .intcontact__titleservicecenter {
    font-size: 16px;
    line-height: 28px;
  }

  .medium-heading-5.pricing-title-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .grid-halves-5 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-5.border-white {
    border-width: 21px;
  }

  .section-6 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .grid-halves-6 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-15 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .grid-4-columns.instagram-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title-cell {
    padding-top: 28px;
  }

  .section-16 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .pricing-cell.first {
    text-align: center;
    padding-left: 28px;
  }

  .pricing-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-halves-8 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-title {
    margin-bottom: 28px;
  }

  .grid-halves-11 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-20 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-21.hero-section-2.slider-1 {
    background-position: 50%;
  }

  .section-21.hero-section-2.slider-2.summersale24 {
    min-height: auto;
  }

  .section-21.hero-section-2.slider-4-v3 {
    background-image: url('../images/homepage-slider-1-v2.png'), linear-gradient(#0000, #0000);
    background-position: 79% 100%, 0 0;
    background-size: auto 600px, auto;
  }

  .section-21.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 75%, 0 0;
    justify-content: flex-end;
  }

  .section-21.hero-section-2.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
    background-position: 100% 100%, 0 0;
    background-size: 1000px, auto;
  }

  .section-21.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
  }

  .fontweight--normal {
    font-size: 51px;
  }

  .homepage-slider__coloredwrapper.transparent {
    width: 100%;
  }

  .f-career-tab-button-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .f-career-tab-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

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

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-content-list-wrapper-small {
    flex-direction: column;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-modal-content-wrapper.doc {
    padding: 0 16px 32px;
  }

  .f-modal-image-tall {
    height: 320px;
  }

  .f-modal-newsletter {
    grid-template-columns: 1fr;
  }

  .f-modal-base.doc {
    padding-right: 0;
  }

  .f-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-halves-12 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-22 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .section-24 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .process-grid-item-2 {
    grid-row-gap: 14px;
  }

  .grid-halves-14 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-27 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .btn-square-primary {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    font-size: 26px;
  }

  .btn-square-primary.slider-arrow.left---center-center.outside-left {
    left: 20px;
  }

  .btn-square-primary.slider-arrow.right---center-center.outside-right {
    right: 0;
  }

  .card-content-pd.card-service-slider {
    padding: 38px 35px 53px;
  }

  .card-content-pd._63px {
    padding: 50px 35px;
  }

  .section-28 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .f-header-image-wrapper-tall-3 {
    height: 400px;
  }

  .f-section-large-8 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .heading-8 {
    line-height: .8;
  }

  .text-block-32 {
    font-size: 13px;
  }

  .text-span-27 {
    line-height: 1;
  }

  .f-section-large-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-25 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-32 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .grid-halves-15 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-33 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .position-absolute.bottom-right.image-and-card-bottom-right {
    max-width: 85%;
    margin-top: -256px;
    margin-left: auto;
    position: relative;
    right: -42px;
  }

  .text-block-38 {
    max-width: none;
  }

  .section-36.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
  }

  .section-36.hero-section-2.slider-4 {
    background-image: url('../images/artboard-4.png'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
    height: 600px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-36.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 75%, 0 0;
    justify-content: flex-end;
  }

  .section-36.hero-section-2.slider-4.wirelessfootpedal {
    background-image: url('../images/artboard-11.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .section-36.hero-section-2.slider-350s {
    background-image: url('../images/artboard-2.png'), linear-gradient(#e5e8ef, #e5e8ef);
    background-position: 50% 0, 0 0;
    background-size: contain, auto;
  }

  .section-36.summer-sale-2025.go-cart-hero {
    background-image: linear-gradient(#e6e8ef, #e6e8ef);
  }

  .section-36.summer-sale-2025.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16.jpg'), linear-gradient(#0000, #0000);
    background-position: 75%, 0 0;
    justify-content: flex-end;
  }

  .section-36.summer-sale-2025.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e5e8ef, #e5e8ef);
    background-position: 100% 100%, 0 0;
    background-size: 1000px, auto;
  }

  .section-36.summer-sale-2025.v2, .section-36.summer-sale-2025.v3, .section-36.summer-sale-2025.v4 {
    background-image: url('../images/600-x-600.png'), linear-gradient(#dcfafd, #dcfafd);
  }

  .section-36.wfc {
    justify-content: center;
    align-items: center;
  }

  .text-block-40 {
    max-width: none;
  }

  .section-37 {
    margin-left: 0;
    margin-right: 0;
  }

  .vetcopy__rightwrapper {
    align-self: flex-start;
  }

  .image-53 {
    display: block;
  }

  .grid-halves-16 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-38, .section-large {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .grid-halves-17 {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-grid-vertical {
    grid-row-gap: 21px;
  }

  .reviews-grid-halves {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .section-39 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.toppadding.cattemplate {
    padding-top: 16px;
  }

  .section._350s-mp {
    height: 900px;
    overflow: hidden;
  }

  .section.vethero.nobm.yellowbg.green {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-bigger.cc-bigger-light.darktext {
    width: 100%;
  }

  .button--primary {
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button--primary.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 45px;
    line-height: 1.2;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-items {
    height: 60px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .utility-page-wrap.maintenace {
    padding: 0;
  }

  ._404-wrap {
    justify-content: flex-start;
  }

  .product-detail-main-details {
    width: 100%;
    margin-bottom: 0;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .product__imagewrapper {
    margin-bottom: 8px;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .button--secondary {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button--secondary._100-alpha.buttoncolor--white.right-margin {
    margin-bottom: 8px;
  }

  .productdetail__wrapper {
    padding-top: 0;
    padding-right: 0;
  }

  .maindetails__upper {
    margin-top: 0;
  }

  .brand.adjacent-to-menu {
    width: 150px;
    padding-left: 0;
  }

  .nav-menu {
    flex: 0 auto;
  }

  .navbar-group.hide-on-mobile, .navbar-group.hide-on-mobile-copy {
    display: none;
  }

  .navbar-group.innavmenu {
    display: block;
  }

  .navbar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .navspacer {
    height: 84px;
    display: block;
  }

  .accountslink__wrapper--notloggedin.centeraligned {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accountslink__wrapper--notloggedin.centeraligned.leftaligned {
    justify-content: flex-start;
    padding-left: 8px;
  }

  .truststack__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero__buttonwrapper {
    width: 100%;
  }

  .smallcontainer497 {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-primary-1 {
    font-size: 20px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.subheading {
    margin-bottom: 14px;
  }

  .large-text.subheading.text-primary-1 {
    margin-bottom: 0;
  }

  .large-heading {
    font-size: 28px;
    line-height: 36px;
  }

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

  .stars.above-text {
    margin-bottom: 14px;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .boxed {
    padding: 28px;
  }

  .boxed.bg-white.review {
    margin-left: 8px;
    margin-right: 8px;
  }

  .boxed.reduced-padding {
    padding: 35px;
  }

  .heading {
    margin-left: 0;
  }

  .featured__upperwrapper {
    text-align: left;
    width: auto;
    margin-bottom: 32px;
  }

  .featured__imagewrapper {
    width: 75%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .adjacent-tabs-container {
    padding-top: 0;
  }

  .vertical-tabs-menu {
    position: static;
    top: 58px;
  }

  .tab-nav {
    padding: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .product__image {
    padding-left: 0;
  }

  .section-title-2, .section-title-2.reduced-margin {
    margin-bottom: 35px;
  }

  .section-title-2.increased-margin {
    margin-bottom: 56px;
  }

  .large-box {
    padding: 28px;
  }

  .section-2.large-box-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.bg-white.boxed-icon-section {
    margin-top: -84px;
    margin-bottom: 28px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .footer-bottom-row {
    text-align: center;
  }

  .footer-social {
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-bottom: 14px;
  }

  .footer-logo.w--current {
    flex: none;
    margin-bottom: 16px;
  }

  .productinfo__wrapper {
    padding-top: 0;
  }

  .cta__textwrapper {
    width: auto;
    margin-bottom: 108px;
  }

  .smabout__paragraph {
    width: 100%;
  }

  .smabout__imagegrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .simular-products-__-placeholder, .frequently-bought-with-__-placeholder {
    margin-bottom: 40px;
  }

  .avatar-content {
    text-align: center;
    flex-direction: column;
  }

  .adjacent-to-avatar {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
    margin-left: 0;
    display: flex;
  }

  .medium-heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .image-pair {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .large-heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .aboutherotext__grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .abouttrust__grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-background-right-container {
    align-items: center;
  }

  .video-logo {
    display: none;
  }

  .display-heading-2 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 38px;
  }

  .display-heading-2.no-bottom-margin {
    margin-bottom: 0;
  }

  .case-studies-grid-vertical {
    grid-row-gap: 56px;
  }

  .case-study-title {
    flex: 1;
    width: 80%;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    position: static;
  }

  .text-grid-thirds {
    grid-row-gap: 35px;
  }

  .reps__header {
    text-align: center;
  }

  .repsbystate__grid {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    justify-items: center;
  }

  .repsbystate__textblock, .repsbystate__textblock--heavy {
    text-align: center;
  }

  .large-heading-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .review-slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .large-heading-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .cart-button {
    padding-right: 0;
  }

  .accountslink__wrapper--loggedin.centeraligned {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accountslink__wrapper--loggedin.centeraligned.leftaligned {
    justify-content: flex-start;
    padding-left: 8px;
  }

  .contactbanner.maintenance {
    display: block;
  }

  .contactbanner__number.email {
    font-size: 100%;
  }

  .blog-image-container {
    margin-right: 0;
  }

  .blog-post-grid {
    flex-direction: column;
  }

  .productaddtocart__wrapper {
    align-items: center;
  }

  .productbutton__wrapper {
    width: 100%;
  }

  .bloggrid__wrapper {
    height: 400px;
    margin-bottom: 43px;
    margin-left: 0;
    margin-right: 0;
  }

  .bloggrid__imagewrapper {
    margin-bottom: 0;
  }

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

  .price__wrapper {
    justify-content: flex-start;
  }

  .footerfullspan {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .footerfullspan__left {
    flex-direction: column;
  }

  .footerfullspan__right {
    width: 100%;
    display: block;
  }

  .footer__textblock {
    margin-bottom: 15px;
  }

  .collection-item-9 {
    width: 100%;
    margin-bottom: 69px;
  }

  .accountwrapper {
    margin-top: 40px;
  }

  .outreachcollectionitem {
    width: 100%;
  }

  .medium-heading-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .lightbox-gallery {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .vertical-text-grid-2, .process-grid-vertical {
    grid-row-gap: 35px;
  }

  .dark-border.divider {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .certimage.buywithconfidence {
    width: 64px;
    height: 64px;
  }

  .mobilenav__dropdown, .mobilenav__dropdown.w--open {
    padding-left: 16px;
  }

  .dropdown-4 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-4.leftalign {
    align-items: flex-start;
  }

  .nav-link-3.inline {
    font-weight: 400;
  }

  .div-block-7 {
    display: none;
  }

  .navdropdownlink-2 {
    text-align: center;
    background-color: #e6e6e6;
    padding-left: 20px;
  }

  .navdropdownlink-2.nest2 {
    text-align: left;
    background-color: #fff;
  }

  .dropdown-list-5 {
    position: static;
  }

  .tabs-menu-2 {
    box-shadow: -28px 28px 40px #0000000d;
  }

  .productdropdwonnav.w--open {
    border-style: none;
    width: 100%;
    position: static;
  }

  .nav-menu-2 {
    flex: 0 auto;
    position: absolute;
  }

  .text-block-8 {
    justify-content: flex-start;
    font-weight: 400;
    display: flex;
  }

  .text-block-8.single {
    padding: 20px 8px;
  }

  .text-block-8.single.leftalign {
    justify-content: flex-start;
    margin-right: 0;
  }

  .hiddenondesktop {
    display: block;
  }

  .dropdown-toggle-4 {
    position: static;
  }

  .dropdown-toggle-4.w--open {
    padding-right: 20px;
  }

  .dropdown-toggle-4.sub {
    background-color: #fff;
  }

  .cnav__navlink-3 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .icon-3 {
    width: 20px;
    height: 20px;
  }

  .dropdown-5 {
    position: static;
  }

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

  .mobilenavlink-2 {
    color: #252a33;
    padding: 20px 0;
    font-size: 16px;
    display: block;
  }

  .dropdown-toggle-5 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .navdropdown__textblock-2 {
    text-align: center;
    font-weight: 400;
  }

  .dropdown-link-3 {
    text-align: left;
    background-color: #fff;
  }

  .cart-quantity-3 {
    width: 15px;
    height: 15px;
  }

  .button--primary-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cta__grid-2 {
    z-index: 10;
    margin-top: 0;
    padding-top: 32px;
    position: relative;
  }

  .div-block-8 {
    z-index: 2;
    width: 100%;
    inset: auto 0% 0%;
  }

  .bluerectangle {
    width: 50%;
  }

  .html-embed-3 {
    padding-bottom: 32px;
  }

  .image-13 {
    width: auto;
    height: auto;
  }

  .certrow__image {
    width: 40px;
  }

  .fullstorywrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .catbanner.e6e8ef {
    height: auto;
  }

  .catbanner__imagewrapper {
    height: 100%;
  }

  .catbanner__textwrapper {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-14 {
    max-width: none;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .certheader {
    font-size: 28px;
    line-height: 36px;
  }

  .warrantybanner__imagewrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .warrantybanner__image {
    width: 40px;
    margin: 0 8px 0 0;
  }

  .warrantybanner__header {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1;
  }

  .bottomfooterlinks {
    flex-direction: column;
    display: flex;
  }

  .grid-halves {
    grid-row-gap: 34px;
  }

  .large-heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .mnaviconwrapper {
    background-color: var(--lightblue);
    width: 75%;
  }

  .mnavclosearea {
    flex: none;
    overflow: hidden;
  }

  .mnav__title--main {
    color: #000;
    font-size: 16px;
  }

  .mnav {
    background-color: var(--lightblue);
  }

  .mnav__dropdown {
    border-bottom-color: #00000030;
  }

  .mnav__ddlink.w--open, .mnav__toggle {
    background-color: var(--lightblue);
  }

  .mobilenav {
    height: 100vh;
    display: none;
    overflow: auto;
  }

  .mnav__link {
    background-color: var(--lightblue);
    color: #000;
    padding-right: 10px;
  }

  .mnav__smalllink {
    background-color: var(--lightblue);
    color: #000;
  }

  .mnavlabel--small {
    color: #000;
  }

  .menuiconwrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .searchicon {
    display: flex;
  }

  .mnav__searchtoggle {
    z-index: 200;
  }

  .mnavlink--long {
    background-color: var(--lightblue);
    color: #000;
    text-transform: uppercase;
    padding: 10px 10px 10px 40px;
  }

  .card-grid-thirds {
    grid-row-gap: 21px;
  }

  .fullvw-vhsection {
    padding-left: 0;
    padding-right: 0;
  }

  .fullvw-vhsection.aeu-1070-bg-image {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .button-pair {
    flex-direction: column;
  }

  .penguinii__ctaimage {
    width: 80%;
    max-width: none;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .slider-4 {
    margin-top: 0;
  }

  .contactformwrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .herobuttonwrapper--button-link {
    width: 100%;
  }

  .herobuttonwrapper--button-link.fb--vert-left-align {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-22 {
    padding-top: 8px;
    padding-bottom: 8px;
    inset: auto -4% -13% auto;
  }

  .text-block-22.rightside {
    border-radius: 10px;
    bottom: -4%;
    right: -8%;
  }

  .image-20 {
    float: none;
    clear: none;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
    overflow: hidden;
    transform: scale(1.5);
  }

  .icon-4 {
    color: #000;
  }

  .large-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text-2.subheading {
    margin-bottom: 14px;
  }

  .large-heading-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .video-pill.centered {
    border-radius: 0;
    padding: 12px 25px;
  }

  .video-pill.centered:hover {
    border-radius: 0%;
    padding: 8px 8px 9px;
  }

  .video-pill.centered.block {
    background-color: #ebebeb;
    border-radius: 0%;
    padding: 8px;
    display: block;
  }

  .video-pill.centered.block:hover {
    background-color: #000;
  }

  .video-pill.leftalign {
    padding: 12px 25px;
  }

  .video-pill.centered {
    background-color: #fff;
    border-radius: 100%;
    padding: 0;
  }

  .video-pill-text {
    margin-left: auto;
    display: block;
  }

  .medium-heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .button1.large {
    padding: 14px 28px;
    font-size: 18px;
    line-height: 28px;
  }

  .grid-halves-5.cta-grid {
    grid-row-gap: 28px;
  }

  .section-5.border-white {
    border-width: 14px;
  }

  .display-heading-3 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 38px;
  }

  .display-heading-3.price-number {
    font-size: 54px;
    line-height: 54px;
  }

  .review-score {
    flex-direction: column;
    margin-top: 0;
  }

  .large-text-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text-3.review-byline-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  .large-text-3.subheading {
    margin-bottom: 14px;
  }

  .large-text-3.review-byline-text {
    text-align: center;
  }

  .vertical-text-grid {
    grid-row-gap: 35px;
  }

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

  .grid-4-columns.instagram-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .title-cell {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .pricing-cell {
    padding: 14px;
    font-size: 14px;
  }

  .pricing-row.header {
    top: 70px;
  }

  .pricing-row.hiddenonmobile {
    display: none;
  }

  .price-container {
    text-align: center;
    flex-direction: column;
  }

  .price-terms {
    margin-left: 0;
  }

  .pricing-plan {
    padding: 28px;
  }

  ._1070cta__paragraph {
    font-size: 16px;
  }

  .home-hero-slider {
    max-height: 600px;
  }

  .section-21.hero-section-2 {
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-21.hero-section-2.slider-1 {
    background-position: 66%;
    align-items: center;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-2 {
    background-image: url('../images/2024-aseptico-catalog-mockup-1-mobile.jpg');
    background-position: 57%;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-2.summersale24 {
    object-fit: fill;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
    min-height: auto;
  }

  .section-21.hero-section-2.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(to bottom, null, null);
    background-size: auto 125%, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-4-v3 {
    background-image: url('../images/homepage-slider-1-v2.png'), linear-gradient(#0000, #0000);
    background-position: 78% 100%, 0 0;
    background-size: auto 450px, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-4 {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16-square.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .section-21.hero-section-2.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
    background-position: 88% 100%, 0 0;
    background-size: 800px, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-21.hero-section-2.slider-350s._350s._2 {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#0000, #0000);
    background-position: 78% 100%, 0 0;
    background-size: auto 77%, auto;
  }

  .section-21.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#0000, #0000);
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .new-label-line.color--white {
    background-color: var(--white);
    color: #fff;
    background-color: #fff;
  }

  .hero-label-wrap {
    max-width: 370px;
    margin-bottom: 8px;
  }

  .fontweight--normal {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .fontweight--normal.fontcolor--white {
    color: #fff;
  }

  .homepage-slider__coloredwrapper {
    padding: 17px;
  }

  .homepage-slider__coloredwrapper.transparent {
    background-color: #e6e8ef00;
  }

  .f-career-button-primary-2 {
    margin-top: 14px;
  }

  .f-career-button-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .f-paragraph-large-2 {
    font-size: 14px;
  }

  .f-career-badge-small-2 {
    background-color: var(--flowui-component-library-grey-300);
    border-radius: 7px;
    margin-top: 14px;
  }

  .f-h5-heading-2 {
    max-width: none;
    font-size: 21px;
  }

  .f-career-top-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-card-2 {
    padding: 32px 24px;
  }

  .f-career-tab-button-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .f-career-tab-button-2.w--current {
    background-color: var(--dodger-blue);
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .f-paragraph-large-4._350s--whitecolor {
    width: 100%;
    line-height: 21px;
  }

  .f-icon-regular-4 {
    color: #fff;
  }

  .f-modal-close {
    background-image: linear-gradient(#000, #000);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
  }

  .f-modal-content-wrapper.doc {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .f-modal-image-tall {
    height: 280px;
  }

  .f-modal-newsletter {
    grid-template-columns: 1fr;
  }

  .f-modal-base {
    margin: 4px;
  }

  .f-modal-base.doc {
    padding-right: 0;
  }

  .f-cta-form-wrapper-2 {
    flex-direction: column;
  }

  .f-cta-form-block-2 {
    width: 100%;
  }

  .f-header-wrapper-left-2 {
    padding: 37px 16px;
  }

  .f-pricing-card-outline {
    padding: 32px;
  }

  .grid-halves-12 {
    grid-template-areas: "."
                         "Area";
  }

  .play-icon-2.small {
    border: 1px solid #fff;
  }

  .play-icon-2.small:hover {
    opacity: 1;
  }

  .video-pill-text-3 {
    margin-left: 21px;
    display: none;
  }

  .f-banner-2.gocanadaannouncementbanner {
    margin-top: 0;
  }

  .f-banner-flex-row {
    grid-row-gap: 0px;
    text-align: left;
  }

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

  .doc__heroimagewrapper {
    object-fit: contain;
    object-position: 50% 0%;
  }

  .hero-image-container {
    flex-direction: column;
  }

  .btn-square-primary {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    font-size: 24px;
  }

  .btn-square-primary.slider-arrow.left---center-center {
    left: 31%;
  }

  .btn-square-primary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-square-primary.slider-arrow.right---center-center.outside-right {
    right: 20px;
  }

  .slider-mask.width-390px.max-width-100-mbp {
    max-width: 100%;
  }

  .flex-vertical {
    height: 600px;
  }

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

  .card-content-pd.card-service-slider {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .card-content-pd._63px {
    padding: 35px 25px 42px;
  }

  .section-28 {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .f-grid-four-column-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-8 {
    margin-top: -14px;
    line-height: .5;
  }

  .text-block-32 {
    font-weight: 700;
    line-height: 1;
  }

  .text-span-27 {
    font-size: 16px;
    display: none;
  }

  ._350s__imagewrapper {
    width: 160%;
  }

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

  .text-span-28 {
    font-size: 36px;
    line-height: 1;
  }

  .cell-2 {
    transform: scale3d(1none, 1none, 1none);
    align-items: center;
  }

  .f-grid-three-column {
    grid-row-gap: 9px;
    grid-auto-columns: 1fr;
  }

  .video-pill-2.centered {
    padding: 0;
  }

  .image-border-dark {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 73% 50%;
  }

  .section-32 {
    padding-top: 0;
  }

  .section-32.nobottommargin {
    padding-bottom: 0;
  }

  .lightbox-gallery-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .background-video {
    width: 100%;
    height: auto;
  }

  .position-absolute.bottom-right.image-and-card-bottom-right {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
    top: -34px;
    right: 0;
  }

  .mask {
    background-color: #fff;
    height: 100%;
  }

  .image-42 {
    width: 100%;
  }

  .section-36.hero-section-2 {
    background-image: url('../images/artboard-2.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-36.hero-section-2.go-cart-hero {
    background-image: linear-gradient(#0000, #0000);
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.hero-section-2.slider-4 {
    background-image: url('../images/artboard-2.png'), linear-gradient(#0000, #0000);
    background-size: cover, auto;
    justify-content: flex-start;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-36.hero-section-2.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16-square.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .section-36.hero-section-2.slider-4.wirelessfootpedal {
    background-image: url('../images/artboard-4.png'), linear-gradient(#0000, #0000);
  }

  .section-36.hero-section-2.slider-2 {
    background-image: url('../images/hero-2025-catalog-mobile.jpg');
    background-position: 57%;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.hero-section-2.slider-2.v2 {
    background-image: url('../images/dsc026456342.jpg');
    background-position: 0%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .section-36.hero-section-2.slider-350s {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.hero-section-2.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(to bottom, null, null);
    background-size: auto 125%, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.summer-sale-2025 {
    background-image: url('../images/2025-summer-sale-website-mobile.jpg'), linear-gradient(#dcfafd, #dcfafd);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    min-height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-36.summer-sale-2025.go-cart-hero {
    background-image: linear-gradient(#0000, #0000);
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.summer-sale-2025.slider-4 {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.summer-sale-2025.slider-4.atc-16 {
    background-image: url('../images/heroslider-atc-16-square.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
  }

  .section-36.summer-sale-2025.slider-2 {
    background-image: url('../images/hero-2025-catalog-mobile.jpg');
    background-position: 57%;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.summer-sale-2025.slider-350s {
    background-image: url('../images/dsc00041-edit-edit-edit-edit.jpg'), linear-gradient(#e6e8ef, #e6e8ef);
    background-position: 88% 100%, 0 0;
    background-size: 800px, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.summer-sale-2025.slider-3 {
    background-image: url('../images/aeu-1000-newimplantsystem-01-heroimage-2-v2.png'), linear-gradient(to bottom, null, null);
    background-size: auto 125%, auto;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.wfc {
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-label-wrap-2 {
    max-width: 370px;
    margin-bottom: 8px;
  }

  .label__fontcolor--white-2 {
    color: #fff;
  }

  .button--primary-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button--secondary-3 {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-37 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-13 {
    line-height: 1.1;
  }

  .text-block-45 {
    padding-top: 8px;
  }

  .review-score-2 {
    flex-direction: column;
    margin-top: 21px;
  }

  .review-score-2.bottom-right {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .main-container-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .form-input-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .review-score-text {
    margin-top: 7px;
    margin-left: 0;
  }

  .large-heading-7 {
    font-size: 28px;
    line-height: 36px;
  }

  .review-score-3 {
    flex-direction: column;
    margin-top: 21px;
  }

  .dark-border-2.divider {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

#w-node-c18616aa-2954-55c0-d58d-074501d8bb2e-1fb27ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c18616aa-2954-55c0-d58d-074501d8bb30-1fb27ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c18616aa-2954-55c0-d58d-074501d8bb3b-1fb27ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c18616aa-2954-55c0-d58d-074501d8bb3d-1fb27ca1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1294417e-c94c-691e-da23-c16b23f1cd45-1fb27ca1 {
  justify-self: start;
}

#w-node-_9a681cff-ad1d-4c8d-1c2d-e3478f4375c4-b06b707d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_04a60901-6960-2cb0-00c8-33a202c503fc-b06b707d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-efb011f7-8164-733a-53cf-138762ae75a4-b06b707d, #w-node-efb011f7-8164-733a-53cf-138762ae7610-b06b707d, #w-node-efb011f7-8164-733a-53cf-138762ae7625-b06b707d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d8016c02-99d3-1db4-fc1e-154cf54303cf-b06b707d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_24b09f17-75ea-2273-53c4-3cd986c6f7c8-82b27ca7, #w-node-_24b09f17-75ea-2273-53c4-3cd986c6f7c9-82b27ca7 {
  place-self: stretch stretch;
}

#w-node-_1ac8c84c-3880-27be-6738-5558fc4b7533-82b27ca7 {
  align-self: start;
}

#w-node-c9f52110-b94f-010e-4d18-10c2388f188b-82b27ca7, #w-node-_31eeaca6-826d-1eb6-dec0-3cddf8c8bb16-82b27ca7, #w-node-_6649ba41-875f-5196-c726-dad62e0bb2ea-82b27ca7, #w-node-_489b9160-e3e8-7761-0773-7f7779251e7f-82b27ca7 {
  justify-self: center;
}

#w-node-f4eacdfa-e535-0e0e-d828-c77628684488-82b27ca7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4eacdfa-e535-0e0e-d828-c77628684489-82b27ca7, #w-node-_8cf7de43-d5d6-e3f2-329f-458c26ed02f7-82b27ca7, #w-node-_8cf7de43-d5d6-e3f2-329f-458c26ed02f8-82b27ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61e3f153-0ba0-cc78-72ee-9d0e8b85d787-82b27ca7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61e3f153-0ba0-cc78-72ee-9d0e8b85d788-82b27ca7, #w-node-_12552582-8398-f4f0-7207-71ccc562a4e7-82b27ca7, #w-node-_12552582-8398-f4f0-7207-71ccc562a4e8-82b27ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c93c146-4a51-751b-d0d5-873a0ade73b4-82b27ca7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c93c146-4a51-751b-d0d5-873a0ade73b5-82b27ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddcf50ec-f827-0461-c3e6-bb495a8957f0-82b27ca7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddcf50ec-f827-0461-c3e6-bb495a8957f1-82b27ca7, #w-node-_79c48b6b-fe2d-9ce9-81ee-c1b376f34522-82b27ca7, #w-node-_79c48b6b-fe2d-9ce9-81ee-c1b376f34523-82b27ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8c8196-680b-6944-0427-6862714c5d3a-82b27ca7 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8c8196-680b-6944-0427-6862714c5d3b-82b27ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1eb425-951d-b8e6-00a9-4f32cb178dca-82b27ca7, #w-node-_4e1eb425-951d-b8e6-00a9-4f32cb178dcf-82b27ca7, #w-node-_4e1eb425-951d-b8e6-00a9-4f32cb178dd4-82b27ca7, #w-node-_07403a39-0f38-6c64-3e60-07e25711136a-d2b27cb1, #w-node-_876290d3-4269-9153-af1e-ab887ce7b590-d2b27cb1, #w-node-_354f6f6f-9b5b-caca-fdc8-f5ebc075aba2-d2b27cb1, #w-node-_7c6f726f-cfda-942b-bddd-4c11dbc093df-d2b27cb1, #w-node-bcab0c49-4fc3-e59d-e0a0-4bd2b0bd8994-d2b27cb1, #w-node-_771dacb7-aa2e-7a1e-37ac-d378ec4d20b7-d2b27cb1, #w-node-a9b0f09f-887a-450a-4f39-48772869928b-d2b27cb1, #w-node-_82bc5a1f-599d-0595-d904-437ae9ab1e6a-d2b27cb1, #w-node-_145869ea-9307-9137-3902-504a92554639-d2b27cb1, #w-node-_172b6006-e3ea-5d3a-a887-62675b4892c5-d2b27cb1, #w-node-c98f6a6c-a6ce-2934-5491-b99ab8cb8cd0-d2b27cb1 {
  justify-self: center;
}

#w-node-_0fdada50-bf86-664a-eedc-51d51de176eb-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de176dd-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de176f7-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de17706-77b27cb2 {
  align-self: center;
}

#w-node-d4ab6716-24c1-5276-2f37-9d94cc6d05e3-bbb27cb3, #w-node-_8cfc233d-3e33-4057-8658-3465f06862e6-bbb27cb3 {
  justify-self: start;
}

#w-node-_8cfc233d-3e33-4057-8658-3465f06862f6-bbb27cb3 {
  order: -9999;
}

#w-node-a87c6a1d-ff34-2cfd-ce9f-5171758012ed-bbb27cb3 {
  justify-self: start;
}

#w-node-a87c6a1d-ff34-2cfd-ce9f-517175801300-bbb27cb3 {
  order: -9999;
}

#w-node-_05ad3117-c276-972e-3603-f272086f1786-e8b27cb6, #w-node-c47ed2b3-1288-e31e-bd0e-3daf889af837-e8b27cb6, #w-node-_4b70bda2-b5c5-d815-f379-507b200bffd9-e8b27cb6, #w-node-aae9678c-c183-7fd5-99d3-e381c581e620-e8b27cb6, #w-node-a2c42796-7a34-df6d-b9d6-d7efe8a3ba59-e8b27cb6, #w-node-b35b41f2-65e2-154d-6b73-3ef12315701a-e8b27cb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_6eca967b-c5c4-535a-42d9-66d23eaeeac1-bab27cb9 {
  justify-self: stretch;
}

#w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a18605-bab27cb9, #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd4a-bab27cb9, #w-node-b5f5508a-c254-0c8c-5e18-66c7b417869f-bab27cb9, #w-node-_6af70e96-8adc-a931-5f1d-59a963f11117-bab27cb9, #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa449-bab27cb9, #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e6d-bab27cb9, #w-node-_54cd6755-b69c-f66c-608e-56801c33ce86-bab27cb9, #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed1829-bab27cb9, #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949ef-bab27cb9, #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf0a-bab27cb9, #w-node-c7a31314-b051-9792-e994-dda75bc134ed-bab27cb9, #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5a7-bab27cb9, #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c57-bab27cb9, #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734b9-bab27cb9, #w-node-_801982a0-32d6-156a-5b83-215bfc36199f-bab27cb9, #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcd5-bab27cb9, #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e29f-bab27cb9, #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e27e-bab27cb9, #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a2fd-bab27cb9, #w-node-_31c2a750-34e8-d8bb-4670-077484ed99c5-bab27cb9, #w-node-_910ea0f7-1d59-8a64-5f72-062b4f7341a2-bab27cb9, #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c241-bab27cb9, #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e956-bab27cb9, #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e29157-bab27cb9, #w-node-b1040a1f-fc3c-775e-0000-a76338a39466-bab27cb9, #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f361-bab27cb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64cc03cb-5260-63a5-293e-fb7bd014e063-48b27cbe {
  justify-self: start;
}

#w-node-_58d82162-b395-bafc-9315-7be02d8762a0-89b27cc2 {
  place-self: center stretch;
}

#w-node-_7d20a06b-4935-8bcb-7811-8bccccb323d5-89b27cc2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44fb46fb-8fa6-4f6d-fafa-61a692d55f69-e4b27cc3, #w-node-_44fb46fb-8fa6-4f6d-fafa-61a692d55f75-e4b27cc3 {
  align-self: start;
}

#w-node-f3477625-e3fc-f173-ea55-4b89bbf0f8f1-e4b27cc3, #w-node-_626ad91b-13de-1416-96e3-1ea6f6e52fe5-e4b27cc3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b13ada9-c7bf-9136-4768-f88545d6843e-e4b27cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-a0a07f95-b1db-6ed0-b778-e52dd9c9e963-e4b27cc3, #w-node-f1c961a4-228f-1fa7-77f4-deca106db2e3-e4b27cc3, #w-node-f2a145be-478f-c158-b403-cbd8ddb109fe-e4b27cc3 {
  justify-self: center;
}

#w-node-_06f51599-c031-3254-6f38-681a75565de2-e4b27cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_06f51599-c031-3254-6f38-681a75565de7-e4b27cc3, #w-node-_06f51599-c031-3254-6f38-681a75565dec-e4b27cc3, #w-node-_06f51599-c031-3254-6f38-681a75565df4-e4b27cc3 {
  justify-self: center;
}

#w-node-_72d24e46-fd2c-2f2e-d635-5cc0f0bb5ab3-57b27cc5 {
  justify-self: start;
}

#w-node-_980eba9b-3ba6-bfc3-1cec-f70819a15b2a-3db27cc9 {
  grid-area: Area;
}

#w-node-b71c01e4-99cd-0b4b-a2f6-6a6d4b1adbbf-3db27cc9 {
  grid-area: Area-2;
}

#w-node-b83794e8-cb0b-a349-e546-cb99f4209820-3db27cc9 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_112ff6d3-69be-8841-d42b-65e7b58dfcd1-3db27cc9 {
  grid-area: 1 / 2 / 8 / 7;
}

#w-node-_62fb2c73-faba-cf11-a602-900650ed1e15-3db27cc9 {
  grid-area: 7 / 1 / 9 / 5;
}

#w-node-_9c529ee1-8265-d966-7102-16274ee37c43-3db27cc9, #w-node-_9c529ee1-8265-d966-7102-16274ee37c4a-3db27cc9, #w-node-_9c529ee1-8265-d966-7102-16274ee37c51-3db27cc9 {
  justify-self: center;
}

#w-node-aafc89f6-fe94-977a-5448-dbc8c38aacb0-3db27cc9 {
  grid-area: Area;
  align-self: center;
}

#w-node-aafc89f6-fe94-977a-5448-dbc8c38aacbc-3db27cc9 {
  place-self: center;
}

#w-node-d5946785-f2ab-1803-c8c8-d129c04b38a8-3db27cc9 {
  justify-self: center;
}

#w-node-c6902424-e853-c6fb-2d54-5b5369f36d45-3db27cc9 {
  align-self: center;
}

#w-node-b9d47c00-fa5e-1833-f1c7-e8fc6aefab90-3db27cc9, #w-node-b9d47c00-fa5e-1833-f1c7-e8fc6aefab95-3db27cc9, #w-node-b9d47c00-fa5e-1833-f1c7-e8fc6aefab9a-3db27cc9 {
  justify-self: center;
}

#w-node-_567e1168-b55a-8792-a092-a323aa60c3ba-52b27ccb {
  justify-self: stretch;
}

#w-node-_36144bfd-7543-bf0d-138e-08d4e3325dd5-14b27cd0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-b9b3b4b4-c70b-3053-ca5d-b8e475a71498-14b27cd0 {
  grid-area: Area-2;
}

#w-node-b71c01e4-99cd-0b4b-a2f6-6a6d4b1adbbf-14b27cd0 {
  grid-area: Area-3;
}

#w-node-b83794e8-cb0b-a349-e546-cb99f4209820-14b27cd0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_112ff6d3-69be-8841-d42b-65e7b58dfcd1-14b27cd0 {
  grid-area: 1 / 2 / 6 / 7;
}

#w-node-_62fb2c73-faba-cf11-a602-900650ed1e15-14b27cd0 {
  grid-area: 5 / 1 / 9 / 5;
}

#w-node-abc94af6-c184-bc1b-ffb1-7685bb07c253-14b27cd0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5def814e-d7d7-183c-18b5-7b75545f3d5f-14b27cd0, #w-node-_5def814e-d7d7-183c-18b5-7b75545f3d66-14b27cd0, #w-node-_5def814e-d7d7-183c-18b5-7b75545f3d6d-14b27cd0 {
  justify-self: center;
}

#w-node-_70fdad3b-e59e-58f0-8465-f562cc5688e8-14b27cd0 {
  grid-area: Area;
  align-self: center;
}

#w-node-_70fdad3b-e59e-58f0-8465-f562cc5688fa-14b27cd0 {
  place-self: center;
}

#w-node-d5946785-f2ab-1803-c8c8-d129c04b38a8-14b27cd0 {
  justify-self: center;
}

#w-node-c6902424-e853-c6fb-2d54-5b5369f36d45-14b27cd0 {
  align-self: center;
}

#w-node-_75ed153b-644e-6b4d-7207-8c60f7578a0c-17b27d0a {
  place-self: center;
}

#w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ff6-01b27d16 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ff7-01b27d16, #w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ff8-01b27d16, #w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ff9-01b27d16, #w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ffa-01b27d16 {
  justify-self: center;
}

#w-node-ff79ad56-1dcf-afb1-f490-174fe8be0ffb-01b27d16 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a20556a9-0531-e767-3cf6-a3e55c0e3cee-84b27d43, #w-node-_03953dde-cf8b-3f34-90eb-405303980cf5-84b27d43, #w-node-e398e32e-639a-b6ee-0167-459eb1e21ce1-84b27d43 {
  justify-self: center;
}

#w-node-edabac3a-2306-fc95-e471-9d464b77c52d-25b27d49 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_00566597-d70f-3267-a41c-a2deafabef04-6cb27d4f, #w-node-c0cd7416-4214-50a7-9333-27a83201ac08-6cb27d4f {
  justify-self: stretch;
}

#w-node-a0c54cc3-195c-eb9c-c2fe-ec4eddb8b893-a0b27d51, #w-node-a0c54cc3-195c-eb9c-c2fe-ec4eddb8b894-a0b27d51 {
  place-self: stretch stretch;
}

#w-node-_00705d37-f0b9-67ca-195c-e4eb98d80747-a0b27d51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c7962e1-649f-4a27-0b7d-2b0a439b506d-a0b27d51, #w-node-f87430b9-e27e-a988-c409-94df8b005c57-a0b27d51 {
  justify-self: start;
}

#w-node-_6e4b15aa-39d5-ba67-b573-81794208b2d7-b4b27d81 {
  justify-self: stretch;
}

#w-node-_3a2ddc5b-bbd2-6622-e352-52d7b0e1a6fb-bfa2dd87, #w-node-d801fbc8-d5fc-52e1-3619-0c0ba471e7a0-bfa2dd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74eb2a93-52d5-ceb7-4fc6-02729f23ad01-bfa2dd87 {
  grid-area: Area;
  place-self: end center;
}

#w-node-_74eb2a93-52d5-ceb7-4fc6-02729f23ad03-bfa2dd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6d86b03c-e754-aee3-aae0-2008f99c16b7-a4192428 {
  align-self: end;
}

#w-node-fdd79730-b526-5832-19eb-54067c1451b7-a4192428 {
  order: -9999;
}

#w-node-f3102665-d3f3-36fb-b215-8cb89e2cbc97-a4192428 {
  order: 9999;
}

#w-node-a285fc11-1883-770d-2048-8b81b5d58c0a-a4192428, #w-node-a285fc11-1883-770d-2048-8b81b5d58c32-a4192428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7bb229c6-15a1-97ca-9c8e-82431ddc67c9-a4192428, #w-node-b2a341b1-0241-39d1-1218-5c6673f3cbc9-a4192428, #w-node-a16d591f-d7d5-b2c7-e2a7-9259225b32bf-a4192428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ee6e97f-f6e6-0b9e-b781-836e1063eb1d-a4192428 {
  align-self: stretch;
}

#w-node-dcb39fc0-d808-e485-0f01-f087619a7aa4-a4192428 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f64f1224-1ba2-bd6c-189c-32fd0281466f-a4192428 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f64f1224-1ba2-bd6c-189c-32fd02814672-a4192428 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_05a6a43a-97c1-d512-4ffb-30ea412115c8-a4192428, #w-node-_53a47264-1e90-f9e8-d152-f68143d1723a-40d7e84e {
  justify-self: end;
}

#w-node-_592bdeb5-e928-e277-a1ab-460491f68f36-40d7e84e {
  justify-self: start;
}

#w-node-_24e6b826-c3d1-e1ae-2ac7-065d68f23d56-40d7e84e {
  justify-self: end;
}

#w-node-_84e9c669-3e53-4c11-dc30-6237ad3862c6-40d7e84e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95b79337-d7a9-ec5a-d9f1-0a5189e328c7-40d7e84e {
  align-self: stretch;
}

#w-node-_8a5bb32d-ad67-d40c-3b2f-086e16e45ddd-40d7e84e, #w-node-_9f9cf10d-a31d-e95a-14bd-954397d7b651-40d7e84e {
  justify-self: end;
}

#w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7848eb-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7848ed-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7848ef-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7848f1-9abe4e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cbdf3fa-c18e-2ab4-cb68-baf0ca3bb087-9abe4e21, #w-node-ff410b8d-5165-5e26-ad64-358ba7c91534-9abe4e21 {
  order: 9999;
  justify-self: end;
}

#w-node-_3580e298-094c-2e2a-488b-950f575f4f03-9abe4e21, #w-node-b2eb3a0c-f426-8273-2306-fc37cfce07d6-9abe4e21, #w-node-bd3aa842-91ff-a60c-0648-662f5728bbab-9abe4e21, #w-node-_60b59de3-2529-991d-713a-6a0c0f667570-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f78497d-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f784995-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7849a7-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7849b9-9abe4e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7849f8-9abe4e21, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f784a05-9abe4e21 {
  justify-self: end;
}

#w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc5c-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc5e-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc60-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc62-0ad9a860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc75-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bca9-0ad9a860 {
  order: 9999;
  justify-self: end;
}

#w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bcdd-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bce7-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bcf3-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bcff-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd1a-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd32-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd44-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd56-0ad9a860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd91-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd9e-0ad9a860 {
  justify-self: end;
}

#w-node-_5c3f673f-b9ff-f176-130b-2517f7db2cfa-0ad9a860 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5c3f673f-b9ff-f176-130b-2517f7db2cfe-0ad9a860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4747bde5-6a58-f5a5-7fcf-405e41f0957d-0ad9a860, #w-node-f2e99e89-4e5a-4cef-1d55-b5e566dc7abb-51cc9c9c {
  justify-self: end;
}

#w-node-_8c7bfe84-0324-7450-f3a8-c94128c461f0-51cc9c9c, #w-node-_8c7bfe84-0324-7450-f3a8-c94128c461f6-51cc9c9c, #w-node-_8c7bfe84-0324-7450-f3a8-c94128c461fa-51cc9c9c, #w-node-_8c7bfe84-0324-7450-f3a8-c94128c461f8-51cc9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c2c9b1c-4cf8-1800-39ae-287969a8aa37-51cc9c9c {
  justify-self: start;
}

#w-node-_193547f6-2464-85f8-e37c-9640dc9d5a80-51cc9c9c, #w-node-_193547f6-2464-85f8-e37c-9640dc9d5a8a-51cc9c9c, #w-node-_193547f6-2464-85f8-e37c-9640dc9d5a96-51cc9c9c, #w-node-_193547f6-2464-85f8-e37c-9640dc9d5aa2-51cc9c9c, #w-node-_41ad3fd8-9629-d2d2-49d2-086cdcdfa806-51cc9c9c, #w-node-_41ad3fd8-9629-d2d2-49d2-086cdcdfa810-51cc9c9c, #w-node-_1f9fee53-aa3b-f011-6c5d-e0b660ae392a-51cc9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1042085c-547a-a458-5b99-67e8001ec7fa-51cc9c9c {
  justify-self: end;
}

#w-node-d99f2757-4909-960f-0e40-84dc3d01d5e3-60fdf2a4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1e4d39c0-7b4d-1c26-3d27-b9dd810cc5bd-60fdf2a4 {
  justify-self: end;
}

#w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9de-60fdf2a4 {
  place-self: stretch stretch;
}

#w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9e5-60fdf2a4 {
  align-self: center;
}

#w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c3-60fdf2a4, #w-node-c3ba95cf-af24-1afa-822d-806483df6298-60fdf2a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c5-60fdf2a4, #w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c7-60fdf2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4818c229-1640-3493-658d-77f985298c61-60fdf2a4 {
  justify-self: center;
}

#w-node-_1932c527-ae08-94cf-f741-46c55ba6011d-60fdf2a4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4818c229-1640-3493-658d-77f985298c95-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298c9d-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298ca5-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cad-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cb5-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cbd-60fdf2a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4818c229-1640-3493-658d-77f985298c90-60fdf2a4 {
  justify-self: end;
}

#w-node-e69bba5a-bc27-addb-5c65-2cfd6aebc1a3-60fdf2a4 {
  justify-self: start;
}

#w-node-_17b80894-1456-b4db-0338-fb17c31261ed-60fdf2a4 {
  justify-self: stretch;
}

#w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-60fdf2a4 {
  place-self: stretch stretch;
}

#w-node-a7085dde-b1f4-3035-7d00-e6e184f56185-60fdf2a4 {
  align-self: center;
}

#w-node-_4818c229-1640-3493-658d-77f985298cd4-60fdf2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad39f3e8-8bf4-c32c-05d2-612c2127ff57-bc1e325a {
  justify-self: end;
}

#w-node-_67c8e218-d115-9864-bfa2-bb68f36294fa-30af2ff3, #w-node-e3a8959d-7fec-6995-5a5a-a76e8e48c966-30af2ff3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-dc2aec2a-8b1d-042e-bf94-14f92d5b930f-30af2ff3, #w-node-dc2aec2a-8b1d-042e-bf94-14f92d5b9319-30af2ff3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b674743-0b8c-df1d-f6e0-633d2fcf9d4a-2fcf9d3e {
  justify-self: end;
}

#w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-e67261d4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-f88da961-ec1a-88c2-499f-ad323343c38b-e67261d4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-07ca7b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-f88da961-ec1a-88c2-499f-ad323343c38b-07ca7b6c {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-d99f2757-4909-960f-0e40-84dc3d01d5e3-81850e03 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1e4d39c0-7b4d-1c26-3d27-b9dd810cc5bd-81850e03 {
  justify-self: end;
}

#w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9de-81850e03 {
  place-self: stretch stretch;
}

#w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9e5-81850e03 {
  align-self: center;
}

#w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c3-81850e03, #w-node-c3ba95cf-af24-1afa-822d-806483df6298-81850e03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c5-81850e03, #w-node-_547dafad-3fe4-73e3-60de-50a6876cb9c7-81850e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4818c229-1640-3493-658d-77f985298c61-81850e03 {
  justify-self: center;
}

#w-node-_1932c527-ae08-94cf-f741-46c55ba6011d-81850e03 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4818c229-1640-3493-658d-77f985298c95-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298c9d-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298ca5-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cad-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cb5-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cbd-81850e03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4818c229-1640-3493-658d-77f985298c90-81850e03 {
  justify-self: end;
}

#w-node-e69bba5a-bc27-addb-5c65-2cfd6aebc1a3-81850e03 {
  justify-self: start;
}

#w-node-_17b80894-1456-b4db-0338-fb17c31261ed-81850e03 {
  justify-self: stretch;
}

#w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-81850e03 {
  place-self: stretch stretch;
}

#w-node-a7085dde-b1f4-3035-7d00-e6e184f56185-81850e03 {
  align-self: center;
}

#w-node-_4818c229-1640-3493-658d-77f985298cd4-81850e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_36144bfd-7543-bf0d-138e-08d4e3325dd5-14b27cd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0c54cc3-195c-eb9c-c2fe-ec4eddb8b893-a0b27d51 {
    place-self: stretch stretch;
  }

  #w-node-_67c8e218-d115-9864-bfa2-bb68f36294fa-30af2ff3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e3a8959d-7fec-6995-5a5a-a76e8e48c966-30af2ff3 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }

  #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-e67261d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-e67261d4 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }

  #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-07ca7b6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-07ca7b6c {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-abc94af6-c184-bc1b-ffb1-7685bb07c253-14b27cd0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d99f2757-4909-960f-0e40-84dc3d01d5e3-60fdf2a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-60fdf2a4 {
    justify-self: end;
  }

  #w-node-d99f2757-4909-960f-0e40-84dc3d01d5e3-81850e03 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-81850e03 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c18616aa-2954-55c0-d58d-074501d8bb3b-1fb27ca1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-dfeeb2b3-d883-dce9-40de-242cf9d261e0-7ecb03a5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-aae01167-4577-ba42-9f1e-1a28fed64631-ffb27cb5 {
    order: -9999;
  }

  #w-node-_44fb46fb-8fa6-4f6d-fafa-61a692d55f69-e4b27cc3 {
    align-self: start;
  }

  #w-node-d7b87150-ec5c-e731-4ebd-a64a27719060-e4b27cc3 {
    order: 9999;
  }

  #w-node-_16454e8d-43a4-e2ce-f688-696f3d9279f1-3d9279ee {
    order: -9999;
  }

  #w-node-_3a2ddc5b-bbd2-6622-e352-52d7b0e1a6fb-bfa2dd87 {
    justify-self: center;
  }

  #w-node-d801fbc8-d5fc-52e1-3619-0c0ba471e7a0-bfa2dd87 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a285fc11-1883-770d-2048-8b81b5d58c0a-a4192428 {
    justify-self: center;
  }

  #w-node-a285fc11-1883-770d-2048-8b81b5d58c32-a4192428 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b9c23c3b-7836-02cf-1ecd-a717306dadb9-a4192428, #w-node-_5f1f8caf-5cc3-a119-e765-7c72e926eed7-a4192428, #w-node-a2844e02-4a37-0e30-4713-4ff128bf91ea-40d7e84e, #w-node-_541d1175-1f0b-a132-d65f-517f7dd43d35-40d7e84e, #w-node-_53a47264-1e90-f9e8-d152-f68143d17229-40d7e84e, #w-node-_24e6b826-c3d1-e1ae-2ac7-065d68f23d45-40d7e84e, #w-node-_3e1d85d6-7abb-0567-adc0-d07f6f7848d2-9abe4e21, #w-node-_5cbdf3fa-c18e-2ab4-cb68-baf0ca3bb07d-9abe4e21, #w-node-ff410b8d-5165-5e26-ad64-358ba7c9152a-9abe4e21, #w-node-e961640b-9fd5-ad46-737e-4913f04e25d2-9abe4e21 {
    order: -9999;
  }

  #w-node-_03661c01-8a80-0af4-abb2-49997179983c-0ad9a860 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc45-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc68-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bc9c-0ad9a860, #w-node-_6a8d4100-efc8-cdc1-5ded-2ad1eb24bd7b-0ad9a860 {
    order: -9999;
  }

  #w-node-_79aa5631-20cd-f3ee-62e4-0f2ee803d3a5-0ad9a860 {
    order: 9999;
  }

  #w-node-b696badc-038c-940e-c889-635ef51cf61c-51cc9c9c, #w-node-_4818c229-1640-3493-658d-77f985298c83-60fdf2a4 {
    order: -9999;
  }

  #w-node-e69bba5a-bc27-addb-5c65-2cfd6aebc1a3-60fdf2a4 {
    justify-self: center;
  }

  #w-node-_17b80894-1456-b4db-0338-fb17c31261de-60fdf2a4, #w-node-c4800e45-2d50-9353-8116-8929d369c87d-60fdf2a4, #w-node-_5010c954-13c6-216a-6103-429091a0daa6-60fdf2a4, #w-node-_521c1b2e-3c97-3fc7-38cf-8f758c21b66c-60fdf2a4, #w-node-_97968d4e-7d88-500d-cf52-faec78cc3b78-60fdf2a4, #w-node-ad39f3e8-8bf4-c32c-05d2-612c2127ff40-bc1e325a, #w-node-_89cbfc3e-10d7-d5e2-dec5-7f9de2fee6d1-30af2ff3, #w-node-_4818c229-1640-3493-658d-77f985298c83-81850e03 {
    order: -9999;
  }

  #w-node-e69bba5a-bc27-addb-5c65-2cfd6aebc1a3-81850e03 {
    justify-self: center;
  }

  #w-node-_17b80894-1456-b4db-0338-fb17c31261de-81850e03, #w-node-c4800e45-2d50-9353-8116-8929d369c87d-81850e03, #w-node-_5010c954-13c6-216a-6103-429091a0daa6-81850e03, #w-node-_521c1b2e-3c97-3fc7-38cf-8f758c21b66c-81850e03, #w-node-_97968d4e-7d88-500d-cf52-faec78cc3b78-81850e03 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c18616aa-2954-55c0-d58d-074501d8bb2e-1fb27ca1 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-c18616aa-2954-55c0-d58d-074501d8bb30-1fb27ca1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c18616aa-2954-55c0-d58d-074501d8bb3b-1fb27ca1 {
    order: -9999;
  }

  #w-node-_54e0c30e-2fb8-a062-c599-25747ecb03be-7ecb03a5 {
    grid-area: Area;
  }

  #w-node-_54e0c30e-2fb8-a062-c599-25747ecb03ce-7ecb03a5 {
    grid-area: Area-2;
  }

  #w-node-_54e0c30e-2fb8-a062-c599-25747ecb03de-7ecb03a5 {
    grid-area: Area-3;
  }

  #w-node-dfeeb2b3-d883-dce9-40de-242cf9d261e0-7ecb03a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fdada50-bf86-664a-eedc-51d51de176e8-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de176da-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de176dd-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de176f4-77b27cb2, #w-node-_0fdada50-bf86-664a-eedc-51d51de17703-77b27cb2 {
    justify-self: center;
  }

  #w-node-_006974c7-ea2a-b011-e92e-cb074e041cc6-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_006974c7-ea2a-b011-e92e-cb074e041ccb-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_006974c7-ea2a-b011-e92e-cb074e041cd0-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_006974c7-ea2a-b011-e92e-cb074e041cd6-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b39b1947-a11d-d33c-791a-0465cf947c44-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b39b1947-a11d-d33c-791a-0465cf947c49-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b39b1947-a11d-d33c-791a-0465cf947c4e-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b39b1947-a11d-d33c-791a-0465cf947c53-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-d4fbcc57-8e21-c218-ac31-b8ebe1cadbc8-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d4fbcc57-8e21-c218-ac31-b8ebe1cadbcd-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-d4fbcc57-8e21-c218-ac31-b8ebe1cadbd2-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-d4fbcc57-8e21-c218-ac31-b8ebe1cadbd8-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_02a5cc72-4b7c-71f1-e3bb-4ac5b02bf460-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_02a5cc72-4b7c-71f1-e3bb-4ac5b02bf465-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_02a5cc72-4b7c-71f1-e3bb-4ac5b02bf46a-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_02a5cc72-4b7c-71f1-e3bb-4ac5b02bf470-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_91830068-6753-9f38-3c73-ba47106d6789-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91830068-6753-9f38-3c73-ba47106d678e-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_91830068-6753-9f38-3c73-ba47106d6793-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_91830068-6753-9f38-3c73-ba47106d6799-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-d41934f1-6c27-da30-b3dd-2676521eb0fe-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d41934f1-6c27-da30-b3dd-2676521eb103-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-d41934f1-6c27-da30-b3dd-2676521eb108-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-d41934f1-6c27-da30-b3dd-2676521eb10e-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a18600-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a18605-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a1860b-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd45-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd4a-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd50-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_70dcbe17-8e4c-e87b-5909-31324871003c-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70dcbe17-8e4c-e87b-5909-313248710041-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_70dcbe17-8e4c-e87b-5909-313248710046-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_70dcbe17-8e4c-e87b-5909-31324871004c-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_38f20cae-5029-1ae2-cce2-4b2e68e345b8-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_38f20cae-5029-1ae2-cce2-4b2e68e345bd-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_38f20cae-5029-1ae2-cce2-4b2e68e345c2-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_38f20cae-5029-1ae2-cce2-4b2e68e345c8-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_076e16a3-8159-14fc-a7d3-3b1363ff58f1-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_076e16a3-8159-14fc-a7d3-3b1363ff58f6-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_076e16a3-8159-14fc-a7d3-3b1363ff58fb-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_076e16a3-8159-14fc-a7d3-3b1363ff5901-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_1fe43869-1644-1d49-d586-a77643b3d2e6-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1fe43869-1644-1d49-d586-a77643b3d2eb-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_1fe43869-1644-1d49-d586-a77643b3d2f0-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_1fe43869-1644-1d49-d586-a77643b3d2f6-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b5f5508a-c254-0c8c-5e18-66c7b417869a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b5f5508a-c254-0c8c-5e18-66c7b417869f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b5f5508a-c254-0c8c-5e18-66c7b41786a5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_6af70e96-8adc-a931-5f1d-59a963f11112-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6af70e96-8adc-a931-5f1d-59a963f11117-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_6af70e96-8adc-a931-5f1d-59a963f1111d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa444-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa449-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa44f-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_7c5c9a4c-83de-a0fd-2da3-5934dd595845-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c5c9a4c-83de-a0fd-2da3-5934dd59584a-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_7c5c9a4c-83de-a0fd-2da3-5934dd59584f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_7c5c9a4c-83de-a0fd-2da3-5934dd595855-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_3863d094-f080-ff5e-ae64-6c000bde282f-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3863d094-f080-ff5e-ae64-6c000bde2834-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_3863d094-f080-ff5e-ae64-6c000bde2839-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_3863d094-f080-ff5e-ae64-6c000bde283f-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_50d371c3-409f-ddb4-a907-27dee47de286-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_50d371c3-409f-ddb4-a907-27dee47de28b-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_50d371c3-409f-ddb4-a907-27dee47de290-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_50d371c3-409f-ddb4-a907-27dee47de296-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e68-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e6d-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e73-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-cc3c0d87-abcb-5411-97de-d4426f61315d-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cc3c0d87-abcb-5411-97de-d4426f613162-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-cc3c0d87-abcb-5411-97de-d4426f613167-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-cc3c0d87-abcb-5411-97de-d4426f61316d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_54cd6755-b69c-f66c-608e-56801c33ce81-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54cd6755-b69c-f66c-608e-56801c33ce86-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_54cd6755-b69c-f66c-608e-56801c33ce8c-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed1824-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed1829-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed182f-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949ea-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949ef-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949f5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b9c57dfe-22b5-8092-14e2-8fd5668f9a9f-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b9c57dfe-22b5-8092-14e2-8fd5668f9aa4-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b9c57dfe-22b5-8092-14e2-8fd5668f9aa9-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b9c57dfe-22b5-8092-14e2-8fd5668f9aaf-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf05-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf0a-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf10-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-af206333-8657-22ab-9b18-1e763b82d17c-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af206333-8657-22ab-9b18-1e763b82d181-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-af206333-8657-22ab-9b18-1e763b82d186-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-af206333-8657-22ab-9b18-1e763b82d18c-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_179c3bf3-c50c-aca2-4a8d-1c1d448c39ed-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_179c3bf3-c50c-aca2-4a8d-1c1d448c39f2-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_179c3bf3-c50c-aca2-4a8d-1c1d448c39f7-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_179c3bf3-c50c-aca2-4a8d-1c1d448c39fd-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_8736fdae-2802-102a-37a1-1b1f26722230-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8736fdae-2802-102a-37a1-1b1f26722235-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_8736fdae-2802-102a-37a1-1b1f2672223a-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_8736fdae-2802-102a-37a1-1b1f26722240-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-c7a31314-b051-9792-e994-dda75bc134e8-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c7a31314-b051-9792-e994-dda75bc134ed-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-c7a31314-b051-9792-e994-dda75bc134f3-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5a2-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5a7-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5ad-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_80775c00-e450-33c5-471c-e601302e00c9-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80775c00-e450-33c5-471c-e601302e00ce-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_80775c00-e450-33c5-471c-e601302e00d3-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_80775c00-e450-33c5-471c-e601302e00d9-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c52-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c57-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c5d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-dc2b04f8-4b79-2891-d978-a2e10a92362a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dc2b04f8-4b79-2891-d978-a2e10a92362f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-dc2b04f8-4b79-2891-d978-a2e10a923634-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-dc2b04f8-4b79-2891-d978-a2e10a92363a-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_671be3a8-4c8c-5653-87ba-28282cd2d5c5-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_671be3a8-4c8c-5653-87ba-28282cd2d5ca-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_671be3a8-4c8c-5653-87ba-28282cd2d5cf-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_671be3a8-4c8c-5653-87ba-28282cd2d5d5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734b4-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734b9-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734bf-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_6534190f-69ce-ed2c-3084-b04373310b56-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6534190f-69ce-ed2c-3084-b04373310b5b-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_6534190f-69ce-ed2c-3084-b04373310b60-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_6534190f-69ce-ed2c-3084-b04373310b66-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_2618ac4c-a189-e1a6-11e5-d051b57348f4-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2618ac4c-a189-e1a6-11e5-d051b57348f9-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_2618ac4c-a189-e1a6-11e5-d051b57348fe-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2618ac4c-a189-e1a6-11e5-d051b5734904-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_801982a0-32d6-156a-5b83-215bfc36199a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_801982a0-32d6-156a-5b83-215bfc36199f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_801982a0-32d6-156a-5b83-215bfc3619a5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcd0-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcd5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcdb-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_670783e2-55e9-ffe8-172d-4e64f641f6e0-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_670783e2-55e9-ffe8-172d-4e64f641f6e5-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_670783e2-55e9-ffe8-172d-4e64f641f6ea-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_670783e2-55e9-ffe8-172d-4e64f641f6f0-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_4fd7f644-46eb-5c42-dfbd-f2682d9b4567-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4fd7f644-46eb-5c42-dfbd-f2682d9b456c-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_4fd7f644-46eb-5c42-dfbd-f2682d9b4571-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_4fd7f644-46eb-5c42-dfbd-f2682d9b4577-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_09374fcb-ae4b-9c75-1d5e-cc53cf976cf3-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_09374fcb-ae4b-9c75-1d5e-cc53cf976cf8-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_09374fcb-ae4b-9c75-1d5e-cc53cf976cfd-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_09374fcb-ae4b-9c75-1d5e-cc53cf976d03-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_48d95173-e3d1-0ce9-b81c-26ae9b83a889-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_48d95173-e3d1-0ce9-b81c-26ae9b83a88e-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_48d95173-e3d1-0ce9-b81c-26ae9b83a893-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_48d95173-e3d1-0ce9-b81c-26ae9b83a899-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-eaa551db-d66e-f2cc-bc10-014b779a6111-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eaa551db-d66e-f2cc-bc10-014b779a6116-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-eaa551db-d66e-f2cc-bc10-014b779a611b-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-eaa551db-d66e-f2cc-bc10-014b779a6121-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e29a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e29f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e2a5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_0b49fffd-4c2c-2425-2ad0-3dc4ba9acb73-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0b49fffd-4c2c-2425-2ad0-3dc4ba9acb78-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_0b49fffd-4c2c-2425-2ad0-3dc4ba9acb7d-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_0b49fffd-4c2c-2425-2ad0-3dc4ba9acb83-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-ebd93e5c-f47a-1a6a-e78e-65d23c9519b0-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ebd93e5c-f47a-1a6a-e78e-65d23c9519b5-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-ebd93e5c-f47a-1a6a-e78e-65d23c9519ba-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-ebd93e5c-f47a-1a6a-e78e-65d23c9519c0-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-be93c2fa-cfa1-3a99-5cd7-4e92f2210d96-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-be93c2fa-cfa1-3a99-5cd7-4e92f2210d9b-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-be93c2fa-cfa1-3a99-5cd7-4e92f2210da0-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-be93c2fa-cfa1-3a99-5cd7-4e92f2210da6-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e279-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e27e-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e284-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-ed516a64-4ee6-bfc7-d060-e4cdc4dd22cc-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed516a64-4ee6-bfc7-d060-e4cdc4dd22d1-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-ed516a64-4ee6-bfc7-d060-e4cdc4dd22d6-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-ed516a64-4ee6-bfc7-d060-e4cdc4dd22dc-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_98b28cdb-9c28-51c1-e832-9c657b5ef707-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98b28cdb-9c28-51c1-e832-9c657b5ef70c-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_98b28cdb-9c28-51c1-e832-9c657b5ef711-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_98b28cdb-9c28-51c1-e832-9c657b5ef717-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c54d-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c552-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c557-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c55d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c56a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c56f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c574-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c57a-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c66a-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c66f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c674-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-e9d4d490-7cbe-d646-75bb-dd4721c8c67a-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_1b385bf7-f217-f1aa-b091-d7d1ef92923b-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1b385bf7-f217-f1aa-b091-d7d1ef929240-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_1b385bf7-f217-f1aa-b091-d7d1ef929245-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_1b385bf7-f217-f1aa-b091-d7d1ef92924b-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-f3b3a362-1b2e-7030-a7da-0561751cd695-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3b3a362-1b2e-7030-a7da-0561751cd69a-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-f3b3a362-1b2e-7030-a7da-0561751cd69f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-f3b3a362-1b2e-7030-a7da-0561751cd6a5-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b462bae2-d08c-6ea8-6114-ff53b67def1d-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b462bae2-d08c-6ea8-6114-ff53b67def22-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b462bae2-d08c-6ea8-6114-ff53b67def27-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b462bae2-d08c-6ea8-6114-ff53b67def2d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a2f8-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a2fd-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a303-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_31c2a750-34e8-d8bb-4670-077484ed99c0-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31c2a750-34e8-d8bb-4670-077484ed99c5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_31c2a750-34e8-d8bb-4670-077484ed99cb-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_910ea0f7-1d59-8a64-5f72-062b4f73419d-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_910ea0f7-1d59-8a64-5f72-062b4f7341a2-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_910ea0f7-1d59-8a64-5f72-062b4f7341a8-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_93c47166-3aad-213d-4220-84849d0bdf8b-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93c47166-3aad-213d-4220-84849d0bdf90-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_93c47166-3aad-213d-4220-84849d0bdf95-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_93c47166-3aad-213d-4220-84849d0bdf9b-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c23c-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c241-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c247-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-c0ca166d-f9cc-3d5e-c235-a964df79cbb0-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c0ca166d-f9cc-3d5e-c235-a964df79cbb5-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-c0ca166d-f9cc-3d5e-c235-a964df79cbba-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-c0ca166d-f9cc-3d5e-c235-a964df79cbc0-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e951-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e956-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e95c-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e29152-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e29157-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e2915d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-b1040a1f-fc3c-775e-0000-a76338a39461-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1040a1f-fc3c-775e-0000-a76338a39466-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b1040a1f-fc3c-775e-0000-a76338a3946c-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f35c-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f361-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f367-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-c90de6a5-30ae-2d34-94a4-55c03c83612d-bab27cb9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c90de6a5-30ae-2d34-94a4-55c03c836132-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-c90de6a5-30ae-2d34-94a4-55c03c836137-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-c90de6a5-30ae-2d34-94a4-55c03c83613d-bab27cb9 {
    grid-area: Area-4;
  }

  #w-node-_44fb46fb-8fa6-4f6d-fafa-61a692d55f69-e4b27cc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_36144bfd-7543-bf0d-138e-08d4e3325dd5-14b27cd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36144bfd-7543-bf0d-138e-08d4e3325ddd-14b27cd0 {
    order: -9999;
  }

  #w-node-_112ff6d3-69be-8841-d42b-65e7b58dfcd1-14b27cd0 {
    grid-area: 1 / 1 / 8 / 6;
  }

  #w-node-_74eb2a93-52d5-ceb7-4fc6-02729f23ad01-bfa2dd87 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-_74eb2a93-52d5-ceb7-4fc6-02729f23ad03-bfa2dd87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dcb39fc0-d808-e485-0f01-f087619a7aa4-a4192428 {
    grid-column: 1 / 2;
  }

  #w-node-f64f1224-1ba2-bd6c-189c-32fd0281466f-a4192428 {
    grid-column: 2 / 3;
  }

  #w-node-f64f1224-1ba2-bd6c-189c-32fd02814672-a4192428 {
    grid-column: 3 / 4;
  }

  #w-node-f64f1224-1ba2-bd6c-189c-32fd02814676-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd02814683-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd02814690-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd0281469d-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146aa-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146b7-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146c4-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146d1-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146de-a4192428, #w-node-f64f1224-1ba2-bd6c-189c-32fd028146eb-a4192428, #w-node-_8720039d-be8b-0b38-855a-5d853df2c7ff-a4192428 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4818c229-1640-3493-658d-77f985298c95-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298c9d-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298ca5-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cad-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cb5-60fdf2a4, #w-node-_4818c229-1640-3493-658d-77f985298cbd-60fdf2a4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_67c8e218-d115-9864-bfa2-bb68f36294fa-30af2ff3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3a8959d-7fec-6995-5a5a-a76e8e48c966-30af2ff3 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-e67261d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-e67261d4 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-07ca7b6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-07ca7b6c {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_4818c229-1640-3493-658d-77f985298c95-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298c9d-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298ca5-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cad-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cb5-81850e03, #w-node-_4818c229-1640-3493-658d-77f985298cbd-81850e03 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1294417e-c94c-691e-da23-c16b23f1cd45-1fb27ca1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: start;
  }

  #w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a18605-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_2387fcdc-e6b4-c5a5-2ee2-c750c0a1860b-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd4a-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_7d66bc73-4131-77a4-8bed-57fbb6d4dd50-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b5f5508a-c254-0c8c-5e18-66c7b417869f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b5f5508a-c254-0c8c-5e18-66c7b41786a5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_6af70e96-8adc-a931-5f1d-59a963f11117-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_6af70e96-8adc-a931-5f1d-59a963f1111d-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa449-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-d7388ca7-0ca8-16b2-16b7-807637cfa44f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e6d-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_0e3f685d-1abc-3665-c86e-ffce11ad9e73-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_54cd6755-b69c-f66c-608e-56801c33ce86-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_54cd6755-b69c-f66c-608e-56801c33ce8c-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed1829-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_22f1df67-f03b-5bd5-3d67-75eaf9ed182f-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949ef-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_2f8fec58-12b7-940a-4bd0-7c79784949f5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf0a-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-cacc2dbc-90bb-dcb2-26c0-64a69ccdbf10-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-c7a31314-b051-9792-e994-dda75bc134ed-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-c7a31314-b051-9792-e994-dda75bc134f3-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5a7-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_44ebe002-ba4e-c0a3-4bc9-1b1509eef5ad-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c57-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_73611435-3172-1e5e-8c79-0b8a61ac9c5d-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734b9-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_20fa5ac5-e12d-0f22-8105-d3e39cd734bf-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_801982a0-32d6-156a-5b83-215bfc36199f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_801982a0-32d6-156a-5b83-215bfc3619a5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcd5-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_5f545827-788a-2174-a3ab-7a6cfe47bcdb-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e29f-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_2004540d-59fe-453e-0f9f-d8ce7f33e2a5-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e27e-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_2044d8dd-84e8-96f4-d729-d32035c9e284-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a2fd-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b71cace4-2a80-0fb9-2258-6f0edf82a303-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_31c2a750-34e8-d8bb-4670-077484ed99c5-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_31c2a750-34e8-d8bb-4670-077484ed99cb-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_910ea0f7-1d59-8a64-5f72-062b4f7341a2-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_910ea0f7-1d59-8a64-5f72-062b4f7341a8-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c241-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-eb31a8d8-93d1-869c-9c1c-d3ed7033c247-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e956-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-aeea0d0a-e4c5-9206-a783-fcef7fd0e95c-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e29157-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-_6b772d04-e6eb-aeb7-d34d-179ba5e2915d-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-b1040a1f-fc3c-775e-0000-a76338a39466-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-b1040a1f-fc3c-775e-0000-a76338a3946c-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f361-bab27cb9 {
    grid-area: Area-2;
  }

  #w-node-a39754df-2fcf-17a2-cd04-b13fbda5f367-bab27cb9 {
    grid-area: Area-3;
  }

  #w-node-_0142b276-df63-6869-f14d-ed6a96d0c67a-89b27cc2, #w-node-c301af6d-399d-0320-337d-20e9022fd6cf-89b27cc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_58d82162-b395-bafc-9315-7be02d8762a0-89b27cc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center stretch;
  }

  #w-node-_57a6bd79-55d4-d5e9-bdcb-888153ead37e-89b27cc2, #w-node-_80bfa3ea-d9f0-3b40-a72c-8cba7e34fb46-89b27cc2, #w-node-_8152347f-3e54-2a98-4e4a-cc1031830dfb-89b27cc2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_36144bfd-7543-bf0d-138e-08d4e3325dd5-14b27cd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36144bfd-7543-bf0d-138e-08d4e3325ddd-14b27cd0 {
    order: -9999;
  }

  #w-node-_112ff6d3-69be-8841-d42b-65e7b58dfcd1-14b27cd0 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_62fb2c73-faba-cf11-a602-900650ed1e15-14b27cd0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_03661c01-8a80-0af4-abb2-49997179983a-0ad9a860 {
    order: 9999;
    align-self: auto;
  }

  #w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9de-60fdf2a4 {
    order: 9999;
  }

  #w-node-_4818c229-1640-3493-658d-77f985298c90-60fdf2a4 {
    order: -9999;
  }

  #w-node-c4800e45-2d50-9353-8116-8929d369c87d-60fdf2a4, #w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-60fdf2a4 {
    order: 9999;
  }

  #w-node-_67c8e218-d115-9864-bfa2-bb68f36294fa-30af2ff3, #w-node-e3a8959d-7fec-6995-5a5a-a76e8e48c966-30af2ff3, #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-e67261d4, #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-e67261d4, #w-node-_2189ea82-985d-18aa-ec1e-f05cfeb13f48-07ca7b6c, #w-node-f88da961-ec1a-88c2-499f-ad323343c38b-07ca7b6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3da5c8cb-2d9d-9570-cb50-2ef5ba6cd9de-81850e03 {
    order: 9999;
  }

  #w-node-_4818c229-1640-3493-658d-77f985298c90-81850e03 {
    order: -9999;
  }

  #w-node-c4800e45-2d50-9353-8116-8929d369c87d-81850e03, #w-node-a7085dde-b1f4-3035-7d00-e6e184f56183-81850e03 {
    order: 9999;
  }
}


