:root {
  --neutral--600: #989899;
  --neutral--800: #2b3768;
  --accent--primary-1: #ff4d01;
  --btn-primary-hover-color: #e44501;
  --neutral--100: white;
  --neutral--300: #f2f2f2;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --neutral--200: #fbfbfb;
  --neutral--500: #bfbfbf;
  --neutral--400: #eaeaeb;
  --neutral--700: #605e5d;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: rgba(20, 20, 43, .08);
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-01: rgba(255, 76, 0, .06);
  --button-shadow--color-2: rgba(255, 76, 0, .08);
  --button-shadow--color-3: rgba(255, 76, 0, .08);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --blue-celst: var(--neutral--800);
}

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

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

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

body {
  color: var(--neutral--600);
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.148em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.412em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.357em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

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

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 42px;
  grid-row-gap: 44px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  justify-content: space-between;
  margin-bottom: 64px;
}

.grid-2-columns.title-and-categories.title-large {
  grid-template-columns: 1fr auto;
}

.grid-2-columns.gap-row-64px.mg-bottom-100px, .grid-2-columns.gap-row-48px {
  display: none;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-width: 1px;
  padding-top: 0;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns._2-col-mbp.gap-row-16px {
  grid-template-columns: 1fr;
}

.grid-2-columns.dropdown-content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr;
}

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

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

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

.grid-2-columns.columns-auto {
  grid-template-columns: auto auto;
}

.grid-2-columns.footer-menu-grid {
  grid-row-gap: 10px;
  grid-template-columns: auto auto;
}

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

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

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

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.grid-footer-v3 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-columns: auto 1fr;
}

.style---navigation-sidebar {
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 12px rgba(96, 94, 93, .08);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.contact-link-card {
  background-image: url('../images/contact-card-bg-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-style: none;
  padding: 60px 50px 194px;
  text-decoration: none;
  transition: none;
}

.card.testimonial-card {
  grid-column-gap: 38px;
  background-image: url('../images/testimonials-card-bg-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 52px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.card.footer-contact-link {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-width: 1.5px;
  border-color: var(--accent--primary-1);
  box-shadow: none;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 28px 26px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, transform .3s;
  display: grid;
}

.card.footer-contact-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.our-values-card {
  box-shadow: none;
  text-align: center;
  border-width: 2px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 54px 40px 48px;
  display: flex;
}

.card.services-card-link {
  max-width: 356px;
  min-height: 100%;
  border-color: var(--neutral--500);
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px 36px;
  text-decoration: none;
  display: flex;
}

.card.offices-tabs-info-card {
  width: 100%;
  max-width: 444px;
  background-image: url('../images/offices-card-bg-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 54%;
  border-style: none;
  padding: 116px 50px 106px;
  position: absolute;
  left: 0;
}

.card.accordion-item {
  border-color: var(--neutral--400);
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 48px;
  transition: transform .3s;
  display: flex;
}

.card.accordion-item:hover {
  transform: translate3d(0, -10px, .01px);
}

.card.project-single-details-card {
  z-index: 1;
  grid-column-gap: 24px;
  background-image: url('../images/section-bg-shape-9-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  margin-top: -186px;
  padding: 64px 72px;
  display: flex;
  position: relative;
}

.card.form-call-card {
  border-style: solid none none;
  border-top-width: 5px;
  border-top-color: var(--accent--primary-1);
  background-image: url('../images/section-bg-shape-10-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 64px 48px 72px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.card.form-call-card.mg-top--522 {
  z-index: 1;
  margin-top: -522px;
}

.card.services-reviews {
  background-image: url('../images/section-bg-shape-11-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  padding: 52px 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.card.blog-post-author-card {
  grid-column-gap: 38px;
  background-image: url('../images/section-bg-shape-13-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 80px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.card.password-protected-card {
  max-width: 756px;
  border-style: solid none none;
  border-color: var(--accent--primary-1);
  background-image: url('../images/section-bg-shape-14-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-width: 5px;
  padding: 130px 86px;
}

.card.search-results {
  min-height: 100%;
  padding: 40px;
  text-decoration: none;
  display: block;
}

.card.checkout-block {
  color: var(--neutral--700);
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.mg-bottom-0 {
  margin-bottom: 0;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

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

.bg-accent-1.section-top-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 52%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

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

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

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-700.mg-bottom-32px {
  display: none;
}

.color-neutral-700.mg-bottom-40px._404 {
  margin-bottom: 10px;
}

.color-neutral-700.mg-bottom-0.hide {
  display: none;
}

.color-neutral-700.height {
  font-size: 16px;
  line-height: 1.4em;
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

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

.color-neutral-100.mg-bottom-40px {
  font-size: 21px;
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

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

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
  font-size: 14px;
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

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

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

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

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

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

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: var(--neutral--400);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

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

.mg-bottom-32px {
  margin-bottom: 32px;
  display: none;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-top-64px {
  margin-top: 64px;
}

.mg-top-80px {
  margin-top: 80px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-56px {
  margin-right: 56px;
}

.text-200 {
  line-height: 1.111em;
}

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

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800 {
  color: #2b3768;
}

.text-200.bold.color-neutral-800.mg-bottom-24px {
  display: none;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.044em;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-auto-flow: row;
  justify-items: start;
}

.grid-1-column.gap-row-6px {
  grid-row-gap: 6px;
}

.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.gap-column-16px {
  grid-column-gap: 16px;
}

.gap-column-32px {
  grid-column-gap: 32px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-8px {
  grid-row-gap: 8px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

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

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

.gap-row-64px {
  grid-row-gap: 64px;
}

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

.display-2 {
  color: var(--neutral--800);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.167em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
  font-size: 52px;
}

.display-2.font-weight-medium {
  color: #2b3768;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.429em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

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

.text-400.medium.color-neutral-700 {
  font-size: 20px;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 22px;
  line-height: 1.1em;
}

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

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

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

.text-100.bold {
  font-weight: 700;
}

.text-100.text-uppercase {
  letter-spacing: .06em;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 64px;
  margin-bottom: 100px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.gap-44px {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}

.grid-3-columns.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.gap-column-32px {
  grid-column-gap: 32px;
}

.grid-3-columns.grid-footer-v2 {
  grid-column-gap: 120px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 45px;
}

.style---shadow-card {
  min-height: 220px;
  background-color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-3);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  min-height: 70vh;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

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

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._674px {
  max-width: 674px;
}

.inner-container._656px {
  max-width: 656px;
}

.inner-container._656px.hide {
  display: none;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container._424px {
  max-width: 424px;
}

.inner-container._534px {
  max-width: 534px;
}

.inner-container._532px {
  max-width: 532px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._510px {
  max-width: 510px;
}

.inner-container._340px {
  max-width: 340px;
}

.inner-container._544px {
  max-width: 544px;
}

.inner-container._290px {
  max-width: 290px;
}

.inner-container._364px {
  max-width: 364px;
}

.inner-container._474px {
  max-width: 474px;
}

.inner-container._70px {
  max-width: 70px;
}

.inner-container._950px {
  max-width: 950px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._266px {
  max-width: 266px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._336px {
  max-width: 336px;
}

.inner-container._518px {
  max-width: 518px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._396px {
  max-width: 396px;
}

.inner-container._724px {
  max-width: 724px;
}

.inner-container._734px {
  max-width: 734px;
}

.inner-container._744px {
  max-width: 744px;
}

.inner-container._940px {
  max-width: 940px;
}

.inner-container._468px {
  max-width: 468px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._770px {
  max-width: 770px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._48 {
  max-width: 48%;
}

.inner-container._78px {
  max-width: 78px;
}

.inner-container._72px {
  max-width: 72px;
}

.inner-container._162px {
  max-width: 162px;
}

.inner-container._980px {
  max-width: 980px;
}

.inner-container._844px {
  max-width: 844px;
}

.inner-container._362px {
  max-width: 362px;
}

.inner-container._810px {
  max-width: 810px;
}

.inner-container._496px {
  max-width: 496px;
}

.inner-container._680px {
  max-width: 680px;
  max-width: 680px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._800px {
  max-width: 800px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--btn-primary-hover-color);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  border-radius: 0;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.next-button {
  border-color: var(--accent--primary-1);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary.next-button:hover {
  border-color: var(--btn-primary-hover-color);
}

.btn-primary.cta-v3-form-button {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  padding: 18px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-primary.cta-v3-form-button:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.btn-secondary {
  border: 1.5px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.previous-button {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary.tab-menu-button {
  padding: 18px 28px;
  font-weight: 400;
}

.btn-secondary.tab-menu-button.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-secondary.tab-menu-button.w--current:hover {
  border-color: var(--btn-primary-hover-color);
  background-color: var(--btn-primary-hover-color);
}

.btn-secondary.hide {
  display: none;
}

.btn-secondary._404 {
  margin-bottom: 10px;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.badge-primary.small {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-primary.price-badge-top-right {
  z-index: 1;
  padding: 8px 10px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.badge-primary.link {
  transform-style: preserve-3d;
  text-decoration: none;
  transition: border-color .3s, transform .3s, color .3s;
}

.badge-primary.link:hover {
  background-color: var(--btn-primary-hover-color);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.badge-secondary {
  border: 1.5px solid var(--neutral--700);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  box-shadow: none;
  transform-style: preserve-3d;
  margin-left: 24px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  border-color: var(--btn-primary-hover-color);
  background-color: var(--btn-primary-hover-color);
}

.input {
  min-height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  transition: color .3s, border-color .3s;
}

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

.input:focus, .input.-wfp-focus {
  border-color: var(--accent--primary-1);
}

.input::-ms-input-placeholder {
  color: var(--neutral--600);
  font-size: 20px;
  font-weight: 500;
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 20px;
  font-weight: 500;
}

.input.small {
  min-height: 44px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 1.111em;
}

.input.small::-ms-input-placeholder {
  font-size: 18px;
}

.input.small::placeholder {
  font-size: 18px;
}

.input.large {
  min-height: 55px;
  font-size: 24px;
  line-height: 1.083em;
}

.input.large::-ms-input-placeholder {
  font-size: 24px;
}

.input.large::placeholder {
  font-size: 24px;
}

.input.large.cta-v3-input {
  border-bottom-color: var(--neutral--200);
  color: var(--neutral--100);
  padding-bottom: 0;
  padding-right: 148px;
}

.input.large.cta-v3-input:hover {
  border-bottom-color: var(--neutral--500);
}

.input.large.cta-v3-input:focus {
  border-bottom-color: var(--neutral--100);
}

.input.large.cta-v3-input::-ms-input-placeholder {
  color: var(--neutral--300);
}

.input.large.cta-v3-input::placeholder {
  color: var(--neutral--300);
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.white {
  border-bottom-color: var(--neutral--200);
  color: var(--neutral--100);
}

.input.white:hover {
  border-bottom-color: var(--neutral--500);
}

.input.white:focus {
  border-bottom-color: var(--accent--primary-1);
}

.input.white::-ms-input-placeholder {
  color: var(--neutral--500);
}

.input.white::placeholder {
  color: var(--neutral--500);
}

.input.dropdown-input {
  min-height: 44px;
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

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

.input.dropdown-input:focus {
  border-bottom-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input.quantity-input {
  width: 72px;
  height: auto;
  max-height: 44px;
  min-height: 44px;
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

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

.input.quantity-input:focus {
  border-bottom-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input.cta-v3-input {
  min-height: 78px;
}

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

.input.color-neutral-600 {
  color: var(--neutral--600);
}

.input.width-100.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.card-quantity-input {
  width: 30px;
  min-height: 38px;
  padding-bottom: 0;
}

.position-relative {
  position: relative;
}

.text-area {
  min-height: 150px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.1em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: var(--neutral--800);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::-ms-input-placeholder {
  color: var(--neutral--600);
  font-size: 20px;
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 20px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

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

.text-area.white {
  border-bottom-color: var(--neutral--200);
  color: var(--neutral--100);
}

.text-area.white:hover {
  border-bottom-color: var(--neutral--500);
}

.text-area.white:focus {
  border-bottom-color: var(--accent--primary-1);
}

.text-area.white::-ms-input-placeholder {
  color: var(--neutral--500);
}

.text-area.white::placeholder {
  color: var(--neutral--500);
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

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

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 340px;
  height: 340px;
  max-height: 340px;
  max-width: 340px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--btn-primary-hover-color);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.social-icon-square._36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--accent--primary-1);
}

.social-icon-square._36px.twitter, .social-icon-square._36px.insta, .social-icon-square._36px.face {
  display: none;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-right: 12px;
  font-size: 22px;
}

.line-rounded-icon.dropdown-arrow-white {
  margin-left: 8px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.icon-size-24px {
  font-size: 24px;
  line-height: 1em;
}

.line-square-icon.success-message-icon-top {
  color: var(--accent--primary-1);
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.line-square-icon.icon-size-26px {
  font-size: 26px;
  line-height: 1em;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text p {
  color: var(--neutral--700);
  margin-bottom: 20px;
}

.rich-text h3 {
  margin-bottom: 12px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text ul {
  color: var(--neutral--700);
  margin-top: 32px;
  margin-bottom: 52px;
  padding-left: 54px;
}

.rich-text ol {
  color: var(--neutral--700);
  margin-top: 32px;
  margin-bottom: 48px;
  padding-left: 46px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 12px;
}

.rich-text h4 {
  margin-bottom: 12px;
}

.rich-text li {
  padding-left: 0;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: stretch;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
  display: none;
}

.buttons-row.hide {
  display: none;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--neutral--700);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.width-100.mg-bottom-32px {
  display: block;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-default {
  max-width: 1196px;
  border: 1px #000;
  padding: 20px 24px;
}

.container-default.contactsshortcut {
  padding-top: 100px;
}

.container-default.hide {
  display: none;
}

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

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

.section.overflow-hidden {
  display: none;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-top-200px {
  padding-top: 200px;
}

.section.pd-top-200px.pd-bottom-0 {
  padding-bottom: 100px;
}

.section.pd-300px {
  padding-top: 140px;
  padding-bottom: 300px;
}

.section.pd-300px.position-relative---z-index-1 {
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.section.pd-300px.position-relative---z-index-1.clientspage {
  padding-bottom: 60px;
}

.section.pd-300px.hide {
  display: none;
}

.section.pd-bottom-0 {
  padding-bottom: 0;
}

.section.pd-top-0 {
  padding-top: 0;
  display: none;
}

.section.pd-top-0.position-relative---z-index-1 {
  display: none;
}

.section.pd-bottom-300px {
  padding-bottom: 300px;
}

.section.pd-bottom-300px.position-relative---z-index-1.hide {
  display: none;
}

.section.pd-bottom-300px.position-relative---z-index-1.staff {
  padding-top: 100px;
  padding-bottom: 220px;
}

.section.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

.section.hero-page {
  background-image: linear-gradient(to bottom, var(--neutral--800) 90%, white 90%);
  margin-top: -130px;
  padding-top: 250px;
  padding-bottom: 20px;
  overflow: hidden;
}

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

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 120px;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

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

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.heading-h1-size {
  color: #2b3768;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-h1-size.mg-bottom-0 {
  line-height: 1.1em;
}

.heading-h1-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h1-size.small {
  font-size: 43px;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.412em;
}

.heading-h2-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h2-size.mg-bottom-10px {
  font-size: 27px;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.357em;
}

.heading-h3-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.header-content-wrapper.align-center {
  justify-content: center;
}

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

.header-nav-link {
  padding: 0;
  font-weight: 500;
}

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

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.color-neutral-100.w--current {
  color: var(--neutral--100);
}

.header-nav-link.color-neutral-100.w--current:hover {
  color: var(--accent--primary-1);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.last {
  padding-left: 0;
}

.header-nav-list-item.hide {
  display: none;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  border-radius: 0;
}

.dropdown-link {
  width: 100%;
  color: var(--neutral--800);
  padding: 0;
  line-height: 20px;
}

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

.dropdown-link.w--current {
  color: var(--neutral--800);
}

.dropdown-link.w--current:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.bold {
  font-weight: 700;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  border-radius: 0;
  padding: 48px;
}

.header-logo-link {
  max-width: 244px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: var(--neutral--100);
  background-color: #3324d5;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  color: var(--accent--primary-1);
  background-color: #f2f1ff;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.utility-page-wrap._404-page-wrap {
  background-image: url('../images/404-page-bg-image-contractor-webflow-template.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 88px;
  padding-bottom: 578px;
}

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

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

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right-align {
  justify-content: end;
}

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

.footer-wrapper {
  background-color: #0a0f24;
  background-image: url('../images/footer-bg-image-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo.size-01 {
  max-width: 230px;
}

.footer-logo._20 {
  margin-right: 10px;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
  display: flex;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.hizotal-align {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-item.right-mg {
  margin-bottom: 0;
  margin-right: 30px;
}

.footer-list-item.last {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--400);
  line-height: 1.111em;
  text-decoration: none;
  display: block;
}

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

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-bottom {
  text-align: left;
  padding-top: 38px;
  padding-bottom: 38px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 28px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

.text-center {
  text-align: center;
  font-size: 18px;
}

.text-center.mobile-l {
  text-align: left;
}

.text-center.hide {
  display: none;
}

.grid-footer-4-columns {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr auto auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fit-cover {
  object-fit: cover;
}

.fit-cover.fit-position-top-right {
  object-position: 100% 0%;
}

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

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

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

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

.cta-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v1 {
  background-image: url('../images/HomeImage5-2-copy.jpg'), url('../images/cta-v1-bg-image-contractor-webflow-template.jpg');
  background-position: 0%, 42%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  padding-top: 116px;
  padding-bottom: 116px;
}

.cta-section.cta-v2 {
  background-color: #161b33;
  background-image: url('../images/cta-v2-bg-image-contractor-webflow-template.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cta-section.cta-v3 {
  background-color: var(--accent--primary-1);
  background-image: url('../images/section-bg-shape-12-contractor-webflow-template.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 98%;
  padding-top: 154px;
  padding-bottom: 154px;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-wrapper.arrows-bottom-center-slider {
  padding-bottom: 138px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-780px {
  max-width: 780px;
  overflow: visible;
}

.slider-mask.width-545px {
  max-width: 545px;
  overflow: visible;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.max-w-672px {
  max-width: 672px;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  width: 18px;
  height: 2px;
  background-color: var(--neutral--100);
  position: absolute;
}

.accordion-btn-line.vertical {
  width: 2px;
  height: 18px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-side {
  margin-right: 24px;
}

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

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 28px;
}

.slide-item-mg._64px {
  margin-right: 64px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

._404-not-found {
  color: #2b3768;
  margin-bottom: 22px;
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.text-underline {
  text-decoration: underline;
}

.top-section---bg-image {
  z-index: 1;
  background-image: url('../images/eolica0.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 344px;
  position: relative;
}

.top-section---bg-image.top-section---dark-bg {
  background-color: #0a0f24;
  background-image: url('../images/section-bg-shape-8-contractor-webflow-template.svg');
  background-position: 0%;
  background-size: auto;
  padding-top: 200px;
  padding-bottom: 94px;
}

.top-section---bg-image.project-template-top-section {
  padding-top: 272px;
  padding-bottom: 358px;
}

.top-section---bg-image.service-template-top-section {
  padding-bottom: 190px;
}

.top-section---bg-image.blog-post-top-section {
  padding-top: 180px;
  padding-bottom: 272px;
}

.bg-gradient---top-section {
  z-index: -1;
  opacity: .6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #212121, #212121 35%, rgba(33, 33, 33, 0));
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.contact-link-cards-section {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.bg-square {
  z-index: -1;
  border: 2.5px solid var(--accent--primary-1);
  position: absolute;
}

.bg-square._204px---top-left {
  max-height: 204px;
  max-width: 204px;
  min-height: 204px;
  min-width: 204px;
  top: -20px;
  left: -20px;
}

.bg-square._250px---top-left {
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  top: -26px;
  left: -26px;
}

.bg-square._284px---bottom-right {
  max-height: 284px;
  max-width: 284px;
  min-height: 284px;
  min-width: 284px;
  bottom: -30px;
  right: -30px;
}

.bg-square._284px---top-right {
  max-height: 284px;
  max-width: 284px;
  min-height: 284px;
  min-width: 284px;
  top: -30px;
  right: -30px;
}

.bg-square._278px---top-right {
  max-height: 278px;
  max-width: 278px;
  min-height: 278px;
  min-width: 278px;
  top: -30px;
  right: -30px;
}

.bg-square._290px---top-right {
  max-height: 290px;
  max-width: 290px;
  min-height: 290px;
  min-width: 290px;
  top: -30px;
  right: -30px;
}

.flex {
  display: flex;
}

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

.flex.align-center.justify-space-between.hide, .flex.align-center.gap-10px {
  display: none;
}

.flex.justify-space-between {
  justify-content: space-between;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.section-bg-shape {
  z-index: -1;
  position: absolute;
}

.section-bg-shape.shape-1 {
  width: 30%;
  display: inline-block;
  top: -32%;
  right: 0;
}

.section-bg-shape.shape-2 {
  width: 62%;
  max-width: 876px;
  opacity: .32;
  margin-left: auto;
  margin-right: auto;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-bg-shape.shape-3 {
  width: 30%;
  bottom: 60px;
  left: 0;
}

.section-bg-shape.shape-4 {
  width: 32%;
  max-width: 446px;
  top: -610px;
  left: 0;
}

.section-bg-shape.shape-5 {
  width: 32%;
  max-width: 446px;
  bottom: 0;
  right: 0;
}

.section-bg-shape.shape-6 {
  width: 32%;
  max-width: 446px;
  top: 0;
  right: 0;
}

.section-bg-shape.shape-7 {
  width: 32%;
  max-width: 446px;
  bottom: 0;
  left: 0;
}

.gap-row-20px {
  grid-row-gap: 20px;
}

.mg-right-10px {
  margin-right: 10px;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.testimonial-card-image-wrapper {
  width: 100%;
  min-width: 340px;
  margin-left: -52px;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.text-50 {
  font-size: 14px;
  line-height: 1.429em;
}

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

.text-50.text-uppercase {
  letter-spacing: .06em;
}

.slider-arrow {
  max-height: 72px;
  max-width: 72px;
  min-height: 72px;
  min-width: 72px;
  justify-content: center;
  align-items: center;
  font-family: Line Square Icons, sans-serif;
  font-size: 26px;
  line-height: 1em;
  transition: transform .3s, color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.slider-arrow.arrows-top-right---right-arrow {
  border: 1.5px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform-style: preserve-3d;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2px;
  top: -180px;
  bottom: auto;
}

.slider-arrow.arrows-top-right---right-arrow:hover {
  border-color: var(--btn-primary-hover-color);
  background-color: var(--btn-primary-hover-color);
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow.arrows-top-right---left-arrow {
  border: 1.5px solid var(--neutral--800);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  margin: auto 0 auto auto;
  top: -180px;
  bottom: auto;
  right: 98px;
}

.slider-arrow.arrows-top-right---left-arrow:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow.arrows-bottom-center---left-arrow {
  border: 1.5px solid var(--neutral--800);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 96px;
}

.slider-arrow.arrows-bottom-center---left-arrow:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow.arrows-bottom-center---right-arrow {
  border: 1.5px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform-style: preserve-3d;
  margin-top: auto;
  margin-bottom: auto;
  top: auto;
  bottom: 0%;
  left: 96px;
  right: 0%;
}

.slider-arrow.arrows-bottom-center---right-arrow:hover {
  border-color: var(--btn-primary-hover-color);
  background-color: var(--btn-primary-hover-color);
  transform: translate3d(0, -6px, .01px);
}

.footer-contact-cards-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.text-over-image-link---container {
  z-index: 1;
  min-height: 610px;
  background-color: var(--neutral--800);
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.text-over-image-link---arrow-icon {
  color: var(--neutral--100);
  font-family: Line Square Icons, sans-serif;
  line-height: 1em;
}

.text-over-image-link---gradient {
  width: 100%;
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-over-image-link---gradient.p1 {
  background-image: none;
}

.text-over-image-link---gradient.pj2 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Shea-Homes-Vulcan-V-Leucadia-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj1 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Sun-Harbor-Marina-San-Diego-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj3 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Solana-Mar-Apartments-Solana-Beach-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj4 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Valley-Center-Road-Widening-Valley-Center-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj5 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Secret-Garden-Inn-Del-Mar-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj6 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/Santa-Fe-Drive-Medical-Offices-Encinitas-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj7 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/San-Elijo-Avenue-Residence-Cardiff-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj8 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/San-Elijo-Avenue-Encinitas-CA-Sampo-Engineering-Inc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj9 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/9-Public-Improvement-Project-Cardiff-CA-Sampo-Engineering-Inc-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj10 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/10-Safe-Routes-to-School-Balour-Drive-Encinitas-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj11 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/11-Rocky-Road-Staking-Valley-Center-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj12 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/12-Arviso-Project-Valley-Center-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj13 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/13-North-Torry-Pines-Bridge-Construction-San-Diego-CA-Sampo-Engineering-Inc..jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj14 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/14-Luneta-Drive-Residence-Del-Mar-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj15 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/15-Leucadia-Grove-Leucadia-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj16 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/16-Kalamath-Dr-Residence-Del-Mar-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj17 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/17-Hygeia-Avenue-Residence-Encinitas-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj18 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/18-Doti-Point-Subdivision-San-Diego-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj19 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/19-Cardiff-Town-Center-Cardiff-By-The-Sea-CA-Sampo-Engineering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-over-image-link---gradient.pj20 {
  background-image: linear-gradient(rgba(33, 33, 33, 0), #000), url('../images/20-Araz-Bridge-Imperial-Valley-CA-Sampo-Enginereering-Inc.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.transition-color-none {
  transition-property: none;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.diagonal-arrow-square-icon {
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  font-family: Line Square Icons, sans-serif;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.services-link-container {
  min-height: 100%;
  flex-direction: column;
  padding: 0 10px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.mg-top-auto {
  margin-top: auto;
}

.blog-link-large---image-wrapper {
  min-height: 558px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.blog-link---container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 224px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  transition: none;
  display: grid;
}

.top-section {
  padding-top: 132px;
}

.top-section.pd-bottom-66px {
  padding-bottom: 66px;
}

.top-section.pd-bottom-66px.hide {
  display: none;
}

.top-section.pd-bottom-240px {
  padding-bottom: 0;
}

.top-section.pd-bottom-240px.hide {
  display: none;
}

.top-section.pd-bottom-140px {
  padding-bottom: 140px;
}

.stats-section-container {
  grid-column-gap: 84px;
  background-image: linear-gradient(rgba(25, 25, 25, .7), rgba(25, 25, 25, .7)), url('../images/HomeImage5-2-copy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  padding: 132px 48px;
  display: flex;
}

.mg-bottom-150px {
  margin-bottom: 150px;
}

.mg-top--84px {
  margin-top: -84px;
}

.mg-top-58px {
  margin-top: 58px;
}

.gap-row-0 {
  grid-row-gap: 0px;
}

.contact-page-form-container {
  min-height: 546px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

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

.mg-top-36px {
  margin-top: 36px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.tabs-menu-center {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.offices-tabs-image-wrapper {
  width: 84%;
  min-height: 626px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.icon-and-text-link-container {
  grid-column-gap: 10px;
  color: var(--neutral--700);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-and-text-link-container:hover {
  color: var(--accent--primary-1);
}

.offices-tabs-main-container {
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-btn {
  max-height: 44px;
  max-width: 44px;
  min-height: 44px;
  min-width: 44px;
  background-color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-capitalize {
  text-transform: capitalize;
}

.tab-link-underlined {
  border-bottom: 2px solid var(--neutral--500);
  color: var(--neutral--500);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 28px 28px;
  font-size: 20px;
  line-height: 1.1em;
  transition: border-color .3s, color .3s;
}

.tab-link-underlined:hover {
  border-bottom-color: var(--neutral--700);
  color: var(--neutral--700);
}

.tab-link-underlined.w--current {
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-underlined.w--current:hover {
  border-bottom-color: var(--btn-primary-hover-color);
  color: var(--btn-primary-hover-color);
}

.bg-neutral-800-50---full-section {
  z-index: -1;
  background-color: var(--neutral--800);
  opacity: .5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-inside-card-small {
  min-height: 324px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.pd-0 {
  padding: 0;
}

.bg-neutral-800-60---full-section {
  z-index: -1;
  background-color: var(--neutral--800);
  opacity: .6;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-menu-3-columns-full-width-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.mg-right-20px {
  margin-right: 20px;
}

.reviews-card-top-section-container {
  grid-column-gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-v3-form-container {
  width: 100%;
  max-width: 520px;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.blog-post-author-card-image-wrapper {
  width: 100%;
  max-width: 318px;
  margin-left: -80px;
}

.protected-page-bg {
  z-index: -1;
  background-color: var(--neutral--800);
  background-image: url('../images/section-bg-shape-16-contractor-webflow-template.svg'), url('../images/section-bg-shape-15-contractor-webflow-template.svg');
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 36%;
  left: 0%;
  right: 0%;
}

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

.order-option-item {
  padding-left: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.shipping-method {
  border: 0 solid #000;
  border-bottom: 1px solid #e7e7e7;
  padding: 31px 0;
}

.shipping-list {
  border: 0 solid #000;
}

.order-summary-price {
  color: var(--neutral--800);
}

.order-list-title {
  color: #0b0b0b;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-list {
  margin-bottom: 0;
}

.container-default-2 {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.order-confirmation {
  display: block;
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--200);
  border-bottom-color: var(--neutral--200);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 32px;
  padding: 32px 0 0;
}

.shipping-price {
  color: #0b0b0b;
  font-weight: 700;
}

.pd-left-0 {
  padding-left: 0;
}

.cart-button {
  color: var(--neutral--800);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 32px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
  transition-property: none;
  position: relative;
}

.cart-button:hover {
  color: var(--neutral--800);
}

.cart-button.color-neutral-100 {
  color: var(--neutral--100);
  display: none;
}

.cart-button.color-neutral-100:hover {
  color: var(--neutral--100);
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--200);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 16px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
  display: flex;
}

.cart-quantity:hover {
  color: var(--neutral--800);
}

.cart-quantity.color-neutral-100, .cart-quantity.color-neutral-100:hover {
  color: var(--neutral--100);
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding-top: 22px;
  padding-bottom: 22px;
}

.order-item-bold {
  color: #0b0b0b;
  font-weight: 700;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-col-left {
  margin-right: 0;
}

.border-radius-0 {
  border-radius: 0;
}

.pd-8px {
  padding: 8px;
}

.card-footer {
  border-top-color: var(--neutral--200);
  padding-top: 38px;
  padding-bottom: 38px;
}

.btn-cta-index {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-cta-index:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-cta-index.button-row {
  margin-right: 28px;
}

.btn-cta-index.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-cta-index.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-cta-index.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-cta-index.white.no-hover {
  color: #146ef5;
}

.btn-cta-index.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.card-sales-home-image {
  width: 100%;
}

.mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.card-index {
  border: 1px solid var(--neutral--300);
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-index.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-index.sales-home-page:hover {
  transform: scale(.96);
}

.card-index.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-index.buy-now:hover {
  transform: scale(.95);
}

.card-index.buy-now.white {
  background-color: #fff;
}

.card-index.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card-index.extra-components {
  margin-bottom: 36px;
  padding: 32px 24px;
}

.home-pages-top-wrapper {
  justify-content: center;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 400px;
  transform-style: preserve-3d;
  flex: none;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.figma-file-text-wrapper.pd-large {
  padding-left: 50px;
  padding-right: 50px;
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

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

.cta-square-logo {
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  text-align: center;
  padding: 32px;
}

.card-sales-home-content.border-1px-top-neutral-300 {
  border-top: 1px solid var(--neutral--300);
}

.color-neutral-801 {
  color: #fff;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.color-neutral-802 {
  color: #6e7191;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.badge-home {
  border: 1px solid var(--neutral--700);
  color: var(--neutral--800);
  background-color: #fff;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.mg-top-28px {
  margin-top: 28px;
}

.elements-wrapper {
  margin-bottom: 200px;
}

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

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

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

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

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.mg-right-24px {
  margin-right: 24px;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-wrapper {
  background-color: var(--neutral--700);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.text-span, .text-span-2 {
  display: none;
}

.call-to-action-white-div {
  background-color: var(--neutral--100);
}

.call-to-action-white-div.padding {
  background-color: rgba(255, 255, 255, .69);
  padding: 38px;
}

.quick-stack {
  max-width: 1196px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.services-list-item {
  margin-bottom: 8px;
  padding-right: 30px;
  line-height: 1em;
}

.service-bullet {
  font-size: 15px;
  line-height: 1.4em;
}

.services-list-item-2, .services-list-item-3, .services-list-item-4 {
  margin-bottom: 8px;
  padding-right: 30px;
  line-height: 1em;
}

.list, .list-2, .list-3, .list-4 {
  padding-left: 20px;
}

.div-block {
  width: 100%;
  height: 88px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 8px;
  display: flex;
}

.quick-stack-2 {
  max-width: 1196px;
  background-color: rgba(251, 251, 251, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 24px;
}

.div-block-3 {
  display: none;
}

.image {
  height: 100%;
  text-align: center;
}

.image.defense {
  height: 83%;
}

.image.navfac {
  height: 63%;
}

.text-span-3, .text-span-4 {
  color: var(--accent--primary-1);
}

.section-2 {
  background-color: var(--neutral--300);
}

.html-embed {
  height: 440px;
  padding-bottom: 0;
}

.section-3 {
  width: 100%;
  height: 94px;
  background-color: #0a0f24;
}

.text-span-5 {
  color: var(--accent--primary-1);
}

.quick-stack-3 {
  max-width: 1196px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-5.emeritus {
  padding-top: 140px;
}

.cell-2 {
  justify-content: center;
  text-decoration: none;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 220px;
  display: flex;
}

.cell-3 {
  justify-content: center;
}

.text-span-6, .text-span-7, .bold-text {
  color: var(--accent--primary-1);
}

.list-item-about-us {
  margin-bottom: 4px;
}

.text-span-8, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--accent--primary-1);
}

.shipments-text {
  color: rgba(19, 28, 33, .7);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67em;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  text-decoration: none;
}

.quick-stack-4 {
  max-width: 1196px;
  grid-column-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-5, .bold-text-6 {
  color: var(--accent--primary-1);
}

.p1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Sun-Harbor-Marina-San-Diego-CA-Sampo-Engineering-Inc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bold-text-7, .bold-text-8 {
  color: var(--neutral--100);
}

.p2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Shea-Homes-Vulcan-V-Leucadia-CA-Sampo-Engineering-Inc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-4, .cell-5 {
  display: block;
}

.quick-stack-5 {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-6 {
  max-width: 1196px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.mossion-info-drive-content {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hightlight-dot-title {
  color: #ff5a5a;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.mision-our-mission-description {
  color: rgba(19, 28, 33, .6);
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
}

.mision-our-mission-description.driver-description {
  text-align: right;
}

.mision-our-mission-description.driver-description.left {
  text-align: left;
}

.drive-link {
  color: #ff3f39;
  letter-spacing: 1.28px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.15;
  text-decoration: none;
}

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

.drive-link.hide {
  display: none;
}

.arrow-icon {
  padding-right: 10px;
}

.p-right {
  text-align: right;
}

.mission-info-drive-video {
  width: 100%;
  min-height: 327px;
  background-image: url('../images/celst-SX10.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-play-button {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.media-link-button {
  position: relative;
}

.play-button-icon {
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
  transition: border-width .2s linear, border-color .3s;
}

.cell-6 {
  justify-content: center;
}

.mossion-info-drive-content-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mossion-info-drive-content-2.left {
  width: 100%;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.mission-info-drive-video-2 {
  width: 50%;
  min-height: 327px;
  background-image: url('../images/celst-SX10.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  margin-left: 40px;
  margin-right: 15px;
  display: flex;
}

.mission-info-drive-video-2.left {
  margin-left: 0;
}

.mission-info-drive-video-2.left._2 {
  width: 100%;
  background-image: url('../images/celst-Reflectorless-Shots.png');
  margin-right: auto;
}

.mission-info-drive-video-2._3 {
  width: 100%;
  background-image: url('../images/celst-SX12-Scanning.png');
  margin-left: auto;
  margin-right: auto;
}

.cell-7 {
  justify-content: center;
}

.celst-brochure-image {
  width: 50%;
  height: 100%;
  background-image: url('../images/engineer-phone-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.certifications {
  width: 100%;
  max-width: 1230px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.celst-brochure-tit {
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.certification-item-container {
  width: 25%;
  padding: 15px;
  text-decoration: none;
}

.certification-info {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 30px 20px 20px;
  display: flex;
}

.title-post-link {
  text-decoration: none;
}

.title-post-link:hover {
  color: #ff3f39;
}

.celst-brochure-col-right {
  width: 50%;
  height: 100%;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image-post-link {
  text-decoration: none;
}

.certification-item {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 50px rgba(0, 0, 0, .1);
}

.certification-section {
  max-width: 1196px;
  margin: 0 auto 115px;
}

.celst-brochure-div {
  width: 400px;
  height: 200px;
  opacity: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 50px rgba(0, 0, 0, .1);
}

.celst-brochure-div:hover {
  opacity: .7;
}

.paragraph {
  color: rgba(19, 28, 33, .6);
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
  overflow: visible;
}

.heading, .heading-2 {
  text-decoration: none;
}

.link-7, .link-8 {
  flex: 0 auto;
}

.heading-3 {
  text-decoration: none;
}

.whapp {
  z-index: 30000;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whapp:hover {
  opacity: .8;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.gap-row-48px {
    display: none;
  }

  .color-neutral-700.height {
    font-size: 18px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .text-300.bold.footer-title {
    display: block;
  }

  .text-300.bold.footer-title.hide {
    color: #0a0f24;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .container-default {
    color: #989899;
  }

  .section.pd-300px.position-relative---z-index-1 {
    padding-bottom: 220px;
  }

  .heading-h2-size.color-neutral-100.mg-bottom-0.projects {
    color: var(--neutral--200);
  }

  .footer-logo._20 {
    max-width: 100%;
  }

  .fit-cover {
    width: 100%;
  }

  .fit-cover.hise {
    display: none;
  }

  .cta-section.cta-v1 {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), url('../images/HomeImage5-2-copy.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-gradient---top-section {
    background-image: linear-gradient(to top, #212121, #212121 64%, rgba(33, 33, 33, 0));
  }

  .flex.align-center.justify-space-between.hide {
    display: none;
  }

  .text-over-image-link---container, .text-over-image-link---gradient {
    width: 100%;
  }

  .top-section.pd-bottom-240px.hide, .cart-quantity.color-neutral-100 {
    display: none;
  }

  .call-to-action-white-div {
    background-color: rgba(255, 255, 255, .64);
    padding: 23px;
  }

  .text-block, .text-block-2 {
    display: none;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }

  .service-bullet {
    font-size: 17px;
  }

  .quick-stack-2 {
    max-width: 1196px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    background-color: var(--neutral--200);
  }

  .quick-stack-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: left;
    flex: 1;
  }

  .section-5.emeritus {
    padding-top: 100px;
  }

  .section-6 {
    justify-content: center;
  }

  .quick-stack-4 {
    max-width: 1196px;
    flex: 1;
  }

  .section-7 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 220px;
    display: block;
  }

  .bold-text-5, .bold-text-6 {
    color: var(--accent--primary-1);
  }

  .p1 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Sun-Harbor-Marina-San-Diego-CA-Sampo-Engineering-Inc.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .bold-text-7, .bold-text-8 {
    color: var(--neutral--100);
  }

  .p2 {
    width: 100%;
    height: 100%;
    background-image: url('../images/Shea-Homes-Vulcan-V-Leucadia-CA-Sampo-Engineering-Inc.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .quick-stack-6 {
    margin-bottom: 60px;
  }

  .mossion-info-drive-content-2.left, .mission-info-drive-video-2.left._2 {
    width: 100%;
  }

  .cell-7 {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .cta-section.cta-v1 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .video-play-button {
    width: 100px;
    height: 100px;
  }

  .play-button-icon {
    padding-left: 30px;
    padding-right: 30px;
    transition: border-width .2s, border-color .3s;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns.title-and-categories, .grid-2-columns.title-and-categories.title-large {
    grid-template-columns: 1fr;
  }

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

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

  .grid-2-columns._1fr---1-6fr.gap-row-80px {
    grid-row-gap: 80px;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.grid-footer-v3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.contact-link-card {
    background-position: 100% 100%;
    background-size: 30%;
    padding-bottom: 60px;
  }

  .card.services-card-link {
    max-width: none;
  }

  .card.accordion-item {
    padding: 40px;
  }

  .card.project-single-details-card {
    grid-column-gap: 140px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding: 48px;
    display: grid;
  }

  .card.form-call-card {
    padding: 40px 32px 56px;
  }

  .card.services-reviews {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.password-protected-card {
    padding: 100px 64px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

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

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

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

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

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

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

  .grid-3-columns.gap-44px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-0.gap-row-44px-tablet {
    grid-row-gap: 44px;
  }

  .grid-3-columns.grid-footer-v2 {
    grid-row-gap: 22px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.hide {
    display: none;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-primary.cta-v3-form-button {
    font-size: 20px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .input.large.cta-v3-input {
    padding-right: 136px;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

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

  .rich-text ul {
    padding-left: 40px;
  }

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

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.pd-top-200px {
    padding-top: 160px;
  }

  .section.pd-300px {
    padding-top: 214px;
    padding-bottom: 214px;
  }

  .section.pd-bottom-300px {
    padding-bottom: 214px;
  }

  .section.pd-140px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section.hero-page {
    padding-top: 180px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h1-size.small, .heading-h2-size {
    font-size: 30px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.color-neutral-100, .header-nav-link.color-neutral-100.w--current {
    color: var(--neutral--800);
  }

  .header-nav-link.color-neutral-100.w--current:hover {
    color: var(--accent--primary-1);
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-toggle.color-neutral-100 {
    color: var(--neutral--800);
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 32px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .social-media-grid-top.right-align.center-tablet {
    justify-content: center;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-logo._20 {
    width: 100%;
    max-width: 50px;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .text-center.mg-bottom-150px.mg-bottom-64px-mbl {
    margin-bottom: 0;
  }

  .grid-footer-4-columns {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .play-button-large {
    max-width: 50%;
  }

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

  .cta-section.cta-v1 {
    background-position: 35%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section.cta-v2 {
    background-position: 50% 100%;
  }

  .cta-section.cta-v3 {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .top-section---bg-image {
    margin-top: -102px;
  }

  .top-section---bg-image.blog-post-top-section {
    padding-bottom: 240px;
  }

  .bg-square._284px---bottom-right {
    bottom: -20px;
    right: -20px;
  }

  .bg-square._284px---top-right {
    top: -16px;
    right: -16px;
  }

  .bg-square._278px---top-right, .bg-square._290px---top-right {
    top: -20px;
    right: -20px;
  }

  .section-bg-shape.shape-1 {
    top: -12%;
  }

  .section-bg-shape.shape-4 {
    top: -266px;
  }

  .mg-bottom-0-tablet {
    margin-bottom: 0;
  }

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

  .footer-contact-cards-container {
    flex-direction: row;
  }

  .blog-link-large---image-wrapper {
    min-height: 440px;
  }

  .blog-link---container {
    grid-template-columns: 160px 1fr;
  }

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

  .top-section.pd-bottom-240px {
    padding-bottom: 20px;
  }

  .top-section.pd-bottom-240px.hide {
    display: none;
  }

  .top-section.pd-bottom-240px.clientspage {
    padding-bottom: 0;
  }

  .stats-section-container {
    grid-column-gap: 64px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-top--40px-tablet {
    margin-top: -40px;
  }

  .mg-top-0-tablet {
    margin-top: 0;
  }

  .reviews-card-top-section-container {
    grid-column-gap: 32px;
  }

  .btn-cta-index {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card-index.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-index.figma-file.reverse-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .figma-file-text-wrapper.pd-large {
    padding-right: 30px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .header-left-side {
    display: none;
  }

  .services-list-item, .services-list-item-2, .services-list-item-3, .services-list-item-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image.navfac {
    height: 50%;
  }

  .section-5.emeritus {
    padding-top: 60px;
  }

  .mossion-info-drive-content {
    padding-right: 15px;
  }

  .mision-our-mission-description {
    text-align: left;
  }

  .mission-info-drive-video {
    margin-left: 15px;
    margin-right: 0;
  }

  .mossion-info-drive-content-2 {
    padding-right: 15px;
  }

  .mission-info-drive-video-2 {
    margin-left: 15px;
    margin-right: 0;
  }

  .certification-item-container {
    width: 50%;
  }

  .certification-section {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 32px;
  }

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

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.dropdown-content-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1fr---1-34fr, .grid-2-columns._1-2fr---1fr, .grid-2-columns._1-5fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.columns-auto {
    grid-template-columns: auto;
  }

  .grid-2-columns._1fr---1-18fr, .grid-2-columns._1fr---1-25fr, .grid-2-columns._1fr---1-6fr, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.contact-link-card {
    background-size: 36%;
    padding: 40px 32px;
  }

  .card.testimonial-card {
    background-size: 40%;
    flex-direction: column;
    margin-top: 80px;
    margin-left: 0;
    padding: 0 32px 40px;
  }

  .card.footer-contact-link {
    max-width: 290px;
  }

  .card.our-values-card {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.services-card-link {
    padding: 40px 32px;
  }

  .card.offices-tabs-info-card {
    width: 90%;
    margin-top: -80px;
    padding: 56px 32px;
    position: relative;
    left: auto;
  }

  .card.accordion-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.project-single-details-card {
    grid-column-gap: 40px;
    margin-top: -100px;
    padding: 40px 32px;
  }

  .card.form-call-card {
    position: static;
  }

  .card.form-call-card.mg-top--522 {
    margin-top: 0;
  }

  .card.services-reviews {
    padding: 40px 32px;
  }

  .card.blog-post-author-card {
    background-size: 40%;
    flex-direction: column;
    margin-top: 200px;
    margin-left: 0;
    padding: 0 32px 40px;
  }

  .card.password-protected-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.search-results {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bg-accent-1.section-top-bg {
    bottom: 44%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

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

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-40px, .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-56px, .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-top-64px {
    margin-top: 48px;
  }

  .mg-top-80px {
    margin-top: 64px;
  }

  .text-200 {
    font-size: 16px;
  }

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

  .grid-1-column.gap-row-80px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

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

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

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 56px;
  }

  .grid-3-columns.gap-row-0.gap-row-44px-tablet {
    grid-row-gap: 32px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._336px._434px-mbl {
    max-width: 434px;
  }

  .inner-container._48px-mbl {
    max-width: 48px;
  }

  .inner-container._72px._64px-mbl {
    max-width: 64px;
  }

  .inner-container._162px._100px-mbl {
    max-width: 100px;
  }

  .inner-container._64px-mbl {
    max-width: 64px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small.hide {
    display: block;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-primary.next-button {
    font-size: 16px;
  }

  .btn-primary.cta-v3-form-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-button {
    font-size: 16px;
  }

  .btn-secondary.tab-menu-button {
    padding: 12px 18px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    font-size: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 18px;
  }

  .input::placeholder {
    font-size: 18px;
  }

  .input.small {
    font-size: 16px;
  }

  .input.small::-ms-input-placeholder {
    font-size: 16px;
  }

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

  .input.large {
    font-size: 20px;
  }

  .input.large::-ms-input-placeholder {
    font-size: 20px;
  }

  .input.large::placeholder {
    font-size: 20px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.large.cta-v3-input {
    min-height: 72px;
    padding-right: 128px;
  }

  .input.dropdown-input {
    font-size: 16px;
  }

  .text-area {
    font-size: 18px;
  }

  .text-area::-ms-input-placeholder {
    font-size: 18px;
  }

  .text-area::placeholder {
    font-size: 18px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 200px;
    height: 200px;
    max-height: 200px;
    max-width: 200px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.success-message-icon-top {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .rich-text h3 {
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .rich-text ul, .rich-text ol {
    margin-bottom: 32px;
    padding-left: 32px;
  }

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

  .rich-text h4 {
    margin-bottom: 10px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-top-200px {
    padding-top: 120px;
  }

  .section.pd-300px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.pd-bottom-300px {
    padding-bottom: 120px;
  }

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

  .section.pd-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.cta-home-pages {
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h2-size.mg-bottom-10px {
    line-height: 1.1em;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper {
    padding-top: 13px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo-link {
    max-width: 220px;
  }

  .hamburger-menu-wrapper {
    margin-left: 24px;
  }

  .hamburger-menu-bar {
    width: 34px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

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

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

  .footer-wrapper {
    background-size: 80%;
  }

  .footer-logo {
    width: 100%;
    max-width: 225px;
  }

  .footer-logo._20 {
    max-width: 55px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

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

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

  .success-message {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .grid-footer-4-columns {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .subtitle {
    margin-bottom: 12px;
    font-size: 18px;
  }

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

  .cta-section.cta-v1 {
    background-image: url('../images/HomeImage5-2-copy.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cta-section.cta-v2 {
    background-position: -80% 100%;
    background-size: auto 84%;
  }

  .cta-section.cta-v3 {
    background-position: 100% 100%;
    background-size: 60%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .slider-wrapper.arrows-top-right-slider, .slider-wrapper.arrows-bottom-center-slider {
    padding-bottom: 104px;
  }

  .accordion-btn-line.vertical {
    height: 14px;
  }

  .accordion-btn-line.horizontal {
    width: 14px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .top-section---bg-image {
    margin-top: -90px;
    padding-top: 154px;
    padding-bottom: 180px;
  }

  .top-section---bg-image.top-section---dark-bg {
    padding-top: 154px;
  }

  .top-section---bg-image.project-template-top-section {
    padding-top: 154px;
    padding-bottom: 180px;
  }

  .top-section---bg-image.blog-post-top-section {
    padding-top: 154px;
    padding-bottom: 160px;
  }

  .contact-link-cards-section {
    margin-top: -107px;
  }

  .bg-square._204px---top-left {
    top: -16px;
    left: -16px;
  }

  .bg-square._250px---top-left {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    top: -12px;
    left: -12px;
  }

  .bg-square._284px---bottom-right {
    bottom: -16px;
    right: -16px;
  }

  .bg-square._284px---top-right {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
  }

  .bg-square._278px---top-right {
    max-height: 220px;
    max-width: 220px;
    min-height: 220px;
    min-width: 220px;
    top: -16px;
    right: -16px;
  }

  .bg-square._290px---top-right {
    max-height: 160px;
    max-width: 160px;
    min-height: 160px;
    min-width: 160px;
    top: -16px;
    right: -16px;
  }

  .mg-top-0-mbl {
    margin-top: 0;
  }

  .flex.gap-48px.gap-32px-mbl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-bg-shape.shape-2 {
    width: 80%;
  }

  .section-bg-shape.shape-4 {
    top: -230px;
  }

  .mg-bottom-100px {
    margin-bottom: 80px;
  }

  .testimonial-card-image-wrapper {
    min-width: auto;
    margin-top: -80px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .slider-arrow {
    max-height: 64px;
    max-width: 64px;
    min-height: 64px;
    min-width: 64px;
    font-size: 22px;
  }

  .slider-arrow.arrows-top-right---right-arrow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 88px;
    right: 0%;
  }

  .slider-arrow.arrows-top-right---left-arrow, .slider-arrow.arrows-bottom-center---left-arrow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 88px;
  }

  .slider-arrow.arrows-bottom-center---right-arrow {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 88px;
    right: 0%;
  }

  .footer-contact-cards-container {
    flex-wrap: wrap;
  }

  .blog-link-large---image-wrapper {
    min-height: auto;
  }

  .blog-link---container {
    grid-template-columns: 180px 1fr;
  }

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

  .top-section.pd-bottom-240px {
    padding-bottom: 40px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 120px;
  }

  .stats-section-container {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
    display: grid;
  }

  .mg-right-0-mbl {
    margin-right: 0;
  }

  .mg-bottom-64px-mbl {
    margin-bottom: 64px;
  }

  .contact-page-form-container {
    min-height: 464px;
  }

  .tabs-menu-center {
    grid-column-gap: 16px;
    margin-bottom: 64px;
  }

  .offices-tabs-image-wrapper {
    width: 100%;
    min-height: 466px;
  }

  .offices-tabs-main-container {
    flex-direction: column;
  }

  .accordion-btn {
    max-height: 36px;
    max-width: 36px;
    min-height: 36px;
    min-width: 36px;
  }

  .tab-link-underlined {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
  }

  .form-inside-card-small {
    min-height: 314px;
  }

  .mg-right-20px.mg-right-12px-mbl {
    margin-right: 12px;
  }

  .reviews-card-top-section-container {
    grid-column-gap: 32px;
  }

  .cta-v3-form-container {
    max-width: none;
    min-height: 74px;
  }

  .blog-post-author-card-image-wrapper {
    max-width: none;
    margin-top: -200px;
    margin-bottom: 40px;
    margin-left: 0;
  }

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

  .cart-button, .cart-quantity {
    font-size: 16px;
  }

  .btn-cta-index {
    padding: 20px 32px;
  }

  .btn-cta-index.button-row {
    margin-right: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-pages-cointainer {
    margin-top: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .services-list-item {
    width: 50%;
    margin-bottom: 6px;
    line-height: 1em;
  }

  .services-list-item-2, .services-list-item-3, .services-list-item-4 {
    width: 50%;
    margin-bottom: 6px;
  }

  .list {
    line-height: 1em;
  }

  .image.defense {
    height: 72%;
  }

  .section-4, .section-5, .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .mossion-info-drive-content {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mision-our-mission-description.driver-description {
    text-align: left;
  }

  .mission-info-drive-video {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .mossion-info-drive-content-2 {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-info-drive-video-2 {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .certification-section {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

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

  .grid-2-columns.form {
    grid-row-gap: 44px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.footer-menu-grid {
    grid-template-columns: auto;
  }

  .card.contact-link-card {
    background-size: 60%;
    padding-bottom: 160px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.footer-contact-link {
    max-width: none;
  }

  .card.our-values-card {
    padding: 40px 24px;
  }

  .card.services-card-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.offices-tabs-info-card {
    margin-top: -48px;
    padding: 40px 24px;
  }

  .card.accordion-item {
    padding: 32px 24px;
  }

  .card.project-single-details-card {
    grid-template-columns: 1fr;
    margin-top: -48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.form-call-card, .card.services-reviews, .card.blog-post-author-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.password-protected-card {
    padding: 64px 24px;
  }

  .card.search-results {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .bg-accent-1.section-top-bg {
    bottom: 38%;
  }

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

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .mg-top-80px {
    margin-top: 56px;
  }

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

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

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

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

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 40px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._70px._48px-mbp, .inner-container._48px-mbp, .inner-container._72px._64px-mbl {
    max-width: 48px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.next-button {
    margin: 6px 0;
  }

  .btn-primary.cta-v3-form-button {
    width: auto;
    padding: 11px 16px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.previous-button {
    margin: 6px 0;
  }

  .btn-secondary.tab-menu-button {
    width: auto;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.price-badge-top-right {
    top: 12px;
    left: 12px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

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

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

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

  .input.large::-ms-input-placeholder {
    font-size: 18px;
  }

  .input.large::placeholder {
    font-size: 18px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.large.cta-v3-input {
    min-height: 56px;
    padding-right: 100px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .social-icon-square._36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .line-square-icon.success-message-icon-top {
    font-size: 40px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

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

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

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.pd-bottom-300px {
    padding-bottom: 118px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h1-size.small {
    line-height: 1.1em;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-wrapper {
    padding-top: 13px;
  }

  .header-nav-menu-list {
    align-items: center;
  }

  .header-nav-link.color-neutral-100 {
    text-align: center;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: center;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-toggle.color-neutral-100 {
    justify-content: center;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

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

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

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-wrapper {
    background-position: 0 100%;
    background-size: auto;
  }

  .footer-logo {
    width: 100%;
    max-width: 203px;
  }

  .footer-logo._20 {
    max-width: 46px;
  }

  .footer-list-wrapper.hizotal-align {
    flex-direction: column;
  }

  .footer-list-item.right-mg {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .success-message {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-footer-4-columns {
    grid-column-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .cta-section.cta-v1 {
    background-position: 0 0, 40%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-section.cta-v3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .slider-wrapper.arrows-top-right-slider, .slider-wrapper.arrows-bottom-center-slider {
    padding-bottom: 88px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ._404-not-found {
    font-size: 100px;
  }

  .top-section---bg-image {
    padding-top: 138px;
    padding-bottom: 140px;
  }

  .top-section---bg-image.top-section---dark-bg {
    padding-top: 138px;
    padding-bottom: 80px;
  }

  .top-section---bg-image.project-template-top-section, .top-section---bg-image.blog-post-top-section {
    padding-top: 138px;
    padding-bottom: 140px;
  }

  .contact-link-cards-section {
    margin-top: 0;
  }

  .bg-square {
    border-width: 2px;
  }

  .bg-square._204px---top-left {
    max-height: 120px;
    max-width: 120px;
    min-height: 120px;
    min-width: 120px;
    border-width: 2px;
  }

  .bg-square._250px---top-left {
    top: -8px;
    left: -8px;
  }

  .bg-square._284px---bottom-right {
    max-height: 160px;
    max-width: 160px;
    min-height: 160px;
    min-width: 160px;
    bottom: -12px;
    right: -12px;
  }

  .bg-square._284px---top-right {
    top: -12px;
    right: -12px;
  }

  .bg-square._278px---top-right {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
    top: -12px;
    right: -12px;
  }

  .bg-square._290px---top-right {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    top: -8px;
    right: -8px;
  }

  .section-bg-shape.shape-1 {
    width: 40%;
    top: -8%;
  }

  .section-bg-shape.shape-4 {
    top: -160px;
  }

  .section-bg-shape.shape-5, .section-bg-shape.shape-6 {
    width: 44%;
  }

  .mg-bottom-100px {
    margin-bottom: 72px;
  }

  .gap-column-24px-mbp {
    grid-column-gap: 24px;
  }

  .slider-arrow {
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
  }

  .slider-arrow.arrows-top-right---right-arrow {
    left: 64px;
  }

  .slider-arrow.arrows-top-right---left-arrow, .slider-arrow.arrows-bottom-center---left-arrow {
    right: 64px;
  }

  .slider-arrow.arrows-bottom-center---right-arrow {
    left: 64px;
  }

  .text-over-image-link---text-container {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .blog-link-large---image-wrapper {
    min-height: 360px;
    margin-bottom: 20px;
  }

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

  .top-section {
    padding-top: 48px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 40px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 100px;
  }

  .stats-section-container {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-page-form-container {
    min-height: 658px;
  }

  .mg-top-0-mbp {
    margin-top: 0;
  }

  .tabs-menu-center {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .offices-tabs-image-wrapper {
    min-height: 300px;
  }

  .tab-link-underlined {
    font-size: 16px;
  }

  .form-inside-card-small {
    min-height: 310px;
  }

  .reviews-card-top-section-container {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-v3-form-container {
    min-height: 56px;
  }

  .protected-page-bg {
    background-size: 35%, 35%;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

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

  .order-item-content {
    margin-left: 0;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .btn-cta-index {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-cta-index.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-list-item, .services-list-item-2, .services-list-item-3, .services-list-item-4 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    display: flex;
  }

  .list {
    padding-left: 0;
  }

  .list-2 {
    padding-left: 0;
    list-style-type: disc;
  }

  .list-3, .list-4 {
    padding-left: 0;
  }

  .div-block {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-2 {
    width: 100%;
    height: 88px;
    flex: none;
  }

  .image.defense {
    height: 84%;
  }

  .cell {
    display: block;
  }

  .section-4 {
    padding-bottom: 40px;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .shipments-text {
    font-size: 15px;
  }

  .quick-stack-6 {
    margin-bottom: 0;
  }

  .mossion-info-drive-content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    padding-right: 0;
  }

  .mision-our-mission-description, .mision-our-mission-description.driver-description {
    text-align: left;
  }

  .mission-info-drive-video {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mossion-info-drive-content-2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    padding-right: 0;
  }

  .mission-info-drive-video-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .certification-item-container {
    width: 100%;
  }

  .celst-brochure-col-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .celst-brochure-div {
    width: auto;
    height: 169px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph {
    text-align: center;
  }
}

#w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c2500-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c2507-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c250e-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c252c-907f29c9, #w-node-_379d40cb-6d1c-fc0f-29bd-cacd86a2008f-907f29c9, #w-node-db0b77f5-8721-f6b0-874f-0b67cba94818-907f29c9, #w-node-_7fa077b6-fb72-529c-1455-60914f2edf7a-907f29c9, #w-node-_84dc43ae-27df-7abe-bbd8-ff5679e56328-907f29c9, #w-node-a345376a-53ce-fcd6-cf94-ffd1116d9345-907f29c9, #w-node-b872e1cf-58a5-cce4-c513-03c9e9053b7d-907f29c9, #w-node-bfbb336d-6ea3-83d1-26b2-9b213a34ebae-907f29c9, #w-node-b9804b69-1276-39a3-9809-84b3fbd3750b-907f29c9, #w-node-_733f971d-912a-4abf-40a2-96985c9a04a6-907f29c9, #w-node-_5b0f6b79-c68f-d806-61bd-ca8636b765f1-907f29c9, #w-node-_12d7d7a3-5787-9892-1312-a4b2a8487ed1-907f29c9, #w-node-_12d7d7a3-5787-9892-1312-a4b2a8487ed7-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25a8-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25af-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25b2-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25b4-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25bc-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25c9-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25cc-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25ce-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25d6-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25dd-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25e2-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25ec-907f29c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48757127-56c0-2cf1-c9a6-19049d055a6e-9d055a54 {
  align-self: start;
}

#w-node-_48757127-56c0-2cf1-c9a6-19049d055abc-9d055a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_48757127-56c0-2cf1-c9a6-19049d055abe-9d055a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8bd031f5-efe4-bbe0-38bf-e32b2cf450eb-2cf450d0, #w-node-_8bd031f5-efe4-bbe0-38bf-e32b2cf450ef-2cf450d0 {
  align-self: start;
}

#w-node-_8bd031f5-efe4-bbe0-38bf-e32b2cf450f2-2cf450d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17578601-2566-b045-2f26-17e09218d4f8-2cf450d0, #w-node-_17578601-2566-b045-2f26-17e09218d4fc-2cf450d0 {
  align-self: start;
}

#w-node-_511f3737-30e0-082a-59b6-f1bc7aaf1e72-907f2a29, #w-node-d592856d-f31d-03f1-db05-29eb0479d1ac-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b71c2901-1d4d-4744-9f6b-d22f32c0370d-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3baef782-755a-0c0e-8548-bd14da824e96-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_7f7eeeb4-0c90-81ca-1c1d-b5cfafa50ca6-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f21edb73-96a4-660b-7c9f-3acd96e36db2-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-907f2a29, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-907f2a29, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-907f2a29, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-907f2a29, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_539c631b-1676-a9db-a44d-9ebb29411571-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-907f2a29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c8bd939-99e9-8ec0-dc71-270b5df4788e-5df4788a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c8bd939-99e9-8ec0-dc71-270b5df47890-5df4788a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-d4124176-7e30-6ef4-25fb-6e8af862497c-f8624961, #w-node-d4124176-7e30-6ef4-25fb-6e8af8624980-f8624961, #w-node-d4124176-7e30-6ef4-25fb-6e8af862498b-f8624961, #w-node-d4124176-7e30-6ef4-25fb-6e8af8624994-f8624961 {
  align-self: start;
}

#w-node-b58bfd8f-f7ca-3892-eeb1-9d51dc08aba2-907f2a2b, #w-node-b58bfd8f-f7ca-3892-eeb1-9d51dc08abb4-907f2a2b {
  align-self: stretch;
}

#w-node-_50285bfd-8e97-6630-8164-922c1dfb9081-907f2a2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_114251d0-70d2-b1b2-0df7-01c8375a6ec1-907f2a2b {
  justify-self: end;
}

#w-node-_1caf83be-c7ac-10ce-cca5-c9ddc5f266fe-907f2a2b {
  align-self: stretch;
}

#w-node-e21e4908-0075-9dec-3403-27f3dc1d2287-907f2a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf42-907f2a31 {
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-907f2a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf59-907f2a31 {
  justify-self: start;
}

#w-node-_61cb1db8-26bd-757c-9332-8e4bd9e144fd-907f2a35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9b2c07c9-6f61-e37d-4e5e-7fe28cffca6d-907f2a35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_00937244-bee5-e8bb-6b43-edd459fe9ab0-907f2a35 {
  align-self: stretch;
}

#w-node-_24153f34-5bb8-8b81-f096-39e51a62978f-907f2a36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e5612c-1812-a325-187c-f89a84c4231c-907f2a36 {
  align-self: stretch;
}

#w-node-_704b5019-a13a-6bfb-039a-f215b8012b6b-907f2a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc0e679a-7372-dcc2-b33c-67654eaf4ff3-907f2a38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6bd46aec-6efe-f5bf-442e-61b29ed95861-907f2a39, #w-node-_3ce03fac-44a0-a6ae-d2d0-18bd9d027c7e-907f2a39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_11417bf2-8401-6630-cdb6-50e99d36e19f-907f2a39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd56153d-934b-3937-620f-67ab7cd89271-907f2a39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc2d5a59-a136-aa0a-2f17-551cbd274b9a-907f2a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4940e3c-b2e0-1143-59fa-580a82af1f2f-907f2a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eb30db31-4982-22a2-10c9-d3effd618a20-907f2a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d3263a-2d3a-8075-d0e8-9380eebff4ca-907f2a3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d4720718-caee-7172-b54d-e1cc01e16ff3-907f2a3a {
  align-self: stretch;
}

#w-node-d8e204da-3a8f-a1a1-653a-9866e169a161-907f2a6a {
  align-self: center;
}

#w-node-_955ea427-e21c-2420-bade-7fb6e26edac9-907f2a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b21d384-1f98-081d-c35a-36281cc71ac2-907f2a6d, #w-node-_9b21d384-1f98-081d-c35a-36281cc71ac6-907f2a6d, #w-node-_9b21d384-1f98-081d-c35a-36281cc71ad3-907f2a6d, #w-node-_9b21d384-1f98-081d-c35a-36281cc71ade-907f2a6d {
  align-self: start;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cce-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd2-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-aa8d2399-63a1-7a18-f5da-95db29fb2baa-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e534008-e368-04b5-845d-ccec33d5bca7-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38d9ec7e-869e-53b1-f84b-c387218a80a4-907f2a71, #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-907f2a71, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-907f2a71, #w-node-f75ad1ff-d73d-5cfc-d185-3b7271a44b4f-907f2a71, #w-node-_907367c0-06bc-3e58-8bd1-9fdd628251b3-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9baa817f-9150-00fa-e0b0-75a7b6e8c948-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f6b-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6911eb88-8515-281c-09e2-bc6e55b9adc9-907f2a71, #w-node-_0541f806-e302-f201-5329-f6521303ae8e-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-907f2a71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e50c1fda-3838-e575-f599-6d3128e44da9-907f2a71, #w-node-afe37d5b-b8e2-fb8c-f448-7ca7ebb3b417-907f2a71 {
  align-self: stretch;
}

#w-node-_03f317d4-dd0f-5ceb-882f-5e83086cd96c-086cd969 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-907f2a8c, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-907f2a8c, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-907f2a8c, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-907f2a8c, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-907f2a8c, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-907f2a8c, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-907f2a8c, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-907f2a8c, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-907f2a8c, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-907f2a8c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-907f2a8d {
  align-self: stretch;
}

#w-node-_4878956b-0f1e-6d43-412d-54ecb3b97b0f-907f2a8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-907f2a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b7e4ada-ef65-78b1-8f4d-9e4804dabb21-907f2a92, #w-node-d2ddf4bb-a09d-7666-9e6f-e35d9a87d951-907f2a92, #w-node-_7da89760-bb57-af83-3d34-56c90be85c71-907f2a92, #w-node-_4f9fb701-c99b-88f9-adfd-0b0c63185a48-907f2a92, #w-node-e6744113-7f0d-c6e8-67ac-e76815575226-907f2a92, #w-node-b068b484-8705-5409-e376-ba45d551858d-907f2a92, #w-node-_7a5a05ab-084f-d512-e56c-b9755f6ba36c-907f2a92, #w-node-_143e2655-fb9e-21e8-7bf8-446cf8a32667-907f2a92, #w-node-a6e41264-9003-8b82-ca05-79cd94519b7b-907f2a92, #w-node-ada8f386-7cc9-0961-ca79-a688bdcb2b8d-907f2a92, #w-node-_61241235-9a74-56cc-fedd-8afe348b0094-907f2a92, #w-node-cfdf1b6f-64b7-3242-12c0-64a5ad23b545-907f2a92, #w-node-_894af78f-cc94-3ffb-2f8a-f464e4740540-907f2a92, #w-node-b7b32383-690a-985c-5701-136fcab6b1ad-907f2a92, #w-node-_6f1234fd-96e5-b071-9cc7-067d964d509d-907f2a92, #w-node-_65c32a3d-c304-ba84-f2be-e37792fa1db8-907f2a92, #w-node-_1e381b67-cff8-f8cb-bd2a-2895657b0023-907f2a92, #w-node-dfcb2b00-21fb-40e8-5a32-7adfafa1ce3b-907f2a92, #w-node-a9a67529-de4c-0b9f-383e-6207defd4e82-907f2a92 {
  justify-self: stretch;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cce-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd2-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-aa8d2399-63a1-7a18-f5da-95db29fb2baa-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-536f6168 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee19-536f6168 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e534008-e368-04b5-845d-ccec33d5bca7-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38d9ec7e-869e-53b1-f84b-c387218a80a4-536f6168, #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-536f6168, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-536f6168, #w-node-f75ad1ff-d73d-5cfc-d185-3b7271a44b4f-536f6168, #w-node-_907367c0-06bc-3e58-8bd1-9fdd628251b3-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9baa817f-9150-00fa-e0b0-75a7b6e8c948-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f6b-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6911eb88-8515-281c-09e2-bc6e55b9adc9-536f6168, #w-node-_0541f806-e302-f201-5329-f6521303ae8e-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-536f6168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e50c1fda-3838-e575-f599-6d3128e44da9-536f6168, #w-node-afe37d5b-b8e2-fb8c-f448-7ca7ebb3b417-536f6168 {
  align-self: stretch;
}

#w-node-e21e4908-0075-9dec-3403-27f3dc1d2287-d9d61e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf42-d9d61e6e {
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-d9d61e6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf59-d9d61e6e {
  justify-self: start;
}

#w-node-_511f3737-30e0-082a-59b6-f1bc7aaf1e72-b72d3272, #w-node-d592856d-f31d-03f1-db05-29eb0479d1ac-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b71c2901-1d4d-4744-9f6b-d22f32c0370d-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3baef782-755a-0c0e-8548-bd14da824e96-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_7f7eeeb4-0c90-81ca-1c1d-b5cfafa50ca6-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f21edb73-96a4-660b-7c9f-3acd96e36db2-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-b72d3272, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-b72d3272, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-b72d3272, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-b72d3272, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_539c631b-1676-a9db-a44d-9ebb29411571-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f735-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f73e-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-b72d3272 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-fa1a5f4c, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-fa1a5f4c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-fa1a5f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-fa1a5f4c, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-fa1a5f4c, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-fa1a5f4c, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-fa1a5f4c, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-fa1a5f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-fa1a5f4c, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-fa1a5f4c, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-fa1a5f4c, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-fa1a5f4c, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-fa1a5f4c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_59ca2945-db4a-2a72-e40f-e4e04d5d2336-faf71427 {
  align-self: start;
}

#w-node-_59ca2945-db4a-2a72-e40f-e4e04d5d2338-faf71427 {
  align-self: stretch;
}

#w-node-ec24cac6-c2f0-fa1e-a2de-515b8efda93b-faf71427 {
  align-self: start;
  justify-self: center;
}

#w-node-ec24cac6-c2f0-fa1e-a2de-515b8efda93d-faf71427 {
  align-self: stretch;
}

#w-node-_621b938b-260e-fee2-a3ee-d169fc497cf0-faf71427 {
  align-self: start;
  justify-self: end;
}

#w-node-_621b938b-260e-fee2-a3ee-d169fc497cf2-faf71427 {
  align-self: stretch;
}

#w-node-cff0d739-9156-fcdd-4c6d-bd6bc4ce9829-faf71427 {
  align-self: start;
}

#w-node-cff0d739-9156-fcdd-4c6d-bd6bc4ce982b-faf71427 {
  align-self: stretch;
}

#w-node-_1cb64ccb-a0c0-8a5f-0202-8c2c05ad2248-faf71427 {
  align-self: start;
  justify-self: center;
}

#w-node-_1cb64ccb-a0c0-8a5f-0202-8c2c05ad224a-faf71427 {
  align-self: stretch;
}

#w-node-f559a33e-e38d-c505-7374-2622cb3eed29-faf71427 {
  align-self: start;
  justify-self: end;
}

#w-node-f559a33e-e38d-c505-7374-2622cb3eed2b-faf71427 {
  align-self: stretch;
}

#w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-4f7185c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-4f7185c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-4f7185c8, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-4f7185c8, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-4f7185c8, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-4f7185c8, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-4f7185c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5cb996da-0a00-ffd1-d622-732e2b8fd991-db536a85, #w-node-_01f25213-fd8f-bd84-1ccc-65a164a6fa00-db536a85, #w-node-ac87c9d3-a644-ee76-3c04-778d93b9cb23-db536a85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f233c7a6-3388-7fdf-6144-5caa667d71f3-db536a85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-badf25f2-dceb-82f7-aee6-7c01c63aa56f-e670c3f1, #w-node-_377ec668-c651-7f83-d65e-37d60814b060-e670c3f1, #w-node-_0c8935c3-8c4d-8c25-8160-0f88b40147e7-e670c3f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cce-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd2-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-aa8d2399-63a1-7a18-f5da-95db29fb2baa-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-3bbeaae6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee19-3bbeaae6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e534008-e368-04b5-845d-ccec33d5bca7-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_38d9ec7e-869e-53b1-f84b-c387218a80a4-3bbeaae6, #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-3bbeaae6, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-3bbeaae6, #w-node-f75ad1ff-d73d-5cfc-d185-3b7271a44b4f-3bbeaae6, #w-node-_907367c0-06bc-3e58-8bd1-9fdd628251b3-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9baa817f-9150-00fa-e0b0-75a7b6e8c948-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f6b-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6911eb88-8515-281c-09e2-bc6e55b9adc9-3bbeaae6, #w-node-_0541f806-e302-f201-5329-f6521303ae8e-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-3bbeaae6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e50c1fda-3838-e575-f599-6d3128e44da9-3bbeaae6, #w-node-afe37d5b-b8e2-fb8c-f448-7ca7ebb3b417-3bbeaae6 {
  align-self: stretch;
}

#w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da37-d061da1c {
  align-self: start;
}

#w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da7e-d061da1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da80-d061da1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_48641bd2-e3f5-ba74-43a6-07677cdb3257-7cdb3254 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65124532-b25b-b695-ae2e-1283afc3423e-afc34229, #w-node-_65124532-b25b-b695-ae2e-1283afc34242-afc34229 {
  align-self: start;
}

#w-node-_65124532-b25b-b695-ae2e-1283afc34247-afc34229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65124532-b25b-b695-ae2e-1283afc3425b-afc34229, #w-node-_65124532-b25b-b695-ae2e-1283afc3425f-afc34229 {
  align-self: start;
}

#w-node-e21e4908-0075-9dec-3403-27f3dc1d2287-5b67425d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf42-5b67425d {
  align-self: start;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-5b67425d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf59-5b67425d {
  justify-self: start;
}

#w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-557bb258, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-557bb258 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-557bb258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-557bb258, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-557bb258, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-557bb258, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-557bb258, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-557bb258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-557bb258, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-557bb258, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-557bb258, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-557bb258, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-557bb258 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_511f3737-30e0-082a-59b6-f1bc7aaf1e72-c0bbf5a8, #w-node-d592856d-f31d-03f1-db05-29eb0479d1ac-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b71c2901-1d4d-4744-9f6b-d22f32c0370d-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3baef782-755a-0c0e-8548-bd14da824e96-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_7f7eeeb4-0c90-81ca-1c1d-b5cfafa50ca6-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f21edb73-96a4-660b-7c9f-3acd96e36db2-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-c0bbf5a8, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-c0bbf5a8, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-c0bbf5a8, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-c0bbf5a8, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_539c631b-1676-a9db-a44d-9ebb29411571-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f735-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f73e-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-c0bbf5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-907ce0f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7ca5e2f-6002-b51a-44af-05c72df4c677-907ce0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d013c210-656c-68ae-5f72-a92877486a23-907ce0f6, #w-node-_7d3a3c07-7ee7-2157-bf5c-a94f63a561b9-907ce0f6, #w-node-_956f8887-8cf3-da1f-7212-53f4f8f7711d-907ce0f6, #w-node-e6733d0c-6e91-07c2-0278-62b1143a9cc5-907ce0f6, #w-node-e65c4262-0782-6bca-ad92-3d7562040aa3-907ce0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d6b8f152-417f-2147-70b2-383bbe9a3fdf-3051e754 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-726e065b, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-726e065b, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-726e065b, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-726e065b, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-726e065b, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-726e065b, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-726e065b, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-726e065b, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-726e065b, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-726e065b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5cb996da-0a00-ffd1-d622-732e2b8fd991-b270c0c6, #w-node-_01f25213-fd8f-bd84-1ccc-65a164a6fa00-b270c0c6, #w-node-ac87c9d3-a644-ee76-3c04-778d93b9cb23-b270c0c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f233c7a6-3388-7fdf-6144-5caa667d71f3-b270c0c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-badf25f2-dceb-82f7-aee6-7c01c63aa56f-a1259379, #w-node-_377ec668-c651-7f83-d65e-37d60814b060-a1259379, #w-node-_0c8935c3-8c4d-8c25-8160-0f88b40147e7-a1259379 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-907f2a71, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-907f2a71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-907f2a8c, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-907f2a8c, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-907f2a8c, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-907f2a8c, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-907f2a8c, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-907f2a8c, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-907f2a8c, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-907f2a8c, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-907f2a8c, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-907f2a8c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-536f6168, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-536f6168, #w-node-a0a81d73-c86d-d9da-e4f3-1a7c03af5484-3bbeaae6, #w-node-dcf6d729-c75e-4968-cb80-f422961b8dd8-3bbeaae6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-726e065b, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-726e065b, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-726e065b, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-726e065b, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-726e065b, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-726e065b, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-726e065b, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-726e065b, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-726e065b, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-726e065b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25b4-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25ce-907f29c9 {
    order: -9999;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055a58-9d055a54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055a6a-9d055a54 {
    justify-self: start;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055aa4-9d055a54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-907f2a29 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_3c8bd939-99e9-8ec0-dc71-270b5df4788d-5df4788a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c8bd939-99e9-8ec0-dc71-270b5df47890-5df4788a {
    justify-self: auto;
  }

  #w-node-d4124176-7e30-6ef4-25fb-6e8af8624994-f8624961, #w-node-_9b21d384-1f98-081d-c35a-36281cc71ade-907f2a6d {
    justify-self: center;
  }

  #w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-907f2a71, #w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-907f2a71 {
    justify-self: auto;
  }

  #w-node-_4878956b-0f1e-6d43-412d-54ecb3b97b0f-907f2a8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-536f6168 {
    justify-self: auto;
  }

  #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-536f6168 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-536f6168 {
    justify-self: auto;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-b72d3272, #w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-b72d3272 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-ec24cac6-c2f0-fa1e-a2de-515b8efda93b-faf71427, #w-node-_621b938b-260e-fee2-a3ee-d169fc497cf0-faf71427, #w-node-cff0d739-9156-fcdd-4c6d-bd6bc4ce9829-faf71427, #w-node-_1cb64ccb-a0c0-8a5f-0202-8c2c05ad2248-faf71427, #w-node-f559a33e-e38d-c505-7374-2622cb3eed29-faf71427, #w-node-_0b1329a7-cbbd-6125-0d0f-81b45aaf9566-3bbeaae6 {
    justify-self: auto;
  }

  #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-3bbeaae6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6a01ec86-f3a5-05e4-9341-6aad8a627f70-3bbeaae6 {
    justify-self: auto;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da20-d061da1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da33-d061da1c {
    justify-self: start;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da66-d061da1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-c0bbf5a8, #w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-c0bbf5a8 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-d6b8f152-417f-2147-70b2-383bbe9a3fdf-3051e754 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25b4-907f29c9, #w-node-_04e9ef3f-efc5-3fd0-6039-98d4a90c25ce-907f29c9 {
    order: -9999;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055a58-9d055a54 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055a8b-9d055a54 {
    justify-self: center;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055aa4-9d055a54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_48757127-56c0-2cf1-c9a6-19049d055abc-9d055a54, #w-node-_48757127-56c0-2cf1-c9a6-19049d055abe-9d055a54 {
    justify-self: center;
  }

  #w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-907f2a29 {
    order: -9999;
  }

  #w-node-_539c631b-1676-a9db-a44d-9ebb29411571-907f2a29, #w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-907f2a29 {
    justify-self: center;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-907f2a29 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-_114251d0-70d2-b1b2-0df7-01c8375a6ec1-907f2a2b, #w-node-_9b2c07c9-6f61-e37d-4e5e-7fe28cffca6d-907f2a35, #w-node-cd56153d-934b-3937-620f-67ab7cd89271-907f2a39, #w-node-_37d3263a-2d3a-8075-d0e8-9380eebff4ca-907f2a3a {
    justify-self: auto;
  }

  #w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-907f2a71 {
    order: -9999;
  }

  #w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-907f2a71 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-907f2a71 {
    justify-self: auto;
  }

  #w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-907f2a8c, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-907f2a8c, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-907f2a8c, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-907f2a8c, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-907f2a8c, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-907f2a8c, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-907f2a8c, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-907f2a8c, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-907f2a8c, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-907f2a8c, #w-node-_4878956b-0f1e-6d43-412d-54ecb3b97b0f-907f2a8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-907f2a92, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-907f2a92, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-907f2a92, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-907f2a92, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-907f2a92, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-907f2a92, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-907f2a92, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-907f2a92, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-907f2a92, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-907f2a92, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-907f2a92, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-907f2a92, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-907f2a92, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-907f2a92, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-907f2a92, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-907f2a92, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-907f2a92, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-907f2a92, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-907f2a92, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-907f2a92, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-907f2a92, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-907f2a92, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-907f2a92, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-907f2a92, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-907f2a92, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-907f2a92, #w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-536f6168 {
    order: -9999;
  }

  #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-536f6168, #w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee19-536f6168 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-536f6168 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-536f6168 {
    justify-self: auto;
  }

  #w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-b72d3272 {
    order: -9999;
  }

  #w-node-_539c631b-1676-a9db-a44d-9ebb29411571-b72d3272, #w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-b72d3272 {
    justify-self: center;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-b72d3272 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-f086a7a0-9e2e-6590-f625-f20dc858f735-b72d3272, #w-node-f086a7a0-9e2e-6590-f625-f20dc858f73e-b72d3272 {
    justify-self: center;
  }

  #w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-b72d3272 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-fa1a5f4c, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-fa1a5f4c, #w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-fa1a5f4c, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-fa1a5f4c, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-fa1a5f4c, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-fa1a5f4c, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-fa1a5f4c, #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-4f7185c8, #w-node-f233c7a6-3388-7fdf-6144-5caa667d71f3-db536a85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_56438f1b-f545-cb47-6cdd-5e287d510cd1-3bbeaae6 {
    order: -9999;
  }

  #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-3bbeaae6, #w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee19-3bbeaae6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb66f445-ac5d-52bf-2525-afc1114a5b3e-3bbeaae6 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-aaaaaa4f-e16f-8b75-f99a-6f249f544950-3bbeaae6 {
    justify-self: auto;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da20-d061da1c {
    grid-column: span 2 / span 2;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da4d-d061da1c {
    justify-self: center;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da66-d061da1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da7e-d061da1c, #w-node-b4b309b3-d7e9-9fed-886d-b4f9d061da80-d061da1c {
    justify-self: center;
  }

  #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-557bb258, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-557bb258, #w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-557bb258, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-557bb258, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-557bb258, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-557bb258, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-557bb258 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bff17dc4-15f0-420c-b283-3d3b63e9e505-c0bbf5a8 {
    order: -9999;
  }

  #w-node-_539c631b-1676-a9db-a44d-9ebb29411571-c0bbf5a8, #w-node-_56fa8e19-4dac-3531-abc4-1cebc14e53a8-c0bbf5a8 {
    justify-self: center;
  }

  #w-node-_3df88c95-8b5e-b767-65ca-f0d1d9433326-c0bbf5a8 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-f086a7a0-9e2e-6590-f625-f20dc858f735-c0bbf5a8, #w-node-f086a7a0-9e2e-6590-f625-f20dc858f73e-c0bbf5a8 {
    justify-self: center;
  }

  #w-node-f086a7a0-9e2e-6590-f625-f20dc858f747-c0bbf5a8 {
    grid-column: span 1 / span 1;
    justify-self: center;
  }

  #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-907ce0f6, #w-node-d6b8f152-417f-2147-70b2-383bbe9a3fdf-3051e754, #w-node-c58b5ef5-1b98-55ac-127b-7d2d2d6cffc5-726e065b, #w-node-_00d00d02-a39e-dddb-9c34-415fd477d38e-726e065b, #w-node-_1c55bce9-4149-412d-b23c-2399c42b285b-726e065b, #w-node-cd131a19-8647-4acc-b83c-fed454546bd1-726e065b, #w-node-d5876381-967c-c853-ea1f-1975cdea52ae-726e065b, #w-node-b65eefb8-49cb-a31d-2d17-325a9c46a798-726e065b, #w-node-ccf16300-74e4-4eff-d97e-6fccf31ba502-726e065b, #w-node-b882fdf3-0602-4488-d9f1-fb88b3325c95-726e065b, #w-node-_09557a52-953b-6ad8-68c1-6726940a922c-726e065b, #w-node-_19d1823e-7d97-10da-d103-d713983f63c9-726e065b, #w-node-f233c7a6-3388-7fdf-6144-5caa667d71f3-b270c0c6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8bd031f5-efe4-bbe0-38bf-e32b2cf450eb-2cf450d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bd031f5-efe4-bbe0-38bf-e32b2cf450ef-2cf450d0 {
    justify-self: center;
  }

  #w-node-_17578601-2566-b045-2f26-17e09218d4f8-2cf450d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17578601-2566-b045-2f26-17e09218d4fc-2cf450d0 {
    justify-self: center;
  }

  #w-node-d4124176-7e30-6ef4-25fb-6e8af862497c-f8624961 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-907f2a31 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9b21d384-1f98-081d-c35a-36281cc71ac2-907f2a6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4878956b-0f1e-6d43-412d-54ecb3b97b0f-907f2a8e, #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-536f6168 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee1a-536f6168 {
    order: 0;
  }

  #w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-d9d61e6e {
    grid-column: span 1 / span 1;
  }

  #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-fa1a5f4c, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-fa1a5f4c, #w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-fa1a5f4c, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-fa1a5f4c, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-fa1a5f4c, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-fa1a5f4c, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-fa1a5f4c, #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-4f7185c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f233c7a6-3388-7fdf-6144-5caa667d71f4-db536a85 {
    order: 0;
  }

  #w-node-badf25f2-dceb-82f7-aee6-7c01c63aa56f-e670c3f1, #w-node-_377ec668-c651-7f83-d65e-37d60814b060-e670c3f1, #w-node-_0c8935c3-8c4d-8c25-8160-0f88b40147e7-e670c3f1, #w-node-_0dadefda-2988-ce91-9d17-d0cad71927b5-3bbeaae6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac05370b-d8c1-3a0c-ec9d-e2643427ee1a-3bbeaae6 {
    order: 0;
  }

  #w-node-_65124532-b25b-b695-ae2e-1283afc3423e-afc34229 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65124532-b25b-b695-ae2e-1283afc34242-afc34229 {
    justify-self: center;
  }

  #w-node-_65124532-b25b-b695-ae2e-1283afc3425b-afc34229 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65124532-b25b-b695-ae2e-1283afc3425f-afc34229 {
    justify-self: center;
  }

  #w-node-_52512a16-5c37-53bc-2d0f-bb6059b1cf55-5b67425d {
    grid-column: span 1 / span 1;
  }

  #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-557bb258, #w-node-_9fb7bf23-1af1-8620-d2af-7bc80f5858c1-557bb258, #w-node-_7badf08c-e3ab-75f6-a650-587c0c4e5559-557bb258, #w-node-_28c11ed7-39ce-3ef9-424e-d6a7299b1dd9-557bb258, #w-node-ea4ec4da-b803-0055-0757-05dc5ab21145-557bb258, #w-node-e88bb69f-94db-f2ff-3c90-fe21242fcb9f-557bb258, #w-node-db6dba63-aeca-78ad-cf30-900a2637ce94-557bb258, #w-node-d12d3d56-0aaf-8d2d-363a-0c40215d4d38-907ce0f6, #w-node-d6b8f152-417f-2147-70b2-383bbe9a3fdf-3051e754 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f233c7a6-3388-7fdf-6144-5caa667d71f4-b270c0c6 {
    order: 0;
  }

  #w-node-badf25f2-dceb-82f7-aee6-7c01c63aa56f-a1259379, #w-node-_377ec668-c651-7f83-d65e-37d60814b060-a1259379, #w-node-_0c8935c3-8c4d-8c25-8160-0f88b40147e7-a1259379 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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