@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-text: #333;
  --paragraph-gray: #442626;
  --primary: maroon;
  --primary-dark: #f7f7f7;
  --bg-dark: #092b18;
  --light-gray: #f9f9fa;
  --white: white;
  --primary-light: #7e5d5d;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom {
  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-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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  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-commercecartquantity::placeholder {
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

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

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

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

body {
  color: var(--dark-text);
  font-family: Kumbh Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--dark-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.15em;
}

h2 {
  color: var(--dark-text);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25em;
}

h3 {
  color: var(--dark-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--dark-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  color: var(--dark-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--dark-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 400;
  line-height: 1.35em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Kumbh Sans, sans-serif;
  line-height: 1.2em;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  color: var(--dark-text);
  text-align: center;
  background-image: url('../images/Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  background-color: var(--primary-dark);
}

.section.overflow-visible {
  overflow: visible;
}

.section.bg-dark {
  background-color: var(--bg-dark);
  color: var(--bg-dark);
}

.section.bg-dark.hide, .section.blog-grid-section.hide {
  display: none;
}

.section.blog-post-section {
  padding-top: 140px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.base-container.home-3-banner, .base-container.service-banner {
  z-index: 1;
  position: relative;
}

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

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--light-gray);
  border-left: 1px none var(--light-gray);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--primary);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-title.last-grid {
  border-right-color: var(--primary);
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 5px #84848533;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 25px;
  padding: 12px 36px;
  font-family: Kumbh Sans, sans-serif;
  transition: all .3s;
  display: inline-block;
}

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

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.tablet-button {
  display: none;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.hide {
  display: none;
}

.nav-link {
  color: var(--primary-dark);
  padding: 20px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

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

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

.nav-link.white-nav-link {
  color: var(--white);
  transition-property: none;
}

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

.nav-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--primary-dark);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 8px;
  transition: all .2s;
  display: flex;
}

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

.nav-dropdown-toggle.transparent-bg {
  color: var(--white);
}

.nav-dropdown-toggle.transparent-bg:hover {
  color: var(--primary);
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 200px;
  display: flex;
}

.nav-dropdown-list.megamenu.all-pages.w--open {
  left: -200px;
}

.nav-dropdown-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--paragraph-gray);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
  transition: all .2s;
}

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

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

.nav-item-title.white-title:hover {
  color: var(--primary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e4d;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--dark-text);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 500;
  text-decoration: none;
}

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

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
  text-decoration: none;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  color: var(--dark-text);
  border: 1px solid #535b5666;
  border-radius: 50px;
  min-width: 280px;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 12px 36px 12px 20px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  color: var(--dark-text);
  border: 1px solid #535b5666;
  border-radius: 50px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Kumbh Sans, sans-serif;
}

.coming-soon-input:focus {
  border: 1px solid #afafaf;
}

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 15px;
  display: flex;
}

.coming-soon-heading {
  width: 90%;
  margin-top: 64px;
}

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

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px 36px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  text-align: right;
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.blog-template-next {
  text-align: left;
}

.footer {
  background-color: var(--dark-text);
  align-items: flex-start;
  padding-top: 72px;
}

.footer-bottom-wrapper {
  grid-column-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.process-item-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-item-wrapper.reverse {
  width: 100%;
}

.process-image-wrapper {
  width: 45%;
}

.process-content {
  flex: 1;
}

.process-content.reverse {
  width: 100%;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.process-image {
  border-radius: 10px;
  min-width: 480px;
  min-height: 320px;
}

.process-content-wrapper {
  width: 55%;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

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

.text-white.text-center {
  color: var(--dark-text);
}

.text-white.tablet-center {
  color: var(--paragraph-gray);
}

.text-white.home-1-banner {
  color: var(--dark-text);
  width: 45%;
}

.text-white.mt-5 {
  color: var(--dark-text);
  margin-top: 5px;
}

.text-white._70-white {
  color: var(--paragraph-gray);
}

.text-white.home-2-banner {
  max-width: 500px;
  font-size: 65px;
}

.text-white.project-banner-text {
  width: 70%;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  border: 1px solid var(--primary);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px 30px;
  display: flex;
}

.pricing-plan-item-title {
  text-align: center;
  margin-top: 0;
}

.pricing-plan-price-wrapper {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 40px;
  line-height: 1.3em;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-icon.header-icon {
  margin-bottom: 6px;
  margin-left: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-background {
  background-color: var(--primary);
}

.coming-soon-image {
  border-radius: 10px;
  max-width: 480px;
  max-height: 100%;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-decoration: none;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.contacts-detail {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  transition: all .25s;
}

.paragraph-no-margin:hover {
  color: var(--primary);
}

.contacts-textarea {
  border: 1px solid var(--primary);
  background-color: var(--primary-dark);
  color: var(--dark-text);
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--dark-text);
  font-size: 16px;
}

.contacts-input {
  border: 1px solid var(--primary);
  background-color: var(--primary-dark);
  color: var(--dark-text);
  border-radius: 10px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-text);
  font-size: 16px;
}

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

.contacts-2-form-wrapper {
  border: 1px solid var(--primary);
  background-color: var(--primary-dark);
  border-radius: 20px;
  width: auto;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 100%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-link {
  color: #ffffffb3;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 1.35em;
  text-decoration: none;
  transition: all .3s;
}

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

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

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.search-wrap-input {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.search-input {
  color: var(--dark-text);
  border: 1px solid #afafaf80;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px 16px 24px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: #535b56bf;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/andreas-gucklhorn-Ilpf2eUPpUE-unsplash_1andreas-gucklhorn-Ilpf2eUPpUE-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding: 40px;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.testimonials-card-title {
  margin-top: 20px;
  margin-bottom: 4px;
}

.testimonials-card-position {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.service-details-content-wrapper {
  flex-flow: column;
  width: 100%;
  padding-right: 80px;
}

.service-details-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-info-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
  margin-top: 54px;
  display: flex;
}

.project-pagination-wrapper {
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.nav-dropdown-column {
  width: 155px;
}

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

.secondary-button {
  border: 1px solid var(--primary);
  color: var(--dark-text);
  background-color: #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 12px 36px;
  transition: all .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--dark-text);
}

.secondary-button.primary-color {
  border-color: var(--primary);
  color: var(--primary);
}

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

.secondary-button.inner-page-banner-button {
  margin-top: 30px;
}

.navbar-absolute {
  background-color: #ddd0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: #ddd0;
  font-family: Kumbh Sans, sans-serif;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  padding-top: 110px;
  position: relative;
}

.banner-section.dark-primary-section {
  background-color: var(--primary-dark);
  height: auto;
  padding-top: 180px;
  overflow: hidden;
}

.banner-section.service-details-banner {
  height: auto;
  padding-top: 110px;
}

.banner-section.product-page {
  height: auto;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.category-link {
  background-color: var(--primary);
  color: var(--white);
  text-transform: none;
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px 36px;
  text-decoration: none;
  transition: all .3s;
}

.category-link:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.blog-details-link-title {
  text-decoration: none;
  transition: all .2s;
}

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

.project-button-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--primary-dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-button-link.left {
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  text-decoration: none;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.project-button-link-paragraph {
  color: var(--primary);
  font-size: 18px;
  text-decoration: none;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.rich-text-style {
  font-family: Kumbh Sans, sans-serif;
  line-height: 1.3em;
}

.rich-text-style h2 {
  margin-bottom: 15px;
  font-size: 42px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  object-fit: cover;
  border-radius: 10px;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.column {
  width: auto;
}

.rich-text-style.product-grid {
  font-size: 14px;
}

.clients-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-logo {
  opacity: 1;
  object-fit: contain;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
  text-decoration: none;
}

.black-overlay {
  background-color: #00000059;
  background-image: linear-gradient(346deg, #00000080, #0000 52%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.shop-category-tabs {
  width: 100%;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.on-sale-tag {
  z-index: 999;
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 18px;
  transition: all .2s;
  position: absolute;
  inset: 15px 15px auto auto;
}

.on-sale-tag:hover {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 60px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: #ddd0;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
}

.success-message.coming-soon-page {
  color: var(--dark-text);
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.error-message._401-page {
  color: var(--primary-dark);
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

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

.footer-licensing-link {
  color: #ffffffb3;
  font-size: 14px;
}

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

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.header-logo {
  width: 140px;
}

.header-logo.absolute {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-1-banner-text-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 40% 45%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.banner-paragraph-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.banner-paragraph-wrapper.home-3-banner {
  margin-top: -5px;
  padding-top: 0;
}

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

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

.full-width-container.hide {
  display: none;
}

.home-1-banner-full-width-wrapper {
  height: 300px;
  display: flex;
}

.home-1-banner-arrow-wrapper {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.home-1-banner-image {
  object-fit: cover;
  width: 75%;
}

.home-grid-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.grid-block-text-wrapper {
  width: 100%;
}

.home-page-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-tm-5px-bm-30px {
  margin-top: 5px;
  margin-bottom: 30px;
}

.grid-cell-wrapper {
  border-bottom: 1px solid var(--primary);
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-title-wrapper {
  max-width: 648px;
}

.services-block-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.collection-list-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  justify-content: space-between;
  padding-left: 60px;
  display: flex;
  overflow: hidden;
}

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

.service-cell {
  width: 280px;
}

.services-collection-list-wrapper {
  height: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-block-image {
  background-image: linear-gradient(2deg, #1a4e3080, #fff0), url('../images/ed76247f9a11b3d272a4b2240869e8d7-2-1_1ed76247f9a11b3d272a4b2240869e8d7 (2) (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  max-width: 418px;
}

.projects-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 648px;
  margin: 80px auto 64px;
  display: flex;
}

.project-block-paragraph {
  color: var(--paragraph-gray);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.projects-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 360px;
  display: flex;
}

.projects-block-slider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.project-photo {
  border-radius: 10px;
  width: 250px;
  height: 100%;
  transition: all .2s ease-out;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #1a4e3080, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient-overlay.blog-post {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.primary-color-text {
  color: var(--primary);
  font-family: Kumbh Sans, sans-serif;
}

.primary-color-text.link {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

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

.primary-color-text.blog-link {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  text-decoration: none;
}

.primary-color-text.team-member {
  font-family: Kumbh Sans, sans-serif;
  font-weight: 400;
}

.project-name {
  color: var(--white);
  font-family: Kumbh Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
}

.project-name:hover {
  color: var(--primary);
  text-decoration: none;
}

.project-name-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 15px;
  display: flex;
}

.project-collection-item {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.right-arrow-home-slider {
  background-image: url('../images/btn-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.right-arrow-home-slider:hover {
  background-image: url('../images/btn-1-1.svg');
  background-size: auto;
}

.left-arrow-home-slider {
  background-image: url('../images/btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.left-arrow-home-slider:hover {
  background-image: url('../images/btn-1-Hover.svg');
}

.h5-style-link {
  color: var(--dark-text);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
}

.h5-style-link:hover {
  color: var(--primary);
}

.h5-style-link.dark-text {
  color: var(--dark-text);
  margin-bottom: 5px;
}

.h5-style-link.dark-text:hover {
  color: var(--primary);
}

.h5-style-link.dark-link {
  color: var(--dark-text);
}

.h5-style-link.dark-link:hover {
  color: var(--primary);
}

.projects-slide {
  margin-right: 392px;
  padding-right: 360px;
}

.advantages-block-wrapper {
  width: 55%;
  margin-bottom: 64px;
}

.advantages-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 20px 50px 20px 0;
  display: flex;
}

.advantages-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.advantages-photo {
  background-image: linear-gradient(48deg, #80000033, #fff0 83%), url('../images/000076840987_Large_ESSENTIALS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  width: 100%;
}

.advantages-wrap {
  width: 410px;
}

.testimonials-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.client-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.home-page-testimonials-slider {
  background-color: #ddd0;
}

.customer-photo {
  background-image: linear-gradient(355deg, #1a4e3080, #fff0), url('../images/45d4dafaed96a6b83daaab97fcc275af-1_145d4dafaed96a6b83daaab97fcc275af (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  width: 295px;
  height: 180px;
}

.customer-photo.slide-2 {
  background-image: linear-gradient(355deg, #1a4e3080, #fff0), url('../images/jeffrey-keenan-pUhxoSapPFA-unsplash_1jeffrey-keenan-pUhxoSapPFA-unsplash.webp');
  width: 295px;
}

.customer-photo.slide-3 {
  background-image: linear-gradient(355deg, #1a4e3080, #fff0), url('../images/robert-godwin-SPcFpXIME6M-unsplash_1robert-godwin-SPcFpXIME6M-unsplash.webp');
}

.customer-name {
  color: var(--white);
  font-family: Kumbh Sans, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.testimonials-text {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  font-family: Kumbh Sans, sans-serif;
  font-size: 32px;
  line-height: 1.4em;
  display: flex;
}

.testimonial-left-arrow {
  background-image: url('../images/btn-1-Hover-Dark-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  transition: all .3s;
  inset: auto 80px 24px auto;
}

.testimonial-left-arrow:hover {
  background-image: url('../images/btn-1-Hover.svg');
}

.testimonial-right-arrow {
  background-image: url('../images/btn-1-1-Dark-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  transition: all .3s;
  inset: auto 0% 24px auto;
}

.testimonial-right-arrow:hover {
  background-image: url('../images/btn-1-1.svg');
}

.blog-block-title-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
}

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

.blog-card-text-wrapper {
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.get-in-touch-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 660px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.get-in-touch-photo {
  background-image: linear-gradient(13deg, #80000080, #fff0 69%), url('../images/000073928645_Full_ESSENTIALS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
}

.get-in-touch-form {
  width: 100%;
}

.get-in-touch-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 428px;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.text-field {
  color: var(--paragraph-gray);
  background-color: #ececec;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
}

.text-field:focus {
  border: 1px solid var(--primary);
}

.text-field::placeholder {
  color: var(--primary-light);
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
}

.textarea-get-in-touch {
  color: var(--primary-light);
  background-color: #ececec;
  border-radius: 10px;
  min-height: 140px;
  margin-bottom: 30px;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
}

.textarea-get-in-touch:focus {
  border: 1px solid var(--primary);
}

.textarea-get-in-touch::placeholder {
  color: var(--primary-light);
  font-family: Kumbh Sans, sans-serif;
  font-weight: 600;
  line-height: 1.25em;
}

.footer-contacts-block {
  border-bottom: 1px solid #fff3;
  padding-bottom: 30px;
  display: flex;
}

.footer-contacts-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-contact-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  display: flex;
}

.footer-contact-link {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
}

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

.footer-info-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.footer-title {
  color: var(--white);
  padding-bottom: 5px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25em;
}

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

.footer-links-wrap {
  flex-flow: column;
  display: flex;
}

.footer-text-wrapper {
  max-width: 340px;
}

.home-2-banner-section {
  height: 600px;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home-3-banner-section {
  height: 600px;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-3-banner-slider {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-3-banner-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.progress-bar {
  z-index: 2;
  background-color: #d9d9d94d;
  width: 130px;
  height: 3px;
}

.progress {
  background-color: #d9d9d9;
  width: 0%;
  height: 100%;
}

.progress-bar-wrapper {
  z-index: 2;
  position: absolute;
  top: -32px;
  left: 15px;
}

.progress-number {
  color: var(--light-gray);
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
}

.progress-number-wrap {
  justify-content: space-between;
  padding-bottom: 6px;
  display: flex;
}

.inner-page-banner-section {
  background-image: linear-gradient(50deg, #800000b3, #80000000 51%), linear-gradient(#0009, #0009), url('../images/000033459232_XXXLarge_SIGNATURE.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}

.banner-section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-section-title-wrapper.service-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0%;
}

.banner-section-title-wrapper.project-banner {
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0%;
}

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

.left-arrow-home-3-banner {
  z-index: 10;
  background-image: url('../images/btn-1-Hover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  transition: all .2s;
  position: absolute;
  inset: auto 100px 40px auto;
}

.left-arrow-home-3-banner:hover {
  background-image: url('../images/btn.svg');
}

.right-arrow-home-3-banner {
  z-index: 10;
  background-image: url('../images/btn-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  transition: all .2s;
  inset: auto 15px 40px auto;
}

.right-arrow-home-3-banner:hover {
  background-image: url('../images/btn-1.svg');
}

.about-us-video {
  z-index: 1;
  border-radius: 20px;
  height: 500px;
}

.play-pause-button {
  z-index: 2;
  bottom: 35px;
}

.video-title-wrapper {
  background-image: linear-gradient(0deg, #1a4e30b3, #fff0);
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.achievements-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-link-tab-2-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  padding-left: 36px;
  padding-right: 36px;
}

.tab-link-tab-2-2:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-2-2.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-2-2.w--current:hover {
  background-color: var(--bg-dark);
}

.achivements-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tab-link-tab-3 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.tab-link-tab-3:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-3.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-3.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-link-tab-4 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.tab-link-tab-4:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-4.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-4.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-link-tab-5 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.tab-link-tab-5:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-5.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-5.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-link-tab-1-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.tab-link-tab-1-2:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-1-2.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-1-2.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 100px;
  display: flex;
}

.achievements-photo {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 350px;
}

.achievements-photo.tab-2 {
  object-position: 50% 100%;
}

.achievements-photo.tab-4 {
  object-position: 50% 0%;
}

.achievement-text {
  color: var(--dark-text);
  font-family: Kumbh Sans, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.tabs-3 {
  margin-top: 64px;
  display: flex;
  position: static;
}

.video-section-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-grid-about-us-page {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-photo {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 20px;
  width: 100%;
  height: 310px;
  transition: all .15s;
}

.team-members-name {
  padding-top: 0;
}

.team-member-card {
  height: 350px;
  overflow: hidden;
}

.services-collection-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.service-photo {
  cursor: pointer;
  background-image: url('../images/filo-acciaio-alto-carbonio.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 400px;
}

.service-photo.fili-in-acciaio {
  background-image: url('../images/Fili.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.service-photo.acciai-speciali {
  background-image: url('../images/Corda.png');
  background-position: 50%;
  background-size: cover;
}

.service-photo.prodotti-specializzati {
  background-image: url('../images/Treccia.png');
  background-position: 50%;
  background-size: cover;
}

.service-photo._02 {
  background-image: url('../images/Fili-in-ferro-basso-carbonio.jpg');
}

.service-photo._04 {
  background-image: url('../images/CONVALLARIA_Brio_Website-Image.jpg');
}

.service-photo._05 {
  background-image: url('../images/image.jpg');
}

.service-photo._07 {
  background-image: url('../images/dan-bucko-9DXo7yCT6mc-unsplash-1.jpg');
}

.service-photo._09 {
  background-image: url('../images/christopher-burns-Wiu3w-99tNg-unsplash.jpg');
}

.service-photo._03 {
  background-image: url('../images/ChatGPT-Image-6-giu-2025-12_07_12.png');
}

.service-photo._06 {
  background-image: url('../images/01.jpg');
}

.service-photo._08 {
  background-image: url('../images/img64.jpg');
}

.service-photo._10 {
  background-image: url('../images/img59.jpg');
}

.service-card-text {
  padding-top: 14px;
}

.service-description-short {
  transition: all .35s;
}

.service-description-short.list {
  margin-top: 0;
  margin-bottom: 0;
}

.service-collection-item {
  height: auto;
  overflow: hidden;
}

.solutions-title-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.service-details-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.clients-logos {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.projects-page-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-tab-1-3 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 40px;
  padding: 12px 36px;
}

.tab-link-tab-1-3:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-1-3.w--current {
  background-color: var(--primary-dark);
  color: var(--white);
  border-radius: 40px;
  padding-bottom: 12px;
  padding-left: 36px;
  padding-right: 36px;
}

.tab-link-tab-1-3.w--current:hover {
  background-color: var(--bg-dark);
}

.tabs-menu-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.tab-link-tab-2-3 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 40px;
  padding: 12px 36px;
}

.tab-link-tab-2-3:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-2-3.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-2-3.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-link-tab-3-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 40px;
  padding: 12px 36px;
}

.tab-link-tab-3-2:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-3-2.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-3-2.w--current:hover {
  background-color: var(--bg-dark);
}

.tab-link-tab-4-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 40px;
  padding: 12px 36px;
}

.tab-link-tab-4-2:hover {
  background-color: var(--bg-dark);
  color: var(--white);
}

.tab-link-tab-4-2.w--current {
  background-color: var(--primary-dark);
}

.tab-link-tab-4-2.w--current:hover {
  background-color: var(--bg-dark);
}

.project-cover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 350px;
}

.project-description-wrapper {
  grid-template-rows: 60px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
}

.project-card-collection-item {
  height: 460px;
  overflow: hidden;
}

.project-page-collection-wrapper {
  margin-top: 64px;
}

.pagination-text-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.prev-post-title {
  text-align: right;
  transition: all .2s;
}

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

.next-post-title {
  transition: all .2s;
}

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

.additional-photos-collection-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.additional-photo-collection-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 400px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.plus {
  color: var(--white);
  font-size: 64px;
  line-height: 1.2em;
}

.blog-collection {
  margin-top: 64px;
}

.contact-page-success-message {
  color: var(--white);
  background-color: #ddd0;
  font-family: Kumbh Sans, sans-serif;
}

.block-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-position: 50% 0;
  flex-flow: column;
  padding-top: 40px;
  line-height: 1.3;
}

._404-text {
  color: var(--primary);
  font-family: Kumbh Sans, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2em;
}

.field-label {
  color: var(--dark-text);
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
}

.photo {
  height: 28px;
}

.products-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image {
  object-fit: cover;
  border-radius: 10px;
  height: 300px;
}

.product-card-link-block {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-collection-item {
  position: relative;
}

.quantity {
  color: var(--paragraph-gray);
  background-color: #fafafa00;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Kumbh Sans, sans-serif;
}

.quantity:focus {
  border-color: var(--primary);
}

.product-card-field-label {
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.default-state {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quantity-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.out-of-stock-state {
  color: var(--dark-text);
  background-color: #ddd0;
  padding-left: 0;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
}

.error-state {
  color: var(--dark-text);
  background-color: #ffdede00;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.add-to-cart {
  margin-top: 10px;
}

.cart-button {
  background-color: #3898ec00;
  justify-content: flex-end;
  align-items: center;
}

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

.cart-icon:hover, .cart-icon.home-1 {
  color: var(--dark-text);
}

.cart-icon.home-1:hover {
  color: var(--primary-light);
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 8px;
}

.cart {
  flex: 0 auto;
  margin-right: 10px;
}

.cart.home-2 {
  flex: 0 auto;
}

.cart-container {
  border-radius: 20px;
}

.checkout-actions {
  flex-flow: column;
  display: flex;
}

.image-15 {
  object-fit: cover;
  border-radius: 4px;
  width: 64px;
  height: 64px;
}

.cart-price {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

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

.total-price {
  color: var(--dark-text);
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

.product-name {
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
}

.cart-line-item {
  margin-bottom: 20px;
}

.cart-footer {
  padding-top: 24px;
}

.cart-subtotal-text {
  font-family: Kumbh Sans, sans-serif;
}

.icon {
  cursor: pointer;
}

.product-photos-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  display: block;
}

.photos-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.main-photo {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.products-photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.product-photos-collection-list-wrapper {
  width: 100%;
}

.lightbox-link-product {
  border-radius: 10px;
}

.product-banner {
  display: flex;
}

.product-description {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  padding-top: 0;
  padding-left: 64px;
  display: flex;
}

.product-page-h1 {
  font-size: 48px;
}

.price-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 10px;
  margin-bottom: 32px;
  display: flex;
}

.price {
  color: var(--dark-text);
  font-family: Kumbh Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.old-price {
  color: var(--paragraph-gray);
  justify-content: center;
  align-items: center;
  font-family: Kumbh Sans, sans-serif;
  text-decoration: line-through;
  display: flex;
}

.main-product-lightbox-link {
  width: 100%;
  height: 300px;
}

.recommended-products {
  margin-top: 64px;
}

.order-summary {
  flex-flow: column;
  display: flex;
  top: 100px;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.checkbox-label {
  margin-bottom: 0;
}

.email, .full-name, .street-address, .city {
  background-color: var(--light-gray);
  border-radius: 20px;
}

.country {
  background-color: var(--light-gray);
  color: var(--paragraph-gray);
  border-radius: 20px;
  padding-left: 24px;
  font-family: Kumbh Sans, sans-serif;
}

.state-province, .zip-postal-code, .card-number {
  background-color: var(--light-gray);
  border-radius: 20px;
}

.checkbox {
  margin-top: 0;
}

.expiration-date, .security-code, .full-name-input {
  background-color: var(--light-gray);
  border-radius: 20px;
}

.block-content {
  color: var(--paragraph-gray);
  border-radius: 0 0 10px 10px;
  font-family: Kumbh Sans, sans-serif;
}

.block-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
}

.product-list-photo {
  object-fit: cover;
  border-radius: 4px;
  height: 60px;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 60px;
}

.billing-details {
  padding-bottom: 4px;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.summary-wrap {
  top: 100px;
}

.dark-bg-style-guide {
  background-color: var(--bg-dark);
  width: 75px;
  height: 75px;
}

.dark-text-style-guide {
  background-color: var(--dark-text);
  width: 75px;
  height: 75px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.text-block {
  font-size: 14px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--primary);
}

.bold {
  color: var(--primary);
  font-weight: 600;
}

.paragraph {
  color: var(--dark-text);
}

.heading-3-provvisorio {
  font-size: 20px;
  font-weight: 600;
}

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

.lang-selector {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  padding: 5px 15px;
  transition: background-color .35s, all .35s;
  display: flex;
}

.link-block:hover, .link-block:lang(en) {
  background-color: var(--primary);
  color: var(--primary-dark);
}

.link-block.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  transition: background-color .35s, all .35s;
}

.link-block.w--current:hover {
  border-radius: 20px;
}

.link-block.w--current:lang(en), .link-block.en.w--current:lang(en) {
  background-color: var(--white);
  color: var(--primary);
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-span-3 {
  font-weight: 600;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  color: var(--primary);
  background-color: #0000;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 0;
  font-weight: 400;
}

.bold-text-86 {
  font-weight: 600;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  border-bottom-color: var(--paragraph-gray);
  color: var(--paragraph-gray);
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-cc-prefs_button:hover {
  color: var(--primary);
  background-color: #f3f3f3;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 0;
  font-weight: 600;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: var(--primary);
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  color: #004278;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_trigger, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_text {
  color: var(--paragraph-gray);
  font-size: .75rem;
  line-height: 140%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_title {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-banner_text {
  color: var(--paragraph-gray);
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  color: var(--primary);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: var(--primary-dark);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-pane-tab-2 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.popup-2---brix {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  padding: 32px 50px 48px;
  display: flex;
  position: relative;
}

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

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-2-form---brix {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup---illustration---brix {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.overlay---brix {
  z-index: 10;
  background-color: #0000009c;
  position: absolute;
  inset: 0%;
}

.popup-title---brix {
  margin-bottom: 8px;
}

.input---brix {
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  inset: auto 12px auto auto;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.subscribe-button---brix.ebook-button---brix {
  background-image: none;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  display: none;
  position: absolute;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.div-block-19 {
  max-width: 690px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 65px;
  }

  h6 {
    font-size: 18px;
  }

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

  .section.blog-post-section {
    padding-top: 160px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
  }

  .nav-dropdown-list.megamenu.w--open, .nav-dropdown-list.megamenu.all-pages.w--open {
    left: -40px;
  }

  .coming-soon-heading {
    width: 80%;
  }

  .footer {
    padding-top: 96px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    grid-column-gap: 200px;
    flex-wrap: nowrap;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .text-white.home-1-banner {
    width: 50%;
  }

  .text-white.home-2-banner {
    max-width: 550px;
  }

  .pricing-plan-item {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .block-quote-wrapper {
    margin-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.dark-primary-section {
    padding-top: 200px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

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

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    margin-left: 60px;
  }

  .black-overlay {
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .header-logo {
    width: 180px;
  }

  .home-1-banner-text-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 45% 42%;
  }

  .banner-paragraph-wrapper {
    width: 40%;
  }

  .home-1-banner-arrow-wrapper {
    width: 404px;
  }

  .home-grid-block {
    grid-column-gap: 137px;
    grid-row-gap: 137px;
  }

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

  .service-cell {
    width: auto;
    max-width: 280px;
  }

  .services-collection-list-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .projects-title-wrapper {
    margin-top: 120px;
  }

  .projects-collection-list {
    height: 390px;
  }

  .project-photo {
    width: 280px;
  }

  .project-name {
    font-size: 25px;
  }

  .project-name-wrapper {
    max-width: 340px;
  }

  .advantages-wrapper {
    padding-left: 80px;
  }

  .get-in-touch-form-block {
    max-width: none;
  }

  .footer-contact-wrapper {
    min-width: 260px;
  }

  .footer-contact-link {
    font-size: 21px;
  }

  .footer-info-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .footer-links-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-2-banner-section {
    height: 100vh;
    padding-top: 200px;
  }

  .home-3-banner-section {
    height: 100vh;
    padding-top: 220px;
  }

  .progress-bar-wrapper {
    left: 15px;
  }

  .banner-section-title-wrapper.project-banner {
    max-width: 800px;
  }

  .left-arrow-home-3-banner {
    right: 140px;
  }

  .right-arrow-home-3-banner {
    right: 55px;
  }

  .achievements-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .achivements-tabs-menu {
    padding-top: 10px;
  }

  .tab-content {
    padding-left: 140px;
  }

  .team-grid-about-us-page, .services-collection-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .service-details-photo.project-page {
    background-position: 50%;
  }

  .project-description-wrapper {
    grid-template-rows: 75px auto;
  }

  .project-card-collection-item {
    height: 440px;
  }

  .additional-photo-collection-item {
    cursor: pointer;
    height: 450px;
    position: relative;
    overflow: hidden;
  }

  .plus {
    color: var(--white);
    font-family: Kumbh Sans, sans-serif;
    font-size: 64px;
    line-height: 1em;
  }

  .products-collection-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .cart {
    flex: 1;
    margin-right: 20px;
  }

  .cart.home-2 {
    flex: 1;
  }

  .photos-collection-list, .lightbox-link-product {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .nav-dropdown-toggle {
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open, .nav-dropdown-list.megamenu.all-pages.w--open {
    left: auto;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .project-button-link {
    justify-content: flex-start;
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-wrap {
    margin-left: 140px;
  }

  .home-1-banner-arrow-wrapper {
    height: auto;
  }

  .projects-collection-list {
    height: 450px;
  }

  .project-photo {
    width: 300px;
  }

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

  .advantages-wrapper {
    padding-left: 40px;
  }

  .testimonials-text {
    font-size: 32px;
  }

  .home-2-banner-section {
    position: relative;
  }

  .background-video {
    position: absolute;
    inset: 0;
  }

  .home-3-banner-section {
    padding-top: 220px;
  }

  .left-arrow-home-3-banner {
    right: 220px;
  }

  .right-arrow-home-3-banner {
    right: 140px;
  }

  .project-description-wrapper {
    grid-template-rows: 73px auto;
  }

  .cart {
    flex: 1;
  }
}

@media screen and (min-width: 1920px) {
  .base-container.home-3-banner {
    z-index: 1;
    max-width: 1400px;
    position: relative;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-menu-wrapper {
    max-width: 1400px;
  }

  .service-details-content-wrapper {
    width: 97%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .project-button-link.left {
    justify-content: flex-end;
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    margin-left: 160px;
  }

  .home-1-banner-arrow-wrapper {
    width: 404px;
    height: auto;
  }

  .home-1-banner-image {
    width: 60%;
  }

  .collection-list-services {
    grid-auto-flow: row dense;
  }

  .projects-collection-list {
    height: 616px;
  }

  .project-photo {
    width: 388px;
  }

  .project-name-wrapper {
    max-width: none;
  }

  .project-collection-item {
    height: 100%;
  }

  .advantages-wrapper {
    padding-left: 80px;
  }

  .text-field::placeholder {
    font-family: Kumbh Sans, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
  }

  .home-3-banner-section {
    padding-top: 310px;
  }

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

  .left-arrow-home-3-banner {
    bottom: 100px;
    right: 340px;
  }

  .right-arrow-home-3-banner {
    bottom: 100px;
    right: 260px;
  }

  .achivements-tabs-menu {
    flex-flow: column;
  }

  .tabs-3 {
    display: flex;
  }

  .service-card-wrap {
    overflow: hidden;
  }

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

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.blog-post-section {
    padding-top: 120px;
  }

  .base-container.product-page {
    margin-bottom: 220px;
    position: relative;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button.header-button {
    display: none;
  }

  .primary-button.tablet-button {
    margin-top: 20px;
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-link {
    color: var(--dark-text);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle.transparent-bg {
    color: var(--primary-dark);
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    max-height: 180px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.all-pages {
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-title {
    color: var(--dark-text);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .process-item-wrapper, .process-item-wrapper.reverse {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .process-content.reverse {
    padding-right: 40px;
  }

  .process-image {
    object-fit: cover;
    min-width: auto;
    display: block;
  }

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

  .text-white.home-1-banner {
    text-align: center;
    width: 100%;
  }

  .text-white.home-2-banner {
    text-align: center;
  }

  .text-white.project-banner-text {
    width: auto;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .accordion-icon.header-icon {
    flex: 0 auto;
    display: none;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-2-location-wrapper {
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .contacts-2-content {
    width: 66%;
    padding-right: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .testimonials-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    padding-right: 0;
  }

  .service-details-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-info-wrap {
    margin-top: 30px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-absolute {
    height: 60px;
    padding-top: 20px;
    position: absolute;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

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

  .banner-section.dark-primary-section {
    padding-top: 140px;
  }

  .banner-section.service-details-banner {
    padding-top: 70px;
  }

  .banner-section.product-page {
    padding-top: 100px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .project-button-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .project-button-link.left {
    padding-right: 0;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style img {
    height: 300px;
  }

  .clients-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.transparent-header {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .home-1-banner-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .banner-paragraph-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .home-1-banner-arrow-wrapper {
    width: 270px;
    height: 270px;
  }

  .home-1-banner-image {
    object-position: 30% 50%;
    width: 65%;
  }

  .home-grid-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .services-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .collection-list-services {
    margin-left: 40px;
    margin-right: 40px;
  }

  .services {
    flex-flow: column;
    padding-left: 0;
  }

  .service-block-image {
    background-position: 0 0, 50% 20%;
    max-width: none;
    height: 300px;
  }

  .project-photo {
    height: 70%;
  }

  .projects-slide {
    margin-right: 700px;
    padding-right: 700px;
  }

  .advantages-block-wrapper {
    margin-bottom: 40px;
  }

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

  .advantages-wrapper {
    padding-right: 0;
  }

  .testimonials-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .testimonial-left-arrow {
    bottom: -20px;
    left: auto;
    right: 100px;
  }

  .testimonial-right-arrow {
    bottom: -20px;
  }

  .blog-block-title-wrap {
    margin-bottom: 40px;
  }

  .blog-collection-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-card-text-wrapper {
    padding-top: 16px;
  }

  .get-in-touch-wrap {
    margin-bottom: 40px;
  }

  .get-in-touch-form-wrap {
    flex-flow: column;
  }

  .get-in-touch-photo {
    max-width: none;
    height: auto;
  }

  .get-in-touch-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .get-in-touch-form-block {
    max-width: none;
  }

  .blog-post-collection-item {
    max-width: 600px;
  }

  .footer-contacts-block {
    flex-flow: column;
  }

  .footer-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-links-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .home-2-banner-section {
    background-image: linear-gradient(#0000004d, #0000004d);
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .home-3-banner-section {
    height: auto;
    padding-bottom: 140px;
  }

  .progress-bar-wrapper {
    left: 310px;
    right: auto;
  }

  .home-3-banner-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inner-page-banner-section {
    background-position: 50% 0;
  }

  .banner-section-title-wrapper.project-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow-home-3-banner {
    position: absolute;
    bottom: 50px;
    left: 310px;
    right: auto;
  }

  .right-arrow-home-3-banner {
    background-image: url('../images/btn-1-1.svg');
    position: absolute;
    bottom: 50px;
    right: 310px;
  }

  .about-us-video {
    height: 400px;
  }

  .play-pause-button {
    bottom: 30px;
  }

  .tab-content {
    padding-left: 60px;
  }

  .achievements-photo.tab-1 {
    object-position: 20% 50%;
  }

  .video-section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid-about-us-page {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-photo {
    object-position: 50% 20%;
  }

  .team-member-photo.photo-team-member {
    object-position: 50% 50%;
  }

  .team-member-card {
    height: auto;
  }

  .services-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .service-photo {
    height: 350px;
  }

  .service-collection-item {
    height: auto;
  }

  .service-details-photo {
    height: 300px;
  }

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

  .projects-page-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .project-card-collection-item {
    height: auto;
  }

  .project-page-collection-wrapper {
    margin-top: 40px;
  }

  .additional-photos-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .additional-photo-collection-item {
    height: 300px;
  }

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

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

  .cart, .cart.home-2 {
    flex: 1;
  }

  .product-photos-wrapper {
    width: 100%;
  }

  .photos-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .products-photo {
    border-radius: 20px;
  }

  .product-photos-collection-list-wrapper {
    width: auto;
    position: absolute;
    bottom: -220px;
    left: 15px;
    right: 15px;
  }

  .lightbox-link-product {
    width: 100%;
  }

  .product-banner {
    flex-flow: column;
  }

  .product-description {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }

  .main-product-lightbox-link {
    height: 350px;
  }

  .row, .row-2 {
    flex-flow: column;
  }

  .paypal-checkout-form {
    padding-top: 80px;
  }

  .billing-details-wrap {
    flex-flow: column;
  }

  .order-confirmation {
    padding-top: 80px;
  }

  .summary-wrap {
    top: 80px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.blog-grid-section {
    padding-bottom: 120px;
  }

  .grid-system-wrapper {
    border-top: 1px solid var(--paragraph-gray);
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.blog-button {
    position: absolute;
    bottom: 60px;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 44px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .process-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

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

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-info-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .project-pagination-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .banner-section.dark-primary-section {
    padding-top: 120px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .project-button-link {
    justify-content: flex-start;
    width: 100%;
    padding-left: 24px;
  }

  .project-button-link.left {
    width: 100%;
    padding-right: 24px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .banner-paragraph-wrapper {
    width: 100%;
  }

  .home-1-banner-arrow-wrapper {
    width: 285px;
    height: 285px;
  }

  .home-1-banner-image {
    width: 50%;
  }

  .home-grid-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .service-cell, .advantages-block-wrapper {
    width: auto;
  }

  .advantages-block {
    flex-flow: column;
  }

  .advantages-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .advantages-photo {
    height: 300px;
  }

  .advantages-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
  }

  .testimonials-wrap {
    flex-flow: column;
    padding-bottom: 100px;
  }

  .client-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .home-page-testimonials-slider {
    height: auto;
  }

  .customer-photo {
    width: auto;
    height: 250px;
  }

  .customer-photo.slide-2 {
    width: 100%;
  }

  .testimonials-text {
    font-size: 21px;
  }

  .testimonial-left-arrow {
    bottom: 0%;
    left: -20%;
    right: 0%;
  }

  .testimonial-right-arrow {
    bottom: 0%;
    left: 0%;
    right: -20%;
  }

  .customer-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-block-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .get-in-touch-form-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .get-in-touch-photo {
    height: 200px;
  }

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

  .get-in-touch-form-block {
    padding: 40px;
  }

  .footer-contacts-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-contact-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text-wrapper {
    max-width: none;
  }

  .home-2-banner-section {
    height: auto;
    padding-bottom: 60px;
  }

  .home-3-banner-section {
    padding-top: 240px;
  }

  .home-3-banner-slide-image {
    object-position: 70% 50%;
  }

  .progress-bar-wrapper {
    display: none;
    top: 20%;
    left: 38%;
  }

  .banner-section-title-wrapper.project-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow-home-3-banner {
    left: 220px;
  }

  .right-arrow-home-3-banner {
    right: 220px;
  }

  .about-us-video {
    height: 350px;
  }

  .achivements-tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 32px;
    padding-left: 0;
  }

  .tabs-3 {
    flex-flow: column;
    margin-top: 40px;
  }

  .services-collection-list {
    margin-top: 40px;
  }

  .service-photo {
    height: 300px;
  }

  .solutions-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-details-photo {
    height: 350px;
  }

  .service-details-photo.project-page {
    height: 450px;
  }

  .clients-logos {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .additional-photos-collection-list, .products-collection-list {
    grid-template-columns: 1fr;
  }

  .product-image, .product-card-link-block, .product-photos-wrapper {
    width: 100%;
  }

  .photos-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-banner {
    flex-flow: column;
  }

  .product-description {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

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

  .promotion-label-left {
    max-width: 300px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .popup-2---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    border-radius: 20px;
    max-width: none;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .subscribe-button---brix {
    background-position: 67% 52%;
    width: 100%;
    min-height: 66px;
    line-height: 18px;
    position: static;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .base-container.product-page {
    margin-bottom: 450px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.blog-button {
    top: auto;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-white.home-2-banner {
    font-size: 48px;
  }

  .pricing-plan-item {
    padding: 20px 10px;
  }

  .accordion-item {
    padding: 10px 20px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .secondary-button {
    justify-content: center;
    align-items: center;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .banner-section.dark-primary-section {
    padding-top: 100px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

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

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .banner-paragraph-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: stretch;
  }

  .banner-paragraph-wrapper.home-3-banner {
    align-items: center;
  }

  .home-1-banner-full-width-wrapper {
    flex-flow: column;
  }

  .home-1-banner-arrow-wrapper {
    width: 100%;
    height: 140px;
  }

  .home-1-banner-image {
    width: 100%;
    height: 200px;
  }

  .home-grid-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-block-text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-page-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-cell-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .services-block-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .collection-list-services {
    margin-left: 20px;
    margin-right: 20px;
  }

  .services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-collection-list-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .projects-title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .projects-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .projects-block-slider {
    flex-flow: wrap;
  }

  .project-photo {
    width: 100%;
    height: 250px;
  }

  .project-collection-item {
    height: 350px;
  }

  .right-arrow-home-slider {
    position: relative;
    inset: auto 18% 0% auto;
  }

  .left-arrow-home-slider {
    position: relative;
    inset: auto auto 0% 18%;
  }

  .projects-slide {
    margin-right: 0;
    padding-right: 0;
  }

  .advantages-wrap {
    width: auto;
  }

  .testimonials-wrap {
    padding-bottom: 60px;
  }

  .blog-block-title-wrap {
    align-items: center;
  }

  .get-in-touch-form {
    justify-content: flex-start;
    align-items: stretch;
  }

  .get-in-touch-form-block {
    padding: 20px;
  }

  .footer-links-grid {
    justify-content: flex-start;
    align-items: center;
  }

  .home-2-banner-section {
    padding-top: 80px;
  }

  .home-3-banner-section {
    padding-top: 240px;
  }

  .home-3-banner-slider {
    height: 100%;
  }

  .home-3-banner-slide-image {
    object-position: 70% 20%;
  }

  .progress-bar-wrapper {
    top: 40%;
    left: 30%;
  }

  .inner-page-banner-section {
    background-position: 70% 0;
  }

  .banner-section-title-wrapper.service-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .banner-section-title-wrapper.project-banner {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .left-arrow-home-3-banner {
    left: 100px;
  }

  .right-arrow-home-3-banner {
    right: 100px;
  }

  .play-pause-button {
    bottom: 20px;
  }

  .video-title-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .achivements-tabs-menu {
    max-width: none;
  }

  .tab-content {
    padding-left: 0;
  }

  .team-grid-about-us-page, .services-collection-list {
    grid-template-columns: 1fr;
  }

  .service-details-photo {
    border-radius: 0;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .service-details-photo.project-page {
    height: 100%;
  }

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

  .projects-page-collection-list {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 160px;
  }

  .default-state {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .photos-collection-list {
    flex-flow: column;
    display: flex;
  }

  .product-photos-collection-list-wrapper {
    bottom: -450px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .popup-2---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-2-content-wrapper---brix {
    border-radius: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .popup---illustration---brix {
    object-position: 50% 50%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-af21bc39-6375-d025-a4b5-54a7f0191383-b5fc56ab, #w-node-_4aa03a60-8245-e080-2941-3ec987bd1b0c-b5fc56ab, #w-node-ae2d9af0-98db-d6d4-5d5d-5f107f1b0e27-b5fc56ab, #w-node-eda43884-ec2f-5d5d-d8d2-d2493b5f3ef1-b5fc56ab, #w-node-_8df4095b-e2ce-b4bc-5e3a-ce8c9e9bca66-b5fc56c8, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-b5fc56ca, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-b5fc56ca, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-b5fc56ca, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-b5fc56ca, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cef-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cf1-b5fc56ca, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-b5fc56e3, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-b5fc56e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c226e32-946f-9f6d-6135-8f418c6f722f-b5fc56ee, #w-node-_8b4be643-1d49-c06d-935a-058f5450fd1b-b5fc56ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d52a69b6-4d0e-677a-283a-c264fd706a35-b5fc56c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_991328a5-ee66-b56b-c439-31bd5b1fa40b-b5fc56c6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-b5fc56cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_991328a5-ee66-b56b-c439-31bd5b1fa40b-b5fc56c6, #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-b5fc56cd {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-b5fc56ca, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-b5fc56ca, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-b5fc56ca, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-b5fc56ca, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cef-b5fc56ca, #w-node-d6859443-b347-4eae-1972-51018ebd8cf1-b5fc56ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}