:root {
  --white: white;
  --text--primary: #000;
  --black: black;
  --steel-blue: #246fb5;
  --color-neutral--black: #000;
  --color-neutral--white: #fff;
  --text--alternate: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.recent-project-content {
  text-align: center;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  margin-top: 40px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  margin-top: 127px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 16px 35px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.margin-top-30 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-shadow: 1px 1px 6px #000;
  mix-blend-mode: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 55px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  left: 30px;
}

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

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

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

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

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

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

.logo-image {
  padding-left: 0;
  display: block;
}

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

.webflow-link {
  opacity: .5;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

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

.cta-text {
  margin-bottom: 35px;
}

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

.intro-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  margin-right: 0;
  padding-bottom: 150px;
  padding-right: 0;
  display: inline-block;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.intro-content.cc-homepage {
  margin-bottom: -63px;
}

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

.about-story-wrap {
  text-align: center;
  margin-top: 60px;
}

.our-services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.service-icon {
  margin-bottom: 30px;
  display: inline-block;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  background-color: var(--white);
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 4px 4px 9px -6px #bfa9a9;
}

.contact-form-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  align-items: start;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

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

.text-field.cc-contact-field {
  border-radius: 12px;
  height: 60px;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  line-height: 20px;
}

.contact-team-name-wrap {
  padding: 20px;
}

.our-contacts {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  padding: 20px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  min-height: 140px;
}

.team-pic {
  background-color: #f4f4f4;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  padding: 20px;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

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

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

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 140px;
  margin-bottom: 140px;
}

.home-section-wrap {
  text-align: left;
  flex: 1;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template: ". ."
  / 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.about-grid.cc-about-2 {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
  grid-template-areas: ". . ."
                       ". . Area";
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 1px 1px 6px -2px #00000080;
}

.collection-list-wrapper {
  grid-column-gap: 40px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.bold-text {
  text-align: center;
  flex: 1;
  margin-right: -321px;
  padding-left: 294px;
  padding-right: 0;
  display: inline;
}

.image {
  flex: 0 auto;
}

.text-block {
  color: #246fb5;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-right: 417px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 30px;
}

.bold-text-2 {
  flex: 1;
  align-self: baseline;
  margin-top: 130px;
  margin-left: 182px;
  padding-top: 0;
}

.body {
  line-height: 1.6em;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.lottie-animation {
  display: none;
}

.container-3 {
  background-image: linear-gradient(112deg, #0000 62%, #fff), url('../images/gradient-network-connection-background_23-2148874050.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.divider-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider-2.grey {
  background-color: #00000017;
  width: 111px;
  margin-bottom: 43px;
}

.project-wrapper {
  color: #333;
  text-decoration: none;
  display: block;
}

.project-wrapper:hover {
  bottom: 8px;
}

.project-info {
  background-color: var(--white);
  padding: 20px 20px 40px;
}

.project-title {
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 600;
}

.container-4 {
  max-height: 581px;
  padding-left: 0;
  padding-right: 0;
}

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

.navbar {
  background-color: #fff;
  padding: 10px 20px;
  position: sticky;
  top: 0;
}

.brand {
  width: 280px;
}

.brand.w--current {
  min-width: 24%;
  min-height: auto;
}

.nav-link {
  color: #000;
  display: inline;
}

.nav-link:hover {
  color: #000000b3;
}

.nav-link.w--current {
  color: #000;
  font-weight: 500;
}

.header-section {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/conny-schneider-pREq0ns_p_E-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section {
  color: var(--white);
  background-color: #efefef;
  align-items: center;
  min-height: 58vh;
  padding: 100px 20px;
  display: flex;
}

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

.hero-content {
  box-sizing: border-box;
  text-align: center;
  padding-left: 40px;
  position: static;
}

.heading {
  color: var(--text--primary);
  margin-left: 0;
  padding-right: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
}

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

.section-recent-projects {
  padding: 100px 20px;
}

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

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

.recent-project-grid-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 11px -4px #00000047;
}

.recent-project-grid-item.padding-20 {
  padding: 20px;
}

.recent-project-grid-item.padding-20.bg-white {
  background-color: var(--white);
}

.recent-project-grid-item.padding-40 {
  background-color: var(--white);
  padding: 40px;
}

.about-img {
  width: 100%;
}

.about-image {
  width: 57%;
}

.div-block-2 {
  width: 45%;
}

.motto-section {
  text-align: center;
  padding: 40px 20px 80px;
}

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

.section-cta {
  text-align: center;
  background-color: #efefef;
  padding: 100px 20px;
}

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

.footer-section {
  text-align: center;
  padding: 70px 20px;
}

.service-grid-item {
  text-align: center;
  padding: 20px 10px;
}

.section-services {
  padding: 100px 20px;
}

.about-section {
  color: var(--white);
  text-align: center;
  background-color: #efefef;
  padding: 200px 20px;
}

.div-block-5 {
  background-color: var(--black);
}

.section-about-content {
  padding: 60px 20px;
}

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

.contact-section {
  background-color: #f4f4f4;
  padding: 100px 20px;
}

.div-block-6 {
  background-color: var(--white);
  border-radius: 20px;
  height: 100%;
  padding: 20px;
}

.section-our-services {
  padding: 100px 20px;
}

.contact-img {
  width: 100%;
  height: 100%;
}

.our-services-grid-item {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 3px #000;
}

.section-team {
  padding: 100px 20px;
}

.image-2 {
  width: 100%;
}

.team-grid-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 9px #000;
}

.project-section {
  padding: 80px 20px;
}

.blog-section {
  padding: 60px 20px;
}

.image-3 {
  width: 280px;
  display: block;
}

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

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

.footer-logo {
  width: 100px;
}

.footer-logo.w--current {
  width: 320px;
}

.footer-link-head {
  text-align: left;
  font-weight: 700;
}

.div-block-7 {
  text-align: left;
  margin-top: 20px;
}

.footer-link {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  display: block;
}

.div-block-8 {
  text-align: left;
}

.div-block-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.link-block {
  width: 25px;
}

.heading-medium {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-blog {
  text-align: center;
  padding: 100px 20px;
}

.nav-logo-wrap {
  flex: none;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fc0a7e;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-2.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #dd1173, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-2.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-2.wide.img {
  padding-bottom: 0;
}

.section-2.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-content-2 {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 44px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 41px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

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

.button-2.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-2.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-2.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.hero-image {
  opacity: 1;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  mix-blend-mode: normal;
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
  overflow: auto;
  transform: none;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.link-3 {
  color: #fff;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

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

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.slider-arrow {
  color: #d6d6d6;
}

.black {
  color: #000;
}

.slide-nav {
  font-size: 7px;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-icon {
  margin-bottom: 45px;
}

.black-text {
  color: gray;
  margin-bottom: 14px;
  font-size: 36px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  color: gray;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-5 {
  flex: none;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer-link-2 {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
}

.navigation-bar {
  background-color: #0000;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.social-link-group {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-14 {
  margin-top: 3px;
  display: flex;
}

.div-block-13, .div-block-15 {
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 24.7812px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #ebebeb;
}

.divider-3 {
  background-color: #5e5e5e;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar-column {
  color: #cf0063;
  background-color: #cf0063;
  width: 25%;
  height: 100%;
  margin-right: 0;
  padding: 50px 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.navigation-menu {
  float: none;
}

.social-icon-link {
  opacity: .41;
  width: 19px;
  margin-right: 11px;
  transition: opacity .2s;
}

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

.logo-link-2 {
  float: none;
  display: block;
}

.link-4 {
  color: #3d18e2cc;
  margin-left: auto;
  font-size: 12px;
}

.link-4:hover {
  color: #3d18e2;
}

.arrow-3 {
  color: #000;
}

.arrow-3.sources {
  color: #555;
  margin-right: 340px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 59px;
  display: flex;
}

.table-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-col.header.left-col {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.q-inside {
  color: #252525;
  height: auto;
  padding: 5px 35px 5px 60px;
}

.question {
  width: 100%;
}

.source-dropdown-link {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  list-style-type: decimal;
}

.q-toggle {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: block;
}

.table-row-4-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-4-col.header {
  z-index: 999;
  background-color: #fff;
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-row-4-col.data-row {
  border-bottom-style: solid;
  grid-template-rows: 45px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.table-row-4-col.data-row:hover {
  background-color: #0000;
}

.q-list {
  background-color: #0000;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-span-cite {
  font-weight: 400;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.table-wrapper._100.table {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  max-height: none;
  display: flex;
  overflow: auto;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: right;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.content-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: 10%;
  margin-right: 0;
  padding: 50px;
}

.sources-accordian {
  background-color: #0000;
  border: 1px #000;
  border-width: 1px 2px;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 450px;
  margin: 10px auto 40px 0;
  display: flex;
  overflow: hidden;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  flex: none;
  height: auto;
  max-height: 360px;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

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

.div-block-18 {
  margin-top: 3px;
  display: flex;
}

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

.nav-link-4 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 24.7812px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #ebebeb;
}

.divider-4 {
  background-color: #5e5e5e;
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-link-3 {
  float: none;
  display: block;
}

.blog-list {
  width: 75%;
  max-width: 1000px;
  margin-left: 11%;
  margin-right: 26px;
  padding: 50px 0 50px 67px;
  display: block;
}

.button-wrapper-2 {
  color: green;
  text-align: center;
  margin-top: 50px;
}

.button-3 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button-3:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-3.w--current {
  background-color: #2e80b6;
}

.div-block-20 {
  margin-top: 3px;
  display: flex;
}

.container-1201 {
  max-width: 67%;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
}

.table-10-col-row {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-10-col-row.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 160vw;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-10-col-row.data-row {
  align-items: center;
  width: 160vw;
  height: 30px;
}

.link-5 {
  color: #3d18e2cc;
  margin-left: auto;
  font-size: 12px;
}

.link-5:hover {
  color: #3d18e2;
}

.textblock-2 {
  color: #555;
}

.table-label-2 {
  color: #2d3e4e;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.table-icon {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.div-block-21 {
  margin-top: 3px;
  display: flex;
}

.image-9 {
  width: 80vw;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin-left: 109px;
  padding: 50px;
}

.div-block-22 {
  margin-top: 3px;
  display: flex;
}

.checkbox-label {
  font-size: 16px;
}

.text-field-2 {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.text-field-2.text-area {
  min-height: 400px;
}

.button-5 {
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 12px;
  min-width: 6rem;
  margin-top: 10px;
  margin-left: 0;
}

.button-5.spaceright {
  background-color: #fc0a7e;
  min-width: 6rem;
  margin-left: 0;
  margin-right: 1rem;
}

.checkbox-field {
  width: 50px;
  margin-top: 10px;
  margin-left: 1rem;
}

.success-message {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.success-text {
  margin-bottom: 0;
  font-size: 17px;
}

.content-3 {
  border: 1px #999;
  width: 75%;
  margin-left: 25%;
  padding: 50px;
}

.text-block-5 {
  margin-bottom: 21px;
  font-size: 16px;
}

.textarea {
  height: auto;
  min-height: 540px;
}

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

.div-block-24 {
  margin-top: 24px;
}

.heading-5 {
  color: #000;
  font-weight: 400;
}

.div-block-25 {
  margin-top: 3px;
  display: flex;
}

.text-field-3 {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.text-field-3.text-area {
  min-height: 400px;
}

.button-6 {
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 12px;
  min-width: 6rem;
  margin-top: 10px;
  margin-left: 0;
}

.rich-text-block {
  background-color: #fff9f9;
  margin-top: 20px;
}

.button-4 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 22px;
  padding: 11px 20px 11px 28px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #ddd;
}

.button-4:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-4.w--current {
  background-color: #2e80b6;
}

.div-block-26 {
  background-color: #000;
}

.contactlink {
  display: inline;
}

.image-10 {
  display: block;
}

.header-5 {
  background-color: #201c1c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.style-link-small-false-alternate-false-icon-position-trailing {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.style-secondary-small-false-alternate-false-icon-position-no-icon {
  grid-column-gap: 8px;
  border: 1px solid var(--color-neutral--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.style-primary-small-false-alternate-true-icon-position-no-icon {
  grid-column-gap: 8px;
  border: 1px solid var(--color-neutral--white);
  background-color: var(--color-neutral--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.style-secondary-small-false-alternate-true-icon-position-no-icon {
  grid-column-gap: 8px;
  border: 1px solid var(--color-neutral--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 852px;
  height: 238px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 331px;
  left: 294px;
}

.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 238px;
  display: flex;
}

.medium-length-hero-headline-goes-here {
  color: var(--text--alternate);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.quick-stack {
  background-color: #efefef;
  margin-left: 37px;
  margin-right: -70px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cell-2 {
  background-color: #fff;
  border: 1px solid #0a0a0a;
  border-radius: 20px;
}

.div-block-27 {
  color: #000;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-6 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.text-block-3 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cell {
  background-color: #fff;
  border: 1px solid #050505;
  border-radius: 20px;
}

.image-11 {
  margin-left: 0;
}

.section_home_feature {
  color: #000;
  background-color: #fff;
  margin-bottom: 0;
}

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

.padding-section-large {
  margin-top: 0;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: 0;
  padding-left: 0;
}

.home_feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.home_feature_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

.home_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.home_feature_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.heading-style-h3 {
  margin-top: 52px;
  padding-top: 0;
  padding-bottom: 48px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.home_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

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

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

.home_feature_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 75px;
}

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

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

.layout246_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_layout246 {
  color: #000;
  background-color: #fff;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.layout246_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: -45px;
  padding-bottom: 0;
  display: grid;
}

.layout246_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.section_home_features-list {
  color: #000;
  background-color: #fff;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 20px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    align-items: center;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .about-story-wrap {
    margin-top: 40px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    padding: 20px;
  }

  .contact-form-grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-header-image {
    height: 460px;
    margin-bottom: 20px;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .blog-heading-link {
    font-size: 28px;
  }

  .home-content-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-section-wrap {
    width: 48%;
  }

  .section-heading {
    font-size: 32px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    align-items: center;
    margin-bottom: 60px;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr minmax(200px, 1fr);
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-heading {
    margin-bottom: 40px;
  }

  .blog-preview-wrap {
    text-align: center;
    padding-right: 15px;
  }

  .project-wrapper:hover {
    transform: translate(0);
  }

  .project-title {
    font-size: 24px;
    line-height: 1.5em;
  }

  /*.brand {*/
  /*  width: 70px;*/
  /*}*/

  .nav-link {
    color: #fff;
  }

  .nav-link:hover {
    color: #ffffffb3;
  }

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

  .hero-section {
    min-height: auto;
  }

  .heading {
    font-size: 45px;
  }

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

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

  .recent-project-grid-item.padding-40 {
    padding: 20px;
  }

  .about-image {
    width: 48%;
  }

  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

  .div-block-6 {
    text-align: left;
  }

  .section-our-services, .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-medium {
    font-size: 32px;
  }

  .menu-button-2.w--open, .nav-menu {
    background-color: var(--steel-blue);
  }

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

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

  .nav {
    width: 100vw;
  }

  .nav-link-2 {
    padding-top: 20px;
  }

  .nav-link-2:hover {
    box-shadow: none;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .nav-inner {
    width: 100vw;
  }

  .menu-icon-2 {
    color: #fff;
    font-size: 40px;
  }

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

  .section-2.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero-content-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .quote-wrap {
    width: 70vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navigation-bar {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-4 {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 5px;
    padding: 13px 11px 11px;
  }

  .menu-button-4.w--open {
    color: #333;
    background-color: #f0f0f0;
  }

  .nav-link-3 {
    text-align: center;
  }

  .divider-3 {
    width: 30%;
    margin: 14px auto;
    display: block;
  }

  .sidebar-column {
    width: 100%;
    padding: 20px;
    position: static;
  }

  .navigation-menu {
    background-color: #333;
    border-radius: 5px;
    padding: 20px;
  }

  .logo-link-2 {
    float: left;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 14px;
  }

  .content-2 {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 400px;
  }

  .menu-button-5 {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 5px;
    padding: 13px 11px 11px;
  }

  .menu-button-5.w--open {
    color: #333;
    background-color: #f0f0f0;
  }

  .nav-link-4 {
    text-align: center;
  }

  .divider-4 {
    width: 30%;
    margin: 14px auto;
    display: block;
  }

  .logo-link-3 {
    float: left;
  }

  .button-wrapper-2 {
    margin-top: 30px;
  }

  .table-10-col-row.header, .table-10-col-row.data-row {
    width: 150vw;
  }

  .table-icon {
    height: 16px;
  }

  .content-3 {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }

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

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

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

  .home_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout246_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout246_list {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .recent-project-content {
    text-align: center;
  }

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

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 18px;
  }

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

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

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

  .team-member-name, .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-header-image, .blog-preview-image {
    height: 300px;
  }

  .blog-heading-link {
    font-size: 25px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .home-section-wrap {
    width: 100%;
  }

  .section-heading {
    font-size: 30px;
  }

  .about-grid {
    flex-direction: column;
  }

  .about-grid.reverse {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .collection-wrap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*.brand {*/
  /*  width: 85px;*/
  /*  padding-left: 0;*/
  /*}*/

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

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

  .heading {
    font-size: 35px;
  }

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

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

  .about-image {
    width: 100%;
  }

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

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .image-4 {
    height: auto;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7, .div-block-9 {
    margin-top: 10px;
  }

  .heading-medium {
    font-size: 30px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-icon-2 {
    font-size: 30px;
  }

  .hero-content-2 {
    margin-bottom: 5vh;
  }

  .button-2.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }

  .footer-link-2 {
    margin-bottom: 10px;
    display: inline-block;
  }

  .nav-link-3 {
    display: block;
  }

  .sidebar-column {
    padding: 10px;
  }

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

  .logo-link-2 {
    padding-left: 0;
  }

  .link-4 {
    font-size: 10px;
    line-height: 18px;
  }

  .arrow-3.sources {
    margin-right: 260px;
  }

  .container {
    padding-top: 0;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 100%;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .content-2 {
    padding: 20px 10px;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .nav-link-4 {
    display: block;
  }

  .logo-link-3 {
    padding-left: 0;
  }

  .button-wrapper-2 {
    text-align: center;
    margin-top: 20px;
  }

  .table-10-col-row.header, .table-10-col-row.data-row {
    width: 200vw;
  }

  .table-label-2 {
    font-size: 14px;
  }

  .content-3 {
    padding: 20px 10px;
  }

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

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

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

  .home_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .layout246_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout246_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 25px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-story-wrap {
    margin-top: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .detail-header-image, .blog-preview-image {
    height: 200px;
  }

  .blog-heading-link {
    font-size: 22px;
  }

  .home-content-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-heading {
    font-size: 28px;
  }

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

  .blog-preview-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-title {
    font-size: 22px;
  }

  .brand {
    padding-left: 0;
  }

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

  .heading {
    font-size: 32px;
  }

  .section-recent-projects, .section-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-bottom: 20px;
  }

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

  .section-about-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-team {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
  }

  .link-block {
    margin-right: 20px;
  }

  .heading-medium {
    font-size: 28px;
  }

  .nav-inner {
    width: 100vw;
  }

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

  .section-2.center {
    padding-bottom: 10vh;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .button-2.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .hero-image {
    width: 80%;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-5 {
    width: 100%;
  }

  .button-wrap, .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .social-link-group {
    margin-top: 0;
  }

  .nav-link-3 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .container {
    padding-top: 0;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 180vw;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 90%;
    height: auto;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .sources-accordian {
    margin-top: 0;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 400px;
  }

  .nav-link-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .table-10-col-row.header, .table-10-col-row.data-row {
    width: 440vw;
  }

  .link-5 {
    font-size: 10px;
  }

  .textblock-2 {
    font-size: 12px;
  }

  .table-label-2 {
    padding-left: 10px;
    font-size: 12px;
  }

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

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

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

  .layout246_content, .layout246_list {
    grid-template-columns: 1fr;
  }
}

#w-node-e6d04bf2-0778-5550-3fca-ad87b02bf9da-b03278c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b860b6a1-0dcf-a504-349e-2dd2b2131750-b03278c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-da5f988e-71de-4d28-f00d-bd7359971051-b03278c1, #w-node-da5f988e-71de-4d28-f00d-bd7359971057-b03278c1, #w-node-da5f988e-71de-4d28-f00d-bd735997105d-b03278c1, #w-node-_42062c24-0c21-c444-c033-75f2cb939374-b03278c1, #w-node-c235e23a-96bc-9bec-5ed4-a5c59e31516b-b03278c1, #w-node-c235e23a-96bc-9bec-5ed4-a5c59e315175-b03278c1, #w-node-c235e23a-96bc-9bec-5ed4-a5c59e31517f-b03278c1, #w-node-c235e23a-96bc-9bec-5ed4-a5c59e315189-b03278c1 {
  align-self: start;
}

#w-node-dd966ec9-38f2-9179-9887-f2a91b87205f-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-283278c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-283278c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-283278c9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-283278c9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-283278c9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-283278c9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-ce3278cb, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-ce3278cb, #w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-fb3278d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-fb3278d0 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-283278c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-283278c9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-283278c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-283278c9 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f78771be-3d62-388b-13fa-678043ddf665-51e627e8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-283278c9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-283278c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-283278c9 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-283278c9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-283278c9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-ce3278cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f78771be-3d62-388b-13fa-678043ddf665-51e627e8 {
    grid-column-end: 2;
  }
}

.image-3 {
    width: 280px; /* Adjust this value to match the index page */
    height: auto;
}

.img {
  max-width: 280px;
}