:root {
  --black-3: #262626;
  --silver: #bfbfbf;
  --white: white;
  --dim-grey: #595959;
  --black-2: #0d0d0d;
  --dark-grey: #a6a6a6;
  --black: black;
}

.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

.w-commerce-commerceaddtocartquantityinput {
  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-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-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-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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    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 {
  background-color: var(--black-3);
  color: var(--silver);
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--silver);
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

li {
  color: var(--silver);
  line-height: 1.5;
}

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

blockquote {
  border-left: 5px solid var(--dim-grey);
  color: var(--silver);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black-2);
  color: #f5f5f5;
}

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

.form-message-error {
  color: var(--black-3);
  border-radius: 20px;
  margin-top: 2rem;
  padding: .75rem;
  font-weight: 400;
}

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

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

.text-size-small.text-align-center {
  color: var(--black-3);
}

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

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.6;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.4;
}

.styleguide-item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.styleguide-background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide-2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.styleguide-4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.styleguide-section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(166, 166, 166, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.6;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-huge {
  margin: 6rem;
}

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.styleguide-heading-large {
  color: var(--white);
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

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

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-gray {
  color: gray;
}

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

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

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

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

.text-style-link {
  color: var(--white);
  text-decoration: none;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.styleguide-label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide-label.is-tag {
  background-color: #be4aa5;
}

.styleguide-label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.text-style-quote {
  border-left: .25rem solid var(--dim-grey);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide-3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.styleguide-3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  color: var(--dark-grey);
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  line-height: 1;
}

.icon-1x1-large {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.styleguide-item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.max-width-medium.sticky {
  padding-top: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.form-component {
  margin-bottom: 0;
}

.styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form-input {
  width: 100%;
  min-height: 3.5rem;
  border: 1px solid var(--dim-grey);
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  flex: none;
  margin-bottom: 2rem;
  padding: 1rem;
  transition: border-color .4s;
}

.form-input:hover {
  border-color: var(--dark-grey);
}

.form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--silver);
}

.form-input.is-text-area {
  min-height: 8rem;
  border-radius: 30px;
  padding-top: 2rem;
}

.form-input.subscribe {
  margin-bottom: 0;
}

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

.margin-tiny {
  margin: .125rem;
}

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

.text-weight-light {
  font-weight: 300;
}

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

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.styleguide-heading-medium {
  color: var(--white);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.max-width-small {
  width: 100%;
  max-width: 24rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.background-color-gray {
  background-color: var(--black-3);
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

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

.styleguide-header {
  background-color: rgba(0, 0, 0, .05);
}

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

.styleguide-1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.form-message-success {
  background-color: var(--silver);
  color: var(--black-2);
  border-radius: 20px;
  padding: 1.25rem;
}

.styleguide-empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-huge {
  padding: 6rem;
}

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

.styleguide-color.is-03 {
  background-color: var(--black-3);
}

.styleguide-color.is-01 {
  background-color: var(--black);
}

.styleguide-color.is-02 {
  background-color: var(--black-2);
}

.styleguide-color.is-04 {
  background-color: var(--dim-grey);
}

.styleguide-color.is-05 {
  background-color: var(--dark-grey);
}

.styleguide-color.is-06 {
  background-color: var(--silver);
}

.styleguide-color.is-07 {
  background-color: var(--white);
}

.styleguide-color.neutral-01 {
  background-color: rgba(13, 13, 13, .75);
}

.styleguide-color.neutral-02 {
  background-color: rgba(13, 13, 13, .5);
}

.styleguide-color.neutral-03 {
  background-color: rgba(13, 13, 13, .25);
}

.button {
  background-color: var(--dim-grey);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  justify-content: center;
  padding: 1.25rem 3rem;
  font-weight: 500;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--white);
  color: var(--black-3);
}

.button.w--current {
  border: 1px solid var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  transition-property: color;
}

.button.w--current:hover {
  color: var(--silver);
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

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

.button.subscribe {
  padding-left: 2rem;
  padding-right: 2rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.styleguide-spacing-all {
  display: none;
}

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

.heading-style-h1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text p {
  font-size: 1rem;
  line-height: 1.5;
}

.text-rich-text li {
  font-size: 1rem;
}

.text-rich-text h1 {
  font-size: 4rem;
  line-height: 1;
}

.text-rich-text h2 {
  font-size: 3rem;
  line-height: 1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.styleguide-social-icons-wrapper {
  max-width: 28rem;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.social-link {
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  font-family: Social Icon, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

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

.icon-1x1-small {
  font-size: 1rem;
  line-height: 1;
}

.checkout-form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3rem;
  padding: 0;
}

.checkout-header-block {
  border-style: none none solid;
  border-bottom-color: var(--black-3);
  background-color: var(--black-2);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 2rem;
}

.checkout-content-block {
  background-color: var(--black-2);
  border: 1px #e6e6e6;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 2rem;
}

.checkout-content-block.radius-top {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.checktou-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.checkout-column {
  margin-bottom: 2rem;
}

.billing-address-toggle {
  align-items: center;
  margin-top: 1.5rem;
}

.order-item-price {
  margin-top: 1rem;
}

.apple-pay-button {
  border-radius: 50px;
}

.discount-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkout-field-label {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.web-payments {
  border-radius: 50px;
  margin-bottom: 1rem;
}

.empty-state {
  background-color: var(--dim-grey);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shipping-method-content {
  border-left-style: none;
  border-right-style: none;
}

.paypal-checkout-form, .order-confirmation-content {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 3rem;
  padding: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--black-3);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.instructions-content-wrapper {
  background-color: rgba(13, 13, 13, .25);
  border-radius: 3rem;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: rgba(166, 166, 166, .25);
}

.licenses-content-wrapper {
  background-color: rgba(13, 13, 13, .25);
  border-radius: 3rem;
  margin-top: 3rem;
  padding: 6rem 4rem;
}

.licenses-image-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.image-wrapper {
  height: 100%;
  border-radius: 2.25rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper.contact {
  background-image: url('../images/contact-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.image-wrapper.about-01 {
  margin-top: 10rem;
}

.image-wrapper.about-02 {
  margin-top: 2rem;
}

.image-wrapper.about-03 {
  margin-top: 6rem;
}

.image-wrapper.about-04 {
  margin-top: -2rem;
}

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

.changelog-content {
  width: 40rem;
  height: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: rgba(13, 13, 13, .25);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.horizontal-flex.blog-post {
  justify-content: flex-start;
}

.horizontal-flex.align-right {
  justify-content: flex-end;
}

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

.list-blog-categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.category-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-post-category-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-line {
  width: 32px;
  height: 2px;
  background-color: var(--dim-grey);
}

.title-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.blog-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-service-content {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.service-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content-wrapper {
  width: 100%;
  background-color: var(--black-3);
  border-radius: 2.5rem;
  padding: 3rem 2.5rem;
  transition: background-color .4s;
  overflow: hidden;
}

.service-content-wrapper.categories {
  background-color: var(--black-2);
}

.price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.check-icon {
  color: #1b993b;
  font-family: Filled Icon, sans-serif;
}

.service-features-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-top-content {
  max-width: 16rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-text {
  margin-bottom: 5px;
  font-size: 2.25rem;
  line-height: 1.2;
}

.checked-icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(27, 153, 59, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-inner-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
}

.service-features-block {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.product-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.product-content {
  background-color: var(--black-3);
  border-radius: 28px;
  padding: 3rem 2.5rem;
}

.input-wrap {
  background-color: #fff;
  border: 1px solid #dce0eb;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrap.quantity {
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
}

.input-wrap.quantity.hide {
  display: none;
}

.selector-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
}

.quantity-input {
  background-color: #fff;
  border-style: none;
  border-radius: 50px;
}

.section-product-category-header {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.product-category-component {
  justify-content: center;
  align-items: center;
}

.section-home-hero {
  background-color: var(--black-2);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  position: relative;
  overflow: hidden;
}

.home-hero-wrapper {
  height: 60vh;
  min-height: 720px;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: #2596be;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-grid-rail {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-columns: 1fr;
  margin-top: 80px;
}

.image-frame {
  width: 18rem;
  object-fit: cover;
}

.row-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.row-wrapper-reverse {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.row-vertical-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  transform-style: preserve-3d;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: rotateX(-30deg)rotateY(0)rotateZ(-35deg);
}

.navbar {
  background-color: var(--white);
  color: var(--silver);
  mix-blend-mode: difference;
  padding-top: 4px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  padding: 20px 16px;
  font-size: 1.125rem;
  font-weight: 500;
  transition: opacity .4s;
}

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

.section-home-about {
  background-color: var(--black-3);
  border-radius: 6rem;
}

.section-home-about.background-color-black {
  background-color: var(--black-2);
}

.intro-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

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

.content-block {
  background-color: rgba(13, 13, 13, .25);
  border-radius: 28px;
  padding: 2.5rem;
}

.service-grid {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr;
  align-content: start;
}

.service-icon {
  width: 60px;
  height: 60px;
}

.about-component-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

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

.subtitle {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.section-home-portfolio {
  overflow: hidden;
}

.section-home-call-to-action {
  position: relative;
}

.footer {
  background-color: var(--white);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  overflow: hidden;
}

.bullet {
  width: 8px;
  height: 8px;
  background-color: var(--silver);
  border-radius: 50px;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.about-image-grid {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.get-started-background {
  background-color: var(--black-2);
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.relative-position {
  position: relative;
}

.relative-position.main-post {
  height: 26rem;
}

.bg-half-right {
  background-color: var(--black-2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.get-started-content {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer-nav-item {
  margin-bottom: 1.4rem;
}

.text-nav-footer {
  color: var(--black);
  font-size: 1.25rem;
  transition: color .4s;
}

.text-nav-footer:hover {
  color: #fff;
}

.social-icons-component {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

.subscribe-form-wrapper {
  width: 100%;
}

.footer-nav {
  color: var(--black);
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
}

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

.logo-link {
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s;
}

.logo-link.w--current {
  margin-top: 15px;
}

.footer-nav-link {
  text-decoration: none;
  display: inline-block;
}

.footer-top {
  z-index: 1;
}

.flex-form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  position: relative;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-content-wrapper {
  z-index: 2;
  position: relative;
}

.social-icon-wrapper {
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--black-3);
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-footer:hover {
  color: #9c9c9c;
}

.webflow-logo {
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .4s;
}

.webflow-logo:hover {
  opacity: .6;
}

.process-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

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

.number {
  color: var(--dim-grey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.main-button {
  width: 10rem;
  height: 3.75rem;
  background-color: var(--dim-grey);
  letter-spacing: 1px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-button {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.button-bg {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-component-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-link {
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-card {
  height: 100%;
  border-radius: 2.25rem;
  display: flex;
}

.horizontal-content-block {
  width: 60%;
  background-color: rgba(13, 13, 13, .25);
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.25rem 4.75rem;
  display: flex;
}

.play-button {
  position: absolute;
}

.left-arrow {
  width: 4rem;
  height: 4rem;
  background-color: var(--silver);
  color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: -16%;
  left: auto;
  right: 8%;
}

.left-arrow:hover {
  background-color: var(--dark-grey);
}

.testimonial-logo {
  width: 10rem;
  height: 3.25rem;
  margin-bottom: 2rem;
}

.testimonial-image-wrap {
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-fixed-height {
  min-height: 6.25rem;
}

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

.testimonial-details {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.right-arrow {
  width: 4rem;
  height: 4rem;
  background-color: var(--silver);
  color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: -16%;
  right: 0;
}

.right-arrow:hover {
  background-color: var(--dark-grey);
}

.play-icon {
  width: 80px;
}

.mask-horizontal {
  border-radius: 2.25rem;
}

.slide-nav {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.author-image {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.client-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.testimonial-wrapper {
  height: 34rem;
  display: flex;
}

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

.arrow-icon {
  color: var(--black-3);
  font-family: Filled Icon, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.home-blog-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-tag-wrapper {
  color: #fff;
  padding: 8px 10px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.link-content-blog {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #363636;
  border-radius: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-content-blog.sidebar {
  margin-bottom: 4rem;
}

.blog-post-item-content {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 26px 26px 40px;
  display: flex;
}

.blog-category-tag {
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 10px 18px;
  font-weight: 500;
}

.blog-circle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.contact-form-block {
  height: 100%;
  background-color: var(--black-3);
  color: #101118;
  padding: 6rem 4rem 4rem;
}

.contact-form {
  color: #101118;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  overflow: hidden;
}

.section-contact-form {
  background-color: var(--black-2);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.faq-question-wrap {
  border: 1px solid var(--dim-grey);
  cursor: pointer;
  border-radius: 28px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.faq-content {
  overflow: hidden;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.faq-circle {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: var(--dim-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-arrow {
  color: var(--silver);
  font-family: Filled Icon, sans-serif;
}

.about-header-component-grid {
  width: 100%;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.section-about-header {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.about-header-images-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.our-numbers-block {
  background-color: #3f3f3f;
  border: 1px solid #323232;
  border-radius: 28px;
  padding: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.our-numbers-block._2 {
  margin-top: 80vh;
}

.our-numbers-block._3 {
  margin-top: 140vh;
}

.our-numbers-block._4 {
  margin-top: 200vh;
}

.our-numbers-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logos-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.section-about-our-mission {
  border-radius: 6rem;
}

.our-mission-component-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.inner-grid {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.our-values-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.value-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.value-icon {
  font-family: Filled Icon, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.value-icon._1 {
  color: #2880ff;
}

.value-icon._2 {
  color: #12d382;
}

.value-icon._3 {
  color: #ffe853;
}

.value-icon._4 {
  color: #ff9666;
}

.value-icon._5 {
  color: #874fff;
}

.value-icon._6 {
  color: #fd4367;
}

.team-members-component-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-members-content {
  background-color: rgba(13, 13, 13, .25);
  border-radius: 28px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.team-member-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 2rem 3.5rem;
  display: flex;
}

.team-member-tag {
  background-color: var(--dark-grey);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 40px;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.section-blog-header {
  background-color: var(--black-2);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.blog-main-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.last-post-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.blog-post-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method {
  background-color: var(--black-2);
  border-bottom-style: none;
}

.padlock {
  color: var(--dim-grey);
  margin-bottom: 1.5rem;
  font-family: Filled Icon, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.bg-menu {
  display: none;
}

.nav-grid {
  width: 100%;
  max-width: 80rem;
  color: var(--white);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 1rem;
}

.project-image {
  height: 40rem;
}

.project-image-content {
  position: relative;
}

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

.section-project-header {
  background-color: var(--black-2);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
}

.project-header-component {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 4rem;
}

.section-project-content {
  overflow: hidden;
}

.execution-component-grid {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.next-project-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-portfolio-header {
  background-color: var(--black-2);
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.portfolio-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.call-to-action-block {
  max-width: 60rem;
  background-color: var(--black-2);
  border-radius: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2.5rem 2.5rem 4rem;
}

.nav-text._1, .nav-text._2, .nav-text._3, .nav-text._4 {
  color: #000;
}

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

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 16px;
  padding-right: 16px;
}

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

.cart-quantity {
  background-color: var(--dim-grey);
  color: var(--white);
  margin-left: 6px;
}

.cart-container {
  background-color: var(--black-2);
  border-radius: 2rem;
}

.preloader {
  z-index: 9999;
  background-color: var(--black-3);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-logo {
  width: 7rem;
}

.preloader-content {
  width: 100%;
  max-width: 16rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-line-wrapper {
  width: 100%;
}

.preloader-line {
  height: 2px;
  background-color: rgba(191, 191, 191, .2);
}

.preloader-fill {
  width: 0%;
  height: 100%;
  background-color: var(--silver);
}

@media screen and (min-width: 1440px) {
  .left-arrow {
    right: 6%;
  }

  .nav-grid {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .home-hero-wrapper {
    color: var(--black);
    background-color: #000;
  }

  .image-frame {
    width: 22rem;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .contact-component-grid {
    height: 75vh;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 10rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

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

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

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

  .styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 10rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .image-wrapper.contact {
    height: 80vh;
    border-top-right-radius: 2.25rem;
    border-bottom-left-radius: 0;
  }

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

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

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

  .service-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .product-component-grid {
    grid-template-columns: 1fr;
  }

  .navbar {
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav-link {
    font-size: 4rem;
  }

  .menu-button {
    z-index: 100;
    width: 4rem;
    height: 4rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .intro-component-grid {
    grid-template-columns: 1fr;
  }

  .services-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-component-grid {
    grid-template-columns: 1fr;
  }

  .get-started-background {
    left: 0%;
  }

  .get-started-content {
    padding-left: 3rem;
  }

  .logo-link {
    mix-blend-mode: difference;
    padding-left: 0;
  }

  .footer-component-grid {
    grid-template-columns: auto auto;
  }

  .process-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .sticky-content {
    position: static;
  }

  .project-component-item {
    grid-template-columns: 1fr;
  }

  .horizontal-content-block {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .left-arrow {
    right: 12%;
  }

  .testimonial-image-wrap {
    width: 50%;
  }

  .testimonial-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-image {
    position: relative;
  }

  .home-blog-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    padding: 4rem 2rem;
  }

  .contact-component-grid, .about-header-component-grid {
    grid-template-columns: 1fr;
  }

  .about-header-images-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .our-numbers-block._2 {
    margin-top: 10vh;
  }

  .our-numbers-block._3 {
    margin-top: 15vh;
  }

  .our-numbers-block._4 {
    margin-top: 25vh;
  }

  .our-numbers-content {
    flex-direction: column;
    align-items: center;
  }

  .logos-component-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .our-mission-component-grid {
    grid-template-columns: 1fr;
  }

  .our-values-component-grid, .team-members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .last-post-sticky {
    position: static;
  }

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

  .menu-line-wrapper {
    width: 4rem;
    height: 4rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: rgba(191, 191, 191, .1);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-line {
    z-index: 10;
    width: 1.4rem;
    height: .15rem;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .menu-line.top {
    margin-left: -.5rem;
  }

  .menu-line.bottom {
    margin-right: -.5rem;
  }

  .nav-menu {
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-content {
    width: 100%;
    height: 100vh;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-menu {
    width: 0;
    height: 0;
    background-color: var(--black-2);
    border-radius: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 2rem;
  }

  .nav-grid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .project-image {
    height: 40rem;
  }

  .project-component-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .project-header-component {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h4 {
    font-size: 1.5rem;
  }

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h2 {
    font-size: 3rem;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .max-width-medium.sticky {
    padding-top: 0;
  }

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

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .instructions-content-wrapper, .licenses-content-wrapper {
    padding: 4rem 2.5rem;
  }

  .licenses-image-component {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper.about-01 {
    margin-top: 4rem;
  }

  .image-wrapper.about-02 {
    margin-top: 0;
  }

  .image-wrapper.about-03 {
    margin-top: 4rem;
  }

  .image-wrapper.about-04 {
    margin-top: 0;
  }

  .changelog-content {
    width: auto;
    height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-top-content {
    max-width: none;
  }

  .service-inner-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .hero-grid-rail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image-frame {
    width: 15rem;
  }

  .row-vertical-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-link {
    font-size: 3.5rem;
  }

  .intro-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.25rem;
    padding: 2.5rem 3rem 3rem;
  }

  .left-arrow {
    top: auto;
    bottom: -12%;
    left: auto;
    right: 20%;
  }

  .testimonial-logo {
    margin-bottom: 1.25rem;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 22rem;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    top: auto;
    bottom: -12%;
    right: 0;
  }

  .testimonial-wrapper {
    height: auto;
  }

  .testimonial-image {
    border-top-right-radius: 2.25rem;
    border-bottom-left-radius: 0;
  }

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

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .faq-question-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-header-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padlock {
    font-size: 10rem;
  }

  .nav-menu-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .project-image {
    height: 30rem;
  }

  .project-header-component, .execution-component-grid {
    grid-template-columns: 1fr;
  }

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

  .call-to-action-block {
    border-radius: 3rem;
    padding-left: 3rem;
  }

  .nav-text._1 {
    color: #fffefe;
  }

  .nav-text._2, .nav-text._3, .nav-text._4 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .heading-style-h2 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 3rem;
  }

  .checkout-header-block, .checkout-content-block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .instructions-content-wrapper, .licenses-content-wrapper {
    padding: 3rem 1.5rem;
  }

  .licenses-image-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-wrapper {
    border-radius: 1.75rem;
  }

  .image-wrapper.contact {
    height: 55vh;
  }

  .blog-post-category-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-service-content {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .service-content-wrapper, .product-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-product-category-header, .section-home-hero {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .home-hero-wrapper {
    min-height: 620px;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .hero-grid-rail {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .image-frame {
    width: 10rem;
  }

  .navbar {
    overflow: visible;
  }

  .nav-link {
    font-size: 3rem;
  }

  .section-home-about {
    border-radius: 3rem;
  }

  .services-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .get-started-background {
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .relative-position.main-post {
    height: 22rem;
  }

  .get-started-content {
    padding-left: 2rem;
  }

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

  .footer-bottom-content {
    grid-row-gap: 6px;
  }

  .testimonial-card {
    border-radius: 1.75rem;
  }

  .horizontal-content-block {
    border-bottom-right-radius: 1.75rem;
    border-bottom-left-radius: 1.75rem;
    padding: 2rem 1.25rem 2.25rem;
  }

  .left-arrow {
    width: 3.25rem;
    height: 3.25rem;
    right: 25%;
  }

  .testimonial-image-wrap {
    height: 16rem;
  }

  .right-arrow {
    width: 3.25rem;
    height: 3.25rem;
  }

  .play-icon {
    width: 60px;
  }

  .mask-horizontal {
    border-radius: 1.75rem;
  }

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

  .home-blog-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact-form-block {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-component-grid {
    border-radius: 36px;
  }

  .section-contact-form {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .faq-question-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-about-header {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .logos-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-about-our-mission {
    border-radius: 3rem;
  }

  .our-values-component-grid, .team-members-component-grid {
    grid-template-columns: 1fr;
  }

  .section-blog-header {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .blog-main-component-grid, .blog-post-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .padlock {
    font-size: 8rem;
  }

  .section-project-header, .section-portfolio-header {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .call-to-action-block {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .preloader-content {
    max-width: 14rem;
  }
}

#w-node-_03283c85-4b77-2c74-f1a9-a16a37fccf7b-af23b110, #w-node-_03283c85-4b77-2c74-f1a9-a16a37fccf7d-af23b110, #w-node-_03283c85-4b77-2c74-f1a9-a16a37fccf7f-af23b110, #w-node-_03283c85-4b77-2c74-f1a9-a16a37fccf81-af23b110, #w-node-_03283c85-4b77-2c74-f1a9-a16a37fccf83-af23b110, #w-node-_8407d721-d79c-e1e7-fc48-199e7b95272e-af23b110, #w-node-_8407d721-d79c-e1e7-fc48-199e7b952730-af23b110, #w-node-_8407d721-d79c-e1e7-fc48-199e7b952732-af23b110, #w-node-_8407d721-d79c-e1e7-fc48-199e7b952734-af23b110, #w-node-_8407d721-d79c-e1e7-fc48-199e7b952736-af23b110, #w-node-_4a7f400c-61c3-72ca-498f-35e59b071b7a-af23b110, #w-node-_4a7f400c-61c3-72ca-498f-35e59b071b7c-af23b110, #w-node-_4a7f400c-61c3-72ca-498f-35e59b071b7e-af23b110, #w-node-_4a7f400c-61c3-72ca-498f-35e59b071b80-af23b110, #w-node-_4a7f400c-61c3-72ca-498f-35e59b071b82-af23b110, #w-node-_3b710a9c-090c-2300-a632-5e4ea006c8d8-af23b110, #w-node-_3b710a9c-090c-2300-a632-5e4ea006c8da-af23b110, #w-node-_3b710a9c-090c-2300-a632-5e4ea006c8dc-af23b110, #w-node-_3b710a9c-090c-2300-a632-5e4ea006c8de-af23b110, #w-node-_3b710a9c-090c-2300-a632-5e4ea006c8e0-af23b110, #w-node-db2ce631-0e57-2de3-fc84-911da3e06ccd-af23b110, #w-node-db2ce631-0e57-2de3-fc84-911da3e06ccf-af23b110, #w-node-db2ce631-0e57-2de3-fc84-911da3e06cd1-af23b110, #w-node-db2ce631-0e57-2de3-fc84-911da3e06cd3-af23b110, #w-node-db2ce631-0e57-2de3-fc84-911da3e06cd5-af23b110, #w-node-_0049b4db-ec9a-d184-1807-c0d92e733d2f-af23b110, #w-node-_0049b4db-ec9a-d184-1807-c0d92e733d31-af23b110, #w-node-_0049b4db-ec9a-d184-1807-c0d92e733d33-af23b110, #w-node-_0049b4db-ec9a-d184-1807-c0d92e733d35-af23b110, #w-node-_0049b4db-ec9a-d184-1807-c0d92e733d37-af23b110, #w-node-_58b73ee8-f971-a83c-7a1d-0f1ea1381d91-af23b110, #w-node-_58b73ee8-f971-a83c-7a1d-0f1ea1381d93-af23b110, #w-node-_58b73ee8-f971-a83c-7a1d-0f1ea1381d95-af23b110, #w-node-_58b73ee8-f971-a83c-7a1d-0f1ea1381d97-af23b110, #w-node-_58b73ee8-f971-a83c-7a1d-0f1ea1381d99-af23b110, #w-node-_7c948efa-c55a-5b81-e1c6-80077b3d202d-af23b110, #w-node-_7c948efa-c55a-5b81-e1c6-80077b3d202f-af23b110, #w-node-_7c948efa-c55a-5b81-e1c6-80077b3d2031-af23b110, #w-node-_7c948efa-c55a-5b81-e1c6-80077b3d2033-af23b110, #w-node-_7c948efa-c55a-5b81-e1c6-80077b3d2035-af23b110, #w-node-_04eada9e-7655-f43a-c78b-87089cc032db-af23b110, #w-node-_04eada9e-7655-f43a-c78b-87089cc032dd-af23b110, #w-node-_04eada9e-7655-f43a-c78b-87089cc032df-af23b110, #w-node-_04eada9e-7655-f43a-c78b-87089cc032e1-af23b110, #w-node-_04eada9e-7655-f43a-c78b-87089cc032e3-af23b110, #w-node-_12e1806f-c4a3-a75a-9829-b05957b8b6a6-af23b110, #w-node-_12e1806f-c4a3-a75a-9829-b05957b8b6a8-af23b110, #w-node-_12e1806f-c4a3-a75a-9829-b05957b8b6aa-af23b110, #w-node-_12e1806f-c4a3-a75a-9829-b05957b8b6ac-af23b110, #w-node-_12e1806f-c4a3-a75a-9829-b05957b8b6ae-af23b110, #w-node-_173958e4-5be7-a431-8a3f-42943a65e65d-af23b110, #w-node-_173958e4-5be7-a431-8a3f-42943a65e65f-af23b110, #w-node-_173958e4-5be7-a431-8a3f-42943a65e661-af23b110, #w-node-_173958e4-5be7-a431-8a3f-42943a65e663-af23b110, #w-node-_173958e4-5be7-a431-8a3f-42943a65e665-af23b110, #w-node-_2fac327c-b1b8-bff6-4fe6-8e5ab2a36c49-af23b110, #w-node-_2fac327c-b1b8-bff6-4fe6-8e5ab2a36c4b-af23b110, #w-node-_2fac327c-b1b8-bff6-4fe6-8e5ab2a36c4d-af23b110, #w-node-_2fac327c-b1b8-bff6-4fe6-8e5ab2a36c4f-af23b110, #w-node-_2fac327c-b1b8-bff6-4fe6-8e5ab2a36c51-af23b110, #w-node-ed230b90-97ae-0c9e-e284-77af374a4b6c-af23b110, #w-node-ed230b90-97ae-0c9e-e284-77af374a4b6e-af23b110, #w-node-ed230b90-97ae-0c9e-e284-77af374a4b70-af23b110, #w-node-ed230b90-97ae-0c9e-e284-77af374a4b72-af23b110, #w-node-ed230b90-97ae-0c9e-e284-77af374a4b74-af23b110, #w-node-c1b7ae80-def8-59d3-c66e-371f3482275a-af23b110, #w-node-c1b7ae80-def8-59d3-c66e-371f3482275c-af23b110, #w-node-c1b7ae80-def8-59d3-c66e-371f3482275e-af23b110, #w-node-c1b7ae80-def8-59d3-c66e-371f34822760-af23b110, #w-node-c1b7ae80-def8-59d3-c66e-371f34822762-af23b110, #w-node-_43c80bfd-94f9-a1f0-cdc3-37d407f5cbc2-af23b110, #w-node-_43c80bfd-94f9-a1f0-cdc3-37d407f5cbc4-af23b110, #w-node-_43c80bfd-94f9-a1f0-cdc3-37d407f5cbc6-af23b110, #w-node-_43c80bfd-94f9-a1f0-cdc3-37d407f5cbc8-af23b110, #w-node-_43c80bfd-94f9-a1f0-cdc3-37d407f5cbca-af23b110, #w-node-_55eb4cad-af90-ec9b-00ed-d7de1320375d-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c257dbd0-df69-ac82-f5a2-a01dbf66bfed-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-ca96f1a7-6b93-8044-dd38-85edb5cda09d-af23b110, #w-node-_209fd61c-994b-76cb-430b-8daf858e8c02-af23b110, #w-node-a7823d7f-8ee9-315d-aa43-f016a9233271-af23b110, #w-node-a9d367ba-f68e-63ae-eac7-ec18d21621d4-af23b110, #w-node-a9d367ba-f68e-63ae-eac7-ec18d21621d6-af23b110, #w-node-a9d367ba-f68e-63ae-eac7-ec18d21621d8-af23b110, #w-node-_1134cd0c-0325-867b-2f66-c92c87a9b7c3-af23b110, #w-node-_1134cd0c-0325-867b-2f66-c92c87a9b7c5-af23b110, #w-node-_1134cd0c-0325-867b-2f66-c92c87a9b7c7-af23b110, #w-node-_1e9faf10-f461-f7c7-edb3-cb0e3218ebe5-af23b110, #w-node-_1e9faf10-f461-f7c7-edb3-cb0e3218ebe7-af23b110, #w-node-_1e9faf10-f461-f7c7-edb3-cb0e3218ebe9-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b59f865a-ee9a-f6e4-63b0-a30133febbe0-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22f730a3-9c68-fbb9-d0cd-ebf75766a15d-af23b110, #w-node-cb71895a-bbf9-4070-01d6-876b150f1b60-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a593857e-5e5c-699d-1df1-9d4c679b1c82-af23b110 {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-_8827e236-9bd2-6e48-d741-b11095df160a-af23b110 {
  grid-area: 2 / 1 / 6 / 4;
}

#w-node-_1cacaa2d-75d2-a3a4-4695-40c8c664b6bd-af23b110 {
  grid-area: 3 / 4 / 7 / 7;
}

#w-node-_303b1bfa-3a2c-643f-3dbf-a7602d393344-af23b110 {
  align-self: center;
  justify-self: center;
}

#w-node-_96e6b36d-c534-a213-72f0-91375c5091fd-af23b110, #w-node-c5f90f94-fbb7-bfef-f272-ebabb4a9cbd9-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c5f90f94-fbb7-bfef-f272-ebabb4a9cbd6-af23b110, #w-node-d73894dd-ace4-7e78-ee75-8198ff04d8b6-af23b110 {
  align-self: center;
  justify-self: center;
}

#w-node-d73894dd-ace4-7e78-ee75-8198ff04d8b9-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b50f0e22-799f-fd82-6b80-9b7bc48ee8d4-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3989996c-52de-2fcf-01e3-9215f67ddf42-af23b110, #w-node-a39eab2a-c691-4850-a73c-4d11836bf032-af23b110, #w-node-_99b83f0b-1266-1e89-3a43-1ec58e00dd4a-af23b110, #w-node-_1b11379c-e8e1-7fc4-aa84-8cf75bf8360e-af23b110, #w-node-e2a9ab36-3610-bd31-ec51-06a7ea14690d-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b71c2c1-c4de-c68d-c054-00a666e11c4f-af23b110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46b2-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46bb-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46be-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c1-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c4-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46c7-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46ca-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46e8-748f46ac, #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f4705-748f46ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a3f-9e696a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8a6d8137-8e1a-cb86-458d-ef82ca4fcf84-9e696a3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a41-9e696a3d {
  align-self: center;
  justify-self: end;
}

#w-node-_1acd0938-aeda-c770-5712-743b9e696a52-9e696a3d, #w-node-_69f82bcb-01a7-bd64-7a0d-cdcc27fd27c8-af23b117, #w-node-d2554f2d-b295-a5a4-98be-454326421aa6-af23b117, #w-node-_4ffee66a-1e51-0154-f039-148a97178fe7-af23b117, #w-node-d7252bf9-afcd-09ea-e450-b811ffe6c307-af23b117, #w-node-_0ba237ad-870c-7de5-8066-8527ef5042b9-af23b117, #w-node-d2d5efac-b4a4-9085-5601-5bbd42ae21a6-af23b117, #w-node-d49e533e-cff2-5e57-3048-ff98a5cc18e8-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85670a9c-ee1f-804a-0c45-e0cda8345842-af23b117, #w-node-f18af74a-4c90-475c-cff0-1506be442d22-af23b117, #w-node-d369f0cc-2a99-c588-fc06-cefabae12f23-af23b117, #w-node-b5ccfaeb-bb0d-98de-2ff3-7497380e25c4-af23b117, #w-node-_198e2be0-3f5c-a2c1-3675-9796d9b4ac96-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3c6abff9-d217-b987-082c-2394476fb55a-af23b117, #w-node-a646d826-4500-7d79-12fa-ac5479b0ce73-af23b117, #w-node-a1748544-52ba-995a-3efb-7848db6d6aff-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad9d511-a7b5-30e5-f2be-52ef8f97b084-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dad9d511-a7b5-30e5-f2be-52ef8f97b089-af23b117, #w-node-_457ee194-9be9-a24d-3b2e-d56884fa42ae-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be11a7bf-734c-9ace-9f0c-958ec6ec73e3-af23b117 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-bc161f34-4ba7-8fee-5a40-1ad22f772e7c-af23b117 {
  grid-area: 3 / 1 / 7 / 4;
}

#w-node-bb4cc1f2-3187-f09b-769f-2892f02d5c4c-af23b117 {
  grid-area: 2 / 4 / 6 / 7;
}

#w-node-_1b2baab8-ffb4-cba2-dc46-d29b16184658-af23b117, #w-node-_8a404b03-5da1-b31f-a8b0-c6c2c2a91bc2-af23b117, #w-node-_1b4fc81e-2a20-2147-6166-5e6a2c21da2b-af23b117, #w-node-d58b2fff-8ee8-4a88-541b-8484e11e22ea-af23b117, #w-node-c8226e45-1f9c-eaec-2b2f-3dcfe80f27fb-af23b117, #w-node-_3b36d23d-fea3-c873-08fd-45c58d2ab513-af23b117, #w-node-_48b709f8-1772-f1d2-bf5f-44e5d205c284-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b22c2ede-10be-1d21-2af2-ec7ebe6eb33a-af23b117, #w-node-b22c2ede-10be-1d21-2af2-ec7ebe6eb33d-af23b117, #w-node-b22c2ede-10be-1d21-2af2-ec7ebe6eb340-af23b117, #w-node-b22c2ede-10be-1d21-2af2-ec7ebe6eb343-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_46a9dd18-0854-86be-205f-fefdf4d829e4-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46a9dd18-0854-86be-205f-fefdf4d829f0-af23b117, #w-node-_46a9dd18-0854-86be-205f-fefdf4d829f3-af23b117, #w-node-_46a9dd18-0854-86be-205f-fefdf4d829f6-af23b117, #w-node-_46a9dd18-0854-86be-205f-fefdf4d829f9-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ed27de82-a28e-116a-060d-bc33cea4599e-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed27de82-a28e-116a-060d-bc33cea459aa-af23b117, #w-node-ed27de82-a28e-116a-060d-bc33cea459ad-af23b117, #w-node-ed27de82-a28e-116a-060d-bc33cea459b0-af23b117, #w-node-ed27de82-a28e-116a-060d-bc33cea459b3-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f63c95a-efc8-af39-0ab0-4bf2dc5e8584-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f63c95a-efc8-af39-0ab0-4bf2dc5e8590-af23b117, #w-node-_0f63c95a-efc8-af39-0ab0-4bf2dc5e8593-af23b117, #w-node-_0f63c95a-efc8-af39-0ab0-4bf2dc5e8596-af23b117, #w-node-_0f63c95a-efc8-af39-0ab0-4bf2dc5e8599-af23b117 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_25c5a128-1ece-7ffc-b7aa-172db7ec8dd1-af23b11c, #w-node-_1d4b806f-aae6-3884-b2c0-c514a8b15d5b-af23b11c, #w-node-_5efeba3c-a498-4c59-345b-f076dd1c354d-af23b11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2891f978-69f3-9c67-6bf7-8897cdc6b4b7-af23b11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_95f90219-1c89-0713-9bec-f01d0268542b-af23b11f, #w-node-_95f90219-1c89-0713-9bec-f01d0268542e-af23b11f, #w-node-_95f90219-1c89-0713-9bec-f01d02685431-af23b11f, #w-node-_95f90219-1c89-0713-9bec-f01d02685434-af23b11f, #w-node-_95f90219-1c89-0713-9bec-f01d02685437-af23b11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0483f0ef-2d23-b06c-548f-004e911bd51b-af23b11f, #w-node-_0483f0ef-2d23-b06c-548f-004e911bd526-af23b11f, #w-node-_1556a030-3452-4610-2eee-3b3ee5d71cc5-af23b125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-af23b125 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_307534c0-008b-5d11-933b-37656903641f-af23b126 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_307534c0-008b-5d11-933b-376569036426-af23b126, #w-node-_307534c0-008b-5d11-933b-376569036427-af23b126, #w-node-_307534c0-008b-5d11-933b-37656903642c-af23b126, #w-node-_307534c0-008b-5d11-933b-376569036431-af23b126, #w-node-_307534c0-008b-5d11-933b-376569036436-af23b126, #w-node-_307534c0-008b-5d11-933b-37656903643b-af23b126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_307534c0-008b-5d11-933b-376569036440-af23b126 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0ba-af23b127, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c0-af23b127, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0c6-af23b127, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0cc-af23b127, #w-node-d8efe977-5d18-2d5d-303f-86f8b8b0e0d2-af23b127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368f7edd-813d-4218-8e17-b2c32422a166-af23b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0d497450-4ce7-d431-c220-0c20d9435487-af23b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3cc724b2-0b0b-ab85-bb6a-cc6e6bd33e3a-af23b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-b33481cc-85d3-dc3d-d354-903b43842979-af23b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b90678f5-b9b4-c595-b2f2-79fd4fb9c0bd-af23b128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2aae0543-0f6e-04b4-86d9-6a8905c95296-af23b131, #w-node-_531062a4-1f86-b1b5-5010-6388dab35b14-af23b131, #w-node-cd1045f7-24f9-1254-465c-befe6d67351f-af23b131, #w-node-_3ca7c82a-2614-718f-e489-098e8c5a0c81-af23b131, #w-node-_036b3d86-52de-63ba-7eea-b92cd89c0a8f-af23b131, #w-node-_15db5f98-e653-e4ca-56f7-5206fe5cc679-af23b131, #w-node-ee1f325e-ba79-61c3-7cc6-e9bb070c7e3b-af23b131, #w-node-f7104573-723f-21e1-b444-9ce6ffa38ac7-af23b131, #w-node-c9e1877b-49db-ba42-d9c5-05863e1c1870-af23b131, #w-node-ec1ce555-3e07-0b26-d8f4-eb637a9eaee9-af23b131, #w-node-_7a80a533-1537-dbb4-6e39-476cd6b1f026-af23b131, #w-node-_409d36bc-f604-357f-cb82-d4b9c47b539f-af23b131, #w-node-_6859c8ce-76a8-2e61-5691-acd81b0b3209-af23b131, #w-node-_6859c8ce-76a8-2e61-5691-acd81b0b320c-af23b131, #w-node-_6859c8ce-76a8-2e61-5691-acd81b0b320f-af23b131, #w-node-_6859c8ce-76a8-2e61-5691-acd81b0b3212-af23b131, #w-node-df777eb4-2ae3-52d2-1138-6e1e4b98e71c-af23b131, #w-node-_17e36cc6-78ee-3b72-8f7c-6f3c4b6e047d-af23b131, #w-node-a265ff6f-593c-678c-3f88-2888fb9fb799-af23b131, #w-node-_28d1ab83-d95b-923a-74f7-1f70a377a6e2-af23b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c96a3cc-0a48-374e-4077-8ed611372334-af23b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_0b01f768-42b9-572a-473c-c58221f00d83-af23b169 {
  align-self: center;
  justify-self: center;
}

#w-node-_0b01f768-42b9-572a-473c-c58221f00d86-af23b169, #w-node-_0b01f768-42b9-572a-473c-c58221f00d96-af23b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0b01f768-42b9-572a-473c-c58221f00da0-af23b169, #w-node-_0b01f768-42b9-572a-473c-c58221f00da9-af23b169 {
  align-self: center;
  justify-self: center;
}

#w-node-_0b01f768-42b9-572a-473c-c58221f00dac-af23b169 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_59daea00-aeaa-acbc-934d-33199169b5d2-af23b16a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_59daea00-aeaa-acbc-934d-33199169b5d9-af23b16a, #w-node-_59daea00-aeaa-acbc-934d-33199169b5da-af23b16a, #w-node-_59daea00-aeaa-acbc-934d-33199169b5df-af23b16a, #w-node-_59daea00-aeaa-acbc-934d-33199169b5e4-af23b16a, #w-node-_59daea00-aeaa-acbc-934d-33199169b5e9-af23b16a, #w-node-_59daea00-aeaa-acbc-934d-33199169b5ee-af23b16a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59daea00-aeaa-acbc-934d-33199169b5f3-af23b16a {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012678-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101267d-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012682-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012687-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101268d-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012693-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012699-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127a6-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310127bf-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c2-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c4-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310127c7-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012830-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101283a-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101283b-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c096310128a9-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128ae-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128b3-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128b8-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128bd-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128c2-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128cc-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128d1-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128d6-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128db-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128e0-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128e5-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128ea-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128ef-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128f4-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128f9-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c096310128fe-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012902-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012903-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012905-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012908-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101290d-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012912-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012927-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101292c-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012931-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012936-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101293b-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012940-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101294a-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101294f-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012954-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012959-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101295e-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012963-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012968-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101296d-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012972-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012977-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101297c-af23b16d {
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012980-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012981-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012986-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c0963101298b-af23b16d, #w-node-_79510c0a-24b1-2611-312e-c09631012990-af23b16d {
  justify-self: start;
}

#w-node-_331c85e4-a638-140b-5cac-f6e9b871f19f-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a2-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a5-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1a8-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ab-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ae-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b1-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b4-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1b7-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1ba-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1bd-af23b16d, #w-node-_331c85e4-a638-140b-5cac-f6e9b871f1c0-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d811288d-5778-355b-be6b-fbde40fad330-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d811288d-5778-355b-be6b-fbde40fad333-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad336-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad339-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad33c-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad33f-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad342-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad345-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad348-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad34b-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad34e-af23b16d, #w-node-d811288d-5778-355b-be6b-fbde40fad351-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dd9-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bb2509d-5649-3191-0e8c-6db82fec7ddc-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7ddf-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de2-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de5-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7de8-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7deb-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dee-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df1-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df4-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7df7-af23b16d, #w-node-_9bb2509d-5649-3191-0e8c-6db82fec7dfa-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012a16-af23b16d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79510c0a-24b1-2611-312e-c09631012a72-af23b16d {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_1acd0938-aeda-c770-5712-743b9e696a3f-9e696a3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c5f90f94-fbb7-bfef-f272-ebabb4a9cbd6-af23b110 {
    order: -9999;
  }

  #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f4705-748f46ac {
    grid-column: span 2 / span 2;
  }

  #w-node-b5ccfaeb-bb0d-98de-2ff3-7497380e25c4-af23b117 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_198e2be0-3f5c-a2c1-3675-9796d9b4ac96-af23b117 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_0483f0ef-2d23-b06c-548f-004e911bd51b-af23b11f {
    order: -9999;
  }

  #w-node-_1556a030-3452-4610-2eee-3b3ee5d71ccb-af23b125 {
    justify-self: start;
  }

  #w-node-_0b01f768-42b9-572a-473c-c58221f00da0-af23b169 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e53ca4e-c924-a7c9-8351-40f1748f46b2-748f46ac {
    grid-column: span 2 / span 2;
  }

  #w-node-_307534c0-008b-5d11-933b-376569036440-af23b126, #w-node-_59daea00-aeaa-acbc-934d-33199169b5f3-af23b16a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85670a9c-ee1f-804a-0c45-e0cda8345842-af23b117 {
    justify-self: center;
  }

  #w-node-f18af74a-4c90-475c-cff0-1506be442d22-af23b117 {
    justify-self: start;
  }

  #w-node-d369f0cc-2a99-c588-fc06-cefabae12f23-af23b117 {
    justify-self: center;
  }

  #w-node-b5ccfaeb-bb0d-98de-2ff3-7497380e25c4-af23b117 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_198e2be0-3f5c-a2c1-3675-9796d9b4ac96-af23b117 {
    grid-area: 3 / 2 / 4 / 3;
  }
}


@font-face {
  font-family: 'Filled Icon';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social Icon';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}