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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: #f2f1ee;
  font-family: Satoshi, sans-serif;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #020202;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #020202;
  font-size: 48px;
  line-height: 1.083em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #020202;
  font-size: 28px;
  line-height: 1.286em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #020202;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #020202;
  font-size: 18px;
  line-height: 1.333em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #020202;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #020202;
  text-decoration: underline;
}

a:hover {
  color: #6b6b6b;
}

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

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

li {
  margin-bottom: 8px;
}

label {
  margin-bottom: 16px;
  color: #020202;
  font-size: 17px;
  line-height: 1.765em;
  font-weight: 700;
}

strong {
  color: #020202;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #fff;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-bottom: 44px;
}

figcaption {
  margin-top: 16px;
  text-align: center;
}

.mg-top-8px {
  margin-top: 8px;
}

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

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.color-neutral-500 {
  color: #6b6b6b;
}

.color-white {
  color: #fff;
}

.bg-neutral-700 {
  background-color: #333;
}

.bg-neutral-600 {
  background-color: #6b6b6b;
}

.bg-neutral-500 {
  background-color: #b1b1b1;
}

.bg-neutral-400 {
  background-color: #e6e6e6;
}

.bg-neutral-300 {
  background-color: #f1f1f1;
}

.bg-neutral-200 {
  background-color: #f2f1ee;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  position: relative;
  z-index: 2;
  max-width: 1291px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.header-container {
  position: static;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.section-styleguide {
  position: relative;
  z-index: 1;
  padding-top: 86px;
  padding-bottom: 86px;
  background-color: #f2f1ee;
}

.style-guide-title {
  margin-top: 0px;
  color: #fff;
}

.style-guide-header {
  padding: 100px 68px;
  background-color: #020202;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #020202;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6b6b;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #e6e6e6;
  color: #020202;
}

.style-guide-link.w--current {
  background-color: #e6e6e6;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #020202;
  font-weight: 700;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #f1f1f1;
  color: #020202;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f1f1f1;
}

.color-container {
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  background-color: #fff;
}

.color-block {
  min-height: 120px;
}

.color-content {
  padding: 22px 16px 24px;
  border-top: 1px solid #f1f1f1;
}

.color-title {
  color: #020202;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #b1b1b1;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.style-guide-subtitle.rich-text {
  margin-top: 88px;
}

.style-guide-subtitle.rich-text.display {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #f1f1f1;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #020202;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.home-hero {
  /* max-width: 789px; */
  margin-bottom: 33px;
}

.paragraph-large.about-hero {
  margin-bottom: 0px;
}

.paragraph-large.services {
  margin-bottom: 0px;
}

.paragraph-large.service-hero {
  margin-bottom: 48px;
}

.paragraph-large.store {
  margin-bottom: 0px;
}

.paragraph-large.contact-hero {
  margin-bottom: 0px;
}

.paragraph-large.contact-info {
  color: #b1b1b1;
}

.paragraph-large.contact-info-link {
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #b1b1b1;
  text-decoration: none;
}

.paragraph-large.contact-info-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.paragraph-large.contact-info-link.last {
  margin-bottom: 0px;
}

.style-guide-subheader {
  padding: 56px 68px;
  background-color: #f1f1f1;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  justify-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 22px 56px 24px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #020202;
  border-radius: 80px;
  background-color: #020202;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
  color: #fff;
}

.button-primary.small {
  padding: 16px 24px;
  font-size: 16px;
}

.button-primary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.full-width.add-to-cart {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-primary.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #020202;
}

.button-primary.button-white.blog-newsletter {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
}

.button-primary._2-buttons-button {
  margin-right: 28px;
  margin-bottom: 15px;
}

.button-primary.header-button {
  padding: 16px 24px;
  font-size: 16px;
}

.button-primary.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary.cart-checkout {
  margin-top: 15px;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-secondary {
  padding: 22px 56px 24px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #020202;
  border-radius: 80px;
  background-color: transparent;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #020202;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
  color: #020202;
}

.button-secondary.small {
  padding: 16px 24px;
  font-size: 16px;
}

.button-secondary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding: 14px 16px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1.5px;
}

.button-secondary._2-buttons-button {
  margin-bottom: 15px;
}

.button-secondary.button-white {
  border-color: #fff;
  color: #fff;
}

.button-secondary.pagination {
  margin-top: 100px;
  font-size: 20px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.style-guide-button-container {
  margin-top: 32px;
}

.cards-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f2f1ee;
}

.header.dark {
  background-color: #020202;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
}

.nav-item-wrapper.last {
  margin-right: 0px;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link {
  color: #020202;
  line-height: 1.111em;
  text-decoration: none;
}

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

.nav-link.dropdown {
  bottom: -3px;
  display: block;
  padding: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.nav-link.color-neutral-100 {
  color: #fff;
}

.nav-link.color-neutral-100:hover {
  color: #6b6b6b;
}

.nav-menu {
  z-index: 1;
}

.display-1 {
  font-size: 106px;
  line-height: 1.038em;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  padding-top: 120px;
  padding-bottom: 30px;
  border-top: 1px solid #b1b1b1;
  background-color: #f2f1ee;
}

.footer-logo-container {
  margin-bottom: 15px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

.footer-logo {
  width: 256px;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 144px;
  padding-bottom: 144px;
  background-color: #f2f1ee;
}

.section.home-hero {
  overflow: hidden;
  padding-top: 83px;
  padding-bottom: 50px;
}

.section.padding-240px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.padding-240px.story {
  overflow: hidden;
  background-color: #020202;
}

.section.bg-neutral-800.service-contact {
  padding-bottom: 250px;
}

.section.bg-neutral-800.blog-newsletter {
  padding-top: 95px;
  padding-bottom: 95px;
}

.section.bg-neutral-800.post-hero {
  padding-top: 80px;
  padding-bottom: 0px;
}

.section.about-hero {
  padding-top: 83px;
  padding-bottom: 0px;
}

.section.padding-200px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.padding-200px.blog {
  overflow: hidden;
}

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

.section.service-hero {
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.portfolio {
  padding-top: 80px;
}

.section.project-hero {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.blog-hero {
  padding-top: 80px;
  padding-bottom: 128px;
}

.section.post {
  padding-top: 66px;
}

.section.store {
  padding-top: 80px;
}

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

.section.contact-hero {
  padding-top: 80px;
  padding-bottom: 0px;
}

.section.utility-page {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #020202;
}

.section.team {
  padding-top: 80px;
}

.section.blog-category {
  overflow: hidden;
  padding-top: 80px;
}

.utility-page-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 800px;
  padding: 60px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f1ee;
}

.utility-page-content-password {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  min-height: 54px;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b1b1b1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #020202;
  font-size: 18px;
  line-height: 2.111em;
}

.input:hover {
  border-bottom-color: #020202;
}

.input:focus {
  border-bottom-color: #020202;
  color: #020202;
}

.input.-wfp-focus {
  border-bottom-color: #020202;
  color: #020202;
}

.input::-webkit-input-placeholder {
  color: #6b6b6b;
}

.input:-ms-input-placeholder {
  color: #6b6b6b;
}

.input::-ms-input-placeholder {
  color: #6b6b6b;
}

.input::placeholder {
  color: #6b6b6b;
}

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

.input.checkout {
  margin-bottom: 16px;
  border-radius: 0px;
}

.input.discounts {
  width: 100%;
  min-width: auto;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-width: 1px;
  border-radius: 0px;
}

.input.blog-newsletter {
  min-height: 85px;
  border-bottom-color: #e6e6e6;
  color: #fff;
}

.input.blog-newsletter:hover {
  border-bottom-color: #fff;
}

.input.blog-newsletter:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.input.blog-newsletter::-webkit-input-placeholder {
  color: #e6e6e6;
}

.input.blog-newsletter:-ms-input-placeholder {
  color: #e6e6e6;
}

.input.blog-newsletter::-ms-input-placeholder {
  color: #e6e6e6;
}

.input.blog-newsletter::placeholder {
  color: #e6e6e6;
}

.utility-page-content-404 {
  position: relative;
  z-index: 2;
}

._404-title {
  position: absolute;
  top: -34px;
  z-index: 1;
  color: #e6e6e6;
  font-size: 600px;
  line-height: 1em;
  font-weight: 700;
}

.container-medium-761px {
  position: relative;
  z-index: 1;
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.changelog {
  margin-top: -220px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #b1b1b1;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.post-bottom {
  margin-top: 68px;
  margin-bottom: 100px;
}

.divider.team {
  margin-top: 40px;
  margin-bottom: 82px;
}

.paragraph.password {
  margin-bottom: 40px;
}

.paragraph._404 {
  max-width: 471px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #020202;
}

.paragraph.color-neutral-400 {
  color: #e6e6e6;
}

.paragraph.color-neutral-400.home-praxtice {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.home-project-featured {
  margin-bottom: 48px;
}

.paragraph.color-neutral-400.story-paragraph {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.team-item-summary {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.service-contact {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.blog-newsletter {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.post-summary {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.color-neutral-400.checkout-hero {
  margin-bottom: 0px;
}

.paragraph.color-neutral-400.blog-section {
  margin-bottom: 0px;
}

.paragraph.service-item {
  margin-bottom: 40px;
}

.paragraph.service-item.home-praxtice {
  color: #b1b1b1;
}

.paragraph.home-about {
  margin-bottom: 48px;
}

.paragraph.home-portfolio {
  margin-bottom: 0px;
}

.paragraph.card-testimonial {
  margin-bottom: 33px;
}

.paragraph.color-neutral-100 {
  color: #fff;
}

.paragraph.color-neutral-100.team-members {
  margin-bottom: 0px;
}

.paragraph.footer-main-content-paragraph {
  margin-bottom: 25px;
}

.paragraph.about-achievements {
  margin-bottom: 0px;
}

.paragraph.values {
  margin-bottom: 0px;
}

.paragraph.card-value {
  margin-bottom: 0px;
}

.paragraph.portfolio {
  max-width: 500px;
  margin-bottom: 0px;
}

.paragraph.post-featured {
  margin-bottom: 36px;
}

.paragraph.post-about-company {
  margin-bottom: 32px;
}

.paragraph.plan-item-paragraph {
  margin-bottom: 32px;
}

.paragraph.plan-paragraph {
  margin-bottom: 44px;
}

.paragraph.color-neutral-500 {
  color: #b1b1b1;
}

.paragraph.color-neutral-500.store-perks {
  max-width: 530px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.paragraph.color-neutral-500.faq {
  margin-bottom: 0px;
}

.paragraph.color-neutral-300 {
  color: #f1f1f1;
}

.paragraph.color-neutral-300.card-store-perk {
  margin-bottom: 0px;
}

.paragraph.utility-page {
  margin-bottom: 0px;
  color: #e6e6e6;
}

.paragraph.card-default {
  margin-bottom: 0px;
}

.paragraph.team-summary {
  margin-bottom: 30px;
  color: #e6e6e6;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

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

.card.changelog {
  margin-bottom: 40px;
  padding: 60px 50px;
  text-align: center;
}

.card.changelog.last {
  margin-bottom: 0px;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
}

.card.testimonial {
  position: absolute;
  right: 0px;
  max-width: 654px;
  padding: 81px 53px;
}

.card.value {
  padding: 77px 32px 72px;
  border-top: 3px solid #020202;
}

.card.service-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 745px;
  min-height: 718px;
  padding: 93px 82px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.project-about {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1031px;
  margin-right: auto;
  margin-left: auto;
  padding: 44px 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card.store-perk {
  padding: 55px 33px 65px;
  background-color: #333;
  text-align: center;
}

.card.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 740px;
  padding: 98px 103px 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.contact-map-links {
  position: absolute;
  left: 0px;
  z-index: 1;
  max-width: 500px;
  padding: 83px 89px 101px;
  background-color: #020202;
}

.card.default {
  padding: 60px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}

.card.default.dark {
  border-color: #020202;
  background-color: #020202;
}

.checkout-form {
  position: relative;
  z-index: 1;
  padding: 80px 0px 180px;
  background-color: #f2f1ee;
}

.checkout-block-header {
  padding: 30px 40px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0px;
}

.checkout-block-content {
  padding: 10px 40px 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.title.checkout {
  margin-right: 30px;
  margin-bottom: 0px;
}

.title.order-item-title {
  color: #020202;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #6b6b6b;
}

.title.checkout-hero {
  color: #fff;
}

.title.display-1.home-hero {
  margin-bottom: 38px;
}

.title.display-1._404 {
  margin-bottom: 35px;
}

.title.color-neutral-100 {
  color: #fff;
}

.title.color-neutral-100.home-praxtice {
  margin-bottom: 36px;
}

.title.color-neutral-100.cta {
  max-width: 45%;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title.color-neutral-100.blog-section {
  margin-bottom: 0px;
}

.title.color-neutral-100.team-members {
  margin-bottom: 0px;
}

.title.color-neutral-100.team-item-name {
  margin-bottom: 20px;
}

.title.color-neutral-100.home-project-featured-title {
  margin-bottom: 16px;
}

.title.color-neutral-100.services-testimonials {
  margin-bottom: 56px;
  text-align: center;
}

.title.color-neutral-100.blog-newsletter {
  margin-bottom: 27px;
}

.title.color-neutral-100.post {
  margin-bottom: 8px;
}

.title.color-neutral-100.more-articles {
  margin-bottom: 0px;
}

.title.color-neutral-100.store-perks {
  margin-bottom: 44px;
}

.title.color-neutral-100.contact-map-links {
  margin-bottom: 38px;
}

.title.color-neutral-100.faqs {
  margin-bottom: 64px;
  text-align: center;
}

.title.h3-size {
  color: #020202;
  font-size: 28px;
  line-height: 1.286em;
  font-weight: 700;
}

.title.h3-size.home-praxtice {
  color: #fff;
}

.title.h3-size.project-item-title {
  margin-bottom: 44px;
}

.title.h3-size.service-item {
  margin-bottom: 15px;
}

.title.h3-size.post-featured {
  margin-bottom: 18px;
}

.title.h3-size.plan-item-title {
  margin-bottom: 15px;
}

.title.home-about {
  margin-bottom: 44px;
}

.title.home-portfolio {
  margin-bottom: 0px;
}

.title.home-testimonial {
  margin-bottom: 0px;
}

.title.card-testimonial {
  margin-bottom: 22px;
}

.title.post-item-title {
  margin-bottom: 38px;
}

.title.footer-menu {
  margin-bottom: 27px;
  color: #020202;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.title.dropdown-nav-title {
  margin-bottom: 27px;
  color: #020202;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
}

.title.dropdown-nav-title.color-neutral-100 {
  color: #fff;
}

.title.services {
  margin-bottom: 18px;
}

.title.service-hero {
  margin-bottom: 18px;
}

.title.service-testimonial {
  margin-bottom: 0px;
}

.title.portfolio {
  margin-bottom: 0px;
}

.title.h4-size {
  color: #020202;
  font-size: 22px;
  line-height: 1.273em;
  font-weight: 700;
}

.title.h4-size.card-project-about {
  margin-bottom: 9px;
}

.title.h4-size.faq {
  margin-right: 30px;
  margin-bottom: 0px;
  color: #fff;
}

.title.project {
  margin-bottom: 37px;
}

.title.blog-hero {
  margin-bottom: 38px;
}

.title.blog {
  margin-bottom: 0px;
}

.title.post-about-company {
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 700;
}

.title.store {
  margin-bottom: 17px;
}

.title.h2-size {
  color: #020202;
  font-size: 48px;
  line-height: 1.083em;
  font-weight: 500;
}

.title.h2-size.plan-title {
  margin-bottom: 44px;
}

.title.plan-tab-pane-title {
  font-size: 38px;
  line-height: 1.421em;
  font-weight: 700;
}

.title.contact-hero {
  margin-bottom: 17px;
}

.title.utility-page {
  color: #fff;
}

.title.subheader {
  margin-bottom: 0px;
}

.title.changelog {
  margin-bottom: 0px;
  color: #fff;
}

.title.h1-size {
  color: #020202;
  font-size: 60px;
  line-height: 1.3em;
}

.title.category {
  margin-right: 17px;
  margin-bottom: 0px;
}

.title.team-name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
}

.title.team {
  margin-right: 10px;
  margin-bottom: 0px;
}

.title.team-name-page {
  margin-bottom: 0px;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-right {
  position: relative;
  z-index: 1;
}

.split-content.header-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.content-top-home-portfolio-left {
  max-width: 426px;
}

.split-content.content-top-home-portfolio-right {
  max-width: 433px;
}

.split-content.content-top-blog-section-right {
  max-width: 426px;
}

.split-content.content-top-team-members-left {
  max-width: 426px;
}

.split-content.content-top-team-members-right {
  max-width: 426px;
}

.split-content.content-top-values-left {
  max-width: 528px;
}

.split-content.faqs-left {
  width: 100%;
  max-width: 580px;
  margin-right: 30px;
}

.split-content.faqs-right {
  width: 100%;
  max-width: 580px;
}

.split-content.team-sidebar {
  margin-right: 30px;
}

.split-content.team-content {
  max-width: 793px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #020202;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b1b1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.image-wrapper.order-item-image:hover {
  -webkit-transform: scale(1.05) translate(0px, 0px);
  -ms-transform: scale(1.05) translate(0px, 0px);
  transform: scale(1.05) translate(0px, 0px);
}

.image-wrapper.home-hero {
  width: 100vw;
  margin-top: 120px;
  margin-left: -1px;
}

.image-wrapper.service-item {
  padding: 10px;
  background-color: #f2f1ee;
  width: 100%;
  margin-bottom: 46px;
}

.image-wrapper.home-about {
  max-width: 816px;
}

.image-wrapper.home-project-featured {
  position: absolute;
  right: 0px;
  max-width: 1176px;
  min-height: 662px;
}

.image-wrapper.testimonial {
  max-width: 897px;
}

.image-wrapper.post-item-image {
  margin-bottom: 45px;
}

.image-wrapper.project-item-image {
  width: 100%;
  max-width: 701px;
}

.image-wrapper.about-hero-1 {
  max-width: 762px;
  margin-right: 30px;
}

.image-wrapper.about-hero-2 {
  max-width: 426px;
  margin-top: 79px;
}

.image-wrapper.story-content-top-1 {
  max-width: 468px;
  margin-right: 42px;
}

.image-wrapper.story-content-bottom {
  width: 100%;
  max-width: 724px;
  margin-right: 30px;
  margin-left: -100px;
}

.image-wrapper.team-item-image {
  margin-bottom: 43px;
}

.image-wrapper.service-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  max-width: 47%;
}

.image-wrapper.post-featured {
  max-width: 707px;
  min-height: 294px;
  margin-right: 30px;
}

.image-wrapper.post-about-company {
  max-width: 199px;
  min-width: 199px;
  margin-right: 30px;
  border-radius: 1000px;
}

.image-wrapper.plan-item-image {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.image-wrapper.plan-image {
  max-width: 658px;
  margin-right: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-wrapper.team-image {
  max-width: 250px;
  margin-right: 34px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.service-item {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-about {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-project-featured {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.home-project-featured-video-button-icon {
  position: relative;
  left: 6px;
  width: 28%;
}

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

.image.card-testimonial {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 16px;
  border-radius: 10000px;
}

.image.post-item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.project-item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-hero-1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.about-hero-2 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.story-content-top-1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.story-content-top-2 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.story-content-bottom {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.team-item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.card-value-icon {
  max-height: 74px;
  margin-bottom: 30px;
}

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

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

.image.post-featured {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image.post-about-company {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.plan-item-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.image.card-store-perk-icon {
  margin-bottom: 49px;
}

.image.contact-info-icon {
  position: relative;
  bottom: -3px;
  max-width: 24px;
  margin-right: 17px;
}

.image.style-guide-icon.dark {
  width: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 80px;
  padding: 10px;
  background-color: #020202;
}

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

.image.contact-map {
  -o-object-fit: cover;
  object-fit: cover;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
}

.order-item-price {
  color: #020202;
  font-size: 16px;
  font-weight: 700;
}

.apple-pay {
  height: 56px;
  border-radius: 1000px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-summary-subtotal {
  margin-left: 10px;
  color: #020202;
  font-size: 16px;
  font-weight: 500;
}

.order-summary-total {
  margin-left: 10px;
  color: #020202;
  font-size: 20px;
}

.discounts {
  padding: 10px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  position: relative;
  margin-right: 20px;
  padding: 0px;
  background-color: transparent;
  color: #020202;
  font-size: 16px;
  line-height: 18px;
}

.cart-button.white {
  color: #fff;
}

.cart-button.white:hover {
  color: #b1b1b1;
}

.cart-quantity {
  position: absolute;
  top: -3px;
  right: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 50px;
  min-height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #020202;
  color: #fff;
  line-height: 1em;
  font-weight: 500;
}

.cart-container {
  max-width: 500px;
  min-width: auto;
  background-color: #f2f1ee;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #020202;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #e6e6e6;
}

.home-hero-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-buttons {
  margin-bottom: -15px;
}

.home-hero-scroll-down-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  max-height: 96px;
  min-height: 96px;
  min-width: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #020202;
  border-radius: 10000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 36px;
  line-height: 1em;
  text-decoration: none;
}

.home-hero-scroll-down-wrapper:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: #020202;
}

.home-praxtice-content-top {
  max-width: 432px;
  margin-bottom: 67px;
}

.subtitle {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.06em;
}

.subtitle.color-neutral-500 {
  color: #b1b1b1;
}

.home-praxtice-slider {
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}

/* @media screen and (min-width: 767px) {
  .home-praxtice-slider {
    height: 250%;
    min-height: 250%;
    background-color: transparent;
  }
} */

.slide-nav {
  display: none;
}

.testimonials-slide-nav {
  /* display: none; */
}

.slide-right-arrow {
  left: auto;
  top: -138px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 15px;
  line-height: 1em;
}

@media screen and (min-width: 991px) {
  .slide-right-arrow {
    display: none;
  }
}

.slide-right-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.slide-left-arrow {
  left: auto;
  top: -138px;
  right: 92px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 15px;
  line-height: 1em;
}

@media screen and (min-width: 991px) {
  .slide-left-arrow {
    display: none;
  }
}

.slide-left-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonials-slide-right-arrow {
  left: auto;
  top: -138px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 15px;
  line-height: 1em;
}

@media screen and (min-width: 991px) {
  .testimonials-slide-right-arrow {
    /* display: none; */
  }
}

.testimonials-slide-right-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.testimonials-slide-left-arrow {
  left: auto;
  top: -138px;
  right: 92px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  max-height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 1000px;
  -webkit-transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 15px;
  line-height: 1em;
}

@media screen and (min-width: 991px) {
  .testimonials-slide-left-arrow {
    /* display: none; */
  }
}

.testimonials-slide-left-arrow:hover {
  border-color: #6b6b6b;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.home-service-slide {
  width: 22%;
  margin-right: 36px;
}

.home-testimonials-slide {
  width: 30%;
  margin-right: 36px;
}

.service-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #6b6b6b;
  text-decoration: none;
}

.service-item-wrapper:hover {
  color: #6b6b6b;
}

.link-underline-wrapper {
  display: inline-block;
  color: #020202;
  line-height: 1.111em;
  font-weight: 700;
}

.link-underline-wrapper.color-neutral-100 {
  color: #fff;
}

.link-underline-wrapper.weight-medium {
  font-weight: 500;
}

.underline-wrapper {
  overflow: hidden;
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  margin-top: 10px;
  background-color: #b1b1b1;
}

.underline-wrapper.dark {
  background-color: #333;
}

.underline-wrapper.category {
  background-color: transparent;
}

.underline {
  width: 100%;
  max-height: 2px;
  min-height: 2px;
  background-color: #020202;
}

.underline.bg-neutral-100 {
  background-color: #fff;
}

.home-about-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about-content {
  position: absolute;
  right: 0px;
  max-width: 585px;
  padding-top: 50px;
  padding-bottom: 85px;
  padding-left: 74px;
  background-color: #f2f1ee;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-top.home-portfolio {
  margin-bottom: 68px;
}

.content-top.blog-section {
  margin-bottom: 48px;
}

.content-top.team-members {
  margin-bottom: 48px;
}

.content-top.values {
  margin-bottom: 52px;
}

.content-top.portfolio {
  margin-bottom: 64px;
}

.content-top.blog {
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.more-articles {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-top.blog-category {
  margin-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-project-featured-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 662px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-project-featured-content {
  position: relative;
  z-index: 1;
  max-width: 574px;
  padding-top: 93px;
  padding-right: 80px;
  padding-bottom: 93px;
  background-color: #020202;
}

.bg {
  position: absolute;
}

.bg.home-project-featured-filter {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.52;
}

.bg.contact-hero {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  min-height: 734px;
  background-color: #020202;
}

.bg.home-hero {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  min-height: 400px;
  /* background-color: #020202; */
}

.home-project-featured-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 165px;
  max-height: 165px;
  min-height: 165px;
  min-width: 165px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #fff;
}

.home-project-featured-video-button-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-testimonial-title-wrapper {
  margin-bottom: 56px;
  text-align: center;
}

.home-testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-testimonial-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-testimonial-name {
  margin-bottom: 7px;
  color: #020202;
  line-height: 1.111em;
  font-weight: 700;
}

.card-testimonial-rol {
  line-height: 1.111em;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 52px;
  grid-row-gap: 73px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-grid.team-articles {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.post-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6b6b6b;
  text-decoration: none;
}

.post-item-wrapper:hover {
  color: #6b6b6b;
}

.post-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
}

.post-item-content-top.color-neutral-500 {
  color: #b1b1b1;
}

.post-item-content-top-divider {
  width: 20px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #b1b1b1;
}

.post-item-content-top-divider.bg-neutral-600 {
  background-color: #6b6b6b;
}

.post-item-reading-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-item-reading-time-number {
  margin-right: 5px;
}

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

.projects-grid.section-projects {
  margin-bottom: 56px;
}

.project-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6b6b;
  text-decoration: none;
}

.project-item-wrapper:hover {
  color: #6b6b6b;
}

.project-item-content {
  max-width: 402px;
}

.project-item-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.125em;
}

.project-item-content-top-divider {
  width: 20px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #b1b1b1;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-main-content {
  /* max-width: 391px;
  min-width: 391px; */
  max-width: 60%;
  min-width: 60%;
  margin-right: 40px;
}

.footer-menu-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 718px;
  margin-bottom: -40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-bottom: -12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  max-height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #020202;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-social-media-link:hover {
  background-color: #6b6b6b;
  color: #fff;
}

.footer-social-media-link.icon-size-13px {
  font-size: 13px;
}

.footer-social-media-link.icon-size-14px {
  font-size: 14px;
}

.footer-social-media-link.icon-size-17px {
  font-size: 17px;
}

.footer-menu-wrapper {
  margin-right: 40px;
  margin-bottom: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0px;
}

.footer-menu-wrapper.first {
  width: 100%;
  max-width: 348px;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-links {
  margin-right: 35px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav-links.last {
  margin-right: 0px;
}

.footer-nav-link-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.footer-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #6b6b6b;
  text-decoration: none;
  white-space: nowrap;
}

.footer-nav-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #020202;
}

.footer-nav-link.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #020202;
  -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #020202;
  font-weight: 700;
}

.footer-nav-link.special:hover {
  border-bottom-color: #6b6b6b;
  color: #6b6b6b;
}

.dropdown-list {
  left: -376px;
  padding-top: 30px;
  background-color: transparent;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 81px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.dropdown-nav-main-wrapper.dark {
  background-color: #333;
}

.dropdown-nav-link {
  display: inline-block;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #6b6b6b;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-nav-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #020202;
}

.dropdown-nav-link.color-neutral-400 {
  color: #e6e6e6;
}

.dropdown-nav-link.color-neutral-400:hover {
  color: #6b6b6b;
}

.dropdown-nav-link.special {
  padding-bottom: 6px;
  border-bottom: 3px solid #020202;
  -webkit-transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #020202;
  font-weight: 700;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: #6b6b6b;
  color: #6b6b6b;
}

.dropdown-nav-link.special.white {
  border-bottom-color: #fff;
  color: #fff;
}

.dropdown-nav-link.special.white:hover {
  border-bottom-color: #e6e6e6;
  color: #e6e6e6;
}

.dropdown-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 94px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

.dropdown-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link-dropdown {
  display: block;
  line-height: 1em;
}

.dropdown-nav {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 8px;
}

.cart-button-icon {
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 25px;
  line-height: 1em;
}

.button-arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}

.button-arrow.small {
  font-size: 12px;
}

.button-arrow.form {
  top: 4px;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 15px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.empty-state.small {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 16px;
}

.empty-state.cart-empty {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-item-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.01);
  transform: scale3d(1.03, 1.03, 1.01);
}

.no-wrap {
  white-space: nowrap;
}

.bg.page-lines-wrapper {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-lines-outside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 87.5%;
  height: 100%;
  max-width: 1245px;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; */
}

.page-lines-outside.dark {
  border-right-color: #333;
  border-left-color: #333;
}

.page-lines-inside {
  width: 34%;
  height: 100%;
  min-height: 100%;
  /* border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; */
}

.page-lines-inside.dark {
  border-right-color: #333;
  border-left-color: #333;
}

.container-medium-865px {
  position: relative;
  z-index: 2;
  max-width: 865px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-865px.about-hero {
  margin-bottom: 64px;
  text-align: center;
}

.about-hero-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.story-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 113px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-content-top-main-content {
  /* max-width: 43%; */
  margin-right: 30px;
}

.story-content-top-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -225px;
}

.story-content-bottom-main-content {
  max-width: 43%;
}

.image-wrapper.story-content-top-2 {
  max-width: 375px;
}

.about-achievements-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-achievements-content {
  max-width: 528px;
  margin-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-achievements-grid {
  width: 100%;
  max-width: 42%;
  min-width: 410px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 72px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-achievement-number {
  margin-bottom: 17px;
  color: #020202;
  font-size: 48px;
  line-height: 1.042em;
  font-weight: 500;
}

.about-achievement-text {
  font-size: 22px;
  line-height: 1.091em;
}

.team-members-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-item-wrapper {
  display: block;
  color: #6b6b6b;
  text-decoration: none;
}

.team-item-wrapper:hover {
  color: #6b6b6b;
}

.values-grid {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-644px {
  position: relative;
  z-index: 2;
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px.services {
  margin-bottom: 60px;
  text-align: center;
}

.container-medium-644px.store {
  margin-bottom: 102px;
  text-align: center;
}

.container-medium-644px.contact-hero {
  margin-bottom: 48px;
  text-align: center;
}

.services-grid {
  grid-column-gap: 36px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-hero-content {
  max-width: 42.5%;
}

.container-medium-840px {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.rich-text-white {
  margin-bottom: 24px;
}

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

.rich-text-white p {
  margin-bottom: 32px;
  color: #e6e6e6;
}

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

.rich-text-white a:hover {
  color: #6b6b6b;
}

.rich-text-white li {
  color: #e6e6e6;
}

.rich-text-white ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-white h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #fff;
}

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

.rich-text-white figcaption {
  margin-top: 16px;
  color: #e6e6e6;
}

.rich-text-white h4 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #fff;
}

.rich-text-white ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-white h5 {
  margin-top: 48px;
  margin-bottom: 24px;
  color: #fff;
}

.rich-text-white h6 {
  margin-top: 48px;
  margin-bottom: 16px;
  color: #fff;
}

.container-small-502px {
  position: relative;
  z-index: 2;
  max-width: 502px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-502px.service-testimonial {
  margin-bottom: 56px;
  text-align: center;
}

.service-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-contact-content {
  max-width: 437px;
  margin-right: 30px;
}

.service-contact-links-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 1.583em;
  font-weight: 500;
}

.service-contact-content-top {
  margin-bottom: 58px;
}

.service-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #b1b1b1;
  text-decoration: none;
}

.service-contact-link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.service-contact-link.last {
  margin-bottom: 0px;
}

.service-contact-links-icon {
  margin-right: 28px;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 27px;
}

.service-contact-links-icon.icon-size-20px {
  font-size: 20px;
  line-height: 1em;
}

.contact-form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 37px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.select {
  min-height: 54px;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b1b1b1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 2.111em;
  cursor: pointer;
}

.select:hover {
  border-bottom-color: #020202;
}

.select:focus {
  border-bottom-color: #020202;
  color: #020202;
}

.select::-webkit-input-placeholder {
  color: #6b6b6b;
}

.select:-ms-input-placeholder {
  color: #6b6b6b;
}

.select::-ms-input-placeholder {
  color: #6b6b6b;
}

.select::placeholder {
  color: #6b6b6b;
}

.select.checkout {
  margin-bottom: 16px;
  border-radius: 0px;
}

.select.plan-duration {
  min-height: 46px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.583em;
}

.text-area {
  max-height: 54px;
  max-width: 100%;
  min-height: 54px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b1b1b1;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #020202;
  font-size: 18px;
  line-height: 2.111em;
}

.text-area:hover {
  border-bottom-color: #020202;
}

.text-area:focus {
  border-bottom-color: #020202;
  color: #020202;
}

.text-area::-webkit-input-placeholder {
  color: #6b6b6b;
}

.text-area:-ms-input-placeholder {
  color: #6b6b6b;
}

.text-area::-ms-input-placeholder {
  color: #6b6b6b;
}

.text-area::placeholder {
  color: #6b6b6b;
}

.form-button {
  margin-right: 6px;
  padding: 0px;
  background-color: transparent;
  line-height: 1.4em;
}

.success-message {
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-color: #020202;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  background-color: #ff282b;
  color: #fff;
  text-align: center;
}

.error-message.cart-error {
  margin-top: 0px;
  margin-bottom: 20px;
}

.card-project-about-content {
  text-align: center;
}

.project-main-content {
  max-width: 834px;
  margin-right: auto;
  margin-left: auto;
}

.card-project-about-text {
  font-size: 24px;
  line-height: 1.583em;
}

.container-medium-883px {
  position: relative;
  z-index: 2;
  max-width: 883px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.project-details-wrapper {
  margin-bottom: 143px;
}

.project-details-wrapper.last {
  margin-bottom: 0px;
}

.card-project-about-wrapper {
  margin-top: -80px;
  margin-bottom: 78px;
  padding-right: 40px;
  padding-left: 40px;
}

.card-project-about-grid {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6b6b;
  text-decoration: none;
}

.post-featured-wrapper:hover {
  color: #6b6b6b;
}

.post-featured-content {
  max-width: 489px;
}

.post-featured-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 16px;
  line-height: 1.125em;
}

.post-featured-content-top-divider {
  width: 20px;
  min-height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #b1b1b1;
}

.blog-newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-newsletter-content {
  max-width: 612px;
  margin-right: 30px;
}

.blog-newsletter-form-block {
  width: 100%;
  max-width: 526px;
  margin-bottom: 0px;
}

.blog-newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-newsletter-button {
  margin-right: 6px;
  padding: 0px;
  background-color: transparent;
  color: #020202;
}

.categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-bottom: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 20px;
}

.link-underline-category-wrapper {
  display: inline-block;
  color: #6b6b6b;
  line-height: 1.111em;
  text-decoration: none;
}

.link-underline-category-wrapper:hover {
  color: #020202;
}

.link-underline-category-wrapper.w--current {
  margin-bottom: -2px;
  border-bottom: 2px solid #020202;
  color: #020202;
}

.link-underline-category-wrapper.all {
  margin-right: 40px;
}

.container-medium-948px {
  position: relative;
  z-index: 2;
  max-width: 948px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-948px.post-hero {
  margin-bottom: 80px;
  text-align: center;
}

.post-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  margin-bottom: 140px;
}

.post-about-content {
  margin-right: 20px;
  margin-bottom: 20px;
  color: #6b6b6b;
  text-decoration: none;
}

.post-about-content:hover {
  color: #6b6b6b;
}

.post-about-content.link:hover {
  color: #020202;
}

.post-about-title {
  margin-bottom: 8px;
  color: #020202;
  font-weight: 500;
}

.post-about-text.reading-time {
  margin-right: 5px;
}

.reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-about-company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 729px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-about-company-content {
  max-width: 496px;
}

.post-about-company-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-about-company-social-media-link {
  margin-right: 22px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icons Architecture X Template', sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.post-about-company-social-media-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.post-about-company-social-media-link.icon-size-18px {
  font-size: 18px;
}

.post-about-company-social-media-link.icon-size-19px {
  font-size: 19px;
}

.post-about-company-social-media-link.icon-size-21px {
  font-size: 21px;
}

.post-about-company-social-media-link.team {
  color: #fff;
}

.post-about-company-social-media-link.team:hover {
  color: #fff;
}

.rich-text p {
  margin-bottom: 32px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text ul {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text figcaption {
  margin-top: 16px;
}

.post-about-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.store-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #6b6b6b;
  text-decoration: none;
}

.plan-item-wrapper:hover {
  color: #6b6b6b;
}

.plan-item-price {
  position: absolute;
  top: 22px;
  right: 17px;
  padding: 16px 23px;
  border-radius: 10000px;
  background-color: #020202;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  font-weight: 700;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-content {
  max-width: 482px;
}

.plan-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-content-top {
  margin-bottom: 56px;
}

.plan-price {
  margin-right: 25px;
  margin-bottom: 10px;
  color: #020202;
  font-size: 28px;
  line-height: 1.286em;
  font-weight: 700;
}

.plan-price-compare-price {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.286em;
  text-decoration: line-through;
}

.add-to-cart-default-state {
  margin-bottom: 0px;
}

.add-to-cart-option-list {
  margin-bottom: 64px;
}

.add-to-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-duration-field-label {
  color: #333;
}

.container-medium-901px {
  position: relative;
  z-index: 2;
  max-width: 901px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.plan-tabs-menu {
  margin-bottom: 47px;
  border-bottom: 1px solid #b1b1b1;
  text-align: center;
}

.plan-tab-pane {
  padding: 83px 66px 35px;
  background-color: #fff;
}

.plan-tab-link {
  bottom: -1px;
  padding: 0px 48px 17px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, padding 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, padding 300ms ease, color 300ms ease;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 1.583em;
}

.plan-tab-link:hover {
  color: #020202;
}

.plan-tab-link.w--current {
  padding-right: 50px;
  padding-left: 50px;
  border-bottom-color: #020202;
  background-color: transparent;
  color: #020202;
  font-weight: 700;
}

.container-medium-623px {
  position: relative;
  z-index: 2;
  max-width: 623px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-623px.store-perks {
  margin-bottom: 48px;
  text-align: center;
}

.store-perks-grid {
  grid-column-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-add-to-cart {
  min-height: 310px;
}

.container-medium-954px {
  position: relative;
  z-index: 2;
  max-width: 954px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.contact-map-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 764px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.contact-map {
  max-width: 81%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-wrapper {
  margin-bottom: 40px;
}

.contact-info-wrapper.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.583em;
  font-weight: 500;
}

.faqs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-wrapper {
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #6b6b6b;
  cursor: pointer;
}

.faq-wrapper.first {
  border-top: 1px solid #6b6b6b;
}

.faq-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35px;
  max-height: 35px;
  min-height: 35px;
  min-width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10000px;
  background-color: #333;
}

.faq-icon-1 {
  position: absolute;
  width: 16px;
  min-height: 2px;
  background-color: #fff;
}

.faq-icon-2 {
  position: absolute;
  width: 2px;
  min-height: 16px;
  background-color: #fff;
}

.space.faq {
  min-height: 24px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(2, 2, 2, 0.85);
}

.cart-item-quantity {
  display: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b1b1b1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #020202;
  font-size: 18px;
  line-height: 2.111em;
}

.cart-item-quantity:hover {
  border-bottom-color: #020202;
}

.cart-item-quantity:focus {
  border-bottom-color: #020202;
  color: #020202;
}

.cart-item-quantity::-webkit-input-placeholder {
  color: #6b6b6b;
}

.cart-item-quantity:-ms-input-placeholder {
  color: #6b6b6b;
}

.cart-item-quantity::-ms-input-placeholder {
  color: #6b6b6b;
}

.cart-item-quantity::placeholder {
  color: #6b6b6b;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-color: #b1b1b1;
}

.cart-close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.cart-footer {
  padding-top: 20px;
  border-top-color: #b1b1b1;
}

.remove-button {
  line-height: 1.2em;
  text-decoration: none;
}

.order-item-option-result {
  color: #020202;
  font-weight: 500;
}

.cart-item {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-subtotal {
  color: #020202;
  font-size: 20px;
}

.cart-line-item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.store-category {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-title-wrapper.blog-category {
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-sidebar-wrapper {
  margin-bottom: 48px;
  padding: 40px 35px;
  background-color: #020202;
  color: #6b6b6b;
  text-decoration: none;
}

.team-sidebar-wrapper:hover {
  color: #6b6b6b;
}

.team-about-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-articles-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-sidebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-size-h3 {
  color: #020202;
  font-size: 26px;
  line-height: 1.286em;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.padding-240px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.bg-neutral-800.post-hero {
    padding-top: 115px;
  }

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

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

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

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

  .section.portfolio {
    padding-top: 134px;
  }

  .section.project-hero {
    padding-top: 133px;
  }

  .section.blog-hero {
    padding-top: 135px;
    padding-bottom: 160px;
  }

  .section.store {
    padding-top: 134px;
  }

  .section.plan {
    padding-bottom: 213px;
  }

  .section.contact-hero {
    padding-top: 134px;
    padding-bottom: 0px;
  }

  .section.blog-category {
    padding-top: 135px;
  }

  .image-wrapper.home-hero {
    margin-top: 144px;
  }

  .plan-wrapper {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin-bottom: 10px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary.full-width.add-to-cart {
    overflow: visible;
    width: 50%;
    margin-right: 30px;
  }

  .button-primary.header-button {
    margin-right: 15px;
  }

  .button-primary.header-button.mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.header-button.button-white-mobile {
    display: block;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
    color: #020202;
    font-size: 18px;
  }

  .button-secondary.full-width.buy-now {
    width: 50%;
    margin-top: 0px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-item-wrapper {
    margin-right: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 150px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nav-link {
    font-size: 50px;
    font-weight: 500;
  }

  .nav-link.dropdown.w--open {
    display: inline-block;
  }

  .menu-button {
    overflow: hidden;
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 0px;
    border-radius: 1000px;
    background-color: #020202;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

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

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

  .menu-button.white {
    background-color: #fff;
  }

  .nav-menu {
    width: 100vw;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2f1ee;
  }

  .nav-menu.dark {
    background-color: #020202;
  }

  .footer {
    position: static;
    padding-top: 96px;
  }

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

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

  .section.padding-240px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.bg-neutral-800.service-contact {
    padding-bottom: 200px;
  }

  .section.bg-neutral-800.blog-newsletter {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.bg-neutral-800.post-hero {
    padding-top: 60px;
  }

  .section.about-hero {
    padding-top: 67px;
    padding-bottom: 123px;
  }

  .section.padding-200px {
    padding-top: 128px;
    padding-bottom: 128px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-title {
    top: 106px;
    font-size: 400px;
  }

  .container-medium-761px.changelog {
    margin-top: -180px;
  }

  .divider.post-bottom {
    margin-top: 57px;
    margin-bottom: 83px;
  }

  .divider.team {
    margin-top: 43px;
    margin-bottom: 83px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    max-width: 513px;
    margin-bottom: 40px;
  }

  .paragraph.service-item {
    margin-right: 10px;
    margin-bottom: 35px;
  }

  .paragraph.home-about {
    margin-bottom: 40px;
  }

  .paragraph.card-testimonial {
    max-width: 626px;
  }

  .paragraph.plan-item-paragraph {
    margin-right: 10px;
  }

  .paragraph.plan-paragraph {
    margin-bottom: 40px;
  }

  .paragraph.color-neutral-500.faq {
    max-width: 780px;
  }

  .paragraph.color-neutral-300.card-store-perk {
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;
  }

  .card.testimonial {
    position: relative;
    right: auto;
    z-index: 1;
    max-width: 85%;
    margin-bottom: -164px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .card.value {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .card.service-contact {
    max-width: 100%;
    min-height: 688px;
    padding: 78px 68px;
  }

  .card.project-about {
    padding: 40px 50px;
  }

  .card.store-perk {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .card.contact-hero {
    max-width: 100%;
    min-height: 706px;
    padding: 82px 68px 92px;
  }

  .card.contact-map-links {
    position: static;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 69px 74px 84px;
  }

  .card.default {
    padding: 50px 40px;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 144px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .title.display-1 {
    font-size: 88px;
  }

  .title.display-1.home-hero {
    margin-bottom: 32px;
  }

  .title.display-1._404 {
    margin-bottom: 30px;
  }

  .title.color-neutral-100.home-praxtice {
    margin-bottom: 30px;
  }

  .title.color-neutral-100.cta {
    max-width: 557px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .title.color-neutral-100.team-item-name {
    margin-bottom: 15px;
  }

  .title.color-neutral-100.home-project-featured-title {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.blog-newsletter {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.store-perks {
    margin-bottom: 40px;
  }

  .title.h3-size.project-item-title {
    margin-bottom: 40px;
  }

  .title.h3-size.plan-item-title {
    margin-bottom: 10px;
  }

  .title.home-about {
    margin-bottom: 30px;
  }

  .title.card-testimonial {
    margin-bottom: 20px;
  }

  .title.post-item-title {
    margin-bottom: 32px;
  }

  .title.services {
    margin-bottom: 15px;
  }

  .title.service-hero {
    margin-bottom: 15px;
  }

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

  .title.h4-size.card-project-about {
    margin-bottom: 5px;
  }

  .title.project {
    max-width: 751px;
    margin-bottom: 30px;
  }

  .title.blog-hero {
    text-align: center;
  }

  .title.store {
    margin-bottom: 15px;
  }

  .title.h2-size.plan-title {
    margin-bottom: 40px;
  }

  .title.contact-hero {
    margin-bottom: 15px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.category {
    margin-right: 15px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-left {
    position: relative;
    z-index: 99;
  }

  .split-content.content-top-home-portfolio-left {
    margin-bottom: 30px;
  }

  .split-content.content-top-blog-section-left {
    margin-bottom: 30px;
  }

  .split-content.content-top-team-members-left {
    margin-bottom: 20px;
  }

  .split-content.content-top-values-left {
    margin-bottom: 35px;
  }

  .split-content.faqs-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.faqs-right {
    max-width: 100%;
  }

  .split-content.team-sidebar {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .split-content.team-content {
    max-width: 100%;
  }

  .image-wrapper.home-hero {
    margin-top: 100px;
  }

  .image-wrapper.service-item {
    margin-bottom: 40px;
  }

  .image-wrapper.home-about {
    max-width: 100%;
  }

  .image-wrapper.home-project-featured {
    right: auto;
    bottom: 0px;
    min-height: 80%;
  }

  .image-wrapper.testimonial {
    max-width: 100%;
  }

  .image-wrapper.post-item-image {
    margin-bottom: 40px;
  }

  .image-wrapper.project-item-image {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-wrapper.about-hero-2 {
    margin-top: 66px;
  }

  .image-wrapper.story-content-top-1 {
    margin-right: 40px;
  }

  .image-wrapper.story-content-bottom {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-wrapper.team-item-image {
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image-wrapper.service-hero {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    max-height: 800px;
    max-width: 100%;
  }

  .image-wrapper.post-featured {
    min-height: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-wrapper.plan-item-image {
    margin-bottom: 35px;
  }

  .image-wrapper.plan-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .image-wrapper.team-image {
    width: 100%;
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .image.project-item-image {
    height: 100%;
    min-height: 100%;
  }

  .image.card-value-icon {
    margin-bottom: 25px;
  }

  .image.card-store-perk-icon {
    margin-bottom: 40px;
  }

  .home-hero-scroll-down-wrapper {
    width: 90px;
    max-height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

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

  .slide-right-arrow {
    top: -128px;
  }

  .slide-left-arrow {
    top: -128px;
  }

  .home-service-slide {
    width: 48.5%;
    margin-right: 30px;
  }

  .home-testimonials-slide {
    width: 48.5%;
    margin-right: 30px;
  }

  .home-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-about-content {
    position: relative;
    right: auto;
    z-index: 1;
    max-width: 85%;
    margin-top: -240px;
    padding: 60px 60px 0px;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-top.home-portfolio {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.blog-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.team-members {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-top.portfolio {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home-project-featured-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-project-featured-content {
    max-width: 85%;
    padding-top: 0px;
    padding-bottom: 78px;
    padding-left: 80px;
  }

  .bg.home-hero {
    min-height: 300px;
  }

  .home-project-featured-video-button {
    width: 160px;
    max-height: 160px;
    min-height: 160px;
    min-width: 160px;
  }

  .home-project-featured-video-button-wrapper {
    padding: 100px 0px;
  }

  .home-testimonial-title-wrapper {
    margin-bottom: 50px;
  }

  .home-testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .blog-grid.team-articles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .projects-grid.section-projects {
    margin-bottom: 50px;
    grid-row-gap: 53px;
  }

  .project-item-content-top {
    margin-bottom: 20px;
  }

  .footer-content {
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-main-content {
    min-width: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
  }

  .footer-menu-main-wrapper {
    max-width: 566px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-menu-wrapper.first {
    max-width: 300px;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding: 40px 0px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .dropdown-nav-main-wrapper.dark {
    background-color: transparent;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-arrow {
    top: -4px;
    font-size: 23px;
    font-weight: 400;
  }

  .project-item-main-content {
    padding-right: 0px;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    min-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-top.dark {
    background-color: #020202;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-medium.dark {
    background-color: #020202;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header-menu-button-icon-bottom.dark {
    background-color: #020202;
  }

  .container-medium-865px.about-hero {
    margin-bottom: 60px;
  }

  .story-content-top {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .story-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .story-content-top-main-content {
    max-width: 532px;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .story-content-top-images-wrapper {
    margin-right: 0px;
  }

  .story-content-bottom-main-content {
    max-width: 532px;
    margin-bottom: 60px;
  }

  .about-achievements-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .about-achievements-content {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .about-achievements-grid {
    max-width: 410px;
    min-width: auto;
    grid-row-gap: 60px;
  }

  .team-members-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .values-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-medium-644px.services {
    margin-bottom: 50px;
  }

  .container-medium-644px.store {
    margin-bottom: 80px;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service-hero-content {
    max-width: 529px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    text-align: center;
  }

  .rich-text-white h3 {
    margin-bottom: 20px;
  }

  .rich-text-white h4 {
    margin-bottom: 20px;
  }

  .rich-text-white h5 {
    margin-bottom: 20px;
  }

  .rich-text-white h6 {
    margin-bottom: 10px;
  }

  .service-contact-wrapper {
    max-width: 792px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-contact-content {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .service-contact-links-title {
    margin-bottom: 20px;
  }

  .card-project-about-text {
    font-size: 20px;
  }

  .project-details-wrapper {
    margin-bottom: 120px;
  }

  .card-project-about-wrapper {
    margin-top: -70px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .post-featured-wrapper {
    max-width: 612px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .blog-newsletter-content {
    margin-right: 0px;
    margin-bottom: 70px;
  }

  .container-medium-948px.post-hero {
    margin-bottom: 70px;
  }

  .post-about-wrapper {
    margin-bottom: 100px;
  }

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

  .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text h5 {
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-bottom: 10px;
  }

  .store-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .plan-wrapper {
    margin-bottom: 125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .plan-content {
    max-width: 100%;
  }

  .plan-content-top {
    max-width: 754px;
  }

  .add-to-cart-option-list {
    margin-bottom: 60px;
  }

  .add-to-cart-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .plan-tab-pane {
    padding: 69px 55px 30px;
  }

  .store-perks-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-add-to-cart {
    min-height: auto;
  }

  .contact-map-wrapper {
    min-height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-map {
    height: 800px;
    max-width: 100%;
    min-height: 800px;
    margin-top: -218px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .faqs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-wrapper.first.right {
    border-top-width: 0px;
  }

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

  .team-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-sidebar-wrapper {
    padding: 50px 52px;
  }

  .team-about-title-wrapper {
    margin-bottom: 20px;
  }

  .team-articles-title-wrapper {
    margin-bottom: 50px;
  }

  .team-sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 42px;
  }

  h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  h3 {
    font-size: 26px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .paragraph-large.service-hero {
    max-width: 503px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .paragraph-large.contact-info {
    font-size: 20px;
  }

  .paragraph-large.contact-info-link {
    font-size: 20px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-primary._2-buttons-button {
    margin-right: 23px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .button-secondary {
    padding-right: 25px;
    padding-left: 25px;
  }

  .button-secondary._2-buttons-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-item-wrapper.button-mobile {
    margin-top: 100px;
  }

  .nav-link {
    font-size: 45px;
  }

  .nav-menu {
    padding-top: 90px;
  }

  .footer {
    padding-top: 77px;
  }

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

  .section.home-hero {
    padding-top: 50px;
  }

  .section.padding-240px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-neutral-800.service-contact {
    padding-bottom: 160px;
  }

  .section.bg-neutral-800.blog-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-neutral-800.post-hero {
    padding-top: 50px;
  }

  .section.about-hero {
    padding-top: 50px;
    padding-bottom: 98px;
  }

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

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

  .section.service-hero {
    padding-top: 50px;
  }

  .section.portfolio {
    padding-top: 50px;
  }

  .section.project-hero {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .section.blog-hero {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.post {
    padding-top: 50px;
  }

  .section.store {
    padding-top: 50px;
  }

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

  .section.contact-hero {
    padding-top: 50px;
    padding-bottom: 84px;
  }

  .section.utility-page {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.team {
    padding-top: 50px;
  }

  .section.blog-category {
    padding-top: 50px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    top: 162px;
    font-size: 300px;
  }

  .container-medium-761px.changelog {
    margin-top: -140px;
  }

  .divider.post-bottom {
    margin-top: 47px;
    margin-bottom: 70px;
  }

  .divider.team {
    margin-top: 36px;
    margin-bottom: 69px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    margin-bottom: 35px;
  }

  .paragraph.service-item {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .paragraph.home-about {
    margin-bottom: 35px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.values {
    margin-right: 10px;
    margin-left: 10px;
  }

  .paragraph.post-featured {
    margin-bottom: 30px;
  }

  .paragraph.plan-item-paragraph {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.testimonial {
    max-width: 90%;
    margin-bottom: -94px;
    padding: 50px 44px;
  }

  .card.value {
    padding-top: 53px;
    padding-bottom: 50px;
  }

  .card.service-contact {
    min-height: 916px;
    padding: 50px 40px;
  }

  .card.project-about {
    padding: 33px 40px;
  }

  .card.store-perk {
    padding-top: 38px;
    padding-bottom: 45px;
  }

  .card.contact-hero {
    min-height: 951px;
    padding: 58px 40px 77px;
  }

  .card.contact-map-links {
    max-width: 90%;
    padding: 58px 40px 70px;
  }

  .card.default {
    padding: 40px 30px;
  }

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title.display-1 {
    font-size: 61px;
  }

  .title.display-1.home-hero {
    margin-bottom: 26px;
  }

  .title.display-1._404 {
    margin-bottom: 25px;
  }

  .title.color-neutral-100.home-praxtice {
    margin-bottom: 25px;
  }

  .title.color-neutral-100.cta {
    max-width: 462px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .title.color-neutral-100.team-item-name {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.services-testimonials {
    margin-bottom: 50px;
  }

  .title.color-neutral-100.service-contact {
    max-width: 393px;
  }

  .title.color-neutral-100.blog-newsletter {
    margin-bottom: 15px;
  }

  .title.color-neutral-100.store-perks {
    margin-bottom: 30px;
  }

  .title.color-neutral-100.contact-map-links {
    margin-bottom: 32px;
  }

  .title.color-neutral-100.faqs {
    margin-bottom: 60px;
  }

  .title.h3-size {
    font-size: 26px;
  }

  .title.h3-size.project-item-title {
    margin-bottom: 35px;
  }

  .title.h3-size.post-featured {
    margin-bottom: 10px;
  }

  .title.home-about {
    margin-bottom: 25px;
  }

  .title.card-testimonial {
    margin-bottom: 15px;
  }

  .title.post-item-title {
    margin-bottom: 26px;
  }

  .title.footer-menu {
    margin-bottom: 24px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 24px;
  }

  .title.services {
    margin-bottom: 10px;
  }

  .title.service-hero {
    margin-bottom: 10px;
  }

  .title.portfolio {
    margin-bottom: 15px;
  }

  .title.h4-size.card-project-about {
    font-size: 20px;
  }

  .title.h4-size.faq {
    margin-right: 20px;
    font-size: 20px;
  }

  .title.project {
    max-width: 575px;
    margin-bottom: 25px;
  }

  .title.blog-hero {
    margin-bottom: 35px;
    text-align: left;
  }

  .title.blog {
    margin-bottom: 35px;
  }

  .title.store {
    margin-bottom: 10px;
  }

  .title.h2-size {
    font-size: 40px;
  }

  .title.h2-size.plan-title {
    margin-bottom: 30px;
  }

  .title.plan-tab-pane-title {
    font-size: 32px;
  }

  .title.contact-hero {
    margin-bottom: 10px;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.category {
    margin-right: 10px;
  }

  .split-content.content-top-home-portfolio-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-team-members-left {
    margin-bottom: 15px;
  }

  .split-content.content-top-values-left {
    margin-bottom: 30px;
  }

  .split-content.content-top-more-articles-left {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .split-content.content-top-more-articles-right {
    margin-bottom: 30px;
  }

  .split-content.team-sidebar {
    margin-bottom: 60px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.home-hero {
    margin-top: 80px;
  }

  .image-wrapper.service-item {
    margin-bottom: 35px;
  }

  .image-wrapper.home-project-featured {
    min-height: 70%;
  }

  .image-wrapper.post-item-image {
    margin-bottom: 35px;
  }

  .image-wrapper.project-item-image {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .image-wrapper.about-hero-1 {
    margin-right: 20px;
  }

  .image-wrapper.about-hero-2 {
    margin-top: 50px;
  }

  .image-wrapper.story-content-top-1 {
    margin-right: 30px;
  }

  .image-wrapper.team-item-image {
    max-width: 431px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .image-wrapper.service-hero {
    max-height: 700px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 35px;
  }

  .image-wrapper.post-about-company {
    max-width: 166px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image-wrapper.plan-item-image {
    margin-bottom: 30px;
  }

  .image-wrapper.plan-image {
    margin-bottom: 50px;
  }

  .image-wrapper.team-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-testimonial {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.card-value-icon {
    max-height: 62px;
    margin-bottom: 20px;
  }

  .image.card-store-perk-icon {
    margin-bottom: 35px;
  }

  .image.contact-info-icon {
    margin-right: 10px;
  }

  .home-hero-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  ._2-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-hero-scroll-down-wrapper {
    display: none;
    width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    margin-top: 50px;
  }

  .home-praxtice-content-top {
    margin-bottom: 120px;
  }

  .subtitle {
    margin-bottom: 4px;
    font-size: 25px;
  }

  .slide-right-arrow {
    left: 82px;
    top: -93px;
    right: auto;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .slide-left-arrow {
    left: 0px;
    top: -93px;
    right: auto;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .home-service-slide {
    width: 100%;
  }

  .home-testimonials-slide {
    width: 100%;
  }

  .service-item-content {
    max-width: 431px;
  }

  .home-about-content {
    max-width: 90%;
    margin-top: -166px;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.home-portfolio {
    margin-bottom: 50px;
  }

  .content-top.team-members {
    margin-bottom: 40px;
  }

  .content-top.values {
    margin-bottom: 50px;
  }

  .content-top.portfolio {
    margin-bottom: 50px;
  }

  .content-top.blog {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.more-articles {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-top.blog-category {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-vc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-project-featured-content {
    max-width: 90%;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
  }

  .bg.home-hero {
    min-height: 230px;
  }

  .home-project-featured-video-button {
    width: 130px;
    max-height: 130px;
    min-height: 130px;
    min-width: 130px;
  }

  .home-project-featured-video-button-wrapper {
    padding-top: 83px;
    padding-bottom: 83px;
  }

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

  .home-testimonial-wrapper {
    margin-bottom: 40px;
  }

  .card-testimonial-name {
    margin-bottom: 5px;
  }

  .blog-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-grid.team-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-item-content {
    max-width: 595px;
  }

  .post-item-content-top {
    margin-bottom: 20px;
  }

  .projects-grid.section-projects {
    margin-bottom: 45px;
    grid-row-gap: 44px;
  }

  .project-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-content {
    margin-bottom: 60px;
  }

  .footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-main-content {
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    text-align: left;
  }

  .footer-menu-main-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-social-media-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 30px;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 35px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .dropdown-arrow {
    font-size: 20px;
  }

  .project-item-main-content {
    display: block;
    padding-left: 0px;
  }

  .bg.page-lines-wrapper {
    display: none;
  }

  .container-medium-865px.about-hero {
    margin-bottom: 50px;
  }

  .story-content-top {
    margin-bottom: 90px;
  }

  .story-content-top-main-content {
    margin-bottom: 50px;
  }

  .story-content-bottom-main-content {
    margin-bottom: 50px;
  }

  .about-achievements-content {
    margin-bottom: 60px;
  }

  .about-achievements-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }

  .about-achievement-number {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .about-achievement-text {
    font-size: 20px;
  }

  .team-members-grid {
    justify-items: center;
    grid-row-gap: 50px;
  }

  .team-item-wrapper {
    max-width: 431px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-item-content {
    max-width: 360px;
  }

  .values-grid {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-medium-644px.services {
    margin-bottom: 40px;
  }

  .container-medium-644px.store {
    margin-bottom: 60px;
  }

  .container-medium-644px.contact-hero {
    margin-bottom: 40px;
  }

  .services-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-hero-content {
    margin-bottom: 60px;
  }

  .rich-text-white p {
    margin-bottom: 28px;
  }

  .rich-text-white ul {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-white h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-white h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-white ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-white h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text-white h6 {
    margin-top: 40px;
  }

  .container-small-502px.service-testimonial {
    margin-bottom: 50px;
  }

  .service-contact-content {
    margin-bottom: 60px;
  }

  .service-contact-content-top {
    margin-bottom: 50px;
  }

  .service-contact-links-icon {
    margin-right: 20px;
  }

  .contact-form {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .select.plan-duration {
    font-size: 22px;
  }

  .text-area {
    max-height: 100px;
  }

  .card-project-about-text {
    font-size: 18px;
  }

  .project-details-wrapper {
    margin-bottom: 100px;
  }

  .card-project-about-wrapper {
    margin-bottom: 50px;
  }

  .card-project-about-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .post-featured-wrapper {
    max-width: 100%;
  }

  .post-featured-content-top {
    margin-bottom: 20px;
  }

  .blog-newsletter-content {
    margin-bottom: 60px;
    text-align: left;
  }

  .blog-newsletter-form-block {
    max-width: 612px;
  }

  .categories-wrapper {
    margin-right: -30px;
  }

  .category-wrapper {
    margin-right: 30px;
  }

  .link-underline-category-wrapper.w--current {
    margin-right: 30px;
  }

  .container-medium-948px.post-hero {
    margin-bottom: 60px;
  }

  .post-about-wrapper {
    margin-bottom: 80px;
  }

  .post-about-title {
    margin-bottom: 5px;
  }

  .post-about-text {
    font-size: 16px;
  }

  .post-about-company-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .post-about-company-social-media-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-about-company-social-media-wrapper.team {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text ul {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .store-grid {
    max-width: 552px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 67px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-item-content {
    max-width: 431px;
  }

  .plan-wrapper {
    margin-bottom: 100px;
  }

  .plan-content-top {
    margin-bottom: 50px;
  }

  .plan-price {
    margin-right: 20px;
    font-size: 23px;
  }

  .plan-price-compare-price {
    font-size: 23px;
  }

  .add-to-cart-option-list {
    margin-bottom: 50px;
  }

  .plan-duration-field-label {
    margin-bottom: 10px;
  }

  .plan-tabs-menu {
    margin-bottom: 40px;
  }

  .plan-tab-pane {
    padding: 58px 40px 25px;
  }

  .plan-tab-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
  }

  .plan-tab-link.w--current {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-medium-623px.store-perks {
    margin-bottom: 40px;
  }

  .contact-map {
    height: 600px;
    min-height: 600px;
    margin-top: -131px;
  }

  .contact-info-wrapper {
    margin-bottom: 35px;
  }

  .contact-info-content-top {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .faq-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .space.faq {
    min-height: 20px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .team-sidebar-wrapper {
    margin-bottom: 34px;
    padding: 35px 35px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-about-title-wrapper {
    margin-bottom: 15px;
  }

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

  .team-content {
    max-width: 360px;
  }

  .team-sidebar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 33px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  label {
    margin-bottom: 10px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-large.home-hero {
    margin-bottom: 28px;
  }

  .paragraph-large.service-hero {
    margin-bottom: 35px;
  }

  .paragraph-large.contact-info {
    font-size: 18px;
  }

  .paragraph-large.contact-info-link {
    font-size: 18px;
  }

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }

  .button-primary.full-width.add-to-cart {
    width: 100%;
    margin-right: 0px;
  }

  .button-primary.button-white.blog-newsletter {
    position: static;
    margin-top: 20px;
    padding: 24px 15px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0px;
  }

  .button-secondary {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }

  .button-secondary.full-width.buy-now {
    width: 100%;
    margin-top: 20px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    font-size: 40px;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 85px;
  }

  .footer {
    padding-top: 61px;
    padding-bottom: 25px;
  }

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

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

  .section.padding-240px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.bg-neutral-800.service-contact {
    padding-bottom: 128px;
  }

  .section.bg-neutral-800.post-hero {
    padding-top: 40px;
  }

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

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

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

  .section.service-hero {
    padding-top: 40px;
  }

  .section.portfolio {
    padding-top: 40px;
  }

  .section.project-hero {
    padding-top: 40px;
    padding-bottom: 61px;
  }

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

  .section.post {
    padding-top: 40px;
  }

  .section.store {
    padding-top: 40px;
  }

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

  .section.contact-hero {
    padding-top: 40px;
  }

  .section.utility-page {
    padding-top: 51px;
    padding-bottom: 51px;
  }

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

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

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 25px;
  }

  .input.blog-newsletter {
    min-height: 54px;
  }

  ._404-title {
    top: 211px;
    font-size: 200px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -110px;
  }

  .divider.post-bottom {
    margin-top: 40px;
    margin-bottom: 58px;
  }

  .divider.team {
    margin-top: 30px;
    margin-bottom: 58px;
  }

  .paragraph.color-neutral-400.home-project-featured {
    margin-bottom: 30px;
  }

  .paragraph.service-item {
    margin-bottom: 25px;
  }

  .paragraph.home-about {
    margin-bottom: 30px;
  }

  .paragraph.home-portfolio {
    margin-right: 20px;
  }

  .paragraph.card-testimonial {
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .paragraph.footer-main-content-paragraph {
    margin-bottom: 20px;
  }

  .paragraph.values {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.post-featured {
    margin-bottom: 25px;
  }

  .paragraph.post-about-company {
    margin-bottom: 30px;
  }

  .paragraph.plan-item-paragraph {
    margin-bottom: 25px;
  }

  .paragraph.plan-paragraph {
    margin-bottom: 35px;
  }

  .card.changelog {
    padding: 40px 25px;
  }

  .card.testimonial {
    margin-bottom: -48px;
    padding: 40px 25px;
  }

  .card.value {
    padding: 44px 25px 42px;
  }

  .card.service-contact {
    min-height: 893px;
    padding: 40px 25px;
  }

  .card.project-about {
    padding: 30px 25px;
  }

  .card.store-perk {
    padding-right: 25px;
    padding-left: 25px;
  }

  .card.contact-hero {
    min-height: 887px;
    padding: 40px 25px 64px;
  }

  .card.contact-map-links {
    padding: 48px 25px 58px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .checkout-form {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.display-1 {
    font-size: 55px;
  }

  .title.display-1.home-hero {
    margin-bottom: 20px;
  }

  .title.display-1._404 {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.home-praxtice {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.cta {
    max-width: 390px;
    margin-bottom: 40px;
  }

  .title.color-neutral-100.services-testimonials {
    margin-bottom: 40px;
  }

  .title.color-neutral-100.service-contact {
    max-width: 350px;
  }

  .title.color-neutral-100.blog-newsletter {
    margin-bottom: 10px;
  }

  .title.color-neutral-100.store-perks {
    margin-bottom: 20px;
  }

  .title.color-neutral-100.contact-map-links {
    margin-bottom: 27px;
  }

  .title.color-neutral-100.faqs {
    margin-bottom: 50px;
  }

  .title.h3-size {
    font-size: 23px;
  }

  .title.h3-size.project-item-title {
    margin-bottom: 30px;
  }

  .title.home-about {
    margin-bottom: 20px;
  }

  .title.post-item-title {
    margin-bottom: 22px;
  }

  .title.service-testimonial {
    max-width: 328px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.portfolio {
    margin-bottom: 10px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-project-about {
    margin-bottom: 3px;
  }

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

  .title.blog-hero {
    margin-bottom: 30px;
  }

  .title.blog {
    margin-bottom: 30px;
  }

  .title.post-about-company {
    margin-bottom: 5px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.plan-title {
    margin-bottom: 20px;
  }

  .title.plan-tab-pane-title {
    font-size: 26px;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.category {
    margin-right: 8px;
  }

  .title.team-name {
    font-size: 38px;
    line-height: 1.2em;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.content-top-home-portfolio-left {
    margin-bottom: 20px;
  }

  .split-content.content-top-team-members-left {
    margin-bottom: 10px;
  }

  .split-content.content-top-values-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-more-articles-left {
    margin-right: 0px;
  }

  .split-content.content-top-more-articles-right {
    margin-bottom: 0px;
  }

  .split-content.team-sidebar {
    margin-bottom: 19px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .image-wrapper.home-hero {
    margin-top: 60px;
  }

  .image-wrapper.service-item {
    margin-bottom: 30px;
  }

  .image-wrapper.home-project-featured {
    min-height: 60%;
  }

  .image-wrapper.post-item-image {
    margin-bottom: 30px;
  }

  .image-wrapper.project-item-image {
    margin-bottom: 25px;
  }

  .image-wrapper.about-hero-1 {
    margin-right: 10px;
  }

  .image-wrapper.about-hero-2 {
    margin-top: 40px;
  }

  .image-wrapper.story-content-top-1 {
    margin-right: 20px;
  }

  .image-wrapper.team-item-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .image-wrapper.service-hero {
    max-height: 500px;
  }

  .image-wrapper.post-featured {
    margin-bottom: 30px;
  }

  .image-wrapper.post-about-company {
    max-width: 138px;
    margin-bottom: 20px;
  }

  .image-wrapper.plan-image {
    margin-bottom: 40px;
  }

  .image-wrapper.team-image {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image.card-testimonial {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .image.card-value-icon {
    max-height: 52px;
    margin-bottom: 15px;
  }

  .image.card-store-perk-icon {
    margin-bottom: 30px;
  }

  .image.contact-info-icon {
    margin-right: 8px;
  }

  .image.style-guide-icon.dark {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-hero-scroll-down-wrapper {
    width: 67px;
    max-height: 67px;
    min-height: 67px;
    min-width: 67px;
    margin-top: 40px;
  }

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

  .subtitle {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .slide-right-arrow {
    left: 72px;
    top: -78px;
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .slide-left-arrow {
    top: -78px;
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .link-underline-wrapper {
    font-size: 16px;
  }

  .home-about-content {
    margin-top: -69px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .content-top.home-portfolio {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .content-top.values {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-top.portfolio {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .content-top.more-articles {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .home-project-featured-content {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .bg.home-hero {
    min-height: 130px;
  }

  .home-project-featured-video-button {
    width: 120px;
    max-height: 120px;
    min-height: 120px;
    min-width: 120px;
  }

  .home-project-featured-video-button-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card-testimonial-content-bottom {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-testimonial-name-wrapper {
    margin-bottom: 10px;
  }

  .card-testimonial-name {
    font-size: 16px;
  }

  .card-testimonial-rol {
    font-size: 16px;
  }

  .blog-grid {
    grid-row-gap: 40px;
  }

  .post-item-content-top {
    margin-bottom: 15px;
  }

  .post-item-content-top-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .projects-grid.section-projects {
    margin-bottom: 40px;
    grid-row-gap: 37px;
  }

  .project-item-content-top {
    margin-bottom: 15px;
  }

  .project-item-content-top-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-content {
    margin-bottom: 50px;
  }

  .footer-content-bottom {
    margin-top: 25px;
    font-size: 16px;
  }

  .footer-main-content {
    margin-bottom: 40px;
  }

  .footer-social-media-wrapper {
    margin-right: -10px;
  }

  .footer-social-media-link {
    margin-right: 10px;
  }

  .footer-menu-wrapper {
    margin-right: 35px;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-links {
    margin-right: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 60px;
  }

  .dropdown-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-arrow {
    font-size: 18px;
  }

  .container-medium-865px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-865px.about-hero {
    margin-bottom: 40px;
  }

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

  .story-content-top-main-content {
    margin-bottom: 40px;
  }

  .story-content-bottom-main-content {
    margin-bottom: 40px;
  }

  .about-achievements-content {
    margin-bottom: 40px;
  }

  .about-achievements-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, 154px);
  }

  .about-achievement-number {
    margin-bottom: 5px;
    font-size: 33px;
  }

  .about-achievement-text {
    font-size: 18px;
  }

  .container-medium-644px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-644px.store {
    margin-bottom: 50px;
  }

  .container-medium-644px.contact-hero {
    margin-bottom: 35px;
  }

  .service-hero-content {
    margin-bottom: 50px;
  }

  .container-medium-840px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rich-text-white p {
    margin-bottom: 23px;
  }

  .rich-text-white ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-white h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-white figcaption {
    margin-top: 10px;
    font-size: 16px;
  }

  .rich-text-white h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-white ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text-white h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-white h6 {
    margin-top: 33px;
  }

  .container-small-502px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-502px.service-testimonial {
    margin-bottom: 40px;
  }

  .service-contact-content {
    margin-bottom: 50px;
  }

  .service-contact-content-top {
    margin-bottom: 40px;
  }

  .service-contact-link {
    font-size: 16px;
  }

  .service-contact-link.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-contact-links-icon {
    margin-right: 15px;
    font-size: 24px;
  }

  .service-contact-links-icon.icon-size-20px {
    font-size: 18px;
  }

  .select.plan-duration {
    font-size: 20px;
  }

  .error-message.cart-error {
    margin-right: 16px;
    margin-left: 16px;
  }

  .card-project-about-text {
    font-size: 16px;
  }

  .container-medium-883px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .project-details-wrapper {
    margin-bottom: 83px;
  }

  .card-project-about-wrapper {
    margin-top: -25px;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-project-about-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-column-gap: 10px;
  }

  .post-featured-content-top {
    margin-bottom: 15px;
  }

  .post-featured-content-top-divider {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .blog-newsletter-content {
    margin-bottom: 50px;
  }

  .blog-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link-underline-category-wrapper {
    font-size: 16px;
  }

  .container-medium-948px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-948px.post-hero {
    margin-bottom: 50px;
  }

  .post-about-wrapper {
    margin-bottom: 60px;
  }

  .post-about-title {
    margin-bottom: 2px;
  }

  .rich-text p {
    margin-bottom: 23px;
  }

  .rich-text ol {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 23px;
    margin-bottom: 33px;
    padding-left: 20px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .rich-text figcaption {
    margin-top: 10px;
    font-size: 16px;
  }

  .post-about-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .store-grid {
    grid-row-gap: 56px;
  }

  .plan-item-price {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .plan-wrapper {
    margin-bottom: 80px;
  }

  .plan-content-top {
    margin-bottom: 40px;
  }

  .plan-price {
    margin-right: 15px;
    font-size: 20px;
  }

  .plan-price-compare-price {
    font-size: 20px;
  }

  .add-to-cart-option-list {
    margin-bottom: 40px;
  }

  .add-to-cart-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-medium-901px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .plan-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .plan-tab-pane {
    padding: 48px 25px 20px;
  }

  .plan-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }

  .plan-tab-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-medium-623px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-954px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-map {
    height: 400px;
    min-height: 400px;
    margin-top: -60px;
  }

  .contact-info-wrapper {
    margin-bottom: 30px;
  }

  .contact-info-content-top {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .cart-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }

  .team-sidebar-wrapper {
    margin-bottom: 15px;
    padding: 25px 25px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .team-about-title-wrapper {
    margin-bottom: 10px;
  }
}

#w-node-_3fc91898-3560-9774-bb13-9677ebf62981-8dd8f48c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fc91898-3560-9774-bb13-9677ebf62985-8dd8f48c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7559e3b3-a8ee-03db-a34a-451e4b409599-edd8f49a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72289451-e90f-2cc1-e39f-ddfb999de946-edd8f49a {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-cad8f49e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_3fc91898-3560-9774-bb13-9677ebf62981-8dd8f48c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fc91898-3560-9774-bb13-9677ebf62985-8dd8f48c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7559e3b3-a8ee-03db-a34a-451e4b409599-edd8f49a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72289451-e90f-2cc1-e39f-ddfb999de946-edd8f49a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3fc91898-3560-9774-bb13-9677ebf62985-8dd8f48c {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_72289451-e90f-2cc1-e39f-ddfb999de946-edd8f49a {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Icons Architecture X Template';
  src: url('../fonts/icons-architecture-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

th, td {
  padding: 15px;
}