:root {
  --ghost-white: #eeedf2;
  --grey: rgba(0, 0, 0, 0);
  --blue: #0d0628;
  --pink: #f88cd4;
  --black: black;
  --outline: rgba(92, 49, 255, .32);
  --red-2: rgba(118, 26, 26, 0);
  --red: red;
  --dark-red: var(--red);
  --combine-library-grey-200: #bfc4ce;
  --combine-library-white: white;
  --combine-library-primary-200: #9e97ff;
  --combine-library-grey-800: #1f2c3d;
  --color: white;
  --neutral-grey: #f6f6f6;
  --yellow: #def141;
  --dark-background: rgba(0, 0, 0, .56);
  --color-2: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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 {
  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-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-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-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: -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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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: var(--ghost-white);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .25em;
  font-family: Noto Sans SC, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

h4 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35em;
  font-weight: 400;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container.is--nav {
  height: 9em;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.container.calc {
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

.container.is--sticky {
  max-width: 1200px;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 0 100px;
  display: none;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section {
  z-index: 3;
  width: 100%;
  position: relative;
}

.section.is--nav {
  z-index: 2000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.is--pricing {
  background-color: var(--ghost-white);
  color: var(--blue);
}

.section.is--hero {
  z-index: 4;
  overflow: hidden;
}

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

.nav__logo-img {
  width: 7em;
}

.nav__menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.mav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav__icon {
  width: 6.5em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 4.9em;
  display: flex;
}

.nav__icon-line {
  width: 100%;
  height: .2em;
  background-color: var(--ghost-white);
  margin-top: .5em;
  margin-bottom: .5em;
}

.nav__link {
  color: var(--ghost-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Grifter, sans-serif;
  font-weight: 700;
  display: flex;
}

.nav__link-text {
  font-size: 1.1em;
}

.hero__h-contain {
  padding-bottom: 1.3em;
  position: relative;
}

.hero__icon {
  width: 5.5em;
  max-width: none;
  margin-left: -1.2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
  overflow: hidden;
}

.hero__button-text {
  height: 1.2em;
  color: var(--pink);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
  font-family: Grifter, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.hero__button-text.is--pricing {
  color: var(--black);
}

.hero__button-icon {
  height: 4.3em;
  border: 1px solid var(--ghost-white);
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__button-icon.is--pricing {
  border-width: 2px;
  border-color: var(--black);
  background-color: var(--black);
}

.hero__button-arrow {
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.hero__button-arrow.is--pricing {
  filter: invert();
}

.hero__button-t-contain {
  border: 1px solid var(--ghost-white);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero__button-t-contain.is--pricing {
  border-width: 2px;
  border-color: var(--black);
}

.hero_wrap {
  z-index: 20;
  width: 50%;
  max-width: 450px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__right {
  z-index: 5;
  width: 40.7em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 2.3em;
  display: flex;
  position: relative;
}

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

.nav__line {
  width: 0;
  height: .2em;
  background-color: var(--black);
  margin-bottom: 3.3em;
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fade-up, .hero__p-contain {
  overflow: hidden;
}

.hero__video {
  width: 100%;
  height: 42em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(13, 6, 40, 0) 72%, var(--blue)), linear-gradient(270deg, var(--blue), rgba(13, 6, 40, 0) 4%), linear-gradient(to right, var(--blue), rgba(13, 6, 40, 0) 4%), linear-gradient(to top, var(--blue), rgba(13, 6, 40, 0) 4%, rgba(13, 6, 40, 0)), linear-gradient(to bottom, var(--blue), rgba(13, 6, 40, 0) 4%, rgba(13, 6, 40, 0));
  position: relative;
}

.hero__gradient {
  z-index: 2;
  width: 200em;
  height: 200em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black), rgba(92, 49, 255, 0) 69%);
  opacity: .9;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero__gradient.is--other {
  width: 160em;
  height: 160em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pink), rgba(248, 140, 212, 0) 69%);
  opacity: .73;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.hero__card-contain {
  z-index: 3;
  perspective: 2000em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__card {
  width: 38em;
  height: 24em;
  min-width: 38em;
  transform-style: preserve-3d;
  background-image: linear-gradient(144deg, rgba(238, 237, 242, .3), rgba(255, 255, 255, 0) 43%);
  border: 2px solid rgba(238, 237, 242, .34);
  border-top-color: rgba(238, 237, 242, .18);
  border-radius: 2em;
  position: relative;
  transform: rotate(-9deg);
}

.hero__card-content {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.6em;
  display: flex;
  overflow: hidden;
}

.hero__card-top, .hero__card-bottom {
  width: 100%;
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__card-logo {
  width: 6.6em;
}

.hero__card-icon, .hero__card-bar {
  width: 3.5em;
}

.hero__card-text {
  color: var(--ghost-white);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Grifter, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.hero__card-shine {
  width: 60em;
  height: 60em;
  background-image: radial-gradient(circle, rgba(28, 19, 65, .87), rgba(28, 19, 65, 0) 61%);
  border-radius: 100vw;
  margin-top: -30.4em;
  margin-left: -25.7em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-2 {
  z-index: 3;
  width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 2;
  color: #1c1c1c;
  background-color: #eeedf2;
  overflow: hidden;
}

.calc__contain {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.1em;
  display: grid;
}

.concepts__button {
  width: 4.8em;
  height: 100%;
  color: #eeedf2;
  background-color: #1c1c1c;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.switch {
  width: 8em;
  height: 4em;
  background-color: #1c1c1c;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .4em;
  display: flex;
}

.total {
  letter-spacing: 0;
}

.contain {
  width: 100%;
  height: 100%;
  color: #1c1c1c;
  text-align: center;
  background-color: #eeedf2;
  border: 1.2px solid #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.1em;
  padding: 4.8em 1.9em;
  display: flex;
}

.switch__circle {
  width: 4.3em;
  height: 100%;
  background-color: #def141;
  border-radius: 100vw;
}

.concepts__contain {
  width: 11em;
  height: 4em;
  background-color: #f88cd4;
  border: 1.2px solid #1c1c1c;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .4em;
  display: flex;
}

.slider__contain {
  width: 34em;
  height: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.is--text {
  height: 1em;
}

.disabled {
  background-color: var(--ghost-white);
  color: var(--pink);
  cursor: not-allowed;
}

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

.hero_right {
  width: 100%;
  padding-top: 94px;
}

.hero_right-img {
  width: 740px;
  max-width: 100%;
  object-fit: contain;
  object-position: 100% 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button {
  background-color: var(--pink);
  color: var(--blue);
  border-radius: 1.5em;
  margin-top: 2.2em;
  padding: 1.6em 3.1em;
  font-size: 1.1em;
  font-weight: 700;
}

.horizontal-section {
  width: 100%;
  background-color: #1e1e1e;
  display: none;
  position: relative;
}

.horizontal-trigger {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.horizontal-sticky {
  width: 100%;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky_top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.sticky_top-line {
  width: 100%;
  height: 2px;
  background-color: var(--outline);
}

.sticky_title {
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
}

.list {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper {
  width: 100%;
}

.horizontal-item {
  width: 34%;
  flex: none;
  padding-right: 70px;
}

.card {
  width: 100%;
  border: 2px none var(--outline);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 0;
}

.card_top {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.card_icon {
  width: 3em;
  flex: none;
}

.card_img {
  width: 100%;
  height: 245px;
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 0 0;
  display: block;
}

.scrolling_img {
  width: 80px;
  margin-top: 5.4em;
}

.image-5 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.walsh-logo-footer {
  width: 180px;
  height: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slide {
  margin-right: 70px;
  left: -120%;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.walsh-footer-line-divider {
  width: 100%;
  height: 1px;
  background-color: #cacaca;
}

.walsh-icon-social {
  max-height: 18px;
  filter: invert();
  color: #fff;
}

.loader-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  transform: translate(-100%);
}

.slider-card {
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider {
  width: 356px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr;
  grid-auto-columns: .25fr;
  align-items: start;
  position: relative;
}

.slide-nav {
  align-items: center;
  display: none;
  top: 339px;
  left: 0;
}

.gallery-section-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1px;
  padding-bottom: 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}

.walsh-footer-link {
  color: #e92227;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.gallery-image {
  width: 100%;
  height: 580px;
  background-image: url('../images/1mc4y12000bt80g6h3B8F_Z_960_660_R5_D.webp');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._5 {
  height: 410px;
  background-image: url('../images/1664378402825.jpeg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image._5._2-2 {
  background-image: url('../images/33.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  align-self: auto;
}

.gallery-image._2 {
  background-image: url('../images/339377930.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._2._2-1 {
  background-image: url('../images/Factory_01-10.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._4 {
  height: 480px;
  background-image: url('../images/111791406.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._4._3-2 {
  background-image: url('../images/Factory_01-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._6 {
  height: 545px;
  background-image: url('../images/2007190000016kvbfBA77_Z_960_660_R5_D.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-image._6._2-3 {
  background-image: url('../images/Factory_01-3.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.gallery-image._3 {
  height: 346px;
  background-image: url('../images/114144077.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._3._2-2 {
  background-image: url('../images/38.jpg');
  background-position: 50% 40%;
  background-size: cover;
  overflow: scroll;
}

.gallery-image._7 {
  height: 346px;
  background-image: url('../images/114144080.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._7._3-1 {
  background-image: url('../images/29.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery-image._8 {
  height: 410px;
  background-image: url('../images/200k1900000168d9a433B_Z_960_660_R5_D.jpg_.webp');
  background-position: 0%;
  background-size: cover;
}

.gallery-image._9 {
  height: 545px;
  background-image: url('../images/339373891.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._10 {
  height: 480px;
  background-image: url('../images/PremiumSuiteWithPoolOutdoor-min.jpg');
  background-position: 30%;
  background-size: cover;
}

.gallery-image._21 {
  background-image: url('../images/0AD4j120008wsdwt7F8A1_Z_960_660_R5_D.webp');
  background-position: 45%;
  background-size: cover;
}

.gallery-image._78 {
  background-image: url('../images/114144075.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.gallery-image._1-2 {
  background-image: url('../images/Factory_01-9.jpg');
  background-position: 60%;
  background-size: cover;
}

.h1 {
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 25px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-legal-text {
  color: var(--blue);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  display: flex;
}

.walsh-heading-small {
  color: var(--red-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.loader-logo-wrap {
  grid-row-gap: 40px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-row {
  width: 100%;
  max-width: 504px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gallery-row.horizontal {
  width: 100%;
  max-width: 656px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
}

.gallery-row._2nd {
  width: 100%;
  max-width: 656px;
  grid-row-gap: 56px;
}

.gallery-section-2 {
  background-color: #f6f6f6;
}

.gallery-section-2.hero {
  height: 100vh;
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-section-2.craftmanship {
  background-color: #1e1e1e;
}

.gallery-section-2.gallery {
  background-color: #f6f6f6;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.gallery-section-2.red {
  background-color: var(--red-2);
}

.about-us-tag-wrap {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  display: block;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-tag-wrap.bottom {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-tag-wrap.projects {
  justify-content: flex-end;
  top: 9%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-us-tag-wrap.c {
  right: 2%;
}

.about-us-tag-wrap.s {
  width: 100%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  top: 7%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h2 {
  width: 100%;
  color: red;
  text-align: left;
  border-top: 0 solid red;
  margin-top: 10px;
  padding-top: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 120%;
}

.h2.noto-sans {
  font-family: Noto Sans SC, sans-serif;
  font-size: 5.5em;
}

.h2.sofia-pro {
  font-size: 5.5em;
}

.body-wrapper {
  background-color: #f6f6f6;
  overflow: visible;
}

.walsh-main-paragraph {
  color: #e92227;
  letter-spacing: 0;
  padding-left: 15px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

.hero-wrapper {
  z-index: 10;
  height: 90vh;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.loader-line {
  width: 250px;
  height: 4px;
  background-color: rgba(0, 0, 0, .06);
  position: relative;
  overflow: hidden;
}

.tag {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 30px;
}

.tag.dark {
  color: var(--grey);
  letter-spacing: 2px;
  -webkit-text-stroke-color: #5d4948;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 30px;
}

.tag.dark._3 {
  color: var(--red);
  letter-spacing: 4px;
  font-weight: 600;
}

.tag.dark._4 {
  color: var(--red);
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.tag.dark._4._1 {
  padding-bottom: 40px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.tag.dark._4.noto-sans {
  font-family: Noto Sans SC, sans-serif;
}

.tag.red {
  color: #000;
}

.tag._2 {
  width: 90%;
  max-width: 1300px;
  color: #fff;
  letter-spacing: 4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.tag._1 {
  color: red;
  letter-spacing: 3px;
  padding-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 600;
}

.tag._5 {
  display: none;
}

.tag._1-1 {
  color: red;
  letter-spacing: 0;
  text-transform: none;
  border-top: 1px solid red;
  padding-top: 35px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.tag._1-1.noto-sans {
  font-size: 3.5em;
}

.tag._1-1.sofia-pro {
  padding-top: 50px;
  font-family: sofia-pro, sans-serif;
  font-size: 3.5em;
}

.red-line {
  width: 48px;
  height: 1px;
  background-color: #fff;
}

.red-line.red {
  background-color: red;
}

.red-line._100 {
  width: 100%;
  background-color: var(--red-2);
}

.footer {
  height: auto;
  color: #000;
  background-color: #f5f5f5;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.mask {
  overflow: visible;
}

.left-arrow {
  width: 30px;
  height: 30px;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  font-size: 16px;
  top: auto;
  bottom: -46%;
  left: 38%;
  right: auto;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.slider-image {
  width: 356px;
  height: 245px;
  background-image: url('../images/Rectangle-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-image._2 {
  background-image: url('../images/13.jpg');
}

.slider-image._3 {
  background-image: url('../images/Rectangle-8.png');
}

.slider-image._4 {
  background-image: url('../images/Rectangle-6-1.png');
}

.page-loader {
  z-index: 100000;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 50vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

._2nd-section-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

._2nd-section-wrapper.slider-section {
  padding-bottom: 220px;
}

.loader-logo {
  width: 80px;
}

.right-arrow {
  width: 30px;
  height: 30px;
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  font-size: 16px;
  top: auto;
  bottom: -46%;
  left: auto;
  right: 38%;
}

.container-new {
  max-width: 1200px;
  display: block;
  position: static;
}

.container-new.image {
  height: 634px;
  position: relative;
}

.container-new.new_slider-sec {
  max-width: 100vw;
  object-fit: fill;
  position: static;
  top: 10px;
}

.container-new._1 {
  display: none;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.card-heading {
  color: var(--ghost-white);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
}

.card-heading.center {
  text-align: center;
  font-size: 20px;
}

.card-heading.home-card-h {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.full-image {
  height: 634px;
  background-color: #fff;
  background-image: url('../images/IMG_1190.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.proejcts-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.project-wrap {
  cursor: pointer;
}

.project-title-block {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0 3px 40px;
  display: flex;
  position: relative;
}

.h4 {
  width: 500px;
  color: #000;
  text-transform: capitalize;
  font-family: sofia-pro, sans-serif;
  font-size: 1.4em;
}

.arrows-box {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-arrow {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--grey);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-details-block {
  grid-row-gap: 50px;
  flex-direction: column;
  padding: 20px 70px 20px 40px;
  display: none;
}

.projects-details-block._1._2 {
  display: none;
}

.projects-details-block._2._3 {
  display: block;
}

.description-wrapper {
  grid-column-gap: 150px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-20px {
  color: #000;
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-20px.key {
  flex: none;
}

.paragraph-20px._30px {
  flex: none;
  margin-bottom: 0;
  font-size: 30px;
}

.paragraph-20px._30px.padding {
  color: #fff;
  margin-top: 400px;
}

.paragraph-20px._30px.bottom-padding {
  margin-bottom: 220px;
}

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

.view-more-link {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.find-more {
  color: var(--grey);
  font-family: Noto Sans SC, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.workflow-section {
  height: 100vh;
  object-fit: fill;
  background-color: #fff;
  display: none;
  position: static;
  overflow: visible;
}

.workflow-section.hero {
  height: 100vh;
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.workflow-section.craftmanship {
  background-color: #1e1e1e;
}

.workflow-section.gallery {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #1e1e1e 3%, #f6f6f6);
}

.workflow-section.red {
  background-color: var(--red-2);
}

.projects-section {
  background-color: #fff;
  overflow: hidden;
}

.projects-section.hero {
  height: 100vh;
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-section.craftmanship {
  background-color: #1e1e1e;
}

.projects-section.gallery {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #1e1e1e 3%, #f6f6f6);
}

.projects-section.red {
  background-color: var(--red-2);
}

.projects-section._2 {
  padding-bottom: 100px;
}

.past-projects-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 0;
  overflow: hidden;
}

.past-projects-section.hero {
  height: 100vh;
  background-image: url('../images/home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.past-projects-section.craftmanship {
  background-color: #1e1e1e;
}

.past-projects-section.gallery {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #1e1e1e 3%, #f6f6f6);
}

.past-projects-section.red {
  background-color: var(--red-2);
}

.hero-section {
  height: 100vh;
  overflow: hidden;
}

.about-section {
  background-color: #f6f6f6;
  padding-bottom: 50px;
  overflow: hidden;
}

.craftmanship-section {
  background-color: #771b1b;
  display: none;
  position: static;
  overflow: hidden;
}

.workflow-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 200px;
  padding-top: 174px;
  padding-bottom: 190px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}

.workflow-grid-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.h-logo-wrap {
  max-width: 265px;
}

.phases-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.content__title-text {
  color: var(--red-2);
  font-family: Noto Sans SC, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.content__title-text.dark, .content__title-text.red {
  color: #000;
}

.content__title-text.content__title--small {
  padding-top: 20px;
}

.content__title-text.small {
  margin-top: 10px;
  line-height: 16px;
}

.dark {
  color: var(--red-2);
}

.content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content__title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--red-2) black black;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 18px;
  display: grid;
  position: relative;
}

.content__title.number-absolute {
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: var(--red-2);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: -42%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content__title._2nd {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 32px;
}

.small {
  color: var(--red-2);
  font-size: 12px;
  line-height: 12px;
}

.content__titlewrap {
  position: relative;
}

.number {
  width: 30px;
  height: 30px;
  border: 1px solid var(--red-2);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: -47%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link {
  opacity: 0;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.direction-icon {
  width: 60px;
  height: 60px;
  color: #c9c9c9;
  background-color: rgba(21, 117, 150, 0);
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: rgba(255, 255, 255, .24);
}

.direction-icon.right {
  width: 50px;
  height: 50px;
  margin-top: 450px;
  left: -245px;
}

.direction-icon.left {
  width: 50px;
  height: 50px;
  margin-top: 450px;
  right: -304px;
}

.client-slider-panel {
  width: 400px;
  opacity: .37;
  border: 3px #fff;
  margin-right: 0;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

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

.sq-slider {
  border: 4px #ee6a2f;
}

.slide-nav-2 {
  display: none;
  bottom: -48px;
}

.client-slider-mask {
  overflow: visible;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  display: flex;
}

.slider-wrap {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  flex: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  width: 400px;
  max-width: 400px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  padding: 0;
  position: relative;
  transform: scale(.8);
}

.client-cube {
  width: 400px;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.track {
  height: 400vw;
}

.track._2 {
  background-color: #1e1e1e;
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  width: 100vw;
  height: 100vh;
  flex: none;
  padding: 0;
  position: relative;
}

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

.project-page-wrap {
  z-index: 10;
  height: 100%;
  max-width: 1200px;
  grid-column-gap: 145px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0;
  display: flex;
  position: relative;
}

.project-page-wrap._2nd {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: center;
  align-items: center;
}

.project-page-wrap._3rd {
  grid-column-gap: 50px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.project-image {
  width: 396px;
  height: 510px;
  background-image: url('../images/collov-home-design-H-1j_s0dhCw-unsplash-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.project-image._2nd {
  width: 500px;
  height: 674px;
  margin-left: auto;
  margin-right: auto;
}

.project-image._3rd {
  width: 469px;
  height: 280px;
  background-image: url('../images/zac-gudakov-mw_mj-noYHM-unsplash-2.png');
  margin-left: -84px;
}

.project-image._4th {
  width: 356px;
  height: 545px;
  background-image: url('../images/jean-philippe-delberghe-xrjusFfOksI-unsplash-2.png');
}

.project-pagedescription-wrapper {
  height: 100%;
  grid-column-gap: 150px;
  grid-row-gap: 130px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.project-bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Rectangle-40.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-bg.left {
  background-image: url('../images/Rectangle-42.png');
  background-size: cover;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  margin-left: -50px;
  display: flex;
}

.navbar {
  width: 200px;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 2%;
  bottom: auto;
  left: 50%;
  right: 0%;
}

.navbar.w--current {
  z-index: 100;
  width: auto;
  height: 60px;
  background-color: #fff;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.fix {
  width: 100vw;
  height: 80px;
  background-color: red;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 180px;
  height: 40px;
}

.craftsmanship-card {
  height: 100%;
  padding: 40px;
  display: flex;
}

.craftsmanship-image {
  height: 100%;
  background-image: linear-gradient(1deg, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/home.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.craftsmanship-image._2 {
  background-image: linear-gradient(1deg, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/Pink-decor.jpg');
}

.craftsmanship-image._4 {
  background-image: linear-gradient(1deg, rgba(0, 0, 0, .75), rgba(255, 255, 255, 0)), url('../images/Pink-decor.jpg');
  background-repeat: repeat, no-repeat;
}

.section-3 {
  height: 500px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  display: block;
}

.container-2 {
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container-3 {
  height: 500px;
}

.background-video {
  height: 500px;
  background-color: #171111;
}

.body {
  color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0);
}

.background-video-2 {
  z-index: 1000;
  object-fit: contain;
  position: relative;
  top: 0;
  overflow: visible;
}

.heo_slider {
  height: 100vh;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.hero_slide_image {
  width: 100%;
  height: 100vh;
  background-image: url('../images/PremiumSuiteWithPoolBedroom02-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_slide_image._2nd {
  background-image: url('../images/114144036.jpg');
  background-position: 50%;
}

.hero_slide_image._3rd {
  background-image: url('../images/cdf499980852941fd7db76c9bec150d9.jpg');
  background-position: 50%;
  background-size: cover;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 14em;
  display: none;
}

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

.splide__slide {
  width: 33.3333%;
  flex: none;
}

.splide__track {
  width: 100%;
}

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

.splide__arrows.hide {
  display: none;
}

.slider-pill {
  height: auto;
  padding-bottom: 3.5em;
}

.slider-pill_img {
  margin-bottom: 20px;
}

.slider-pill_photo {
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.splide__arrow {
  width: 6em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/Group.png');
  border-color: #ccc;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/Group.png');
  border-color: #ccc;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.crafts-slider-wrapper {
  width: 90%;
  max-width: 1300px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.slide-nav-4 {
  display: none;
}

.slide_1 {
  width: 280px;
  margin-right: 40px;
}

._33 {
  height: 340px;
  overflow: visible;
}

.slide_img {
  width: 100%;
  height: 224px;
  background-image: url('../images/114144089.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_img._2 {
  height: 340px;
}

.slide_img._3rd {
  height: 250px;
}

.slide_img._5 {
  height: 500px;
}

.slide-wrap {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide_2 {
  width: 430px;
  margin-right: 40px;
}

.slide_3 {
  width: 332px;
  margin-right: 40px;
}

.slide_4 {
  width: 360px;
  margin-right: 40px;
}

.custom_slide {
  width: 100%;
  height: 100%;
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.custom_slide.slide_center {
  margin-top: 0;
}

.custom_slide.enf_slide {
  width: 100%;
  margin-right: -150px;
}

.custom_slide_image_1 {
  width: 100%;
  height: 400px;
  background-image: url('../images/IMG_2063.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.custom_slide_image_1._3 {
  background-image: url('../images/IMG_1759.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
}

.custom_slide_image_1._3.last_slide_red {
  height: 500px;
}

.custom_slide_image_1._6 {
  background-image: url('../images/IMG_1974.JPG');
  background-position: 0%;
  background-size: cover;
  border-radius: 15px;
}

.custom_slide_image_1._6.last_slide_red {
  height: 500px;
}

.custom_slide_image_2 {
  width: 100%;
  height: 500px;
  background-image: url('../images/13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.custom_slide_image_2._4 {
  background-image: url('../images/Rectangle-6-1.png');
}

.custom_slide_image_2._5 {
  background-image: url('../images/IMG_2035.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

.custom_slide_image_3 {
  width: 332px;
  height: 250px;
  background-image: url('../images/114144089.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom_slide_image_4 {
  width: 358px;
  height: 468px;
  background-image: url('../images/114144089.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-desktop {
  height: auto;
  cursor: auto;
  background-color: rgba(221, 221, 221, 0);
  display: none;
}

.left-arrow-3 {
  -webkit-text-stroke-color: #141414;
  display: block;
}

.right-arrow-3 {
  display: block;
}

.slide-nav-5 {
  color: var(--grey);
  -webkit-text-stroke-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  position: static;
  bottom: -100px;
}

.mask-2 {
  overflow: visible;
}

.slider-mobile {
  cursor: auto;
  background-color: rgba(221, 221, 221, 0);
  display: none;
}

.paragraph-2 {
  width: 700px;
  color: var(--red);
  padding-top: 20px;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.container-4 {
  width: 100%;
  height: auto;
  max-width: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column {
  height: 300px;
  padding-left: 100px;
}

.column-2 {
  height: 300px;
}

.div-block-2 {
  height: 300px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 100px;
  display: flex;
}

.combine-footer3_link {
  color: var(--combine-library-grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library-white);
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library-primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library-white);
}

.combine-footer3_bottom-text {
  color: var(--combine-library-grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library-primary-200);
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #ff0101;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

.combine-footer3_component {
  background-color: var(--combine-library-grey-800);
}

.div-block-3 {
  width: 700px;
  height: auto;
  text-align: center;
  align-self: center;
}

.div-block-4 {
  width: 120px;
  height: 40px;
  margin-top: 10px;
}

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

.quick-stack {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.image-7 {
  width: 300px;
  height: 300px;
  max-width: none;
  object-fit: fill;
}

.image-7._1 {
  height: 100%;
}

.image-7._2 {
  height: 90%;
}

.image-10 {
  max-width: 100%;
}

.html-embed {
  display: none;
}

.swiper.myswiper {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

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

.image-11 {
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: cover;
}

.icon {
  color: var(--color);
}

.icon-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.line-vertical {
  z-index: 0;
  width: .3rem;
  height: 100%;
  background-color: #1f2421;
  border-radius: 1rem;
  position: absolute;
}

.xomai-large {
  width: 60px;
  height: 50px;
  border: 1px solid var(--red-2);
  color: #ff3235;
  border-radius: 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 5rem;
  display: flex;
}

.process-container {
  min-height: 30vh;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.process-line-container {
  width: 100%;
  height: 105%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: -2.5rem;
}

.process-wrapper {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "Step-1 Line-1 ."
                 ". Line-2 Step-2"
                 "Step-3 Line-3 ."
                 ". Line-4 Step-4"
                 "Step-5 Line-5 ."
                 / 1.25fr .25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.section-4 {
  width: 100%;
  min-height: 5rem;
  flex-direction: column;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  display: none;
}

.process-circle {
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e7080c;
  border: .4rem solid #fff;
  border-radius: 505rem;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  box-shadow: 0 0 10px rgba(153, 153, 153, .25);
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-5.align-left {
  text-align: left;
  align-items: flex-start;
}

.heading {
  color: #000;
}

.paragraph-3 {
  color: #949494;
  font-size: 1em;
}

.paragraph-4 {
  color: #8d8d8d;
  font-size: 1em;
}

.heading-2 {
  color: #000;
  font-weight: 600;
}

.paragraph-5 {
  color: #a3a3a3;
  font-size: 1em;
}

.paragraph-6 {
  color: #868686;
  font-size: 1em;
}

.paragraph-7 {
  color: #a8a8a8;
  font-size: 1em;
}

.heading-3, .heading-4 {
  color: #000;
  font-weight: 700;
}

.heading-5 {
  color: #030303;
  font-weight: 700;
}

.div-block-5 {
  z-index: 1000;
  width: 100%;
  height: 50px;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.text-block {
  color: #9b413b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.text-block-2 {
  color: red;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  display: none;
}

.italic-text {
  color: var(--red);
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
}

.italic-text-2 {
  font-family: sofia-pro, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
}

.text-block-3 {
  color: #000;
  object-fit: fill;
  position: relative;
  top: -26px;
  left: 60px;
}

.text-block-4 {
  color: #000;
  position: relative;
  top: -24px;
  bottom: 0%;
  left: 60px;
  right: 0%;
}

.div-block-6 {
  padding-top: 10px;
}

.text-block-5 {
  color: #000;
  text-transform: uppercase;
  position: relative;
  top: -23px;
  left: 60px;
}

.paragraph-8 {
  color: #000;
  padding-top: 11px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.paragraph-8.noto-sans {
  font-size: 3em;
}

.paragraph-8.sofia-pro {
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.link-3 {
  color: red;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  display: block;
}

.container-8 {
  max-width: 1200px;
  margin-bottom: 0;
}

.paragraph-9 {
  color: #000;
  margin-bottom: 30px;
  padding-top: 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
}

.paragraph-9.noto-sans {
  font-family: Noto Sans SC, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.paragraph-9.sofia-pro {
  font-size: 2em;
  font-weight: 400;
}

.html-embed-2 {
  width: 100%;
}

.marquee-wrap {
  display: flex;
}

.loop-track {
  width: 100%;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-gradiant-overlay-div {
  z-index: 5;
  min-height: 5rem;
  min-width: 14rem;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -16px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.white-gradiant-overlay-div._1 {
  background-image: linear-gradient(260deg, #fff, rgba(255, 255, 255, 0));
  left: auto;
  right: 0%;
}

.loop-collection {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  display: flex;
}

.loop-marquee-logo-wrapper {
  display: flex;
}

.loop-marquee-logo-wrapper.marquee-reverse {
  margin-top: 20px;
}

.loop-marquee-item-holder {
  flex: none;
  display: flex;
}

.loop-marquee_item-top {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.loop-marquee_brand-logo {
  grid-column-gap: 1.5rem;
  flex: none;
  display: flex;
}

.loop-marquee-brand-logo {
  max-width: 100%;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  align-self: center;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loop-marquee_item-bottom {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.cell-6 {
  background-image: url('../images/111791386.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.cell-7 {
  background-image: none;
}

.image-17 {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.image-18 {
  width: 100%;
  height: 235px;
}

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

.button-2 {
  width: 100px;
  color: red;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid red;
  border-radius: 10px;
  margin-top: 15px;
  display: block;
}

.button-2._1 {
  border-color: var(--ghost-white);
  color: #fff;
}

.button-2._1:hover {
  background-color: #101010;
}

.button-2._3 {
  color: #fff;
  border-color: #fff;
  margin-left: 20px;
}

.button-2._3:hover {
  background-color: #0c0c0c;
}

.cell-9 {
  padding-top: 90px;
}

.image-20:hover {
  transform: scale(1.05);
}

.cell-10 {
  flex-direction: row;
  display: flex;
}

.dynamic-text {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 5vh;
}

.dynamic-text.dt-number {
  color: rgba(255, 255, 255, .5);
  font-family: Inconsolata, monospace;
  font-size: 36px;
  line-height: 5vh;
}

.dynamic-text.dt-number.placeholder {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-7 {
  width: 24px;
  height: 24px;
  filter: invert();
  background-image: url('../images/Triangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 10px;
  transform: rotate(-90deg);
}

.div-block-7._1 {
  margin-top: 10px;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.w60-60 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-8 {
  z-index: 2;
  width: 20px;
  height: 5vh;
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
}

.step-block__text-description {
  color: #d1d1d1;
  letter-spacing: .25px;
  font-weight: 300;
}

.step-block__text-description.text-description-3, .step-block__text-description.text-description-4, .step-block__text-description.text-description-2 {
  opacity: 1;
}

.section-sticky {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.step-block {
  width: 25%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.step-block.step-block__4 {
  width: 15%;
  margin-right: 0%;
}

.step-block.step-block__3, .step-block.step-block__2 {
  width: 15%;
  margin-right: 2%;
}

.step-block.step-block__1 {
  width: 49%;
  margin-right: 2%;
}

.step-block__text-number {
  color: #7d8082;
  font-weight: 300;
}

.dynamic-number__wrap {
  height: 5vh;
  transform-origin: 50%;
  flex: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamic-section__wrap {
  z-index: 2;
  transform-origin: 0% 100% 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -76px;
  left: -5px;
  transform: rotate(90deg);
}

.step-block__progress-bar-inner {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%);
}

.section-sticky__wrap {
  z-index: 2;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.section-sticky__wrap.section-sticky__wrap-progress {
  z-index: 0;
  height: 500vh;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small {
  height: 120vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-sticky__wrap.section-sticky__wrap-small.bottom {
  justify-content: flex-start;
  padding-top: 30vh;
  padding-bottom: 0;
}

.section-sticky__outer-wrap {
  width: 100vw;
  position: relative;
}

.wrap-block__inner-fw {
  width: 100%;
  height: 50vh;
  flex: 0 auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-block__inner-fw.inner-fw__bottom {
  flex-direction: column;
}

.inner-fw__text-block {
  color: #fff;
  letter-spacing: .5px;
  font-size: 22px;
  line-height: 30px;
}

.dynamic-content__block {
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-trigger {
  height: 1px;
  position: relative;
}

.section-trigger.section-trigger__2 {
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 40%;
}

.section-trigger.section-trigger__1 {
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 20%;
}

.section-trigger.section-trigger__3 {
  z-index: 999;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 60%;
}

.section-trigger.section-trigger__4 {
  z-index: 999;
  width: 1px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 80%;
}

.text-block-6 {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.stepper-wrap {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.dynamic-number__inner-wrap {
  height: 20vh;
  transform: translate(0);
}

.dynamic-number__inner-wrap.dynamic-number__track {
  transform: none;
}

.step-block__progress-bar {
  width: 100%;
  height: 1px;
  background-color: #7d8082;
  margin-top: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.section-triggers {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-triggers.section-triggers__scroll-down {
  width: 1px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.dynamic-text__wrap {
  height: 5vh;
  flex: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrap__sticky {
  z-index: 1;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.wrap__sticky.sticky {
  height: 100vh;
  background-color: #d1d1d1;
  position: relative;
}

.wrap__sticky.sticky.sticky-5 {
  background-color: #191919;
}

.page-hero-section {
  width: 100vw;
  min-height: 1px;
  color: #e1e1e1;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-info-column {
  width: 50%;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-6 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 9em;
  font-weight: 400;
  display: flex;
}

.heading-6.noto-sans {
  flex-direction: column;
  justify-content: flex-end;
  font-family: Noto Sans SC, sans-serif;
}

.heading-6.sofia-pro {
  width: 600px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  font-size: 10em;
}

.guideline-wrap-info {
  width: 100%;
  height: 30vh;
  color: #fff;
  text-align: left;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guideline-wrap-info.left-align {
  width: 100%;
  height: 30vh;
  color: #fff;
  text-align: left;
  background-color: #f6f6f6;
  align-items: center;
  margin-top: 50px;
}

.guideline-wrap-info._10 {
  background-color: #f6f6f6;
}

.guideline-wrap-info._10.spacing-bottom-40 {
  height: 30vh;
  color: #fff;
  background-color: #f6f6f6;
  margin-bottom: 0;
}

.guideline-wrap-info._6 {
  color: #c5c5c5;
  background-color: #f6f6f6;
}

.guideline-wrap-info._6.spacing-20 {
  height: 40vh;
  color: #fff;
  background-color: #f6f6f6;
  border-top: 3.5px dotted red;
}

.guideline-wrap-info._7, .guideline-wrap-info._8, .guideline-wrap-info._9 {
  color: #fff;
  background-color: #f6f6f6;
}

.guideline-wrap-info._5th {
  height: 30vh;
  color: #fff;
  background-color: #f6f6f6;
  margin-bottom: 60px;
}

.list-item {
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.sticky-header-column {
  width: 50%;
  height: 100vh;
  background-color: #761a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.large-number {
  text-align: left;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
}

.large-number.outline {
  color: #000;
  margin-bottom: .8rem;
}

.sticky-section {
  width: 100vw;
  min-height: 100vh;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.download-section {
  width: 100vw;
  min-height: 1px;
  perspective: 1000px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-10 {
  color: #ed0000;
  text-align: center;
  -webkit-text-stroke-color: #d1a4a4;
  border: 1px #000;
  border-bottom-color: red;
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.heading-7 {
  font-family: sofia-pro, sans-serif;
}

.paragraph-11 {
  color: #000;
}

.heading-17 {
  text-align: center;
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.heading-17._6 {
  color: var(--black);
}

.heading-17._7.sofia-pro, .heading-17._8.sofia-pro, .heading-17._9 {
  color: var(--black);
  font-weight: 700;
}

.heading-17._10 {
  width: 500px;
  color: var(--black);
}

.heading-17.noto-sans {
  color: var(--black);
  text-align: center;
  font-family: Noto Sans SC, sans-serif;
}

.paragraph-12 {
  width: 500px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-style: italic;
}

.paragraph-12.noto-sans {
  font-family: Noto Sans SC, sans-serif;
}

.paragraph-13 {
  width: 550px;
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  display: flex;
}

.paragraph-13.noto-sans {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Noto Sans SC, sans-serif;
}

.bold-text-4 {
  font-family: sofia-pro, sans-serif;
}

.bold-text-4.noto-sans {
  color: var(--black);
  font-family: Noto Sans SC, sans-serif;
}

.slider-right-arrow {
  color: #444;
  display: block;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

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

.slider-3 {
  width: 400px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.slider-icon {
  color: #b3b3b3;
  font-size: 30px;
}

.slide-content-wrapper {
  width: 90%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-container {
  width: 100vw;
  height: 600px;
  min-height: 0;
  padding: 80px 40px;
  overflow: hidden;
}

.slider-left-arrow {
  color: #444;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.heading-18 {
  color: var(--dark-red);
  -webkit-text-stroke-color: var(--red-2);
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.paragraph-14 {
  color: #040404;
  padding-top: 15px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
}

.paragraph-15 {
  color: #000;
  padding-top: 15px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
}

.heading-19 {
  color: var(--red);
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: flex;
}

.heading-20 {
  letter-spacing: 3px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
}

.container-9 {
  max-width: 1200px;
}

.heading-21-6 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
}

.heading-21-6._6 {
  color: red;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.heading-21-6._7 {
  color: red;
  font-size: 20px;
  font-weight: 400;
}

.heading-21-6._8.sofia-pro, .heading-21-6._9.sofia-pro, .heading-21-6._10.sofia-pro {
  color: red;
  font-weight: 400;
}

.heading-21-6.noto-sans {
  font-family: Noto Sans SC, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-21-6.sofia-pro {
  font-size: 20px;
}

.div-block-20 {
  font-family: sofia-pro, sans-serif;
}

.paragraph-16 {
  width: 700px;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
}

.paragraph-17 {
  width: 700px;
  color: #000;
  font-size: 1.2em;
}

.quick-stack-5 {
  padding-left: 0;
}

.section-5 {
  height: auto;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/200k1900000168d9a433B_Z_960_660_R5_D.jpg_.webp');
  background-position: 0 0, 50% 74.5%;
  background-size: auto, auto;
  margin-bottom: 10px;
  padding-top: 10px;
}

.container-10 {
  width: 100%;
  height: auto;
  max-width: none;
  justify-content: center;
  align-items: stretch;
  padding-top: 30px;
  display: flex;
}

.heading-22 {
  width: 700px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 4rem;
  line-height: 100%;
  display: flex;
}

.heading-22.noto-sans {
  align-self: center;
  font-family: Noto Sans SC, sans-serif;
}

.quick-stack-6 {
  width: 100%;
  align-self: center;
  padding: 60px 0;
}

.link-4 {
  font-family: sofia-pro, sans-serif;
  font-size: 2.5em;
  text-decoration: underline;
}

.quick-stack-7 {
  width: 50vw;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Factory_01-7.jpg');
  background-position: 0 0, 45%;
  background-size: auto, cover;
  padding: 0;
}

.cell-14 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}

.cell-15 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.cell-16 {
  align-items: flex-end;
}

._w-zoom-in-img {
  width: 60vw;
  height: 80vh;
  background-color: #333;
  background-image: url('../images/pop-up-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 100px rgba(0, 0, 0, .75);
}

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

.c-img-thumbnail {
  z-index: 5;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._w-img-thumb-overlay {
  text-align: center;
  padding: 20px;
  position: relative;
}

.img-thumbnail {
  z-index: 5;
  width: 300px;
  height: 300px;
  max-height: 300px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .65);
}

.c-zoom-out-text {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-zoom-in-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-image {
  z-index: 5000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-zoom-in-img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hd-img {
  z-index: 5000;
  width: 100%;
  position: relative;
}

.cloneable-area {
  z-index: 5;
  position: relative;
}

._w-image {
  z-index: 5;
  width: 300px;
  position: relative;
}

.zoom-out-text {
  color: #aaa;
  text-align: center;
  font-size: .8em;
}

.img-thumb-overlay-icon {
  height: 35px;
  margin-bottom: 20px;
}

.c-img-thumb-overlay {
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, .6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.c-hd-img {
  z-index: 5000;
  width: 200%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.c-zoom-in-img {
  z-index: 5000;
  background-color: rgba(19, 19, 19, .95);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-thumbnail-bg {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  position: absolute;
}

.image-21 {
  height: 300px;
  object-fit: cover;
  margin-right: 30px;
}

.img-thumbnail-2 {
  z-index: 5;
  width: 300px;
  max-height: 300px;
  max-width: 300px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .65);
}

.slide-nav-6 {
  display: none;
}

.quick-stack-8 {
  position: static;
}

.container-11 {
  flex: 1;
}

.image-22 {
  width: 400px;
  object-fit: cover;
  margin-right: 30px;
}

.text-block-7 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
  top: -23px;
  left: 60px;
}

.image-37, .image-33 {
  height: 300px;
  object-fit: cover;
}

.div-block-21 {
  padding-top: 0;
  font-family: sofia-pro, sans-serif;
}

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

.div-block-22 {
  width: 120px;
  height: 40px;
  margin-top: 10px;
}

.image-23, .image-36 {
  height: 300px;
  object-fit: cover;
}

.text-block-8 {
  color: #000;
  position: relative;
  top: -24px;
  bottom: 0%;
  left: 60px;
  right: 0%;
}

.image-32 {
  height: 300px;
  object-fit: cover;
}

.image-24, .image-30 {
  height: 235px;
  object-fit: cover;
}

.image-39 {
  width: 350px;
  height: 300px;
  max-width: none;
  object-fit: cover;
}

.image-39._2, .image-39._1 {
  width: auto;
  height: 300px;
  max-width: 100%;
}

.image-31 {
  height: 300px;
  object-fit: cover;
}

.image-34 {
  width: 350px;
  height: 235px;
  object-fit: cover;
}

.image-26 {
  height: 235px;
  object-fit: cover;
}

.image-25 {
  height: 300px;
  object-fit: cover;
}

.image-41 {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.image-42 {
  height: 300px;
  object-fit: cover;
}

.image-29 {
  height: 235px;
  object-fit: cover;
}

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

.image-28 {
  height: 235px;
  object-fit: cover;
}

.line-2 {
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-2.bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-43 {
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}

.image-35 {
  height: 300px;
  object-fit: cover;
}

.paragraph-20px-2 {
  color: #000;
  text-align: left;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 20px;
  padding-top: 19px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.image-27 {
  height: 300px;
  object-fit: cover;
}

.tag-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 30px;
}

.tag-2.dark {
  color: #1c1c1c;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #5d4948;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 30px;
}

.tag-2.dark._4 {
  color: red;
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
}

.tag-2.dark._4._1 {
  padding-bottom: 40px;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.tag-2.dark._4._1.noto-sans {
  font-family: Noto Sans SC, sans-serif;
}

.paragraph-18 {
  text-align: left;
  margin-top: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 2em;
}

.cell-17 {
  align-items: center;
}

.bold-text-5.noto-sans, .bold-text-6.noto-sans {
  color: var(--black);
  font-family: Noto Sans SC, sans-serif;
}

.bold-text-7 {
  font-family: Noto Sans SC, sans-serif;
}

.bold-text-7.noto-sans {
  color: var(--black);
}

.bold-text-8.noto-sans {
  color: var(--black);
  font-family: Noto Sans SC, sans-serif;
}

.bold-text-10 {
  width: 500px;
  color: var(--black);
}

.bold-text-11, .bold-text-12 {
  color: var(--black);
  font-weight: 700;
}

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

.cell-18 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.div-block-27 {
  color: #fff;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-28 {
  flex: 1;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.heading-23 {
  color: red;
  text-align: left;
  border-top: 1px solid red;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-family: sofia-pro, sans-serif;
  font-size: 5.5em;
}

.paragraph-19 {
  width: 1200px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 3em;
  line-height: 1.4;
}

.section-6 {
  height: 550px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-12 {
  max-width: 1200px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.link-5 {
  color: #000;
  text-align: left;
  padding-top: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 2em;
  font-style: normal;
  display: block;
}

.bold-text-13 {
  color: var(--black);
  font-weight: 700;
}

.cell-19 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-30 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.bold-text-14 {
  font-size: 1em;
  font-weight: 400;
}

.image-44 {
  width: 350px;
  height: auto;
}

.image-47 {
  width: 350px;
  height: 235px;
}

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

.bold-text-16 {
  color: #000;
  font-size: 25px;
}

.bold-text-17 {
  font-size: 25px;
}

.image-48 {
  height: 235px;
  object-fit: cover;
}

.lightbox-link-4 {
  width: 300px;
  height: 300px;
  max-width: 100%;
}

.column-4 {
  height: 300px;
}

.image-49, .image-50 {
  height: 235px;
  object-fit: cover;
}

.image-51, .image-52 {
  height: 235px;
}

@media screen and (min-width: 1440px) {
  .walsh-footer-legal-text {
    padding-top: 40px;
  }

  .about-us-tag-wrap {
    display: block;
  }

  .h2 {
    text-align: left;
    border-top: 0 solid #fd0000;
    padding-top: 47px;
    font-size: 3.5em;
  }

  .h2.sofia-pro {
    padding-top: 30px;
  }

  .tag.dark._3 {
    color: var(--red);
    letter-spacing: 4px;
  }

  .tag.dark._4 {
    color: var(--red);
    -webkit-text-stroke-color: var(--red);
    padding-bottom: 40px;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
  }

  .tag._2 {
    letter-spacing: 4px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
  }

  .tag._1 {
    letter-spacing: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .tag._1-1 {
    color: red;
    letter-spacing: 0;
    padding-top: 45px;
    padding-bottom: 35px;
    font-size: 3.5em;
    font-weight: 400;
  }

  .footer {
    height: 450px;
  }

  ._2nd-section-wrapper {
    padding-top: 30px;
  }

  .proejcts-section-wrapper {
    padding-bottom: 30px;
  }

  .project-title-block {
    cursor: auto;
  }

  .projects-details-block, .workflow-section {
    display: none;
  }

  .past-projects-section {
    color: #fff;
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-section {
    padding-bottom: 90px;
  }

  .craftmanship-section {
    background-color: #761a1a;
  }

  .phases-wrap {
    display: block;
  }

  .content__title-text.content__title--small {
    padding-top: 20px;
  }

  .dark {
    color: var(--dark-red);
  }

  .navbar {
    width: auto;
    height: auto;
    position: static;
  }

  .navbar.w--current {
    width: auto;
    color: #000;
    position: static;
  }

  .logo {
    width: 180px;
    height: 40px;
  }

  .section-3 {
    background-color: #761a1a;
  }

  .heo_slider {
    display: block;
  }

  .hero_slide_image {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
  }

  .hero_slide_image._2nd {
    background-size: cover;
  }

  .section-4 {
    display: none;
  }

  .div-block-5 {
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .text-block {
    font-size: 1rem;
    font-weight: 700;
  }

  .text-block-2 {
    color: red;
    font-size: 1.5em;
    font-weight: 700;
  }

  .link-2 {
    color: #c7c7c7;
  }

  .text-block-3 {
    width: 300px;
    color: #000;
    margin-top: -23px;
    padding-top: 0;
    padding-left: 60px;
    position: static;
  }

  .text-block-4 {
    width: 300px;
    color: #000;
    margin-top: -23px;
    padding-left: 60px;
    position: static;
  }

  .text-block-5 {
    width: 300px;
    margin-top: -23px;
    padding-top: 0;
    padding-left: 60px;
    position: static;
  }

  .paragraph-8 {
    padding-top: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 2em;
    font-weight: 300;
  }

  .link-3 {
    color: var(--red);
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: sofia-pro, sans-serif;
    font-size: 1.2em;
    display: none;
  }

  .container-7 {
    height: 400px;
    max-width: 100%;
  }

  .paragraph-9 {
    padding-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 2em;
    font-weight: 300;
  }

  .paragraph-9.sofia-pro {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
  }

  .html-embed-2 {
    width: 100%;
  }

  .button-2 {
    width: 120px;
    border: 1px solid var(--red);
    color: red;
    text-align: center;
    background-color: rgba(56, 152, 236, 0);
    border-radius: 10px;
    margin-top: 15px;
  }

  .cell-9 {
    padding-top: 50px;
  }

  .cell-10, .cell-11, .cell-12, .cell-13 {
    display: none;
  }

  .sticky-info-column, .guideline-wrap-info, .guideline-wrap-info.left-align, .guideline-wrap-info._10.spacing-bottom-40, .guideline-wrap-info._6.spacing-20, .guideline-wrap-info._7, .guideline-wrap-info._8, .guideline-wrap-info._9 {
    background-color: #f6f6f6;
  }

  .guideline-wrap-info._5th {
    background-color: #f6f6f6;
    margin-bottom: 60px;
    padding: 20px 20px 0;
  }

  .heading-17 {
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
    font-weight: 700;
  }

  .heading-18 {
    font-size: 3em;
  }

  .section-5 {
    height: 350px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-10 {
    padding-top: 30px;
  }

  .heading-22 {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 40px;
  }

  .quick-stack-6 {
    text-align: center;
    align-self: auto;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: sofia-pro, sans-serif;
  }

  .text-block-7 {
    width: 300px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .text-block-8 {
    width: 300px;
    color: #000;
    margin-top: -23px;
    padding-left: 60px;
    position: static;
  }

  .paragraph-20px-2 {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .tag-2.dark._4 {
    color: red;
    -webkit-text-stroke-color: red;
    padding-bottom: 40px;
    font-family: sofia-pro, sans-serif;
  }

  .tag-2.dark._4._1 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
  }

  .cell-17 {
    padding-top: 10px;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-family: sofia-pro, sans-serif;
  }

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

  .cell-18 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-28 {
    justify-content: center;
    display: flex;
  }

  .section-6 {
    height: 550px;
  }

  .container-12 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .walsh-logo-footer {
    width: 200px;
    height: 45px;
    margin-left: 0;
    position: static;
  }

  .walsh-main-grid {
    grid-column-gap: 2.2em;
    grid-auto-flow: row;
  }

  .h1 {
    color: var(--ghost-white);
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.5em;
  }

  .walsh-footer-legal-text {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 30px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
  }

  .gallery-section-2.gallery {
    -webkit-text-stroke-color: #fff;
    background-color: #f3f3f3;
    background-image: none;
  }

  .about-us-tag-wrap {
    display: block;
  }

  .about-us-tag-wrap.projects {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    top: 8%;
  }

  .about-us-tag-wrap.s {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 220px;
    top: 5%;
  }

  .h2 {
    border-top: 0 solid red;
    padding-top: 70px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 4em;
  }

  .h2.sofia-pro {
    font-family: sofia-pro, sans-serif;
  }

  .body-wrapper {
    text-transform: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .tag {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 1.5em;
  }

  .tag.dark {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Open Sans, sans-serif;
    font-size: 1.5em;
    display: flex;
  }

  .tag.dark._3 {
    letter-spacing: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
  }

  .tag.dark._4 {
    color: var(--red);
    letter-spacing: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
  }

  .tag.dark._4._1 {
    padding-bottom: 60px;
    font-family: sofia-pro, sans-serif;
    font-size: 1.3em;
  }

  .tag._2 {
    letter-spacing: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
  }

  .tag._1 {
    letter-spacing: 5px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
  }

  .tag._1-1 {
    color: red;
    letter-spacing: 0;
    padding-top: 41px;
    padding-bottom: 17px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 4em;
    font-weight: 400;
  }

  .tag._1-1.sofia-pro {
    font-family: sofia-pro, sans-serif;
  }

  .red-line.red {
    flex: 1;
  }

  .footer {
    height: auto;
  }

  ._2nd-section-wrapper {
    border-top-color: #f6f6f6;
    padding-top: 0;
  }

  .container-new {
    color: #000;
    padding-top: 0;
    font-family: Noto Sans SC, sans-serif;
  }

  .card-heading.home-card-h {
    font-family: Open Sans, sans-serif;
  }

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

  .project-title-block {
    display: flex;
    position: relative;
  }

  .h4 {
    width: 800px;
    font-family: sofia-pro, sans-serif;
    font-size: 1.7em;
    font-weight: 300;
  }

  .white-arrow {
    direction: ltr;
    flex: 0 auto;
    order: 0;
    padding-left: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .projects-details-block {
    padding-top: 20px;
    display: none;
  }

  .projects-details-block._1, .projects-details-block._2, .projects-details-block._3, .projects-details-block._4 {
    display: none;
  }

  .paragraph-20px {
    text-align: justify;
    margin-top: 12px;
    padding-top: 0;
    font-family: Open Sans, sans-serif;
  }

  .workflow-section {
    height: 1200px;
    display: none;
  }

  .projects-section {
    aspect-ratio: auto;
  }

  .projects-section._2 {
    padding-bottom: 100px;
  }

  .past-projects-section {
    background-color: #fff;
  }

  .about-section {
    border-top-width: 0;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .craftmanship-section {
    background-color: #761a1a;
  }

  .workflow-section-wrapper {
    margin-top: 190px;
  }

  .phases-wrap {
    display: block;
  }

  .content__title-text.content__title--small {
    padding-top: 20px;
  }

  .dark {
    color: var(--dark-red);
  }

  .content__title {
    grid-auto-flow: row;
  }

  .new-slider-wrapper {
    font-weight: 400;
  }

  .navbar {
    width: auto;
    height: auto;
    margin-right: auto;
    position: static;
  }

  .navbar.w--current {
    width: auto;
    background-color: #f3f3f3;
    position: static;
  }

  .logo {
    width: 180px;
    height: 40px;
  }

  .section-3 {
    background-color: #761a1a;
  }

  .body {
    background-color: #f3f3f3;
  }

  .heo_slider {
    padding-top: 0;
  }

  .hero_slide_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .hero_slide_image._2nd, .hero_slide_image._3rd {
    background-size: cover;
  }

  .custom_slide_image_1 {
    background-image: url('../images/Rectangle-6-1.png'), url('../images/Rectangle-6.png');
    background-position: 50%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .paragraph-2 {
    width: 700px;
    color: var(--red);
    padding-top: 30px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    font-style: normal;
  }

  .container-4 {
    height: auto;
    color: var(--red);
  }

  .column, .column-2 {
    height: auto;
  }

  .div-block-2 {
    height: 400px;
  }

  .div-block-3 {
    width: auto;
    height: auto;
  }

  .div-block-4 {
    width: 300px;
    margin-top: 10px;
  }

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

  .image-7 {
    height: 300px;
    object-fit: fill;
  }

  .image-8, .image-9 {
    object-fit: cover;
  }

  .section-4 {
    display: none;
  }

  .div-block-5 {
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-family: sofia-pro, sans-serif;
    display: flex;
    position: relative;
  }

  .text-block {
    color: var(--red);
    font-size: 1.1rem;
    font-weight: 400;
  }

  .text-block-2 {
    color: var(--red);
    padding-left: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: none;
  }

  .italic-text {
    font-family: sofia-pro, sans-serif;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 400;
  }

  .italic-text-2 {
    font-family: sofia-pro, sans-serif;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 600;
  }

  .columns {
    height: auto;
  }

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

  .text-block-3 {
    color: #000;
    margin-top: -27px;
    padding-top: 0;
    padding-left: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    position: static;
    top: 258.976px;
  }

  .text-block-4 {
    color: #000;
    margin-top: -27px;
    padding-left: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    position: static;
    top: 300.976px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .text-block-5 {
    color: #000;
    margin-top: -26px;
    padding-left: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    position: static;
    top: 388.969px;
  }

  .container-6 {
    display: none;
  }

  .image-13 {
    object-fit: fill;
  }

  .paragraph-8 {
    padding-bottom: 35px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.7em;
    font-weight: 400;
  }

  .paragraph-8.sofia-pro {
    font-family: sofia-pro, sans-serif;
  }

  .link-3 {
    color: red;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-right: 10px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.5em;
    display: none;
  }

  .text-span {
    font-family: sofia-pro, sans-serif;
  }

  .container-8 {
    width: 100%;
    max-width: none;
    border-top: 1px solid red;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    color: #000;
    padding-top: 25px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.7em;
    font-weight: 400;
  }

  .paragraph-9.sofia-pro {
    font-family: sofia-pro, sans-serif;
  }

  .html-embed-2 {
    width: 100%;
  }

  .loop-marquee-item-holder {
    width: auto;
  }

  .loop-marquee_item-top, .loop-marquee_brand-logo, .loop-marquee_item-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-2 {
    width: 120px;
    color: red;
    text-align: center;
    background-color: rgba(56, 152, 236, 0);
    border: 1px solid #ff1414;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .button-2._1:hover {
    background-color: #262626;
  }

  .button-2._3 {
    margin-left: 0;
  }

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

  .cell-9 {
    padding-top: 65px;
  }

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

  .cell-10 {
    display: block;
  }

  .cell-11, .cell-12, .cell-13 {
    display: none;
  }

  .page-hero-section {
    min-height: 1px;
    color: #f6f6f6;
  }

  .sticky-info-column {
    color: #fff;
    background-color: #f6f6f6;
  }

  .heading-6 {
    width: 600px;
    color: #fff;
    -webkit-text-stroke-color: red;
    justify-content: flex-start;
    font-family: sofia-pro, sans-serif;
    font-size: 10em;
    font-weight: 400;
  }

  .guideline-wrap-info {
    width: 100%;
    height: 30vh;
    color: #d0b1b1;
    background-color: #f6f6f6;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    line-height: 1.4;
  }

  .guideline-wrap-info.left-align {
    width: 100%;
    height: 30vh;
    background-color: #f6f6f6;
  }

  .guideline-wrap-info._10, .guideline-wrap-info._10.spacing-bottom-40 {
    height: 40vh;
    background-color: #f6f6f6;
  }

  .guideline-wrap-info._6 {
    background-color: var(--neutral-grey);
  }

  .guideline-wrap-info._6.spacing-20 {
    background-color: #f6f6f6;
  }

  .guideline-wrap-info._7 {
    background-color: var(--neutral-grey);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .guideline-wrap-info._8, .guideline-wrap-info._9, .guideline-wrap-info._5th {
    background-color: #f6f6f6;
  }

  .download-section {
    min-height: 1px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-10 {
    width: 100px;
    color: #df0000;
    border-bottom: 1px #fff;
    font-family: Open Sans, sans-serif;
    font-size: 6em;
    font-weight: 700;
    display: inline-block;
  }

  .heading-8, .heading-9 {
    font-family: Open Sans, sans-serif;
  }

  .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .heading-16 {
    font-family: sofia-pro, sans-serif;
    font-size: 1em;
    font-weight: 700;
  }

  .heading-17 {
    color: var(--black);
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
  }

  .heading-17._6, .heading-17._7, .heading-17._8, .heading-17._9, .heading-17._10 {
    color: var(--black);
  }

  .bold-text {
    font-family: sofia-pro, sans-serif;
    font-size: 4em;
  }

  .bold-text-2 {
    font-family: sofia-pro, sans-serif;
    font-size: 5em;
  }

  .paragraph-12 {
    width: 500px;
    color: var(--black);
    text-align: center;
    -webkit-text-stroke-color: var(--red);
    align-self: auto;
    margin-top: 14px;
    font-family: sofia-pro, sans-serif;
  }

  .paragraph-12._6 {
    color: var(--black);
  }

  .bold-text-3 {
    width: auto;
  }

  .paragraph-13 {
    width: 600px;
    color: #fff;
    justify-content: flex-start;
    margin-top: 25px;
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
  }

  .bold-text-4 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
  }

  .bold-text-4.noto-sans {
    color: var(--black);
  }

  .div-block-15, .div-block-16, .div-block-17, .div-block-18 {
    text-align: center;
  }

  .slider-icon {
    color: var(--combine-library-grey-200);
  }

  .heading-21-6 {
    color: var(--black);
    letter-spacing: 4px;
    -webkit-text-stroke-color: red;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-family: sofia-pro, sans-serif;
    font-size: 1.5em;
  }

  .heading-21-6._6 {
    color: #000;
  }

  .heading-21-6._7, .heading-21-6._8, .heading-21-6._9, .heading-21-6._10 {
    color: var(--black);
  }

  .div-block-20 {
    color: #000;
  }

  .div-block-20._7 {
    color: #fff;
  }

  .paragraph-16 {
    color: #000;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.3em;
    display: flex;
  }

  .paragraph-17 {
    width: 750px;
    color: #000;
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-size: 1.3em;
  }

  .quick-stack-5 {
    margin-top: 30px;
  }

  .section-5 {
    height: 400px;
    background-color: #000;
    margin-bottom: 0;
    padding-top: 0;
  }

  .container-10 {
    max-width: none;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .heading-22 {
    width: 100%;
    align-self: auto;
    margin-bottom: 0;
    line-height: 100%;
    display: block;
  }

  .quick-stack-6 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 80px;
  }

  .quick-stack-7 {
    background-color: var(--red-2);
    color: #761a1a;
  }

  .cell-14 {
    background-color: var(--red-2);
    color: #751a1a;
  }

  .cell-15 {
    background-color: var(--grey);
    -webkit-text-stroke-color: #751a1a;
  }

  .columns-2 {
    padding-top: 0;
  }

  .text-block-7 {
    color: #000;
    margin-top: 0;
    padding-left: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 1.2em;
    position: static;
    top: 388.969px;
  }

  .div-block-21 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 0;
  }

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

  .div-block-22 {
    width: 300px;
    margin-top: 10px;
  }

  .text-block-8 {
    color: #000;
    margin-top: -27px;
    padding-left: 60px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    position: static;
    top: 300.976px;
  }

  .image-39 {
    height: 300px;
    object-fit: fill;
  }

  .image-39._2 {
    object-fit: cover;
  }

  .image-39._1 {
    width: auto;
    object-fit: cover;
  }

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

  .image-41 {
    height: 300px;
  }

  .paragraph-20px-2 {
    text-align: justify;
    margin-top: 12px;
    padding-top: 0;
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
  }

  .image-27 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .tag-2 {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 1.5em;
  }

  .tag-2.dark {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: Open Sans, sans-serif;
    font-size: 1.5em;
    display: flex;
  }

  .tag-2.dark._4 {
    color: red;
    letter-spacing: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
  }

  .tag-2.dark._4._1 {
    padding-bottom: 60px;
    font-family: sofia-pro, sans-serif;
    font-size: 2em;
  }

  .paragraph-18 {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    display: flex;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-weight: 400;
  }

  .bold-text-7.noto-sans {
    color: var(--black);
  }

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

  .bold-text-9 {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
  }

  .bold-text-10 {
    color: var(--black);
    text-align: center;
    font-family: sofia-pro, sans-serif;
  }

  .bold-text-11 {
    color: var(--black);
  }

  .div-block-23 {
    width: 400px;
    text-align: center;
    align-self: center;
  }

  .div-block-24 {
    text-align: center;
  }

  .cell-18 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
  }

  .cell-19 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .cell-20 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-14 {
    margin-left: auto;
    margin-right: auto;
    font-family: sofia-pro, sans-serif;
    font-size: 1.7em;
  }

  .image-44 {
    width: 350px;
    height: 235px;
    max-width: 350px;
    aspect-ratio: auto;
    object-fit: cover;
    display: inline-block;
  }

  .lightbox-link-3 {
    max-width: 350px;
  }

  .image-45, .image-46 {
    object-fit: cover;
  }

  .image-47 {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }

  .column-3 {
    object-fit: cover;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav__menu {
    display: none;
  }

  .hero_wrap {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .hero__card {
    transform: rotateX(20deg)rotateY(-3deg)rotateZ(-9deg);
  }

  .hero_right {
    justify-content: center;
    align-items: center;
    padding-top: 5.4em;
    display: flex;
  }

  .hero_right-img {
    max-height: none;
    max-width: 580px;
    object-position: 50% 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-item {
    width: 52%;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

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

  .gallery-section-wrapper-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .gallery-image {
    height: 480px;
  }

  .gallery-image._5 {
    height: 310px;
  }

  .gallery-image._2, .gallery-image._4 {
    height: 380px;
  }

  .gallery-image._6 {
    height: 445px;
  }

  .gallery-image._3, .gallery-image._7 {
    height: 246px;
  }

  .gallery-image._8 {
    height: 310px;
  }

  .gallery-image._9 {
    height: 445px;
  }

  .gallery-image._10 {
    height: 380px;
  }

  .h1 {
    font-family: Open Sans, sans-serif;
    font-size: 1em;
  }

  .gallery-row, .gallery-row._2nd {
    max-width: 350px;
  }

  .about-us-tag-wrap.s {
    margin-left: 20px;
  }

  .h2 {
    font-size: 3em;
  }

  .hero-wrapper {
    height: 1000px;
    font-size: 1em;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .tag.dark._3, .tag.dark._4 {
    font-size: .9em;
  }

  .tag._1 {
    font-family: sofia-pro, sans-serif;
    font-size: .9em;
  }

  .tag._1-1 {
    letter-spacing: 3px;
    text-transform: none;
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
    font-weight: 400;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .container-new {
    max-width: 728px;
  }

  .container-new.image {
    height: 400px;
  }

  .card-heading {
    font-size: 16px;
  }

  .full-image {
    height: 400px;
  }

  .proejcts-section-wrapper {
    padding-bottom: 100px;
  }

  .project-title-block {
    padding-left: 20px;
  }

  .h4 {
    font-size: 1.2em;
  }

  .arrows-box {
    width: 40px;
    height: 40px;
  }

  .projects-details-block {
    padding-left: 20px;
    display: none;
  }

  .paragraph-20px._30px {
    font-size: 24px;
  }

  .workflow-section {
    height: 70vh;
  }

  .hero-section {
    height: auto;
  }

  .about-section {
    margin-top: 1180px;
  }

  .workflow-section-wrapper {
    margin-top: 20px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .workflow-grid-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h-logo-wrap {
    max-width: 200px;
  }

  .content__title {
    margin-top: 13px;
  }

  .left-arrow-wrap {
    left: -27px;
    right: 0;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
    margin-right: 0;
    right: -357px;
  }

  .right-arrow-wrap {
    margin-right: 0;
    right: 132px;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .new-slider-wrapper {
    padding-bottom: 110px;
  }

  .track {
    height: 400vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: row;
  }

  .frame._2 {
    flex-direction: column;
  }

  .item {
    height: 100vh;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .item.home {
    height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-page-wrap {
    grid-column-gap: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-page-wrap._2nd {
    max-width: 728px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-page-wrap._3rd {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  .project-image {
    width: 296px;
    height: 410px;
  }

  .project-image._2nd {
    width: 300px;
    height: 400px;
  }

  .project-image._3rd {
    width: 200px;
    height: 150px;
    margin-left: 0;
  }

  .project-image._4th {
    width: 256px;
    height: 345px;
  }

  .project-bg {
    background-image: url('../images/Rectangle-40.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .navbar.w--current {
    width: auto;
    height: 70px;
    left: 0%;
  }

  .navbar.fix {
    height: 70px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo {
    width: 150px;
    height: 35px;
  }

  .craftsmanship-card {
    width: 100%;
    padding: 20px;
  }

  .hero_slide_image {
    background-position: 20%;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .crafts-slider-wrapper {
    max-width: 500px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .custom_slide_image_1, .custom_slide_image_2 {
    width: 500px;
    height: 400px;
  }

  .slider-desktop {
    height: auto;
    display: none;
  }

  .custom-slide {
    height: auto;
  }

  .slide-nav-5 {
    display: none;
  }

  .mask-2 {
    height: auto;
  }

  .slider-mobile {
    height: auto;
    display: none;
  }

  .column {
    padding-left: 20px;
  }

  .div-block-2 {
    height: 320px;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .div-block-3 {
    margin-left: 19px;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 1.2em;
  }

  .white-gradiant-overlay-div {
    background-image: linear-gradient(99deg, #fff, rgba(255, 255, 255, 0));
  }

  .white-gradiant-overlay-div._1 {
    background-image: linear-gradient(264deg, #fff, rgba(255, 255, 255, 0));
  }

  .loop-marquee-brand-logo {
    width: 80px;
  }

  .dynamic-text {
    font-size: 24px;
    line-height: 4vh;
  }

  .dynamic-text.dt-number {
    font-size: 30px;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.w60-60 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-8 {
    width: 17px;
  }

  .section-sticky {
    overflow: visible;
  }

  .dynamic-number__wrap {
    height: 4vh;
    margin-bottom: 6px;
  }

  .dynamic-section__wrap {
    top: -57px;
    left: -3px;
  }

  .dynamic-number__inner-wrap {
    height: 16vh;
  }

  .dynamic-number__inner-wrap.dynamic-number__track {
    height: 20vh;
  }

  .dynamic-text__wrap {
    height: 4vh;
  }

  .sticky-info-column {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-6 {
    font-size: 50px;
  }

  .heading-6.sofia-pro {
    width: auto;
  }

  .list-item {
    font-size: .8rem;
  }

  .sticky-header-column {
    width: 50vw;
    align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }

  .download-section {
    align-content: stretch;
    justify-content: center;
  }

  .paragraph-12 {
    font-size: 1.2em;
  }

  .paragraph-13 {
    width: 300px;
    font-size: 1.7em;
  }

  .slide-content-wrapper {
    width: 75%;
    height: 80%;
  }

  .container-10 {
    justify-content: flex-start;
  }

  .heading-22 {
    width: auto;
    flex-direction: row;
    align-items: center;
  }

  .quick-stack-6 {
    padding-left: 10px;
  }

  .quick-stack-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: -35px;
  }

  .c-img-thumbnail {
    cursor: auto;
  }

  .img-thumbnail {
    transform: scale(.95);
  }

  ._w-image {
    cursor: auto;
  }

  .c-img-thumb-overlay {
    display: none;
  }

  .img-thumbnail-2 {
    transform: scale(.95);
  }

  .tag-2.dark._4 {
    font-size: .9em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 14px;
    font-size: 15vw;
  }

  h2 {
    font-size: 2.4em;
  }

  .container.is--nav {
    height: 7em;
  }

  .nav__logo-img {
    width: 9em;
  }

  .nav__icon {
    margin-left: 0;
  }

  .hero__right {
    width: 42em;
    margin-top: 7.2em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

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

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .walsh-logo-footer {
    width: 160px;
    height: 35px;
    max-height: 40px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .gallery-section-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-image {
    height: 380px;
  }

  .gallery-image._5 {
    height: 150px;
  }

  .gallery-image._2 {
    height: 280px;
  }

  .gallery-image._6 {
    height: 200px;
  }

  .gallery-image._3, .gallery-image._7 {
    height: 146px;
  }

  .gallery-image._8 {
    height: 150px;
  }

  .gallery-image._9 {
    height: 200px;
  }

  .h1 {
    font-size: 14px;
    line-height: 110%;
  }

  .gallery-row {
    max-width: 250px;
  }

  .gallery-row._2nd {
    max-width: 250px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-section-2.gallery {
    padding-top: 0;
  }

  .about-us-tag-wrap.projects {
    top: 60px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .h2 {
    padding-top: 75px;
    font-size: 28px;
    line-height: 130%;
  }

  .hero-wrapper {
    height: 1100px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .tag._2 {
    font-size: .9em;
  }

  .tag._1-1 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .footer {
    height: 450px;
  }

  ._2nd-section-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .container-new {
    max-width: 528px;
  }

  .card-heading {
    font-size: 20px;
  }

  .h4 {
    font-size: 15px;
  }

  .projects-details-block {
    display: none;
  }

  .description-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .paragraph-20px._30px.padding {
    margin-top: 220px;
  }

  .paragraph-20px._30px.bottom-padding {
    margin-bottom: 140px;
  }

  .hero-section {
    height: auto;
  }

  .content__title {
    grid-column-gap: 50px;
    grid-row-gap: 67px;
    border-top-style: none;
    grid-template-columns: .75fr .75fr;
  }

  .content__title.number-absolute {
    top: -19%;
  }

  .content__title.number-absolute._5, .content__title.number-absolute._10 {
    top: -15%;
  }

  .content__title.number-absolute._11 {
    top: -13%;
  }

  .content__title._2nd {
    grid-template-columns: 1fr 1fr;
  }

  .content__titlewrap {
    border-top: 1px solid var(--red-2);
    margin-top: 0;
    padding-top: 40px;
  }

  .left-arrow-wrap {
    width: 40px;
    left: -71px;
  }

  .direction-icon.right, .direction-icon.left {
    width: 40px;
    height: 40px;
  }

  .right-arrow-wrap {
    width: 40px;
    right: 164px;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .new-slider-wrapper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-page-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .project-page-wrap._2nd {
    max-width: 528px;
  }

  .project-page-wrap._3rd {
    flex-direction: column;
  }

  .project-image {
    width: 250px;
    height: 310px;
  }

  .project-image._3rd {
    width: 256px;
    height: 300px;
  }

  .project-image._4th {
    height: 300px;
  }

  .project-pagedescription-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .navbar.w--current {
    height: 60px;
    left: 0%;
  }

  .navbar.fix {
    width: 100vw;
    height: 60px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo {
    width: 130px;
    height: 30px;
  }

  .craftsmanship-image, .craftsmanship-image._2, .craftsmanship-image._3 {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero_slide_image {
    background-position: 20%;
    background-size: cover;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .slide-nav-5 {
    bottom: -68px;
  }

  .paragraph-2 {
    width: auto;
  }

  .column-2 {
    height: 100px;
  }

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

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .div-block-3 {
    height: 360px;
  }

  .xomai-large {
    font-size: 1rem;
  }

  .process-container {
    min-height: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 3rem;
  }

  .process-line-container {
    align-items: flex-start;
  }

  .process-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1.25fr;
    grid-template-areas: "Line-1 Step-1"
                         "Line-2 Step-2"
                         "Line-3 Step-3"
                         "Line-4 Step-4"
                         "Line-5 Step-5";
  }

  .section-4 {
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .process-circle {
    width: 2rem;
    height: 2rem;
    border-width: .3rem;
    margin-left: -.8rem;
  }

  .paragraph-8 {
    padding-top: 10px;
  }

  .container-8 {
    padding-top: 40px;
  }

  .image-14, .image-15, .image-16, .white-gradiant-overlay-div {
    display: none;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .dynamic-text.dt-number {
    font-size: 28px;
  }

  .wrap {
    width: 100%;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.w60-60 {
    padding: 50px 20px 30px;
  }

  .step-block__text-description.text-description-1, .step-block__text-description.text-description-3, .step-block__text-description.text-description-4, .step-block__text-description.text-description-2 {
    font-size: 12px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 20px;
  }

  .inner-fw__text-block {
    font-size: 20px;
    line-height: 28px;
  }

  .dynamic-content__block {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 46px;
  }

  .paragraph-13 {
    width: 200px;
  }

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

  .slider-icon, .slider-icon._1 {
    margin-left: 0;
  }

  .paragraph-15 {
    width: 250px;
    padding-left: 15px;
  }

  .heading-19 {
    width: 200px;
    padding-left: 15px;
  }

  .paragraph-17 {
    width: auto;
  }

  .heading-22 {
    height: 80px;
    min-height: auto;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 60px;
  }
}

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

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  .container.is--nav {
    height: 6em;
  }

  .nav__logo-link {
    font-size: .8em;
  }

  .nav__icon {
    font-size: .7em;
  }

  .hero__button {
    font-size: 1.4em;
  }

  .hero_wrap {
    width: 91%;
  }

  .hero__right {
    width: 100%;
    margin-top: 8.4em;
  }

  .hero__video {
    height: 55em;
  }

  .hero__card {
    font-size: 1.1em;
  }

  .calc__contain {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .contain {
    font-size: 1.9em;
  }

  .slider__contain {
    width: 100%;
  }

  .hero_right-img {
    max-width: none;
    min-width: 400px;
  }

  .card {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .walsh-logo-footer {
    width: 180px;
    height: 40px;
    max-height: 70px;
    padding-left: 0;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .gallery-section-wrapper-2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .gallery-image {
    height: 250px;
  }

  .gallery-image._2 {
    height: 250px;
    background-position: 0 0;
    background-size: cover;
  }

  .gallery-image._4 {
    height: 280px;
    background-position: 100%;
    background-size: cover;
  }

  .gallery-image._6 {
    height: 150px;
  }

  .gallery-image._3, .gallery-image._7 {
    height: 100px;
  }

  .gallery-image._9 {
    height: 200px;
    background-image: url('../images/214855195.jpg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
  }

  .gallery-image._10 {
    height: 280px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .walsh-footer-legal-text {
    width: 100%;
    color: var(--black);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 0;
    font-size: 1em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .gallery-row {
    max-width: 50%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery-row.horizontal {
    flex-direction: column;
  }

  .gallery-row._2nd {
    max-width: 45%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-us-tag-wrap.bottom {
    display: none;
    bottom: 31px;
  }

  .about-us-tag-wrap.projects {
    top: 41px;
  }

  .about-us-tag-wrap.s {
    -webkit-text-stroke-color: #ff2b2b;
    justify-content: flex-start;
    margin-left: 0;
    top: 6%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .h2 {
    padding-top: 30px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 2.5em;
  }

  .h2.sofia-pro {
    font-family: sofia-pro, sans-serif;
    font-size: 3em;
  }

  .walsh-main-paragraph {
    font-size: 1.5em;
  }

  .hero-wrapper {
    height: 80vh;
    padding-bottom: 30px;
  }

  .tag {
    color: var(--blue);
    font-family: Open Sans, sans-serif;
  }

  .tag.dark {
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .tag.dark._3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
  }

  .tag.dark._4 {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 1.3em;
  }

  .tag.dark._4._1 {
    padding-top: 10px;
  }

  .tag._2 {
    font-size: 1em;
  }

  .tag._1 {
    letter-spacing: 2px;
    font-family: sofia-pro, sans-serif;
    font-size: .8em;
  }

  .tag._1-1 {
    font-family: Noto Sans SC, sans-serif;
    font-size: 2.5em;
  }

  .tag._1-1.sofia-pro {
    font-size: 3em;
  }

  .red-line {
    color: var(--red);
  }

  .footer {
    height: auto;
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .walsh-footer-inner {
    width: 100%;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

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

  ._2nd-section-wrapper {
    padding-bottom: 80px;
  }

  .container-new {
    max-width: 90vw;
  }

  .container-new.image {
    height: 220px;
  }

  .card-heading {
    font-size: 12px;
    line-height: 120%;
  }

  .full-image {
    height: 220px;
    margin-top: 0;
  }

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

  .project-title-block {
    padding-left: 0;
  }

  .h4 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: sofia-pro, sans-serif;
    font-size: 1em;
    font-weight: 300;
  }

  .arrows-box {
    width: 30px;
    height: 30px;
    flex: none;
  }

  .red-rrow, .white-arrow {
    flex: none;
  }

  .projects-details-block {
    grid-row-gap: 30px;
    padding: 10px 0 30px;
    display: none;
  }

  .paragraph-20px {
    text-align: justify;
    padding-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 22px;
  }

  .paragraph-20px._30px {
    font-size: 20px;
  }

  .paragraph-20px._30px.padding {
    margin-top: 100px;
  }

  .paragraph-20px._30px.bottom-padding {
    margin-bottom: 0;
  }

  .dates-links-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-section {
    height: 80vh;
  }

  .about-section {
    margin-top: 0;
  }

  .workflow-section-wrapper {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .workflow-grid-wrapper {
    display: block;
  }

  .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: block;
  }

  .content__title {
    grid-template-columns: 1fr;
    display: block;
  }

  .content__title.number-absolute {
    top: -19%;
  }

  .content__title.number-absolute._5, .content__title.number-absolute._10 {
    top: -16%;
  }

  .content__title.number-absolute._11 {
    top: -11%;
  }

  .content__title.number-absolute._3 {
    top: -22%;
  }

  .content__title.number-absolute._8, .content__title.number-absolute._2 {
    top: -18%;
  }

  .content__title.number-absolute._6, .content__title.number-absolute._7 {
    top: -20%;
  }

  .content__title._2nd {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .left-arrow-wrap {
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    bottom: -50px;
    left: 122px;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .client-slider-panel {
    width: 340px;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    bottom: -50px;
    right: 120px;
  }

  .client-slider {
    width: 340px;
  }

  .slide-nav-2 {
    opacity: .16;
    position: relative;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    width: 100%;
    height: auto;
    max-width: 340px;
    justify-content: center;
    padding: 0 20px 37px;
    display: none;
    overflow: visible;
  }

  .client-cube {
    width: 340px;
    height: 230px;
  }

  .new-slider-wrapper {
    padding-bottom: 100px;
  }

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

  .track._2 {
    height: auto;
    display: none;
  }

  .frame._2 {
    flex-direction: column;
  }

  .item {
    padding: 10px 20px;
  }

  .item.home {
    height: 40vh;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-page-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .project-page-wrap._2nd {
    max-width: 90vw;
    flex-direction: column;
  }

  .project-image {
    flex: none;
    margin-top: 40px;
  }

  .project-image._2nd {
    width: 90vw;
    height: 300px;
  }

  .project-image._3rd {
    width: 90vw;
    height: 160px;
  }

  .project-image._4th {
    width: 90vw;
    height: 300px;
  }

  .project-pagedescription-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: center;
  }

  .div-block {
    flex-direction: column;
  }

  .navbar {
    justify-content: flex-start;
  }

  .navbar.w--current {
    width: auto;
    height: 55px;
    top: 0%;
  }

  .navbar.fix {
    width: 100vw;
    height: 55px;
    top: 0%;
    left: 0%;
  }

  .logo {
    width: 170px;
    height: 35px;
    margin-left: 10px;
  }

  .craftsmanship-card {
    padding: 0;
  }

  .section-3 {
    height: 450px;
    background-color: #fff;
  }

  .background-video-2 {
    height: 400px;
  }

  .heo_slider {
    height: 80vh;
  }

  .hero_slide_image {
    height: 80vh;
    background-position: 100%;
    background-size: cover;
  }

  .crafts-slider-wrapper {
    max-width: 92vw;
  }

  .custom_slide_image_1 {
    width: 92vw;
    height: 250px;
  }

  .custom_slide_image_2 {
    width: 92vw;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom_slide_image_2._5 {
    height: 250px;
  }

  .left-arrow-3, .right-arrow-3 {
    display: block;
  }

  .slide-nav-5 {
    display: none;
    bottom: -55px;
  }

  .paragraph-2 {
    width: auto;
    color: var(--red);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 2em;
  }

  .container-4 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    padding-left: 10px;
  }

  .column-2 {
    height: 100px;
    display: none;
  }

  .div-block-2 {
    width: 100%;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 10px;
  }

  .quick-stack {
    width: 100%;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .image-7 {
    height: 24.4563%;
    display: none;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    width: 100%;
  }

  .cell, .cell-2 {
    display: none;
  }

  .image-10 {
    width: 100%;
  }

  .cell-3, .cell-4, .cell-5 {
    display: none;
  }

  .xomai-large {
    height: 45px;
    font-size: 1rem;
  }

  .process-container {
    margin-bottom: 3rem;
  }

  .section-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .process-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-5 {
    height: 50px;
    padding-left: 0;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 1em;
  }

  .text-block-2 {
    display: none;
  }

  .italic-text {
    width: 400px;
    color: var(--red);
    font-size: 1em;
  }

  .italic-text-2 {
    font-size: 1em;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-family: sofia-pro, sans-serif;
  }

  .paragraph-8 {
    padding-top: 20px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.5em;
  }

  .paragraph-8.sofia-pro {
    font-size: 1.6em;
  }

  .link-3 {
    color: var(--red);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: sofia-pro, sans-serif;
    display: none;
  }

  .text-span {
    text-transform: capitalize;
  }

  .container-8 {
    padding-top: 10px;
  }

  .paragraph-9 {
    padding-top: 20px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
  }

  .paragraph-9.sofia-pro {
    font-family: sofia-pro, sans-serif;
    font-size: 1.6em;
  }

  .html-embed-2 {
    width: 100%;
  }

  .loop-marquee_item-top, .loop-marquee_brand-logo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .loop-marquee-brand-logo {
    width: auto;
  }

  .loop-marquee_item-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quick-stack-3 {
    flex: 1;
    margin-top: 20px;
  }

  .cell-8 {
    align-items: center;
  }

  .button-2 {
    color: red;
    background-color: rgba(56, 152, 236, 0);
    border: 1px solid red;
    border-radius: 10px;
    align-self: center;
  }

  .button-2._1 {
    margin-left: 40px;
  }

  .button-2._1:hover {
    background-color: #313131;
  }

  .button-2._3 {
    margin-left: 0;
  }

  .button-2._3:hover {
    background-color: #313131;
  }

  .quick-stack-4 {
    padding-top: 0;
  }

  .dynamic-text {
    font-size: 22px;
  }

  .wrap._w-custom.w60-60 {
    padding: 30px 16px 60px;
  }

  .step-block__text-description.text-description-1, .step-block__text-description.text-description-3 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .step-block__text-description.text-description-2 {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .dynamic-section__wrap {
    display: none;
  }

  .wrap-block__inner-fw.inner-fw__bottom {
    margin-top: 0;
  }

  .dynamic-content__block {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }

  .sticky-info-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    text-align: center;
    text-transform: none;
    font-family: Noto Sans SC, sans-serif;
    font-size: 4.2em;
    font-weight: 400;
  }

  .heading-6.sofia-pro {
    width: auto;
    margin-top: 20px;
    font-family: sofia-pro, sans-serif;
    font-size: 4.5em;
  }

  .guideline-wrap-info {
    width: 300px;
    height: 25vh;
    align-items: center;
  }

  .guideline-wrap-info.left-align {
    width: 300px;
    height: 20vh;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .guideline-wrap-info._10 {
    width: 100%;
  }

  .guideline-wrap-info._10.spacing-bottom-40 {
    height: 25vh;
    margin-bottom: 20px;
  }

  .guideline-wrap-info._6 {
    width: 100%;
  }

  .guideline-wrap-info._6.spacing-20 {
    height: auto;
    padding-top: 0;
  }

  .guideline-wrap-info._7, .guideline-wrap-info._8, .guideline-wrap-info._9 {
    width: 100%;
  }

  .guideline-wrap-info._5th {
    height: 25vh;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .sticky-header-column {
    width: 100%;
    height: auto;
    min-height: 50vh;
    align-items: center;
    position: static;
  }

  .sticky-section {
    flex-direction: column;
  }

  .download-section {
    min-height: 4vh;
    color: #f6f6f6;
    background-color: #f6f6f6;
  }

  .paragraph-10 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    font-size: 3em;
    display: flex;
  }

  .heading-17 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    font-size: 2em;
    font-weight: 400;
    display: flex;
  }

  .heading-17._6 {
    justify-content: center;
    margin-top: 10px;
    padding-left: 10px;
    font-weight: 700;
  }

  .heading-17._7.sofia-pro, .heading-17._8.sofia-pro, .heading-17._9 {
    font-weight: 700;
  }

  .heading-17._10 {
    width: auto;
    justify-content: center;
    font-weight: 700;
  }

  .paragraph-12 {
    width: 250px;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
  }

  .paragraph-12._6 {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .paragraph-13 {
    width: 280px;
    text-align: center;
    margin-top: -15px;
    font-family: sofia-pro, sans-serif;
    font-size: 1.6em;
  }

  .bold-text-4 {
    flex-direction: row;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .div-block-9 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .div-block-10 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-self: auto;
    margin-left: 0;
    display: flex;
  }

  .div-block-11, .div-block-12, .div-block-13 {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }

  .div-block-14 {
    align-self: flex-start;
    margin-left: 0;
  }

  .div-block-15, .div-block-16, .div-block-17, .div-block-18 {
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
  }

  .div-block-19 {
    align-self: flex-start;
    margin-left: 30px;
  }

  .slider-icon {
    color: var(--red);
    margin-top: 270px;
    margin-left: 60px;
    margin-right: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .slider-icon._1 {
    margin-left: 0;
    padding-left: 0;
  }

  .slide-content-wrapper {
    width: 370px;
    background-color: #f6f6f6;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-18 {
    color: var(--red);
  }

  .heading-20 {
    margin-bottom: 30px;
    padding-left: 0;
    font-family: sofia-pro, sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-21-6 {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
  }

  .heading-21-6._6 {
    margin-top: 1.5rem;
  }

  .heading-21-6.sofia-pro {
    font-family: sofia-pro, sans-serif;
  }

  .div-block-20 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    font-family: sofia-pro, sans-serif;
    display: flex;
  }

  .div-block-20._7 {
    padding-left: 0;
  }

  .div-block-20.noto-sans._8, .div-block-20._6, .div-block-20._9, .div-block-20._10 {
    padding-left: 30px;
  }

  .paragraph-16 {
    width: auto;
    font-size: 1.2em;
  }

  .paragraph-17 {
    width: auto;
    font-family: sofia-pro, sans-serif;
    font-size: 1.2em;
  }

  .heading-22 {
    width: auto;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 2rem;
    line-height: 40px;
  }

  .quick-stack-6 {
    margin-left: 0;
    padding-left: 0;
  }

  .link-4 {
    align-self: center;
    padding-left: 0;
    font-size: 2em;
  }

  .quick-stack-7 {
    width: 100vw;
    height: 75vh;
    margin-left: 0;
  }

  .cell-15 {
    padding-bottom: 25px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 1em;
  }

  .columns-2 {
    width: 90vw;
    margin-top: 20px;
  }

  .cell-16 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .img-thumbnail, .img-thumbnail-2 {
    max-height: 100%;
    max-width: 100%;
  }

  .text-block-7 {
    font-family: sofia-pro, sans-serif;
  }

  .image-37 {
    height: 200px;
  }

  .image-33 {
    height: 200px;
    object-fit: cover;
  }

  .image-23, .image-36 {
    height: 200px;
  }

  .text-block-8 {
    font-family: sofia-pro, sans-serif;
  }

  .image-32 {
    height: 200px;
    object-fit: cover;
  }

  .image-24 {
    height: 200px;
    margin-bottom: 10px;
  }

  .image-30 {
    height: 235px;
    margin-bottom: 10px;
  }

  .image-39 {
    height: 24.4563%;
    display: none;
  }

  .image-39._2, .image-39._1 {
    height: 200px;
    display: block;
  }

  .image-31 {
    height: 200px;
  }

  .image-34 {
    height: 200px;
    margin-bottom: 10px;
  }

  .image-26 {
    height: 235px;
    margin-bottom: 10px;
    display: block;
  }

  .image-25 {
    height: 200px;
  }

  .image-41 {
    height: 235px;
    margin-bottom: 10px;
  }

  .image-42 {
    height: 200px;
  }

  .image-29 {
    height: 200px;
    margin-bottom: 10px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
    position: static;
    overflow: visible;
  }

  .image-28 {
    height: 200px;
    margin-bottom: 10px;
  }

  .image-43 {
    width: 100%;
    height: 200px;
  }

  .image-35 {
    height: 200px;
  }

  .paragraph-20px-2 {
    width: 100%;
    text-align: justify;
    padding-top: 10px;
    padding-right: 10px;
    font-family: Open Sans, sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 22px;
  }

  .image-27 {
    height: 200px;
  }

  .tag-2 {
    color: #0d0628;
    font-family: Open Sans, sans-serif;
  }

  .tag-2.dark {
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .tag-2.dark._4 {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 1em;
  }

  .tag-2.dark._4._1 {
    padding-top: 10px;
    font-size: 1.3em;
  }

  .lightbox-link, .lightbox-link-2 {
    height: 200px;
  }

  .paragraph-18 {
    text-align: center;
    font-size: 1.4em;
  }

  .cell-17 {
    text-align: center;
    align-items: flex-start;
    padding-left: 0;
    font-family: sofia-pro, sans-serif;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 500;
  }

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

  .bold-text-10 {
    width: auto;
  }

  .div-block-23 {
    align-self: center;
  }

  .div-block-24 {
    width: 100%;
    height: 120%;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-25 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-18 {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .heading-23 {
    font-size: 3em;
  }

  .paragraph-19 {
    width: auto;
    font-size: 1.6em;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-5 {
    font-size: 1.6em;
  }

  .bold-text-14 {
    font-size: 1em;
  }

  .image-44, .image-45 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .image-47 {
    margin-bottom: 10px;
  }

  .bold-text-16 {
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-51, .image-52 {
    margin-bottom: 10px;
  }

  .column-5 {
    padding-bottom: 10px;
  }

  .image-53 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

#w-node-_696ffa12-09ff-16be-f469-41950625cb1c-35b4504d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_15462e41-8ec1-bb69-e16f-30b4259dab57-35b4504d, #w-node-_41d1ba69-36ec-ac4a-3eee-703ac49bcaca-35b4504d {
  grid-column: span 2 / span 2;
}

#w-node-abf564da-7c4e-dbd7-1e32-4e2e1577eb6c-35b4504d, #w-node-_95e9caf6-7625-1a51-4b3b-206f8a488b5c-35b4504d, #w-node-_5a24b278-1875-60a1-8fba-496723c84420-35b4504d, #w-node-_566b7c38-c5c8-a4cb-0206-e273a6e29c88-35b4504d, #w-node-d752ca24-65ad-37c6-c057-7ee4cc5861b4-35b4504d, #w-node-e542743a-faa0-03f5-815c-4823915e1054-35b4504d, #w-node-e542743a-faa0-03f5-815c-4823915e1063-35b4504d, #w-node-e542743a-faa0-03f5-815c-4823915e1073-35b4504d, #w-node-e542743a-faa0-03f5-815c-4823915e1081-35b4504d, #w-node-e542743a-faa0-03f5-815c-4823915e1091-35b4504d, #w-node-_25fc514c-1a62-394b-7b70-e8d05882579f-35b4504d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899538-35b4504d {
  grid-area: Step-1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899540-35b4504d {
  grid-area: Step-2;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989954b-35b4504d {
  grid-area: Step-3;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899556-35b4504d {
  grid-area: Step-4;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989955e-35b4504d {
  grid-area: Step-5;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899569-35b4504d {
  grid-area: Line-1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989956c-35b4504d {
  grid-area: Line-2;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989956f-35b4504d {
  grid-area: Line-3;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899572-35b4504d {
  grid-area: Line-4;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899575-35b4504d {
  grid-area: Line-5;
}

#w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399e-35b4504d, #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed64-35b4504d, #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d15-35b4504d, #w-node-fd946462-bcd2-123b-9550-60516042a0e9-35b4504d, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c32-35b4504d, #w-node-de0dbda8-4af5-ddf1-81b1-144e9b386e4d-35b4504d, #w-node-_42fec7f3-d13c-5b60-13c6-230207c19e87-35b4504d, #w-node-_8a3103fe-acc3-fe34-8152-61b6f2e3e227-35b4504d, #w-node-_64ca2c10-0d1e-1a74-bbad-56c8c2ca774d-35b4504d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d512-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d518-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f6-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f7-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d562-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d568-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5b2-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d584-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d586-35b4504d, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d58a-35b4504d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02e2183-b35c-e10f-51ab-b53a81acf3ba-35b4504d {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr;
}

#w-node-d93aa91b-c7f1-0459-0a14-96a4a0fe89fb-35b4504d, #w-node-cc5abf87-881f-93e4-1ab7-c9090c7a942f-35b4504d {
  grid-column: span 2 / span 2;
}

#w-node-_696ffa12-09ff-16be-f469-41950625cb1c-0d3bdab0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_15462e41-8ec1-bb69-e16f-30b4259dab57-0d3bdab0, #w-node-_41d1ba69-36ec-ac4a-3eee-703ac49bcaca-0d3bdab0 {
  grid-column: span 2 / span 2;
}

#w-node-abf564da-7c4e-dbd7-1e32-4e2e1577eb6c-0d3bdab0, #w-node-_95e9caf6-7625-1a51-4b3b-206f8a488b5c-0d3bdab0, #w-node-_5a24b278-1875-60a1-8fba-496723c84420-0d3bdab0, #w-node-_566b7c38-c5c8-a4cb-0206-e273a6e29c88-0d3bdab0, #w-node-d752ca24-65ad-37c6-c057-7ee4cc5861b4-0d3bdab0, #w-node-e542743a-faa0-03f5-815c-4823915e1054-0d3bdab0, #w-node-e542743a-faa0-03f5-815c-4823915e1063-0d3bdab0, #w-node-e542743a-faa0-03f5-815c-4823915e1073-0d3bdab0, #w-node-e542743a-faa0-03f5-815c-4823915e1081-0d3bdab0, #w-node-e542743a-faa0-03f5-815c-4823915e1091-0d3bdab0, #w-node-_25fc514c-1a62-394b-7b70-e8d05882579f-0d3bdab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899538-0d3bdab0 {
  grid-area: Step-1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899540-0d3bdab0 {
  grid-area: Step-2;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989954b-0d3bdab0 {
  grid-area: Step-3;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899556-0d3bdab0 {
  grid-area: Step-4;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989955e-0d3bdab0 {
  grid-area: Step-5;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899569-0d3bdab0 {
  grid-area: Line-1;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989956c-0d3bdab0 {
  grid-area: Line-2;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c989956f-0d3bdab0 {
  grid-area: Line-3;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899572-0d3bdab0 {
  grid-area: Line-4;
}

#w-node-f2a3de4a-5065-f4bc-9f82-0e57c9899575-0d3bdab0 {
  grid-area: Line-5;
}

#w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399e-0d3bdab0, #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed64-0d3bdab0, #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d15-0d3bdab0, #w-node-fd946462-bcd2-123b-9550-60516042a0e9-0d3bdab0, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c32-0d3bdab0, #w-node-de0dbda8-4af5-ddf1-81b1-144e9b386e4d-0d3bdab0, #w-node-_42fec7f3-d13c-5b60-13c6-230207c19e87-0d3bdab0, #w-node-_8a3103fe-acc3-fe34-8152-61b6f2e3e227-0d3bdab0, #w-node-_64ca2c10-0d1e-1a74-bbad-56c8c2ca774d-0d3bdab0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f0-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f2-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f4-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f6-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5f7-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d53a-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d53c-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d53e-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d540-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d512-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d514-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d516-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d518-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d562-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d564-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d566-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d568-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d584-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d586-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d588-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d58a-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5ac-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5ae-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5b0-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5b2-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5ce-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5d0-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5d2-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5d4-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d5d5-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d613-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d615-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d617-0d3bdab0, #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d619-0d3bdab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02e2183-b35c-e10f-51ab-b53a81acf3ba-0d3bdab0 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr;
}

#w-node-d93aa91b-c7f1-0459-0a14-96a4a0fe89fb-0d3bdab0, #w-node-cc5abf87-881f-93e4-1ab7-c9090c7a942f-0d3bdab0 {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-c02e2183-b35c-e10f-51ab-b53a81acf3ba-0d3bdab0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399e-35b4504d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399f-35b4504d, #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad139a3-35b4504d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed64-35b4504d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed65-35b4504d, #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed69-35b4504d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d15-35b4504d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d16-35b4504d, #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d1a-35b4504d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd946462-bcd2-123b-9550-60516042a0e9-35b4504d, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c32-35b4504d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c33-35b4504d, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c37-35b4504d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de0dbda8-4af5-ddf1-81b1-144e9b386e4d-35b4504d, #w-node-_42fec7f3-d13c-5b60-13c6-230207c19e87-35b4504d, #w-node-_8a3103fe-acc3-fe34-8152-61b6f2e3e227-35b4504d, #w-node-_64ca2c10-0d1e-1a74-bbad-56c8c2ca774d-35b4504d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d518-35b4504d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c02e2183-b35c-e10f-51ab-b53a81acf3ba-35b4504d {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399e-0d3bdab0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad1399f-0d3bdab0, #w-node-e6b1e01d-7ffb-a2d2-b012-2f47cad139a3-0d3bdab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed64-0d3bdab0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed65-0d3bdab0, #w-node-_8c8c273a-0436-1175-c55b-b18f80bbed69-0d3bdab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d15-0d3bdab0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d16-0d3bdab0, #w-node-_76a4cca9-bc71-f9c0-b1c2-8720a1a06d1a-0d3bdab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd946462-bcd2-123b-9550-60516042a0e9-0d3bdab0, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c32-0d3bdab0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c33-0d3bdab0, #w-node-_8a45c5c7-5ea4-d1c1-2768-4dce1c7a5c37-0d3bdab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de0dbda8-4af5-ddf1-81b1-144e9b386e4d-0d3bdab0, #w-node-_42fec7f3-d13c-5b60-13c6-230207c19e87-0d3bdab0, #w-node-_8a3103fe-acc3-fe34-8152-61b6f2e3e227-0d3bdab0, #w-node-_64ca2c10-0d1e-1a74-bbad-56c8c2ca774d-0d3bdab0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4ad7f8e-56a5-6ffc-5aaf-125df551d518-0d3bdab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c02e2183-b35c-e10f-51ab-b53a81acf3ba-0d3bdab0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
  }
}


@font-face {
  font-family: 'Grifter';
  src: url('../images/') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}