@font-face {
  font-family: Icofont;
  src: url('../fonts/icofont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --fonts--paragraph-font: Nunito, sans-serif;
  --heading: #0c0c0c;
  --fonts--heading-font: Ubuntu, Helvetica, sans-serif;
  --paragraph: #474747;
  --primary: #4245c7;
  --transparent: #fff0;
  --white: white;
  --black: #020202;
  --secondary: #ffefe8;
  --tertiary: #f6f5f7;
  --extra: #ff4b0a;
  --waves-library--white: white;
  --border: #e0e0e0;
  --fonts--icon-font: "Material Icons", sans-serif;
  --waves-library--black: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --color-2: #ff4b0a;
  --color-3: #d95332;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
}

body {
  font-family: var(--fonts--paragraph-font);
  color: var(--heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  font-family: var(--fonts--heading-font);
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-family: var(--fonts--heading-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  font-family: var(--fonts--heading-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

h4 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  font-family: var(--fonts--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  font-family: var(--fonts--paragraph-font);
  color: var(--paragraph);
  margin-bottom: 0;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

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

ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 60px;
  list-style-type: decimal;
  display: flex;
}

img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: var(--primary);
  background-image: url('../images/right-1_1right (1).webp');
  background-position: 20px 10px;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 50px 20px 30px 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}

.banner {
  background-color: var(--transparent);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Image-85B88D5C.png');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.container {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.middle-allign {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.style-guide-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.container.breadcrumb-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container._2-column-container {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.paddingup-and-bot {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container.pad-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.pad-area.floor-plans {
  padding-top: 0;
  padding-bottom: 0;
}

.page-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.section {
  margin-top: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.black-bg {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.section.black-bg.service-section {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.extra-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.section.hide-sec {
  display: none;
}

.section._1service {
  margin-top: 100px;
}

.section.hide-sectioon {
  display: none;
}

.heading-with-underline {
  border-bottom: 3px solid var(--primary);
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.vertical-left-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vertical-left-top._15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.vertical-left-top._30px-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 600px;
}

.grid-4-columns.style-guide {
  flex-wrap: wrap;
  max-width: none;
  display: flex;
}

.style-card-wrapper {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 280px;
  height: 100%;
  box-shadow: 0 0 30px #1e23404d;
}

.style-card-head {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
  position: relative;
}

.style-card-head.primary-color {
  background-color: var(--primary);
}

.style-card-head.secondary-color {
  background-color: var(--secondary);
}

.style-card-head.tertiary-color {
  background-color: var(--tertiary);
}

.style-card-head.paragraph-color {
  background-color: var(--extra);
}

.style-card-head.extra-color {
  background-color: var(--tertiary);
}

.style-card-head.black {
  background-color: #000;
}

.style-card-head.heading-color {
  background-color: var(--heading);
}

.color-information {
  border-top: 1px solid var(--primary);
  padding: 20px 20px 34px;
}

.color-name {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  position: absolute;
  inset: 15px 20px auto auto;
}

.color-name.reverse-color {
  color: var(--primary);
  background-color: #fff;
}

.bold-text {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--heading);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover, .nav-link:focus {
  color: var(--primary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primary);
}

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

.main-logo {
  width: 100%;
  max-width: 200px;
}

.submenu-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding: 0;
  font-weight: 600;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), color .35s;
  display: flex;
  transform: translate(-20px);
}

.submenu-link:hover {
  transform: translate(0);
}

.submenu-link.w--current {
  color: #30aca6;
}

.nav-menu-wrapper {
  flex-direction: row;
  display: block;
}

.navbar {
  z-index: 101;
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-list {
  flex-flow: column;
  flex: none;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-list.overflow-visible, .nav-list.floq-visiblw {
  overflow: visible;
}

.nav-button-list {
  flex: 1;
}

.banner-image-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 54%;
  display: flex;
  position: relative;
}

.hero-section {
  background-color: var(--primary);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_8647.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  min-width: auto;
  padding-top: 80px;
  display: block;
  overflow: hidden;
}

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

.hero-section.herospace {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.hero-section.herospace.servicebanner {
  background-image: linear-gradient(#0000, #0000), url('../images/main-page.webp');
}

.hero-section.herospace.hero-addition {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home_addition.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-section.herospace.hero-addition.minimal-sec {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/modern-kitchen-design-interior.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-section.herospace.hero-addition.cta-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2151264474.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.banner-content._1stcolumn {
  width: 60%;
}

.banner-content._1stcolumn.baner-3d {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}

.custm-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.custm-heading.adjust-text-black {
  color: var(--black);
  font-size: 40px;
  line-height: 56px;
}

.custm-heading.adjust-text-black.text-white {
  color: var(--white);
}

.custm-heading.adjust-text-black.text-white.font59 {
  font-size: 52px;
  line-height: 66px;
}

.custm-heading.adjust-text-black.cenb-head {
  text-align: center;
  margin-bottom: 20px;
}

.custm-heading.herotitle {
  width: 100%;
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  padding-top: 0;
  font-size: 60px;
  line-height: 65px;
}

.custm-heading.herotitle.cta-heading {
  text-align: center;
  font-size: 45px;
  line-height: 59px;
}

.custm-heading.herotitle.addition-heading {
  color: var(--waves-library--white);
  text-shadow: 0 1px 1px var(--heading);
}

.links-and-menu {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.title {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  font-family: var(--fonts--heading-font);
  color: var(--heading);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.title.service-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
}

.heading {
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

.heading.cent-heading.headingcenter {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.heading.service-heading {
  color: var(--heading);
  text-align: center;
}

.testimonial-card {
  z-index: 1;
  border: 1px solid var(--extra);
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  min-height: auto;
  max-height: none;
  padding: 39px 80px 39px 100px;
  display: flex;
  position: relative;
}

.dropdown-switch {
  grid-column-gap: 20px;
  background-color: var(--transparent);
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.faq-icon {
  opacity: .6;
  color: var(--white);
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.dropdown-contents {
  background-color: var(--transparent);
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-texts {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-faq-block {
  z-index: auto;
  border-bottom: 1px solid var(--border);
  color: #fff;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.dropdown-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.empty-block {
  z-index: 2;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.mask {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.mask.related-post {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 140px;
  height: 100px;
  display: flex;
}

.mask.full-width {
  width: 100%;
}

.license-title {
  color: var(--heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.license-links {
  color: var(--heading);
  font-weight: 500;
  transition: color .3s;
}

.license-links:hover {
  color: var(--secondary);
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-paragraph {
  margin-bottom: 4px;
  font-family: Raleway;
  font-weight: 500;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-wrapper {
  color: #000;
  max-width: 555px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.changelog-section {
  color: #000;
  margin-top: 60px;
  margin-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.nav-border {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
}

.nav-border.hid-bord {
  display: none;
}

.white-title {
  font-family: var(--fonts--heading-font);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.white-heading-450px-width {
  max-width: 450px;
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.highlight {
  color: var(--primary);
}

.animation-divider {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.animation-divider-left-horizontal {
  background-color: var(--primary);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.animation-divider-right-horizontal {
  background-color: var(--primary);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.animation-divider-top {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.animate-on-view-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dropdown-border {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto -1px 0%;
}

._3-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

._3-column-grid.new {
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.blog-thumbnail {
  aspect-ratio: 3 / 2;
  height: 280px;
  transition: transform 1.2s cubic-bezier(.215, .61, .355, 1);
}

.blog-thumbnail:hover {
  transform: scale(1.1);
}

.blog-body {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blog-card {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card.bg {
  background-color: #4245c7;
  border-radius: 6px;
  padding: 10px 10px 20px;
}

.blog-category {
  z-index: 1;
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: color .3s;
  position: absolute;
  inset: 10px 10px auto auto;
}

.blog-category:hover {
  color: var(--secondary);
}

.blog-category.white {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 5px;
  font-weight: 700;
}

.blog-card-title {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  transition: color .4s;
}

.blog-card-title:hover {
  color: var(--primary);
}

.blog-card-title.white {
  color: var(--white);
  font-size: 24px;
  line-height: 32px;
}

.pricing-card {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  position: relative;
}

.pricing-card-wrapper {
  width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.pricing-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
}

._14px-title {
  letter-spacing: .84px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.price-36px {
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
}

.pricing-card-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-icon {
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper.service--title-wrapper {
  background-color: #000;
}

.title-wrapper.reviewanimated.faqheading {
  color: var(--white);
}

.border-primary {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-white {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-dropdown-icon {
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.blog-divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  position: relative;
  inset: auto auto 0% 0%;
}

._14px-bold-text {
  color: var(--paragraph);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

._14px-bold-text.white {
  color: var(--white);
}

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

.section-60px.hide {
  display: none;
}

.blog-category-single-post {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.blog-cover-image {
  max-width: none;
  height: 480px;
}

.blog-head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.author-block {
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.author-image {
  border: 1px solid var(--secondary);
  border-radius: 50%;
  width: 40px;
  max-width: none;
  height: 40px;
}

.text-link {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.separator {
  background-color: var(--secondary);
  width: 1px;
  height: 15px;
}

.text-merge-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
}

.blog-contents {
  width: 100%;
  min-width: 600px;
}

.rich-text-block {
  text-align: left;
  font-weight: 400;
  line-height: 24px;
}

.rich-text-block h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 60px;
}

.rich-text-block h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 56px;
}

.rich-text-block h3, .rich-text-block p {
  margin-bottom: 20px;
}

.rich-text-block ul {
  margin-bottom: 30px;
  padding-left: 20px;
  font-weight: 500;
  line-height: 36px;
  list-style-type: square;
}

.rich-text-block img {
  aspect-ratio: 16 / 9;
  max-height: 450px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-block ol {
  padding-left: 40px;
  font-weight: 500;
  line-height: 36px;
}

._2-column-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.sidebar-search-filter {
  margin-bottom: -20px;
  position: relative;
}

.blog-sidebar-title {
  border-bottom: 1px solid var(--primary);
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.blog-widget {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sidebar-search-icon {
  color: var(--primary);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.tags-container {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.sidebar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.featured-properties-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--border);
  background-color: var(--white);
  height: 50px;
  color: var(--heading);
  margin-bottom: 0;
  padding-left: 23px;
  transition: border-color .4s;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.featured-blogs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-image {
  object-fit: cover;
  height: 100%;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.post-title {
  color: var(--heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: color .2s;
}

.post-title:hover {
  color: var(--primary);
}

.property-category-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  transition: color .5s, transform .45s;
  display: flex;
}

.tag-button {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .35s ease-out;
  display: flex;
}

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

.divider {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 1px;
  position: relative;
}

.category-link-block {
  width: 100%;
  color: var(--heading);
  font-weight: 600;
  position: relative;
}

.category-link-block:hover {
  color: var(--primary);
}

.pagination-button {
  border-style: none;
  border-color: var(--secondary);
  background-color: var(--primary);
  box-shadow: 4px 4px 0 0 var(--secondary);
  color: var(--secondary);
  border-radius: 0;
  transition: box-shadow .5s;
}

.pagination-button:hover {
  box-shadow: 0 0 0 0 var(--secondary);
}

.breadcrumb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.breadcrumb-divider {
  background-color: var(--secondary);
  width: 200px;
  height: 1px;
}

.breadcrumb-icon {
  text-transform: none;
  font-family: Material Icons Outlined, sans-serif;
  font-weight: 400;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-column-block.colum-space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

._2-column-block.colum-space._3d-home {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
}

.image-wrapper {
  width: 50%;
  position: relative;
}

.contents {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.counter {
  display: flex;
  overflow: hidden;
}

.counter-number-wrapper {
  height: 96px;
}

.counter-number-wrapper-reverse {
  height: 96px;
  transform: translate(0, -1000%);
}

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

.title-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.title-text.reviewstatichead {
  color: var(--heading);
  border: 1px solid #000;
}

.title-text.reviewstatichead.blaclkgg {
  color: var(--heading);
}

.title-text.reviewstatichead.blaclkgg.remove-border {
  border-width: 0;
}

.title-text.reviewstatichead.gettouch {
  color: var(--white);
  background-color: #fafafa00;
}

.highlight-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.highlight-title.service-heading {
  color: var(--heading);
  border: 1px solid #fff;
}

.title-animation {
  max-height: 60px;
  color: var(--primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.counter-symbol-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-divider {
  background-color: var(--secondary);
  width: 100%;
  max-width: 240px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  inset: auto auto 0% 0%;
}

.hero-sub-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.top-notice-bar {
  background-color: var(--black);
  position: relative;
}

.space-between-block-vertical-from-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.notice-bar-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--white);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.top-header-texts {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}

.phone-and-email-wrapper-navbar {
  background-color: var(--primary);
  flex-flow: row;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.icon {
  font-family: var(--fonts--icon-font);
}

.hero-paragraph {
  width: 555px;
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}

.hero-paragraph.adiition-info {
  text-align: left;
  font-size: 16px;
}

.primary-button {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.checking-random {
  max-width: 240px;
}

.primary-button.checking-random.view-work {
  background-color: #fff;
}

.primary-button.cta-button {
  color: #000;
}

.button-text-wrapper {
  z-index: 2;
  color: #000;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.default-text {
  color: #fff;
}

.default-text.work-text {
  color: #000;
}

.default-text.work-text.cta-text {
  font-weight: 700;
}

.hover-text {
  color: #fff;
}

.default-color {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.default-color.work-btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.hover-color {
  z-index: 1;
  background-color: var(--black);
  border-radius: 50px;
  width: 0;
  height: 0;
  position: absolute;
}

.hover-color.white {
  background-color: #4245c7c4;
}

.list-divider {
  background-color: var(--white);
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.hover-divider {
  background-color: var(--primary);
  width: 20px;
  height: 1px;
}

.submenu-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.submenu-block:hover {
  color: var(--primary);
}

.hamburger-menu {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu:hover {
  transform: scale(.96);
}

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

.nav-dropdown-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-contents-body {
  background-color: #fff;
  min-width: 240px;
  margin-top: 58px;
  top: 32px;
  overflow: hidden;
  transform: translate(-124px);
  box-shadow: 0 2px 12px #14142b14;
}

.nav-dropdown-links-block {
  padding: 40px;
}

.nav-dropdown-contents {
  background-color: #0000;
  width: 0;
  height: 0;
}

.top-bar-left-side-bg {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-title {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.subscription-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.copyright-text {
  color: #fffc;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.subscription-button {
  background-color: var(--black);
  color: #fff;
  height: 50px;
  padding: 12px 84px;
  font-weight: 500;
  transition: background-color .4s;
}

.subscription-button:hover {
  color: #fff;
  background-color: #111;
}

.information-text {
  color: #fff;
  line-height: 26px;
}

.subscription-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.site-logo {
  min-width: 200px;
  max-width: 200px;
}

.copyrights {
  background-color: var(--primary);
  border-top: 1px solid #d1d1d1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.newsletter-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscription-block {
  z-index: 2;
  background-color: var(--primary);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 81px;
  position: relative;
}

.footer-paragraph {
  color: #fff;
  text-align: left;
  max-width: 360px;
  line-height: 25px;
}

.subscription-mail-input {
  height: 50px;
  color: var(--heading);
  text-align: center;
  border: 1px solid #b9b9b9;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 0 30px #7476ed1a;
}

.subscription-mail-input::placeholder {
  color: #8e8e99;
  font-size: 16px;
  line-height: 26px;
}

.list-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.footer-block {
  grid-row-gap: 34px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 180px;
  display: flex;
}

.footer-block.logo-block {
  width: 100%;
  max-width: 335px;
  padding-right: 44px;
}

.footer-block.subscribe-block {
  max-width: none;
}

.information-block {
  grid-column-gap: 25px;
  align-items: flex-start;
  display: flex;
}

.footer-icon {
  color: var(--primary);
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  line-height: 26px;
  transition: transform .4s, color .4s;
}

.footer-icon:hover {
  color: var(--secondary);
  transform: scale(1.1);
}

.footer {
  margin-top: 0;
  overflow: hidden;
}

.subscription-form-block {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 620px;
  margin-bottom: 0;
  display: flex;
}

.footer-nav {
  z-index: 1;
  background-color: var(--black);
  margin-top: -100px;
  position: relative;
}

.information-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 46px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 160px;
  padding-bottom: 72px;
  display: flex;
}

.success-message {
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}

.message-failed {
  color: #fff;
  text-align: center;
  background-color: #ff3838;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-weight: 300;
}

.title-divider {
  background-color: var(--primary);
  width: 150px;
  height: 3px;
}

.square-image {
  aspect-ratio: 1;
  max-height: 590px;
}

.margin-bottom-40px {
  text-align: left;
  margin-bottom: 40px;
}

.background-style {
  z-index: -2;
  background-color: var(--primary);
  text-align: left;
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-style.right-top {
  left: auto;
  right: 0%;
}

.background-style.full-height {
  height: auto;
  position: absolute;
}

.background-style._2nd-background {
  text-align: right;
  inset: 0% 0% 0% auto;
}

.portrait-image {
  aspect-ratio: 2 / 3;
  height: 100%;
}

.cf-growth-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.service-card {
  z-index: 2;
  border: 1px solid var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
}

.service-image {
  height: 320px;
}

.service-body {
  z-index: 1;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-25px {
  margin-bottom: 25px;
}

._26px-title {
  margin-top: 0;
  font-size: 26px;
  line-height: 38px;
}

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

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

.counter-number-text {
  margin-top: 0;
  margin-bottom: 0;
}

.full-width {
  width: 100%;
}

.animated-counter {
  color: #000;
  margin-bottom: 5px;
  font-size: 70px;
  font-weight: 700;
  line-height: 96px;
  display: flex;
  overflow: hidden;
}

.counter-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.postfix {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 800;
  line-height: 96px;
}

.partners-section {
  background-color: var(--primary);
  width: 100vw;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.slider-animation-wrapper {
  width: 200vw;
  transform: translate(-100vw);
}

.partners-grid {
  grid-column-gap: 108px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.partner-logo {
  object-fit: contain;
  width: 100%;
  max-width: 222px;
  height: 50px;
}

.testimonial-ratings-wraper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.testimonial-rating-star {
  color: #fdbf60;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-paragraph {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.testimonial-contents {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.testimonial-contents-block {
  width: 100%;
  max-width: 850px;
  color: var(--white);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Background-Google.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 30px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0068c81a;
}

.testimonial-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-designation {
  margin-top: 10px;
}

.client-image {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.testimonial-tab-link {
  border: 2px solid var(--transparent);
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 140px;
  padding: 7px;
  transition: border-color .3s;
  display: flex;
}

.testimonial-tab-link.w--current {
  border: 2px solid var(--primary);
  background-color: #fff;
}

.testimonial-tab-link.move-down {
  transform: translate(0, 40px);
}

.testimonial-tab {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.client-name {
  font-size: 24px;
  line-height: 140%;
}

.quote-svg {
  max-width: 40px;
  margin-bottom: 5px;
}

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

.white-color.black {
  color: var(--black);
  border: 1px solid #fff;
}

.image-border-background {
  z-index: -1;
  border: 4px solid var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4%;
  left: -4%;
}

.image-border-background.reverse {
  margin-right: -143px;
  padding-left: 0;
  inset: -4% -4% auto auto;
}

.hidden {
  display: none;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.projects-card {
  position: relative;
  overflow: hidden;
}

.project-thumbnail {
  aspect-ratio: 1;
}

.project-details-in-overlay {
  background-image: linear-gradient(0deg, var(--black), #02020299 46%, #02020200);
  height: 50%;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-category {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 3px 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.project-title-in-card {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.projects-mask {
  max-width: 40%;
  overflow: visible;
}

.projects-slide {
  margin-right: 30px;
}

.service-snippet {
  max-height: 56px;
  margin-top: 10px;
  overflow: hidden;
}

.project-snippet {
  max-height: 56px;
  overflow: hidden;
}

.navigation-arrow {
  background-color: var(--white);
  width: 45px;
  height: 45px;
  font-family: var(--fonts--icon-font);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  transition: color .3s ease-out, background-color .4s;
  display: flex;
  inset: -70px 0% auto auto;
}

.navigation-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.navigation-arrow.left-arrow {
  right: 50px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  transition: color .3s;
  display: flex;
}

.footer-links:hover {
  color: var(--primary);
}

.title-divider-20px {
  background-color: var(--primary);
  width: 20px;
  height: 2px;
}

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

.features-rich-text {
  margin-bottom: 25px;
}

.features-rich-text ul {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 0;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.features-rich-text li {
  background-image: url('../images/checked_1checked.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.contact-form-banner {
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-divider {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.contact-form {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 50px 40px;
}

.input-field {
  border: 1px solid var(--border);
  background-color: var(--transparent);
  color: #0d0e10;
  letter-spacing: -.32px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.input-field:focus {
  border-color: #0d0e1033;
}

.input-field::placeholder {
  color: #0d0e1066;
}

.input-field.message {
  height: 120px;
  margin-bottom: 32px;
}

.contact-icon {
  color: var(--white);
  flex: none;
  font-family: Material Icons, sans-serif;
  font-size: 30px;
  line-height: 30px;
  transition: color .3s;
}

.contact-icon:hover {
  color: var(--primary);
}

._36px-title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.contents-40 {
  width: 40%;
}

._18px-semibold-uppercase {
  color: #fffc;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.margin-left-32px {
  margin-left: 32px;
}

._20px-white-text {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contact-info-block {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.contact-info-block.last {
  margin-bottom: 0;
}

.contact-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.white-link:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.project-main-image-wrapper {
  width: 70%;
}

.details-block {
  border-top: 4px solid var(--primary);
  background-color: var(--black);
  width: 26%;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

._2-column-block-stretch {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.full-height-image {
  height: 100%;
}

.service-title {
  z-index: 2;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.bottom-overlay {
  background-image: linear-gradient(0deg, #000, #0e0e0e66 59%, #18181800);
  height: 40%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-card-body {
  z-index: 2;
  position: absolute;
  inset: auto auto 10px 20px;
}

.service-paragraph {
  color: #fffc;
}

.margin-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

._20px-image {
  max-width: 20px;
}

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

.transparent-button {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: var(--heading);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: border-color .4s, color .5s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.add-to-cart-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.width-70 {
  max-width: 70%;
}

.team-image-wrapper {
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  transition: background-color .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-wrapper:hover {
  background-color: var(--primary);
}

.team-member-image {
  object-fit: contain;
  height: 310px;
}

._20px-semi-bold-text {
  font-family: var(--fonts--heading-font);
  font-size: 20px;
  font-weight: 700;
}

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

.social-share-icon-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  margin-top: 15px;
  display: flex;
}

.footer-social-icon {
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s, background-color .4s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--white);
  color: var(--primary);
  border-color: #fff0;
}

.profile-image {
  aspect-ratio: 1;
  object-fit: contain;
}

._18px-bold-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

._18px-bold-text.primary-color {
  color: var(--primary);
}

.profile-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 80px;
  display: flex;
}

.profile-summery {
  color: #fffc;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bottom-image-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 420px;
  height: 100%;
  display: flex;
  position: relative;
}

.checkout-total-price-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
  display: flex;
}

.checkout-product-title {
  font-size: 16px;
  line-height: 140%;
}

._20px-bold-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

._30px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 140%;
}

.checkout-product-price {
  color: #da000b;
  font-weight: 800;
}

.checkout-field {
  border-color: var(--border);
  background-color: #fff0;
  border-radius: 0;
  height: 48px;
  transition: border-color .2s;
}

.checkout-field:hover {
  border-color: var(--primary);
}

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

.checkbox-billing {
  margin-top: 0;
}

.checkout-quantity-block {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.sticky-right-bar {
  border: 1px solid var(--border);
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 620px;
  padding: 45px 50px;
  display: flex;
  position: static;
  top: 100px;
  overflow: hidden;
}

.users-form-button {
  background-color: var(--primary);
  border-radius: 0;
  height: 55px;
  margin-top: 14px;
  margin-bottom: 0;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: color .3s, background-color .5s;
}

.users-form-button:hover {
  background-color: var(--black);
}

.checkout-total-price {
  color: #da000b;
  font-size: 30px;
  font-weight: 800;
  line-height: 139%;
}

.order-item-list {
  margin-bottom: 0;
}

.checkout-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 90px;
  display: flex;
}

.checkout-label {
  margin-bottom: 6px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.apple-pay {
  border-radius: 5px;
  height: 55px;
}

.checkout-image {
  width: 100%;
  height: 100%;
}

.block-contents {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.checkout-title {
  width: 100%;
  margin-top: 20px;
  font-size: 30px;
  line-height: 42px;
}

.checkout-title.with-border {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 8px;
}

.checkout-wrapper {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 700px;
  margin-right: 0;
  display: flex;
}

.checkout-product-info-block {
  flex: none;
  margin-left: 0;
  margin-right: 0;
}

.checkout-header {
  margin-bottom: 30px;
}

.block {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.checkout-sub-title {
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.checkout-sub-title.with-border {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 8px;
}

._18px-title {
  font-size: 18px;
  font-weight: 800;
  transition: color .2s;
}

.checkout-products-wrapper {
  border-bottom: 1px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.line-item {
  margin-bottom: 0;
}

._20px-price {
  color: var(--primary);
  font-size: 20px;
  line-height: 28px;
}

.total-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid var(--primary);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 40px;
  display: flex;
}

.confirmation-price-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 740px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.order-confirmation-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

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

.no-image-product {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: none;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-qty-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.order-details-wrapper {
  border: 1px solid var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  display: flex;
}

.full-width-divider {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.order-product {
  font-weight: 500;
}

.order-confirmation {
  background-color: #fff0;
  min-height: auto;
  margin-top: 60px;
  padding: 0;
}

.order-item {
  border-bottom: 1px solid #3d5779;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.order-item.no-border {
  border-bottom-style: none;
}

.order-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 740px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.order-confirm-price {
  color: #da000b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.details-wrapper {
  text-align: left;
  border-bottom: 1px solid #e7eaee;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.details-wrapper.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.thank-you-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.icon-default {
  font-family: Material Icons Outlined, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.users-form-block {
  background-color: #fff;
  width: 100%;
  padding: 60px 55px 80px;
  position: relative;
  box-shadow: 0 2px 5px #0068c81a;
}

.users-input-field {
  border: 1px solid var(--border);
  color: #000;
  min-height: 54px;
  margin-bottom: 16px;
  transition: border-color .2s;
}

.users-input-field:hover {
  border-color: var(--primary);
}

.form-header {
  margin-bottom: 30px;
}

.user-span-links {
  color: var(--primary);
}

.form-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 60px;
  font-weight: 500;
  line-height: 25px;
}

.users-page-wrapper {
  background-image: linear-gradient(#0003, #0003), url('../images/17130_117130.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.back-to-home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary);
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: auto 25px 20px auto;
}

.back-to-home:hover {
  color: #000;
}

.back-to-home.w--current {
  margin-top: 15px;
  font-size: 14px;
  line-height: 14px;
}

.users-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.users-form-wrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.users-form-label {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.lock-image {
  max-width: 200px;
}

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

.primary-link {
  color: #0068c8;
  transition: color .3s;
}

.primary-link:hover {
  color: #da000b;
}

.subscriptions-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

.user-account-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  flex-flow: column;
  min-height: 60vh;
  padding-top: 60px;
  display: flex;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.account-tabs {
  flex-flow: column;
  display: flex;
}

.icon-25px {
  color: #000;
  font-family: Material Icons Outlined, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.icon-25px:hover {
  color: var(--primary);
}

.subscriptions-info {
  margin-left: 0;
}

.checkbox-account {
  margin-top: 8px;
}

.account-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.account-tab-contents {
  width: 100%;
  margin-top: 60px;
}

.margin-top-10px-botom-20px {
  margin-top: 10px;
  margin-bottom: 20px;
}

.account-tab-link {
  border: 1px solid var(--transparent);
  background-color: var(--black);
  min-width: 140px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.account-tab-link:hover {
  border-color: var(--primary);
  background-color: #2e2e2e;
}

.account-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.input-label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.my-account-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--primary);
  flex-flow: column;
  padding: 30px 40px 60px;
  display: flex;
}

.price-and-cancel-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.card-price {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.my-account-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.subscriptions-image {
  border-radius: 10px;
  width: 90px;
}

.button-wrapper-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

._40px-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
}

.open-on-scroll-wrapper {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.button {
  border: 1px solid var(--transparent);
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: border-color .4s, color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
}

.default-button {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.site-logo-wrapper.w--current {
  padding-left: 0;
}

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

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

.product-price-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.product-thumbnail-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 300px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart {
  z-index: 4;
  max-height: 85px;
  position: absolute;
  bottom: 10px;
  left: auto;
}

.product-thumbnail {
  object-fit: contain;
  height: 100%;
}

.add-to-cart-button-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  font-family: Material Icons Outlined, sans-serif;
  font-weight: 400;
  transition: background-color .3s ease-out;
  display: flex;
}

.add-to-cart-button-icon:hover {
  background-color: #000;
}

.add-to-cart-button-icon:active {
  color: #fff;
}

.add-to-cart-button-icon.view-details-button {
  background-color: var(--black);
}

.add-to-cart-button-icon.view-details-button:hover {
  background-color: var(--paragraph);
}

.product-name-on-card {
  font-family: var(--fonts--heading-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  transition: color .3s;
}

.product-name-on-card:hover {
  color: var(--primary);
}

.product-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  margin-bottom: 0;
  display: flex;
}

.product-card {
  border: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 2px;
  transition: border-color .4s ease-out, box-shadow .5s;
  display: flex;
  position: relative;
}

.product-card:hover {
  box-shadow: 0 2px 10px #0000001a;
}

.product-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 30px 40px;
  display: flex;
}

.card-compare-prices {
  color: var(--paragraph);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.show-on-hover {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sale-tag {
  z-index: 2;
  background-color: var(--primary);
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  inset: 30px auto auto 10px;
}

.link-to-details-page {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cart-image {
  aspect-ratio: 3 / 2;
  width: 120px;
}

._16px-price {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.cart-quantity {
  background-color: var(--secondary);
  border-style: none;
}

.cart-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7px;
  transition: background-color .5s, color .2s;
}

.cart-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.cart-quantity-circle {
  background-color: var(--white);
  min-width: 15px;
  height: 15px;
  color: var(--heading);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-image {
  aspect-ratio: 12 / 11;
  object-fit: contain;
  height: 100%;
}

.product-images-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.product-image-background {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.payment-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 16px;
}

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

._30px-image {
  max-width: 30px;
}

.product-details-block {
  border: 1px solid var(--primary);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 540px;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 5px 10px #0068c81a;
}

.single-page-cart-button {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Open Sans, sans-serif;
  transition: background-color .4s;
}

.single-page-cart-button:hover {
  background-color: var(--black);
  color: #fff;
}

.product-quantity {
  background-color: #0000;
  border-style: solid;
  border-color: #e7eaee;
  width: 100%;
  max-width: 120px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.product-quantity:active {
  border-color: #0068c8;
}

.cart-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 28px;
  display: flex;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.product-short-description {
  margin-top: 22px;
}

.single-product-price {
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.single-product-price.compare-price {
  color: var(--paragraph);
  font-size: 20px;
  line-height: 30px;
  text-decoration: line-through;
}

.cart-icon {
  font-family: var(--fonts--icon-font);
  font-size: 25px;
  line-height: 25px;
}

.cart-position {
  z-index: 100;
  position: fixed;
  inset: auto 10px 10px auto;
}

.close-button {
  width: 20px;
  height: 20px;
  color: var(--primary);
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  transition: color .4s;
}

.close-button:hover {
  color: var(--black);
}

.secondary-button {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: color 1s ease-out, background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button:hover {
  color: var(--black);
}

.white-0-8-opacity {
  color: #fffc;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.collection-item {
  position: static;
}

.link-block {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
}

.mask-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image {
  height: 320px;
}

.service-card-body-2 {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}

.service-snippet-2 {
  max-height: 56px;
  margin-top: 10px;
  overflow: hidden;
}

.text-block {
  color: #fffc;
  text-align: left;
  font-weight: 500;
}

.collection-list-wrapper {
  margin-top: 0;
}

.collection-list-wrapper-2 {
  margin-bottom: 266px;
}

.section-2 {
  display: block;
  overflow: visible;
}

.text-block-2, .text-block-3 {
  color: #0c23a8;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

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

.section-3.hide-sec, .section-3.hide-sectioon {
  display: none;
}

.container-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.vertical-top {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

._2-column-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.side-contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.div-block {
  position: static;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-3.service-heading {
  width: 70%;
}

.text-block-4 {
  color: var(--secondary);
  margin-bottom: 30px;
  font-size: 18px;
}

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

.collection-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.collection-list-2.update-collection {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.thumbnail-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.thumbnail-wrapper.thumbimage {
  height: 250px;
}

.section-4 {
  padding-bottom: 42px;
  display: none;
}

.body {
  background-color: #fff;
}

.image-2 {
  max-width: 40vw;
}

.services-hero-content-wrapper {
  width: 700px;
}

.div-block-2 {
  margin-top: 45px;
  margin-bottom: 45px;
  display: block;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image-3, .image-4 {
  max-width: 200px;
}

.div-block-4 {
  padding: 10px 5% 60px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.blog-image-border {
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
}

.blog-card-background {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-divider-dot {
  background-color: #c9c9c9;
  border-radius: 8px;
  flex: none;
  width: 4px;
  height: 4px;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.avatar-regular {
  background-color: #e3e3e3;
  border-radius: 40px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.subheading-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.label-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.blog-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-color-tertiary {
  color: #8f8f8f;
}

.paragraph-small.text-color-primary {
  color: #000;
}

.blog-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.blog-content-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  padding: 32px;
  display: flex;
}

.blog-read-time {
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 20px;
}

.max-width-x-small {
  width: 100%;
  max-width: 312px;
}

.blog-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f5f5f5;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: grid;
  position: relative;
}

.blog-card-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.blog-category-2 {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 20px;
}

.blog-image {
  border-radius: 12px;
  height: 224px;
  overflow: hidden;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary:hover {
  background-color: #141414;
}

.button-primary.icon-left {
  padding-left: 10px;
}

.subheading-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.grid-three-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.collection-item-3 {
  margin-bottom: 20px;
}

.div-block-6 {
  padding: 40px 5%;
  display: block;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-span {
  color: var(--primary);
}

.collection-list-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  padding: 40px 2%;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-form-lead {
  background-color: #fff;
  width: 100%;
  max-width: 486px;
  padding: 32px;
}

.header-grid-lead {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.checkbox-link {
  color: #59595f;
  text-decoration: underline;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 140px;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading.text-color-white {
  color: #fff;
  font-size: 47px;
  font-weight: 500;
}

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

.award-image {
  width: 80px;
  height: 80px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-200 {
  color: var(--secondary);
  font-weight: 500;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-section-lead {
  background-image: url('../images/Noise--Texture.png'), radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0006, #0006), url('../images/Image-from-Google-Drive-7.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding: 80px 5%;
  position: relative;
}

.header-section-lead.servics-section-header {
  background-image: url('../images/Noise--Texture.png'), radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0000, #0000), url('../images/Image-from-Google-Drive-7.png');
  background-position: 50%, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
}

.header-section-lead.servics-section-header.overlay-image {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Noise--Texture.png'), radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0000, #0000), url('../images/Image-from-Google-Drive-7.png');
  background-position: 50%, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.header-column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.text-color-orange-500 {
  color: var(--primary);
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.overline-regular.text-color-gray-200 {
  color: #d0d0d2;
}

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-secondary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.row-medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  padding: 20px 2%;
}

.div-block-9.row-class {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-9.row-class.hide-section {
  display: none;
}

.div-block-9.row-class.data-areas {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.code-embed {
  display: none;
}

.subheading-x-small {
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small.text-color-orange-500 {
  color: var(--primary);
}

.blog-card-wide-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 8px;
  display: grid;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-small {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.title-center-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center-small.full-line {
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 0;
}

.section-regular {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular.background-gray-50 {
  background-color: #f5f5f6;
}

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

.paragraph-x-small.text-color-gray-600 {
  color: #59595f;
}

.row-space-between {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-content-column-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.blog-image-x-small {
  object-fit: cover;
  border: .5px solid #e6e6e7;
  height: 100%;
  min-height: 248px;
  position: relative;
  overflow: hidden;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-avatar {
  background-color: #ff5805;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.text-span-2 {
  color: var(--primary);
}

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

.text-block-5 {
  font-size: 18px;
}

.div-block-11 {
  padding: 60px 5% 100px;
}

.div-block-11.row11 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-11.row11.fullw {
  max-width: 100%;
  padding-bottom: 20px;
}

.div-block-11.row11.fullw._0top {
  padding-top: 0;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-12.top0 {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.div-block-12.top0.flex-col-direction {
  flex-flow: column;
}

.div-block-12.top0.flex-col-direction.max1200 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12.top0.flex-col-direction.max1200.gap-r-10 {
  grid-row-gap: 15px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.h1-heading-2 {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-large {
  color: #49505b;
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-x-small-2 {
  color: #49505b;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-2.text-color-tertiary {
  color: #8d95a3;
}

.paragraph-x-small-2.text-color-brand {
  color: #154ee0;
}

.section-regular-2 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.paragraph-regular-2 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.blog-card-outline-wide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 16px;
  flex-flow: row;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.divider-secondary {
  border-top: 1px dashed #d8dbdf;
  width: 100%;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

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

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-image-2 {
  background-color: #f7f8f8;
  border-radius: 12px;
  flex: 1;
  overflow: hidden;
}

.blog-card-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.max-width-regular-2 {
  width: 100%;
  max-width: 520px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-small-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.blog-content-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.blog-image-square {
  aspect-ratio: 1;
  background-color: #f7f8f8;
  border-radius: 12px;
  flex: none;
  max-width: 248px;
  overflow: hidden;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  place-items: end stretch;
  margin-bottom: 64px;
  display: grid;
}

.subheading-x-large {
  color: #25272c;
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.container-regular-2 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  display: grid;
}

.section-regular-3 {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.paragraph-regular-3 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.blog-card-outline-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.max-width-regular-3 {
  width: 100%;
  max-width: 520px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.blog-content-large-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.text-span-3 {
  color: var(--primary);
}

.article-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.large-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.social-link {
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  border-color: #000;
}

.image-small {
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.heading-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

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

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

.related-article-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-header-image {
  border-radius: 50px;
  height: 390px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px #0a25413d;
}

.blog-content-2 {
  padding: 60px 3% 80px;
  position: relative;
}

.blog-end-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.avatar-circle {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

.small-dots {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-paragraph {
  color: #313131;
  font-size: 18px;
  line-height: 32px;
}

.blog-title-medium {
  color: #313131;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.blog-container.move-up {
  position: relative;
}

.header-bg {
  z-index: -1;
  background-color: #0c2b4a;
  background-image: url('../images/Pattern-Dark.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.author-name-large {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.avatar-cover {
  width: 100%;
  height: 100%;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  white-space: nowrap;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.detail-text {
  color: #bababa;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper-2 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: #ffffffb3;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.author-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.blog-header {
  background-color: var(--primary);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
}

.block-quote {
  background-color: #c9c9c930;
  border-left-width: 4px;
  border-left-color: #c9c9c9;
  margin: 32px 0;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}

.blog-heading-large {
  color: #313131;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.divider-2 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ea7462;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-item-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.container-regular-3 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.h6-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-item-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  margin-top: 64px;
  display: flex;
}

.blog-text-wrapper {
  color: #7d7d7d;
  max-width: 352px;
}

.overline {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}

.overline.text-color-primary {
  color: #ea7462;
}

.section-large-2 {
  padding: 100px 5%;
  position: relative;
}

.icon-x-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.blog-image-featured {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 256px;
}

.paragrah-small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.collection-item-4 {
  margin-bottom: 60px;
}

.text-block-6 {
  color: var(--primary);
}

.collection-item-5 {
  height: 280px;
}

.collection-item-5.co0llection-area {
  justify-content: space-between;
  width: 32%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item-5.co0llection-area.update-cards {
  width: 23%;
}

.collection-item-5.co0llection-area.update-cards.service-card, .collection-item-5.co0llection-area.update-cards.blogpage-card {
  width: 31%;
}

.blog-content-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.blog-title-h3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.read-more-link {
  color: #3b619b;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c4c4;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.blog-article-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
  margin-bottom: 100px;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.blog-section {
  background-color: #fff;
  padding: 60px 3% 80px;
  position: relative;
}

.title-line {
  background-color: #3b619b;
  width: 60px;
  height: 3px;
  margin-bottom: 20px;
}

.title-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.share-wrapper {
  color: #393939;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.brand {
  padding: 16px;
}

.share-icon {
  margin-right: 14px;
}

.blog-container-2 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header-2 {
  height: 600px;
  margin-bottom: 60px;
}

.paragraph-small-2 {
  color: #636363;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
}

.author-name-large-2 {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.blog-image-3 {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.header-paragraph-2 {
  color: #6f6f6f;
  max-width: 450px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.like-icon {
  margin-right: 14px;
}

.author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.article-header-small {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 32px;
}

.avatar-circle-2 {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.block-quote-2 {
  background-color: #0000;
  border-left-width: 4px;
  border-left-color: #f7a9a0;
  margin: 32px 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 44px;
}

.date-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 32px;
}

.length-text {
  color: #aaa;
  font-size: 12px;
}

.nav-button {
  background-color: #000;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author-line {
  background-color: #eee;
  width: 80px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.like-wrapper {
  color: #393939;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.blog-end-wrapper-2 {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.opening-letter {
  margin-right: 20px;
  font-size: 72px;
}

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

.blog-paragraph-2 {
  font-size: 18px;
  line-height: 32px;
}

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  padding: 40px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.large-header-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-link-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #f7a9a0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.seqarch-page {
  background-color: var(--primary);
  padding: 60px 20px;
}

.white-search {
  color: var(--secondary);
  text-align: center;
}

.searchitem {
  grid-row-gap: 10px;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.width-f {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-pad {
  padding: 20px 20px 0;
}

.search-title {
  font-family: var(--fonts--heading-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.read-more-text {
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}

.wrap-div {
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.row.flexd-row.rev-flex.top-align {
  align-items: flex-start;
}

.row.flexd-row.rev-flex.top-align.rev-flexa {
  justify-content: space-between;
  align-items: center;
}

.row.flexd-row.rev-flex.top-align.rev-flexa.top-y {
  align-items: flex-start;
}

.row.p-35 {
  background-color: #fff;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.row.p-35.flex-row-data {
  justify-content: space-between;
  display: flex;
}

.row.p-35.flex-row-data.center-flex-data {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.service-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-inner.bg-light {
  background-color: var(--tertiary);
}

.service-inner.bg-light.banner-image {
  background-image: url('../images/Roofing.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.col-48 {
  width: 48%;
}

.col-48.vertical-flex {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.col-48.vertical-flex.update-width {
  width: 55%;
}

.col-48.vertical-flex.col65 {
  width: 60%;
}

.col-48.vertical-flex.col30 {
  width: 34%;
}

.col-48.p-white {
  background-color: #fff;
  padding: 20px;
}

.col-48.p-white.col-30 {
  border-top: 5px solid var(--primary);
  border-radius: 10px;
  width: 35%;
  padding-left: 30px;
  padding-right: 30px;
}

.col-48.p-white.col-30._2ndcolumn {
  width: 40%;
}

.black-text {
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

.black-text.white-p {
  color: var(--white);
}

.black-text.bold-h {
  font-family: var(--fonts--heading-font);
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.black-text.cent {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}

.black-text.color-white, .black-text.link-din {
  color: var(--white);
}

.paddingtop {
  padding-top: 60px;
  padding-bottom: 60px;
}

.extend-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.extend-padding.relative {
  position: relative;
}

.extend-padding.relative.pad-top-bot.topsp0 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.extend-padding.relative.pad-top-bot.topsp0._2ndcolumn._2ndpra {
  padding-top: 0;
}

.service-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 23%;
  padding: 0 0 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.service-card.dynamic-full {
  width: 100%;
  margin-right: 0;
}

.service-card.dynamic-full.rev-caer {
  flex-flow: row;
  padding-bottom: 0;
}

.service-title {
  color: var(--heading);
}

.service-inner-tit-e {
  font-family: var(--fonts--heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.service-inner-tit-e.blog-title-copy {
  font-size: 18px;
  line-height: 26px;
}

.service-inner-tit-e.blog-title-copy.lighttext {
  font-family: var(--fonts--paragraph-font);
  font-size: 16px;
  font-weight: 400;
}

.service-inner-tit-e.blog-title-copy.blog-high-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.card-inner {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-inner.gapflex {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.card-inner.gap-in {
  grid-column-gap: 2px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.btn-card {
  padding-left: 20px;
}

.card-image {
  aspect-ratio: 1;
  height: 150px;
}

.card-image.servbice-imaghe {
  height: 200px;
}

.card-image.blog-page-image {
  height: 250px;
}

.card-image.blog-page-image.imageupdate {
  height: 350px;
}

.card-image.blog-page-image.smail-image {
  width: 33%;
  height: auto;
  max-height: 100%;
}

.card-flex {
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.card-flex.card-hides, .card-flex.hidw, .card-flex.hide-cards {
  display: none;
}

.h5 {
  font-size: 42px;
}

.h5.centerheading {
  color: #212121;
  text-align: center;
  line-height: 56px;
}

.h5.centerheading.left-txt {
  text-align: left;
}

.h5.centerheading.left-txt.bot-20 {
  text-align: center;
  margin-bottom: 30px;
}

.h5.centerheading.left-h {
  text-align: left;
}

.h5.centerheading.faq {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.box-slider-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.avatar-designation {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.slider-2 {
  background-color: #ddd0;
}

.avatarname {
  color: #4245c7;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.image-5 {
  opacity: .72;
  width: 25px;
  height: 25px;
}

._48w {
  width: 48%;
}

._48w.relative-data {
  position: relative;
}

.mask-3 {
  overflow: hidden;
}

.para-review {
  color: #797979;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.right-arrow {
  top: -104px;
}

.left-arrow {
  margin-right: 62px;
  top: -104px;
  right: 0;
  overflow: visible;
}

.row-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row-2.inline-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-one {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.slide-box {
  width: 50%;
  padding-right: 60px;
}

.slide-box.flewx-rot {
  background-color: #ebecff;
  border-radius: 10px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.abs-circle {
  z-index: -1;
  position: absolute;
  top: -27px;
  left: -45px;
}

.abs-circle.circle-light {
  width: 16%;
}

.slide-nav {
  display: none;
}

.flex-col-avatar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.padding50 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding50.light-bg {
  background-color: #fff;
}

.padding50.light-bg.service-testimonials {
  margin-top: 100px;
}

.padding50.lightbg {
  background-color: #f8f8f8;
}

.padding50.hide-faq {
  display: none;
}

.avatar-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.completew {
  width: 100%;
  margin-top: 40px;
  position: static;
  overflow: visible;
}

.eight-arrrow {
  width: 34px;
}

.badge-text {
  color: #f76733;
  background-color: #fff4f0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  color: #212121;
  background-color: #212121;
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  color: #212121;
  background-color: #212121;
  left: 7px;
  transform: rotate(45deg);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #212121;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-title---brix {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page.top-minus {
  margin-top: -50px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-paragraph---brix {
  color: #797979;
  text-align: left;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.badge-width {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 50px 59px #b9b9b940;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.icontext {
  color: #797979;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.icontext.smallpara {
  color: #797979;
  line-height: 24px;
}

.icontext.smallpara._16px {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 26px;
}

.icontext.smallpara._16px.left-p {
  text-align: left;
  line-height: 26px;
}

.icontext.smallpara._16px.left-p.text-light {
  color: #797979;
}

.label-half {
  width: 48%;
}

.label-half.ful-input, .label-half.fullwidth-complete {
  width: 100%;
}

.half {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 48%;
  overflow: hidden;
}

.half.col-flex {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.half.col-flex.left-w {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 60%;
  padding-left: 18vw;
  padding-right: 20px;
}

.half.col-flex.left-w.removw-leftspace {
  align-items: flex-start;
  width: 50%;
  padding-left: 5vw;
}

.norm-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #db6439;
  border-radius: 100px;
  width: 237px;
  height: auto;
  padding: 12px 60px;
  font-weight: 600;
}

.btn.p-25.form-submit {
  background-color: var(--primary);
  border-radius: 5px;
  width: auto;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.p-25.form-submit.full-submit {
  width: 100%;
  font-weight: 700;
}

.flex-form {
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-form.top-20 {
  padding-top: 20px;
}

.full0-w {
  width: 100%;
}

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

.flex-line.wrap-flrcx {
  align-items: center;
}

.flex-line.wrap-flrcx.steretchcl {
  align-items: stretch;
}

.label {
  font-weight: 600;
}

.inputfield {
  color: #797979;
  border: 1px solid #f1f3f7;
  border-radius: 8px;
  height: 46px;
  box-shadow: 0 1px 4px #19213d14;
}

.inputfield.bgselected {
  background-color: #fff;
  padding-right: 12px;
}

.inputfield.textareafield {
  text-align: left;
  height: 92px;
  line-height: 26px;
}

.inputfield.textareafield.areatext {
  height: auto;
  padding-bottom: 60px;
}

.ulist {
  margin-bottom: 0;
  padding-left: 20px;
}

.gpaginate {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
}

.area-flex {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.area-list {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.area-list.list-blog {
  grid-column-gap: 20px;
  justify-content: center;
}

.heading-style {
  font-family: var(--fonts--heading-font);
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.offer-style {
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.star-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.star-rate {
  width: 25px;
}

.logo-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.logo-flex.gap10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 64%;
}

.logo-flex.herologo {
  text-align: left;
  padding-left: 0;
}

.logo-flex.herologo.space-gap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
}

.logo-icon {
  width: 25%;
  height: auto;
}

.logo-icon.facebook-update {
  width: 48%;
  height: 100%;
}

.logo-icon.subservice-heroicon {
  width: 56%;
  min-width: 200px;
  max-width: 150px;
  height: 200px;
  min-height: 170px;
  max-height: 150px;
  overflow: clip;
}

.logo-icon.subservice-heroicon.up-logo--up {
  width: 22%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
}

.logo-icon.up-logo {
  width: 22%;
}

.text-styles {
  font-family: var(--fonts--paragraph-font);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-styles.top-sapce, .text-styles.top-2 {
  padding-top: 10px;
}

.p60 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p60.top-20px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-rate {
  font-family: var(--fonts--paragraph-font);
  text-align: center;
  font-weight: 700;
}

.low-bold {
  font-family: var(--fonts--paragraph-font);
  text-align: center;
  font-weight: 400;
}

._20logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  width: 15%;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.logo-max {
  object-fit: contain;
  width: 75px;
  height: 91.8125%;
  padding-bottom: 5px;
}

.hheading-30heading-30eading-30 {
  text-align: center;
  font-size: 30px;
}

.gallery-card {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.gallery-card.hide-section {
  display: none;
}

.gallery-card.subservicesgallary {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-gallery {
  border-radius: 10px;
  width: 15%;
  box-shadow: 0 2px 8px #0000004d;
}

.card-gallery.subservicegallaery {
  object-fit: cover;
  width: 100%;
  height: 302.188px;
}

.top-b {
  background-color: var(--tertiary);
  border-top: 1px solid #0000003d;
  border-bottom: 1px solid #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.top-b.top0 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.code-html {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000029;
}

.box-d {
  grid-row-gap: 15px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.white-bord {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
}

.bold-text-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.img-3 {
  margin-top: 20px;
}

.hide-sec {
  display: block;
}

.text-block-7 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  display: block;
}

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

.headoing-white-color {
  max-width: 800px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.headoing-white-color.heading-white {
  color: var(--white);
}

.a-link {
  color: #fff;
}

.collection-service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-items {
  width: 31%;
  height: 100%;
}

.service-items.service-card {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.service-inner-data {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-cvard-one-data {
  flex-flow: column;
  display: flex;
}

.slide {
  background-image: url('../images/gvd-custom-home-build-del-mar-232.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/exterior-home-visualizer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/advice-hub.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Background.webp');
  background-position: 50%;
  background-size: auto;
}

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

.servicesanimated.reviewanimated {
  color: var(--heading);
}

.servicesanimated.reviewanimated.faqheading.faqwhites {
  color: var(--black);
  background-color: #0000;
  font-size: 40px;
}

.servicesanimated.reviewanimated.faqheading.faqwhites.blacktext-comp {
  color: var(--heading);
}

.servicesanimated.reviewanimated.faqheading.faqwhites.thank-you {
  color: var(--primary);
}

.servicesanimated.reviewanimated.faqheading.faqwhites.gallery-title {
  color: #020202;
}

.servicesanimated.reviewanimated.faqheading.faqwhites.service-title {
  color: #fff;
}

.servicesanimated.reviewanimated.faqheading.faqwhites.faq-title {
  color: var(--white);
}

.update-card {
  width: 100%;
}

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

.flex-sub.update-cardss {
  width: 25%;
}

.flex-collection {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.drop-serve {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: inline-block;
}

.drop-mwnu.w--open {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.hide-area {
  display: none;
}

.din-park {
  padding-left: 20px;
  padding-right: 20px;
}

.link-wrap {
  background-color: var(--primary);
  font-family: var(--fonts--heading-font);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.navbar-2 {
  background-color: #f4f6f8;
  padding-top: 20px;
  padding-bottom: 18px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 49px;
  display: flex;
}

.image-22 {
  width: 300px;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-38 {
  color: #858585;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.code-embed-3.small {
  display: none;
}

.text-block-36 {
  color: #adadad;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

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

.image-26 {
  width: auto;
  max-width: 100%;
  height: 30px;
}

.list-item {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.landing-hero-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 850px;
  max-width: 2000px;
  display: flex;
}

.code-embed-4 {
  width: 700px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  color: #fff;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.hero-weapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-64 {
  color: #dadada;
  font-size: 15px;
  font-weight: 700;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.benefits-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 15px;
  display: flex;
}

.simple-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/render-1_1render 1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 137px;
  padding-bottom: 137px;
  display: flex;
}

.simple-banner.test {
  background-image: linear-gradient(90deg, #00000070 38%, #fff0), linear-gradient(#00000080, #00000080), url('../images/Parkway-Group-IMG-0234_1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 95px;
  padding-left: 100px;
}

.text-span-5 {
  color: red;
}

.badges-section {
  background-color: #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.heading-30 {
  color: #555;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.badges-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-33 {
  height: 80px;
}

.div-block-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.left-content-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-wrapper {
  display: flex;
}

.heading-28 {
  color: #1f1f1f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.things-section {
  background-image: linear-gradient(#dbdbdb, #dbdbdb);
  padding-top: 60px;
  padding-bottom: 60px;
}

.thing-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.image-32 {
  border-radius: 14px;
  width: 350px;
  max-width: 80%;
}

.text-block-65 {
  color: #3d3d3d;
  text-align: center;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-27 {
  width: auto;
  max-width: 100%;
  height: 70px;
}

.things-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
}

.text-block-67 {
  color: #777;
  text-align: left;
  width: 100%;
  margin-top: 12px;
}

.div-block-35 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 130px;
}

.text-block-69 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.center-h2 {
  color: #1b1d20;
  text-align: center;
  font-size: 60px;
  line-height: 76px;
}

.center-h2.maxh2 {
  color: #1b1d20;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
}

.center-h2.maxh2.nasjdf {
  color: #1f1f1f;
  width: 65%;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.center-h2.maxh2.nasjdf.skdjdf {
  color: #fff;
  width: 80%;
}

.testimonial-card-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e4e4e4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 340px;
  padding: 20px 34px;
  display: flex;
}

.text-block-70 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-29 {
  border-radius: 8px;
  width: 50px;
}

.section-5 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Image-8-19-25-at-9.37-PM_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.flex-data {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: center;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.flex-data.top-space {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-top: 0;
}

.bold-text-5 {
  font-weight: 800;
}

.section-padding {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.text-center-2 {
  color: #565656;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-center-2.half-text {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.row-3 {
  text-align: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1729px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.row-3.flex-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4f6f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  display: flex;
}

.blockdata {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  padding: 0;
  display: flex;
}

.area-one {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-para {
  color: #565656;
  text-align: center;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.area-img {
  text-align: center;
  vertical-align: baseline;
  width: 100px;
  height: 100px;
}

.box-heading {
  color: #1b1d20;
  text-align: center;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.cta-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #464646;
  justify-content: center;
  align-items: center;
  max-width: 100000px;
  padding: 30px 24px;
  display: flex;
}

.left-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.heading-14 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}

.text-block-41 {
  color: #f1f1f1;
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-42 {
  color: #8f8f8f;
  margin-top: 14px;
}

.italic-text {
  color: #c5c5c5;
}

.footer-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-31 {
  width: 300px;
}

.text-block-71 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-72 {
  color: #929292;
  font-style: italic;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 14px;
  line-height: 20px;
}

.hide-container {
  display: none;
}

.next0btn {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 500;
}

.row-blog {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-section.top-zero {
  padding-top: 0;
}

._48width {
  width: 54%;
}

.car-flex {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.car-flex.bot-20 {
  padding-bottom: 14px;
}

.cat-item {
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
}

.cat-item.item-bord {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 15px;
}

.cat-date {
  font-family: var(--fonts--heading-font);
  color: var(--heading);
  font-size: 18px;
  font-weight: 400;
}

.cat-date.mt-5 {
  padding-top: 8px;
}

.side0bar {
  width: 43%;
}

.inline-flex {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.indata-flex {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.div-block-41 {
  width: 100%;
}

.div-block-42 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.button-2 {
  background-color: var(--primary);
}

.reviews-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

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

.heading-31, .heading-32 {
  text-align: center;
}

.heading-32.content-title {
  text-align: left;
}

.heading-32.content-title.gallery-title {
  color: #000;
  padding-bottom: 10px;
}

.heading-33 {
  color: var(--tertiary);
  text-align: center;
  font-size: 27px;
}

.collection-item-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.image-34 {
  border: 1px #000;
  border-radius: 20px 20px 0 0;
  height: 200px;
}

.collection-list-wrapper-4 {
  flex-flow: column;
  display: flex;
}

.collection-list-4 {
  background-color: var(--transparent);
}

.div-block-43 {
  background-color: #4245c7a1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-block-73 {
  color: #fff;
  text-align: center;
}

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

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  width: auto;
  max-width: 1240px;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.heading-34 {
  font-size: 34px;
}

.heading-35 {
  color: var(--primary);
  text-align: center;
  font-size: 32px;
}

.rt-component-section {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-gallery-v-seven {
  padding-bottom: 60px;
}

.rt-our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-category-cards-text {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white {
  color: #fff;
}

.rt-body-font {
  color: #6d6d6d;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-white {
  color: #fff;
  text-decoration: none;
}

.rt-portfolio-card {
  background-color: #131218;
  border-radius: 10px;
  position: relative;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-lightbox-link {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-portfolio-two-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 41%, #103347 100%, #1c1372);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card.rt-overflow-hidden.rt-border-radius-six {
  border-radius: 6px;
  margin-bottom: 0;
}

.rt-portfolio-images-wraper {
  object-fit: cover;
}

.container-5 {
  max-width: 1240px;
}

.image-35 {
  height: 450px;
}

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

.text-block-74 {
  padding-bottom: 20px;
}

.link, .link-2 {
  color: #fff;
}

.image-36 {
  opacity: .86;
  width: 30px;
}

.div-block-44 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-75 {
  color: #fff;
  font-weight: 600;
}

.columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
}

.column-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: block;
}

.heading-16 {
  color: var(--primary);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 43px;
}

.heading-16.heading-side {
  text-align: left;
  padding-bottom: 20px;
  font-size: 27px;
  line-height: 27px;
}

.heading-16.heading-side.customize {
  font-size: 19px;
}

.paragraph-5 {
  color: #474747;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.button-4 {
  background-color: #113347;
  border-radius: 10px;
  margin-top: 20px;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: 400;
}

.button-4.call-now {
  background-color: #113347;
}

.column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px 40px;
  font-weight: 500;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.image-37 {
  box-sizing: border-box;
  object-fit: cover;
  border: 0 #000;
  border-radius: 20px;
  width: 100%;
  overflow: clip;
}

.about-design {
  width: auto;
  max-width: none;
  height: auto;
  padding: 80px 40px;
}

.columns-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  padding-right: 0;
  display: flex;
}

.image-38 {
  box-sizing: border-box;
  height: 300px;
}

.image-39 {
  height: 300px;
}

.image-40 {
  width: 30px;
  height: 30px;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding-bottom: 10px;
  display: flex;
}

.columns-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-4 {
  flex: 0 auto;
  display: block;
}

.key-features {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-46 {
  background-color: var(--transparent);
  text-align: center;
  display: block;
}

.container-6 {
  max-width: 1240px;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-item-2 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--border);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  list-style-type: none;
  display: flex;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.div-block-48 {
  background-color: #f5f5fc;
  border: 1px solid #e3e3f8;
  margin-top: 40px;
  padding: 10px 10px 20px;
}

.text-block-76 {
  color: var(--paragraph);
  text-align: left;
  line-height: 23px;
}

.div-block-49 {
  text-align: center;
  flex-flow: column;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.button-5 {
  background-color: var(--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.section-7 {
  background-color: #fcfcfc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-7 {
  color: #4776ea;
  -webkit-text-stroke-color: #4776ea;
  text-indent: 0;
  text-shadow: 0 1px 1px #0003;
  font-weight: 700;
}

.heading-36 {
  font-size: 60px;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 90px;
}

.column-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.container-7 {
  max-width: 1240px;
}

.text-block-77 {
  padding-right: 20px;
  font-size: 20px;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-41 {
  border-radius: 40px;
  height: 650px;
  box-shadow: 4px 9px 5px #6d6fd496;
}

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-8 {
  max-width: 1240px;
}

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

.heading-38 {
  color: var(--primary);
}

.text-block-78 {
  color: var(--paragraph);
  font-size: 18px;
  line-height: 27px;
}

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

.waves---main-container {
  max-width: 980px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium {
  background-color: #3d40cb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big.custom-text {
  text-align: center;
  font-weight: 400;
}

.waves-master-cta-2 {
  background-color: var(--transparent);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.waves-content-cta-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-33 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---mg-top-34 {
  margin-top: 32px;
}

.waves---master-checks-horizontal-2 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---section-medium-2 {
  background-color: #fcfcfc;
  padding-top: 120px;
  padding-bottom: 120px;
}

.waves---heading-2-no-margins-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  color: var(--white);
  font-size: 20px;
  line-height: 130%;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.waves-content-cta-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
  font-family: var(--fonts--heading-font);
  font-weight: 700;
}

.waves---cta-white-2.wide-cta:hover {
  color: #fff;
  background-color: #000;
}

.waves---cta-white-2.wide-cta.process-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.waves---cta-white-2.wide-cta.process-btn.flow-hover:hover {
  background-color: var(--primary);
}

.waves---heading-3-no-margins {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins.img-title {
  color: var(--tertiary);
  text-shadow: 0 2px 2px var(--waves-library--black);
  font-size: 28px;
}

.waves-master-testimonial-1 {
  grid-row-gap: 30px;
  background-color: var(--primary);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.waves-logo-testimonial-1 {
  height: 34px;
}

.waves---testimonial-text-big {
  color: #fff;
  text-align: left;
  padding-right: 60px;
  font-size: 20px;
  line-height: 30px;
}

.wrap-person-testimonial-1 {
  grid-column-gap: 15px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.waves-image-testimonial-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.waves-name-wrap-testimonial-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.bold-text-9 {
  color: var(--white);
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

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

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-regular {
  font-family: var(--fonts--paragraph-font);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.waves-grid-faq-1 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  align-items: stretch;
  display: flex;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 100%;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  border-top: 1px none var(--waves-library--black);
  outline-offset: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  outline: 3px #0c0c0c;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 11px #0003;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  border-top: 1px solid var(--paragraph);
  background-color: var(--paragraph);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  width: 16px;
  height: 16px;
  color: var(--paragraph);
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves---expand-space {
  height: 24px;
}

.bold-text-10 {
  font-family: var(--fonts--paragraph-font);
  color: var(--primary);
  font-weight: 700;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #5053d1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.button-6 {
  background-color: var(--transparent);
  cursor: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 20px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves-divider-hero-4 {
  background-color: var(--waves-library--black);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-right-hero-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
  display: flex;
}

.waves---mg-top-36 {
  margin-top: 32px;
}

.waves-icon-32 {
  width: 28px;
  height: 28px;
}

.waves---mg-bottom-16 {
  background-color: var(--primary);
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 10px;
}

.waves---limit-510 {
  max-width: 650px;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  margin-top: 80px;
  display: flex;
}

.waves-tile-features {
  grid-row-gap: 16px;
  background-color: #f4f4f5;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px;
  display: flex;
}

.waves-tile-features.img-feature {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  max-width: 500px;
  padding-left: 25px;
  display: flex;
}

.waves-tile-features.white-boxe {
  background-color: var(--transparent);
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-5 {
  background-color: #f4f4f5;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  margin-top: 40px;
  display: flex;
  box-shadow: 0 7px 10px #0003;
}

.columns-5.column-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/modern-kitchen-design-interior.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.column-w {
  background-image: linear-gradient(#00000080, #00000080), url('../images/adu-hero.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 420px;
  padding-bottom: 60px;
  display: flex;
}

.column-w.column-h {
  background-color: #f4f4f5;
  background-image: none;
}

.text-block-79 {
  color: var(--white);
}

.text-block-79.img-info {
  font-size: 18px;
}

.column-8 {
  background-color: var(--transparent);
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.column-9 {
  background-color: var(--transparent);
}

.text-block-80 {
  color: #fff;
}

.text-block-80.info-text {
  color: #000;
}

.paragraph-6 {
  color: #ffffffb0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.process_line {
  border: 1px solid #272727;
  width: 2px;
  height: 100%;
  position: absolute;
}

.h2 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  margin-top: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

.h2.process-heading {
  font-size: 55px;
  line-height: 55px;
}

.title_text {
  color: #6937ff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
}

.section_container {
  max-width: 1140px;
}

.title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 250px;
  padding: 0;
  display: flex;
  position: relative;
}

.centre_block {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  display: flex;
}

.process_details {
  border-bottom: 2px solid #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.process_details.heading-info {
  border-bottom-style: none;
  min-height: 0;
  padding-left: 0;
}

.h1 {
  color: #1d1f45;
  text-align: center;
  margin-top: 10px;
  font-size: 55px;
  line-height: 55px;
}

.process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #0f0f0f;
  border: 2px solid #272727;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
}

.centre_step {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  font-size: 21px;
  font-weight: 600;
}

.process_card_02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.process_section {
  justify-content: center;
  align-items: center;
  padding: 120px 25px;
  display: flex;
}

.process_card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-81 {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 600;
}

.section-9 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-9 {
  width: auto;
  max-width: 1240px;
}

.image-42 {
  width: 50px;
}

.image-43 {
  aspect-ratio: auto;
  width: 20px;
  max-width: 100%;
  height: 20px;
}

.heading-39 {
  color: var(--primary);
  text-align: left;
}

.image-44 {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.div-block-52 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-7 {
  background-color: var(--transparent);
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  flex-flow: row;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.div-block-53 {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.div-block-54 {
  flex-flow: column;
  display: flex;
}

.text-block-82 {
  max-width: 600px;
  color: var(--paragraph);
  text-align: left;
  font-size: 18px;
}

.text-block-82.floor-plan {
  color: var(--paragraph);
}

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

.waves---cta-dark-2 {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  height: 52px;
  color: var(--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: var(--primary);
  color: var(--waves-library--white);
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 130%;
}

.waves---paragraph-big-4 {
  color: var(--paragraph);
  text-align: left;
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big-4.guest-suite {
  color: var(--paragraph);
}

.waves---grid-image-halves {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding: 40px 20px 40px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.waves-image-features-3 {
  border-radius: 0;
  width: 100%;
  height: 600px;
  box-shadow: 0 9px 11px #0003;
}

.text-block-83 {
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-84 {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-85 {
  border: 2px solid var(--primary);
  padding: 5px 10px;
}

.image-45 {
  width: 20px;
  height: 20px;
}

.link-3 {
  color: #71717a;
  text-transform: uppercase;
}

.div-block-55 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  display: flex;
}

.bold-text-11 {
  letter-spacing: 1px;
  font-size: 15px;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-58 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-59 {
  background-color: var(--waves-library--white);
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  font-family: var(--fonts--heading-font);
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  list-style-type: none;
  display: flex;
}

.image-46 {
  width: 25px;
  height: 25px;
}

.div-block-60 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-86 {
  font-family: var(--fonts--heading-font);
  color: #71717a;
}

.text-block-87 {
  font-size: 17px;
}

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

.title-animation-2 {
  color: #4245c7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 60px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.title-divider-2 {
  background-color: #4245c7;
  width: 150px;
  height: 3px;
}

.title-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #0c0c0c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

.title-text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.title-text-2.reviewstatichead {
  color: #0c0c0c;
  border: 1px solid #000;
}

.title-text-2.reviewstatichead.blaclkgg {
  color: #0c0c0c;
}

.title-text-2.reviewstatichead.blaclkgg.remove-border {
  border-width: 0;
}

.servicesanimated-2 {
  color: #fff;
}

.servicesanimated-2.reviewanimated {
  color: #0c0c0c;
}

.servicesanimated-2.reviewanimated.faqheading.faqwhites {
  color: #020202;
  background-color: #0000;
  font-size: 40px;
}

.servicesanimated-2.reviewanimated.faqheading.faqwhites.blacktext-comp {
  color: #0c0c0c;
}

.servicesanimated-2.reviewanimated.faqheading.faqwhites.faq-title {
  color: #fff;
}

.highlight-title-2 {
  color: #4245c7;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.title-wrapper-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-3.reviewanimated.faqheading {
  color: #fff;
}

.title-animation-3 {
  color: #4245c7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 60px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.title-divider-3 {
  background-color: #4245c7;
  width: 150px;
  height: 3px;
}

.title-3 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #0c0c0c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

.title-wrapper-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-4.reviewanimated.faqheading {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .flex-sub.update-cardss {
    width: 23%;
  }

  .flex-collection {
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .waves---paragraph-big.custom-text {
    text-align: center;
    font-size: 24px;
  }

  .waves---paragraph-big-2 {
    color: #fff;
  }

  .waves-master-testimonial-1 {
    align-items: flex-start;
    padding: 40px 30px;
  }

  .waves---testimonial-text-big {
    text-align: left;
  }

  .wrap-person-testimonial-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .column-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .bold-text-9 {
    color: #fff;
  }

  .waves-grid-faq-1 {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
  }

  .waves-left-faq-1 {
    grid-row-gap: 24px;
    max-width: 460px;
  }

  .waves-expandable-master-faq-1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container._2-column-container {
    flex-flow: column;
  }

  .page-title {
    font-size: 50px;
    line-height: 65px;
  }

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

  .section.black-bg {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-4-columns.style-guide {
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    border-top: 3px solid var(--primary);
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 30px 50px;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: var(--transparent);
    flex-direction: row;
  }

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

  .nav-button-list {
    margin-left: 0;
  }

  .banner-image-wrapper, .banner-content, .banner-content._1stcolumn {
    width: 100%;
  }

  .custm-heading {
    text-align: left;
    font-size: 60px;
  }

  .custm-heading.adjust-text-black {
    font-size: 30px;
    line-height: 46px;
  }

  .links-and-menu {
    border-top: 1px solid #d2d2d2;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    width: 100%;
    padding: 30px 20px;
  }

  .dropdown-faq-block {
    align-items: stretch;
    min-width: auto;
  }

  .dropdown-wrapper {
    flex-flow: column;
  }

  .mask.related-post {
    max-width: 300px;
    height: 180px;
  }

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

  .blog-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-cover-image {
    height: 400px;
  }

  .info-block {
    width: 100%;
  }

  .blog-title {
    font-size: 40px;
    line-height: 56px;
  }

  .blog-contents {
    min-width: auto;
  }

  ._2-column-block-top {
    flex-flow: column;
  }

  .blog-widget {
    width: 100%;
  }

  .sidebar, .featured-blogs {
    max-width: none;
  }

  .post-title {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-column-block {
    flex-flow: column;
  }

  ._2-column-block.reverse-in-mobile {
    flex-flow: wrap-reverse;
  }

  .image-wrapper {
    width: auto;
  }

  .contents {
    width: 100%;
  }

  .hamburger-menu {
    transition: transform .3s;
  }

  .hamburger-menu:hover {
    transform: scale(.96);
  }

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

  .hamburger-upper-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-middle-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom-line {
    background-color: var(--black);
    width: 36px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-dropdown-contents-body {
    box-shadow: none;
    margin-top: 20px;
    transform: translate(0);
  }

  .nav-dropdown-contents-body.w--open {
    position: static;
  }

  .nav-dropdown-links-block {
    padding: 0 20px 20px 10px;
  }

  .nav-dropdown-contents {
    width: auto;
    height: auto;
    display: none;
    position: static;
  }

  .nav-dropdown-contents.w--open {
    transform: none;
  }

  .copyright-text {
    text-align: center;
    padding-left: 0;
  }

  .subscription-block {
    max-width: 98%;
  }

  .footer-paragraph {
    max-width: none;
  }

  .footer-block {
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block.logo-block {
    border-right-style: none;
    max-width: none;
  }

  .footer-block.subscribe-block {
    max-width: none;
  }

  .footer-nav {
    margin-top: -50px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .square-image {
    aspect-ratio: 1;
  }

  .background-style {
    width: 60%;
    max-height: 60%;
  }

  .background-style.right-top {
    max-height: 55%;
  }

  .background-style.full-height {
    width: 39%;
  }

  .background-style.full-height.hide-tab {
    display: none;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .testimonial-contents-block {
    width: 100%;
    margin-bottom: 60px;
  }

  .testimonial-tabs-menu {
    flex-direction: row;
    max-width: none;
  }

  .projects-mask {
    max-width: 60%;
  }

  .contact-form-banner {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  ._36px-title-white {
    font-size: 30px;
  }

  .contents-40 {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .project-main-image-wrapper, .details-block {
    width: auto;
  }

  ._2-column-block-stretch {
    flex-flow: column;
  }

  .width-70 {
    max-width: none;
  }

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

  .profile-block {
    flex-flow: wrap-reverse;
    padding-top: 60px;
  }

  .bottom-image-wrapper {
    width: auto;
    max-width: none;
  }

  .sticky-right-bar, .order-details-wrapper, .thank-you-container {
    max-width: none;
  }

  .users-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .account-tabs-menu {
    max-width: none;
  }

  .account-tab-contents {
    margin-top: 20px;
    margin-left: 0;
  }

  .product-price-block {
    flex-flow: row;
  }

  .product-card {
    max-width: none;
  }

  .product-details-block {
    max-width: 720px;
  }

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-image-border {
    height: 340px;
  }

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

  .button-primary {
    display: flex;
  }

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

  .header-form-lead {
    max-width: none;
  }

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

  .form-block {
    align-items: center;
  }

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .div-block-9.row-class.data-areas {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-image-2 {
    order: -1;
  }

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

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .related-article-grid {
    grid-template-columns: 1fr;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-5.co0llection-area, .collection-item-5.co0llection-area.update-cards, .collection-item-5.co0llection-area.update-cards.blogpage-card {
    width: 48%;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button {
    color: #000;
    background-color: #f7a9a0;
    margin-left: 14px;
  }

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

  .container-navigation {
    position: relative;
  }

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

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .row.flexd-row.rev-flex {
    flex-flow: wrap-reverse;
  }

  .row.flexd-row.rev-flex.top-align.rev-flexa, .row.flexd-row.flex-wrap.wrap-tab {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .row.p-35.flex-row-data {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .col-48, .col-48.vertical-flex.update-width.full-tab, .col-48.vertical-flex.col65, .col-48.vertical-flex.col30, .col-48.p-white.col-30, .col-48.p-white.col-30._2ndcolumn {
    width: 100%;
  }

  .extend-padding.relative.pad-top-bot {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card {
    width: 49%;
  }

  .service-card.update-card {
    width: 100%;
  }

  .h5.centerheading {
    font-size: 32px;
    line-height: 46px;
  }

  .slider-2.slide-navigation {
    height: auto;
    overflow: visible;
  }

  .mask-3 {
    height: 100%;
    overflow: visible;
  }

  .row-2.inline-flex.p-l-r-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-box.flewx-rot {
    height: 100%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .half.col-flex.left-w {
    padding-left: 4vw;
  }

  ._20logo {
    width: 22%;
  }

  .card-gallery {
    width: 24%;
  }

  .flex-sub.update-cardss {
    width: 49%;
  }

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

  .simple-banner {
    height: 100%;
  }

  .center-h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .center-h2.maxh2 {
    width: 100%;
  }

  .flex-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .flex-data.top-space {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .text-center-2.half-text {
    max-width: 100%;
  }

  .row-3.flex-footer {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .blockdata {
    width: 31%;
  }

  .row-blog.flex-blog {
    flex-flow: wrap;
  }

  ._48width, .side0bar {
    width: 100%;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .rt-autofit-2.rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .waves-master-cta-2, .waves-master-cta-3 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .centre_block {
    width: 150px;
  }

  .process_details {
    padding: 10px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 40px;
    line-height: 55px;
  }

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

  .style-card-wrapper {
    max-width: 200px;
  }

  .style-card-head {
    min-height: 140px;
  }

  .navbar {
    max-width: 100%;
  }

  .custm-heading {
    font-size: 49px;
    line-height: 70px;
  }

  .links-and-menu {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .heading {
    margin-bottom: 10px;
  }

  .testimonial-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  .dropdown-title {
    width: 100%;
  }

  .dropdown-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .mask.related-post {
    max-width: none;
    height: auto;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  ._3-column-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .blog-thumbnail {
    height: auto;
  }

  .blog-card {
    max-width: none;
  }

  .blog-cover-image {
    height: 320px;
  }

  .info-block {
    font-size: 15px;
  }

  .text-link {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-title {
    font-size: 36px;
    line-height: 52px;
  }

  .featured-blogs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-text, .highlight-title {
    font-size: 36px;
    line-height: 50px;
  }

  .title-animation {
    max-height: 50px;
  }

  .top-notice-bar {
    margin-bottom: -100px;
  }

  .space-between-block-vertical-from-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  .notice-bar-left {
    display: none;
  }

  .subscription-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscription-title {
    font-size: 28px;
  }

  .newsletter-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscription-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscription-mail-input {
    max-width: none;
  }

  .footer-block {
    flex-direction: column;
    max-width: 150px;
  }

  .footer-block.subscribe-block {
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .background-style {
    max-height: 50%;
  }

  .background-style.right-top {
    max-height: 45%;
  }

  .counter-title {
    font-size: 16px;
    line-height: 22px;
  }

  .partner-logo {
    height: 40px;
  }

  .client-name {
    font-size: 20px;
  }

  .projects-mask {
    max-width: 100%;
  }

  .contact-form-banner {
    padding: 70px 40px 90px;
  }

  .contact-form {
    padding: 40px;
  }

  ._36px-title-white {
    font-size: 28px;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
  }

  ._20px-white-text {
    font-size: 18px;
  }

  .profile-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._30px-title {
    font-size: 28px;
    line-height: 140%;
  }

  .sticky-right-bar {
    padding: 25px 30px 40px;
  }

  .order-item {
    flex-flow: wrap;
  }

  .order-confirm-price {
    font-size: 16px;
    line-height: 24px;
  }

  .details-wrapper {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }

  .subscription {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .subscriptions-info {
    margin-left: 0;
    margin-right: 0;
  }

  .price-and-cancel-button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  ._40px-title {
    font-size: 34px;
    line-height: 50px;
  }

  .product-thumbnail-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    aspect-ratio: custom;
  }

  .product-body {
    height: auto;
  }

  .product-image {
    max-height: 400px;
  }

  .product-image-background {
    height: 450px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  ._2-column-box {
    flex-flow: column;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h1-heading {
    font-size: 48px;
  }

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

  .h2-heading {
    font-size: 40px;
  }

  .blog-card-wide-small {
    grid-template-columns: 1fr;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .blog-card-outline-wide {
    flex-flow: column;
  }

  .blog-image-square {
    max-width: none;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-item-5.co0llection-area, .collection-item-5.co0llection-area.update-cards.blogpage-card {
    width: 100%;
  }

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

  .blog-image-3 {
    height: 220px;
  }

  .nav-button {
    display: none;
  }

  .blog-grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .row.flexd-row.rev-flex {
    grid-row-gap: 25px;
  }

  .row.flexd-row.flex-wrap {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .row.p-35.flex-row-data {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .service-card, .slide-box {
    width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .half, .half.col-flex {
    width: 100%;
  }

  .flex-line.wrap-flrcx {
    flex-flow: wrap;
  }

  .area-list {
    grid-row-gap: 15px;
  }

  ._20logo {
    width: 31%;
  }

  .hheading-30heading-30eading-30 {
    line-height: 46px;
  }

  .card-gallery {
    width: 31%;
  }

  .headoing-white-color {
    margin-bottom: 10px;
  }

  .text-block-36 {
    line-height: 22px;
  }

  .landing-hero-content-wrapper {
    width: auto;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 42px;
  }

  .hero-weapper {
    flex-flow: column;
  }

  .simple-banner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .badges-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-33 {
    width: 140px;
    max-width: 100%;
    height: auto;
  }

  .left-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .things-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .things-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-data.top-space {
    grid-row-gap: 50px;
    justify-content: space-between;
  }

  .blockdata {
    width: 48%;
  }

  .cta-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-block-41 {
    margin-top: 8px;
    font-size: 14px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---master-checks-horizontal-2 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-3 {
    padding: 80px 32px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .process_line {
    inset: 0% auto 0% 25px;
  }

  .process_image_wrap {
    display: none;
  }

  .centre_block {
    width: 55px;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .title-animation-2 {
    max-height: 50px;
  }

  .title-text-2, .highlight-title-2 {
    font-size: 36px;
    line-height: 50px;
  }

  .title-animation-3 {
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }

  blockquote {
    padding-left: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .banner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

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

  .section.black-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .color-information {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-logo {
    max-width: 150px;
  }

  .banner-image-wrapper {
    display: none;
  }

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

  .custm-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .custm-heading.herotitle {
    font-size: 23px;
    line-height: 35px;
  }

  .links-and-menu {
    border-top-style: none;
  }

  .heading {
    margin-top: 10px;
  }

  .testimonial-card {
    padding: 40px 10px;
  }

  .dropdown-switch {
    justify-content: space-between;
    padding: 15px 0;
  }

  .faq-icon {
    display: none;
  }

  .dropdown-texts {
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-title {
    white-space: pre-wrap;
  }

  .dropdown-faq-block {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-wrapper {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .changelog-section {
    margin-bottom: -20px;
  }

  .white-heading-450px-width {
    margin-top: 10px;
  }

  .blog-thumbnail {
    height: 240px;
  }

  .blog-body {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-card-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-block {
    flex-flow: wrap;
  }

  .price-36px {
    font-size: 28px;
    line-height: 38px;
  }

  .title-wrapper {
    margin-bottom: 20px;
  }

  .section-60px {
    padding-top: 40px;
  }

  .blog-category-single-post {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-cover-image {
    height: 220px;
  }

  .info-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .separator {
    display: none;
  }

  .blog-title {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .rich-text-block h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .rich-text-block h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .rich-text-block h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text-block h6 {
    font-size: 16px;
    line-height: 24px;
  }

  ._2-column-block-top {
    margin-top: 20px;
  }

  .blog-sidebar-title {
    margin-bottom: 0;
  }

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

  .featured-blogs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .post-title {
    font-size: 18px;
    line-height: 28px;
  }

  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }

  .breadcrumb {
    font-size: 14px;
    line-height: 20px;
  }

  .title-text {
    font-size: 32px;
  }

  .highlight-title {
    font-size: 32px;
    line-height: 44px;
  }

  .title-animation {
    justify-content: flex-start;
    align-items: center;
    max-height: 44px;
  }

  .top-notice-bar {
    display: none;
  }

  .list-divider {
    margin-left: 6px;
    margin-right: 6px;
  }

  .nav-dropdown-links-block {
    padding: 30px;
  }

  .subscription-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .copyright-text {
    max-width: 90%;
  }

  .site-logo {
    min-width: 140px;
    max-width: 160px;
  }

  .newsletter-block, .subscription-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    grid-row-gap: 20px;
    border-top: 1px solid #d2d2d2;
    max-width: none;
  }

  .footer-block.logo-block {
    border-top-style: none;
  }

  .information-block {
    grid-column-gap: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .background-style {
    max-height: 40%;
  }

  .background-style.right-top {
    max-height: 35%;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .slider-animation-wrapper {
    transform: translate(-100vw);
  }

  .partners-grid {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    transform: none;
  }

  .partner-logo {
    max-width: 200px;
    height: 36px;
  }

  .testimonial-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .testimonial-tab-link {
    padding: 4px;
  }

  .client-name {
    font-size: 18px;
  }

  .contact-form-banner {
    padding: 60px 20px;
  }

  .contact-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  ._36px-title-white {
    font-size: 24px;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .margin-left-32px {
    margin-left: 16px;
  }

  ._20px-white-text {
    font-size: 14px;
  }

  .contact-info-block {
    align-items: center;
  }

  .service-title {
    font-size: 20px;
    line-height: 30px;
  }

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

  .social-share-icon-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8px;
  }

  .footer-social-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .profile-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._30px-title {
    font-size: 24px;
    line-height: 140%;
  }

  .checkout-product-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-right-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-total-price {
    font-size: 20px;
    line-height: 30px;
  }

  .checkout-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .checkout-image {
    width: 80%;
    height: 80%;
  }

  .block-contents {
    margin-bottom: 15px;
  }

  .checkout-products-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .total-block {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .order-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .users-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .users-page-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .account-tabs-menu {
    flex-flow: column;
  }

  .account-tab-link {
    width: 100%;
    min-width: auto;
  }

  .my-account-wrapper {
    padding-bottom: 40px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .my-account-block {
    margin-bottom: 15px;
  }

  ._40px-title {
    font-size: 28px;
    line-height: 40px;
  }

  .product-thumbnail-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .product-thumbnail {
    max-height: 200px;
  }

  .product-images-wrapper {
    grid-row-gap: 20px;
  }

  .product-image-background {
    height: 320px;
  }

  .product-quantity {
    max-width: none;
    padding-left: 45%;
  }

  .cart-button-wrapper {
    flex-flow: column;
  }

  .product-title {
    font-size: 24px;
    line-height: 36px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .thumbnail-wrapper {
    height: 300px;
  }

  .blog-content-large {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .header-section-lead {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .div-block-9.row-class.data-areas {
    padding-bottom: 40px;
  }

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

  .h2-heading.mobh {
    font-size: 28px;
  }

  .title-center-small {
    margin-bottom: 56px;
  }

  .blog-content-column-large {
    padding: 8px;
  }

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

  .paragraph-regular-2 {
    line-height: 22px;
  }

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

  .subheading-x-large {
    font-size: 18px;
  }

  .mobile-last-item {
    order: 1;
    width: 100%;
  }

  .large-header {
    font-size: 50px;
  }

  .blog-end-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .avatar-circle {
    margin-right: 12px;
  }

  .author-block-2 {
    margin-bottom: 40px;
  }

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

  .collection-item-5 {
    height: 280px;
  }

  .collection-item-5.co0llection-area.update-cards {
    width: 100%;
  }

  .blog-section {
    padding-top: 180px;
  }

  .large-header-2 {
    font-size: 50px;
  }

  .service-inner-tit-e {
    font-size: 22px;
    line-height: 26px;
  }

  .service-inner-tit-e.blog-title-copy.blog-high-title.mob-jj {
    font-size: 22px;
    line-height: 33px;
  }

  .card-image.blog-page-image.smail-image.ful-imng {
    width: 100%;
  }

  .h5.centerheading {
    font-size: 28px;
    line-height: 36px;
  }

  .h5.centerheading.left-txt {
    font-size: 26px;
  }

  .box-slider-inner {
    flex-flow: column;
    display: flex;
  }

  .slider-2.slide-navigation {
    height: 100%;
    margin-top: 10px;
  }

  ._48w {
    width: 100%;
  }

  .mask-3 {
    padding-top: 20px;
  }

  .right-arrow {
    top: -33px;
    bottom: auto;
    right: -23px;
  }

  .left-arrow {
    top: -33px;
    bottom: auto;
    right: -31px;
  }

  .row-2.inline-flex.p-l-r-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-box.flewx-rot {
    padding-right: 0;
  }

  .padding50.lightbg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .label-half {
    width: 100%;
  }

  .half.col-flex.left-w {
    padding-left: 0;
  }

  ._20logo {
    width: 48%;
  }

  .hheading-30heading-30eading-30 {
    font-size: 24px;
    line-height: 36px;
  }

  .card-gallery {
    width: 48%;
  }

  .headoing-white-color {
    margin-top: 10px;
  }

  .flex-sub.update-cardss {
    width: 100%;
  }

  .navbar-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-22 {
    width: 300px;
    max-width: 100%;
  }

  .div-block-26 {
    padding-left: 10px;
    padding-right: 22px;
    font-size: 10px;
    line-height: 14px;
    display: none;
  }

  .code-embed-3 {
    display: block;
  }

  .code-embed-3.big {
    display: none;
  }

  .code-embed-3.small {
    display: block;
  }

  .landing-hero-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .code-embed-4 {
    width: auto;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-weapper {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-64 {
    font-size: 12px;
    line-height: 14px;
  }

  .benefits-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .simple-banner {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/render-1_1render 1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 50px;
    padding-bottom: 32px;
  }

  .simple-banner.test {
    padding-top: 100px;
    padding-left: 10px;
  }

  .badges-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-30 {
    color: #727171;
    font-size: 14px;
  }

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

  .div-block-39 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-33 {
    width: 100px;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-28 {
    font-size: 30px;
    line-height: 36px;
  }

  .things-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .center-h2.maxh2.nasjdf {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

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

  .text-center-2.half-text {
    font-size: 20px;
    line-height: 24px;
  }

  .row-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-3.flex-footer {
    flex-flow: column;
    padding-bottom: 30px;
  }

  .blockdata {
    width: 100%;
  }

  .box-para {
    font-size: 14px;
    line-height: 20px;
  }

  .area-img {
    width: 40%;
    height: 100%;
  }

  .box-heading {
    font-size: 26px;
  }

  .cta-section {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-41 {
    font-size: 12px;
    line-height: 20px;
  }

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

  .cat-item, .cat-date {
    font-size: 14px;
  }

  .inline-flex {
    flex-flow: column;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves-master-cta-3 {
    padding: 64px 16px;
  }

  .waves---heading-3-no-margins, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .h2 {
    font-size: 27px;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .title-animation-2 {
    justify-content: flex-start;
    align-items: center;
    max-height: 44px;
  }

  .title-text-2 {
    font-size: 32px;
  }

  .highlight-title-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .title-wrapper-3 {
    margin-bottom: 20px;
  }

  .title-animation-3 {
    justify-content: flex-start;
    align-items: center;
    max-height: 44px;
  }

  .title-wrapper-4 {
    margin-bottom: 20px;
  }
}

#w-node-_9d78c067-aa6e-7b8a-9b58-ada7787de45a-a9302f0e, #w-node-_68b593f9-c515-e159-f92d-c4077bf5d207-a9302f1b, #w-node-_6361a092-2521-ad6c-0b53-9bee637bf8e2-a9302f1b, #w-node-b173c0a8-4f91-4432-7938-30b94a653621-a9302f1b, #w-node-_9a53d12d-105c-fa82-6084-1712c95a6db3-a9302f1b, #w-node-_4eafb8f3-8dc4-75f6-f352-ec2911f3dd0c-a9302f1b, #w-node-_654b9307-b225-07e8-224b-ff731b021eb4-a9302f1b, #w-node-_654b9307-b225-07e8-224b-ff731b021ebb-a9302f1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c875cc-c86e-0c27-330e-eb05270ceb1d-a9302f2a {
  align-self: stretch;
}

#w-node-e4c875cc-c86e-0c27-330e-eb05270ceb39-a9302f2a, #w-node-e4c875cc-c86e-0c27-330e-eb05270ceb3b-a9302f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db0372-a9302f2d {
  align-self: center;
}

#w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db0381-a9302f2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db0389-a9302f2d {
  justify-self: end;
}

#w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db038d-a9302f2d, #w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db039a-a9302f2d, #w-node-_5b437dbb-f32a-dbf5-9741-c9f5bab2ac16-bbec5aa1, #w-node-_33bdd007-e257-b0e9-e55d-5083c69b3dc1-72f9745a, #w-node-_16371f83-99ae-214f-a56d-2990dd74052b-72f9745a, #w-node-d1c26acd-d8df-03ff-348c-1a9e46d231aa-72f9745a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c26acd-d8df-03ff-348c-1a9e46d231ab-72f9745a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9fc294a-4ef9-adff-a4fa-d6628ea3d5f5-72f9745a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2976baf-9b4b-fd4d-acf4-af13cf18d087-72f9745a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-edc8ccfb-9ee4-79b1-d92f-41b67f5c0593-5383c235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_70a9f3a1-baee-91cf-ed82-32ebb5db0389-a9302f2d {
    justify-self: auto;
  }

  #w-node-d1c26acd-d8df-03ff-348c-1a9e46d231aa-72f9745a {
    place-self: center;
  }

  #w-node-d9fc294a-4ef9-adff-a4fa-d6628ea3d5f5-72f9745a, #w-node-a2976baf-9b4b-fd4d-acf4-af13cf18d087-72f9745a {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5d9b9ad-ae0d-5ff3-db43-782fa7098cad-54f49027 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}