.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-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-commercecartproductname {
  font-weight: 700;
}

.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-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-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.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;
}

.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;
}

@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 {
  font-family: Thicccboi, sans-serif;
  color: #686868;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0d0d0d;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0d0d0d;
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0d0d0d;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

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

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

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

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0d0d0d;
  text-decoration: underline;
}

a:hover {
  color: #686868;
}

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

li {
  margin-bottom: 10px;
}

strong {
  color: #0d0d0d;
  font-weight: 700;
}

blockquote {
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 85px 54px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-left: 0px solid #000;
  background-color: #fff;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

figure {
  margin-top: 22px;
  margin-bottom: 22px;
}

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-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

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

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

.hidden-desktop {
  display: none;
}

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

.flex.center {
  -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;
}

.flex.center.details {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.center.details.article {
  color: #686868;
}

.flex.center.details.experience {
  margin-bottom: 12px;
  font-size: 18px;
}

.flex.center.details.past-experience {
  margin-top: -8px;
  margin-bottom: 6px;
}

.flex.center.details.past-experience.v2 {
  margin-top: 0px;
}

.flex.center.blog-categories {
  margin-top: 62px;
  margin-bottom: 40px;
}

.flex.center.category-title {
  margin-bottom: 24px;
}

.flex.space-between {
  -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;
}

.flex.space-between.project-card-v3 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.wrap.links-cta {
  margin-top: 48px;
}

.flex.cta-link-title {
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.flex.cta-link-title:hover {
  color: #0d0d0d;
}

.flex.newsletter-blog {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.flex.social-icon-name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.flex.add-to-cart-buttons {
  margin-top: 42px;
}

.flex.author-blog-post {
  padding-right: 42px;
  padding-left: 42px;
  -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.experience-container-v1 {
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1.5px solid #cbcbcb;
}

.flex.experience-container-v1.first {
  border-top: 1.5px solid #cbcbcb;
}

.flex.experience-container-v2 {
  margin-bottom: -1px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1.5px solid #acacac;
  border-bottom: 1.5px solid #cbcbcb;
}

.flex.experience-container-v3 {
  margin-bottom: -1px;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1.5px solid #acacac;
  border-bottom: 1.5px solid #cbcbcb;
}

.flex.arrow-flex {
  width: 100%;
  margin-top: 14px;
}

.flex.checkout {
  margin-top: 29px;
}

.flex.whats-included-container {
  margin-top: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

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

.color-white {
  color: #fff;
}

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

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

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

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

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

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

.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 {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.full-width {
  padding-right: 0px;
  padding-left: 0px;
}

.container-default.post-details {
  margin-top: 48px;
}

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

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

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

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

.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;
  background-color: #0d0d0d;
  -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: #686868;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: #f9f9f9;
  color: #686868;
}

.style-guide-link.w--current {
  background-color: #f9f9f9;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #0d0d0d;
  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 #dfdfdf;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 24px;
}

.color-container {
  background-color: #f9f9f9;
}

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

.color-block.bg-neutral-800 {
  background-color: #0d0d0d;
}

.color-block.bg-neutral-600 {
  background-color: #686868;
}

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

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

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

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

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

.color-content {
  padding: 22px 16px 24px;
}

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

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

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

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

.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 #dfdfdf;
}

.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: #353535;
  font-weight: 500;
}

.paragraph-large {
  font-size: 22px;
  line-height: 36px;
}

.paragraph-large.container-inner-left-600px {
  max-width: 520px;
}

.style-guide-subheader {
  padding: 40px 68px;
  background-color: #f9f9f9;
}

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

.button-primary {
  padding: 18px 48px;
  background-color: #0d0d0d;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.button-primary:hover {
  background-color: #3527d8;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
  background-color: #0d0d0d;
}

.button-primary.checkout:hover {
  background-color: #353535;
  color: #fff;
}

.style-guide-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.header {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}

.header-logo {
  display: none;
  overflow: visible;
}

.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-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link.dropdown {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.nav-link.dropdown:hover {
  color: #acacac;
}

.menu-button {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer {
  padding-top: 100px;
  padding-bottom: 32px;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
}

.footer-top-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.4fr 0.36fr 0.25fr;
  grid-template-columns: 0.4fr 0.36fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo-container {
  margin-bottom: 20px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.footer-nav.column {
  margin-right: 29px;
}

.footer-logo {
  width: 140px;
}

.footer-nav-item {
  margin-bottom: 28px;
  margin-left: 0px;
  font-size: 18px;
  line-height: 20px;
}

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

.section.utility-page {
  padding-top: 108px;
  padding-bottom: 108px;
  background-color: #0d0d0d;
}

.section.cta-black {
  background-color: #0d0d0d;
}

.section.portfolio-v2 {
  overflow: hidden;
}

.section.inner-hero {
  padding-bottom: 0px;
}

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

.section.shop {
  padding-top: 102px;
}

.section.past-clients {
  padding-top: 70px;
}

.section.blog-hero-v2 {
  position: relative;
  overflow: hidden;
}

.section.newsletter-page {
  position: relative;
  overflow: hidden;
}

.section.blog-v2 {
  border-top: 1px solid #dfdfdf;
}

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

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

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

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

.section.short {
  padding-top: 61px;
  padding-bottom: 61px;
}

.section.home-hero {
  background-color: #0d0d0d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 710px;
  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;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 118px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  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 {
  margin-bottom: 52px;
  padding: 18px 0px 35px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #acacac;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-size: 20px;
  line-height: 22px;
}

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

.input:focus,
.input.-wfp-focus {
  border-bottom-color: #0d0d0d;
  color: #0d0d0d;
}

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

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
  border-radius: 0px;
  background-color: transparent;
}

.input.discounts {
  height: 46px;
  margin-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  background-color: transparent;
}

.input.newsletter {
  margin-bottom: 31px;
}

.input.newsletter.blog {
  margin-bottom: 0px;
  border-bottom-color: #acacac;
}

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

.input.newsletter.blog-v2 {
  margin-bottom: 0px;
  border-bottom-color: #686868;
  background-color: transparent;
}

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

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

.input.cart {
  height: 33px;
}

._404-title {
  margin-bottom: -1px;
  color: #0d0d0d;
  font-size: 180px;
  line-height: 160px;
  font-weight: 500;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

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

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

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

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

.divider.inner-container {
  margin-top: 60px;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

.card.project-v1 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-decoration: none;
}

.card.project-v1:hover {
  color: #0d0d0d;
}

.card.project-v2 {
  margin-bottom: -1px;
  border-width: 0px;
  text-decoration: none;
}

.card.project-v2:hover {
  color: #0d0d0d;
}

.checkout-form {
  padding: 80px 0px 150px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 28px 40px;
  border-width: 0px 0px 1px;
  border-bottom-color: #cbcbcb;
}

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

.checkout-block-content.order-summary {
  padding-bottom: 0px;
  border-left-width: 0px;
}

.checkout-block-content.paypal {
  padding-top: 0px;
}

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

.title.order-item {
  color: #0d0d0d;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.split-content.header-left {
  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;
}

.checkout-field-label {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0d0d0d;
}

.checkout-required-text {
  color: #686868;
  font-size: 20px;
}

.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.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

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

.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;
}

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

.order-item-price {
  color: #0d0d0d;
  font-weight: 700;
}

.order-item-quantity-result {
  color: #0d0d0d;
}

.apple-pay {
  height: 56px;
}

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

.order-summary-subtotal {
  color: #0d0d0d;
  font-weight: 500;
}

.order-summary-total {
  color: #0d0d0d;
  font-size: 20px;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 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: 550px;
  color: #fff;
}

.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;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease, color 350ms ease;
  transition: opacity 300ms ease, color 350ms ease;
  line-height: 18px;
}

.cart-button:hover {
  opacity: 0.56;
}

.cart-quantity {
  position: absolute;
  left: auto;
  top: auto;
  right: -40%;
  bottom: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-left: 0px;
  -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: 50%;
  background-color: #0d0d0d;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.cart-container {
  max-width: 500px;
}

.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: #0d0d0d;
}

.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: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.white-link {
  color: #fff;
}

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

.icon-font {
  font-family: 'Icon font', sans-serif;
  font-weight: 400;
}

.icon-font.dropdown-chevron {
  margin-left: 8px;
  font-size: 9px;
  line-height: 11px;
}

.icon-font.arrow-corner.link {
  margin-left: 14px;
  font-size: 15px;
  line-height: 15px;
}

.icon-font.arrow-corner.link.newsletter-footer {
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
}

.icon-font.arrow-corner.link.contact-form {
  margin-left: 9px;
  font-size: 18px;
  line-height: 18px;
}

.icon-font.arrow-corner.link.add-to-cart {
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
}

.icon-font.arrow-corner.link.paginatio-arrow {
  margin-left: 8px;
  font-size: 15px;
}

.icon-font.arrow-corner.link.paginatio-arrow-previous {
  margin-right: 8px;
  margin-left: 0px;
  -webkit-transform: rotate(260deg);
  -ms-transform: rotate(260deg);
  transform: rotate(260deg);
  font-size: 15px;
}

.icon-font.arrow-corner.link.project {
  margin-left: 8px;
  font-size: 13px;
  line-height: 13px;
}

.icon-font.arrow-corner.link.checkout {
  margin-left: 8px;
  font-size: 14px;
}

.icon-font.arrow-corner.small {
  margin-left: 10px;
  font-size: 16px;
  line-height: 18px;
}

.icon-font.social-icon {
  text-decoration: none;
}

.icon-font.arrow-title-cta {
  margin-top: -2px;
  margin-left: 18px;
  font-size: 36px;
  line-height: 38px;
}

.icon-font.behance-link {
  font-size: 16px;
}

.icon-font.instagram-link {
  font-size: 22px;
  line-height: 23px;
}

.icon-font.facebook-link {
  font-size: 22px;
  line-height: 22px;
}

.icon-font.twitter-link {
  font-size: 22px;
}

.icon-font.youtube-link {
  font-size: 17.8px;
  line-height: 22px;
}

.icon-font.dribbble {
  font-size: 22px;
}

.header-logo-wrapper {
  padding-left: 0px;
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
}

.header-logo-wrapper:hover {
  opacity: 0.6;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.dropdown-toggle:hover {
  color: #686868;
}

.dropdown-list {
  position: absolute;
  top: 90px;
  right: 0px;
  min-width: 870px;
  background-color: #0d0d0d;
}

.grid-dropdown {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 44px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 0.61fr;
  grid-template-columns: 1fr 0.61fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-menu-title {
  margin-bottom: 40px;
  color: #acacac;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.dropdown-links-list {
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-links-list.column-1 {
  margin-right: 52px;
}

.dropdown-links-list.column-2 {
  margin-right: 32px;
}

.dropdow-link-list-item {
  margin-bottom: 20px;
}

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

.underline-heading {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 5px solid #000;
}

.underline-heading.h2 {
  padding-bottom: 3px;
}

.underline-heading.h2.white {
  border-bottom-color: #fff;
}

.container-inner-left-700px {
  max-width: 700px;
}

.container-inner-740px {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-740px.core-values-about-v1 {
  max-width: 550px;
}

.text-divider {
  width: 25px;
  height: 1px;
  margin-right: 22px;
  margin-left: 22px;
  background-color: #acacac;
}

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

.grid-1-column.articles-v2 {
  grid-row-gap: 70px;
}

.grid-1-column.blog-v2-featured {
  margin-top: 40px;
  grid-row-gap: 0px;
}

.grid-1-column.homer-hero {
  -ms-grid-columns: 0.8fr;
  grid-template-columns: 0.8fr;
}

.project-card-wrapper-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -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;
}

.project-details {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}

.link-arrow-wrapper.project {
  font-size: 20px;
  line-height: 22px;
}

.link-arrow-wrapper.project.page {
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-wrapper.newsletter-footer {
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-wrapper.past-client {
  margin-top: 24px;
}

.link-arrow-wrapper.contact-form {
  font-size: 22px;
  line-height: 24px;
}

.link-arrow-wrapper.blog-v2 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-wrapper.add-to-cart.buy-now {
  margin-left: 36px;
}

.link-arrow-wrapper.pagination-arrow {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  border-width: 0px;
  background-color: transparent;
  font-size: 22px;
  line-height: 24px;
}

.link-arrow-wrapper.checkout {
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-wrapper.white {
  color: #fff;
}

.link-arrow-wrapper.white.mg-left-44px {
  margin-left: 42px;
}

.link-arrow-wrapper.cart {
  margin-top: 21px;
}

.link-arrow-text {
  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;
}

.link-arrow-text.small {
  font-size: 22px;
  line-height: 24px;
}

.link-arrow-text.add-to-cart {
  font-size: 18px;
  line-height: 20px;
}

.link-arrow-text.checkout {
  font-size: 18px;
  line-height: 21px;
}

.link-arrow-underline-container {
  margin-top: 14px;
}

.link-arrow-underline-container.newsletter-footer {
  margin-top: 8px;
}

.link-arrow-underline-container.small {
  margin-top: 10px;
}

.link-arrow-underline-container.pagination-arrow {
  margin-top: 8px;
}

.link-arrow-underline-container.project-page {
  margin-top: 8px;
}

.link-arrow-underline-container.checkout {
  margin-top: 12px;
}

.link-arrow-underline {
  height: 2px;
  background-color: #0d0d0d;
}

.link-arrow-underline.white {
  background-color: #fff;
}

.bg-image-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #0d0d0d;
}

.image-animation-container {
  position: relative;
  overflow: hidden;
}

.project-card-subtext-v1 {
  margin-bottom: 48px;
  color: #686868;
}

.projects-card-grid-v1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mg-top-90px {
  margin-top: 54px;
}

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

.grid-2-columns.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2-columns.article-v1 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.grid-2-columns.cta {
  -ms-grid-columns: 1fr 0.3fr;
  grid-template-columns: 1fr 0.3fr;
}

.grid-2-columns.cta.black {
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
}

.grid-2-columns.homer-hero-v2 {
  -ms-grid-columns: 1.3fr 0.25fr;
  grid-template-columns: 1.3fr 0.25fr;
}

.grid-2-columns.portfolio-v2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}

.grid-2-columns.projects-v3 {
  margin-top: 64px;
  grid-row-gap: 72px;
}

.grid-2-columns.my-skills-home-v3 {
  grid-row-gap: 0px;
}

.grid-2-columns.about-home-v3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.article-v3 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-2-columns.articles-v3 {
  grid-row-gap: 80px;
}

.grid-2-columns.product {
  grid-row-gap: 64px;
}

.grid-2-columns.past-clients {
  grid-row-gap: 80px;
}

.grid-2-columns.cv-resume {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.grid-2-columns.contact {
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
}

.grid-2-columns.contact-links {
  margin-top: 40px;
  justify-items: start;
  grid-row-gap: 24px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.blog-top-v2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
}

.grid-2-columns.product-page {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
}

.grid-2-columns.project-hero {
  -ms-grid-columns: 1fr 0.3fr;
  grid-template-columns: 1fr 0.3fr;
}

.grid-2-columns.project-gallery {
  grid-column-gap: 20px;
}

.grid-2-columns.project-gallery-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grid-2-columns.about-hero-v1 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns.about-me-v1 {
  grid-row-gap: 40px;
}

.grid-2-columns.about-my-past-experience {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-columns.about-hero-v2 {
  -ms-grid-columns: 1.3fr 0.25fr;
  grid-template-columns: 1.3fr 0.25fr;
}

.grid-2-columns.about-hero-v2-images {
  margin-top: 48px;
  -ms-grid-columns: 0.68fr 1fr;
  grid-template-columns: 0.68fr 1fr;
}

.grid-2-columns.my-experience-about-v2 {
  grid-row-gap: 0px;
}

.grid-2-columns.core-values-about-v2 {
  margin-top: 64px;
  grid-row-gap: 0px;
}

.grid-2-columns.about-hero-v3 {
  -ms-grid-columns: 1.3fr 0.25fr;
  grid-template-columns: 1.3fr 0.25fr;
}

.grid-2-columns.about-me-v3-grid-1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._2bout-me-v3-grid-1 {
  margin-top: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.pages {
  margin-top: 56px;
  grid-row-gap: 40px;
}

.mg-top-72px {
  margin-top: 48px;
}

.postion-relative {
  position: relative;
}

.postion-relative.about-home-v3-wrapper {
  z-index: -1;
  min-height: 694px;
}

.postion-relative.about-image-hero-v2 {
  z-index: -1;
  width: 90%;
  margin-top: -53px;
}

.postion-relative.about-me-v2-image-1-wrapper {
  z-index: -1;
  min-height: 540px;
}

.postion-relative.about-me-v2-image-2 {
  z-index: -1;
  min-height: 540px;
}

.postion-relative.overflow-hidden {
  overflow: hidden;
}

.position-absolute {
  position: absolute;
}

.position-absolute.about-home-v1 {
  left: -60px;
  top: -60px;
  right: auto;
  bottom: auto;
}

.position-absolute.about-home-v2 {
  left: auto;
  top: auto;
  right: -90px;
  bottom: -90px;
}

.position-absolute.about-home-v3 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 630px;
  min-height: 698px;
}

.position-absolute.about-hero-image-v1 {
  position: static;
  width: 100%;
  height: 100%;
}

.position-absolute.about-me-v1 {
  left: -34%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.position-absolute.about-hero-v2 {
  left: auto;
  top: -14%;
  right: -3%;
  bottom: auto;
  z-index: 1;
  width: 160px;
}

.position-absolute.about-image-v3-hero {
  left: auto;
  top: auto;
  right: -11%;
  bottom: -12%;
  z-index: 1;
  width: 160px;
}

.position-absolute.about-me-v2-image-1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 640px;
  min-height: 540px;
}

.position-absolute.about-me-v2-image-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 640px;
  min-height: 540px;
}

.top-content {
  margin-bottom: 56px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-content.project-gallery {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
}

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

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

.grid-3-columns.my-work-skills-v2 {
  grid-row-gap: 0px;
}

.grid-3-columns.followme {
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.core-values-v3 {
  margin-top: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.icon-text-wrapper {
  padding-bottom: 40px;
  border-bottom: 2px solid #0d0d0d;
}

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

.empty-state {
  margin-top: 24px;
  padding: 24px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
  text-align: center;
}

.empty-state.full-width {
  margin-right: 24px;
  margin-left: 24px;
}

.empty-state.project-gallery-images {
  margin-top: 0px;
}

.article-card-v1 {
  text-decoration: none;
}

.article-card-v1:hover {
  color: #0d0d0d;
}

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

.blog-card-title.blog-v2-featured {
  margin-top: 0px;
  margin-right: 32px;
}

.article-card-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.article-card-wrapper:last-child {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.article-card-wrapper.v2 {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.cirlcle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 120px;
  -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: 2px;
  border-color: #0d0d0d;
  border-radius: 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Icon font', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.cirlcle-link:hover {
  color: #0d0d0d;
}

.cirlcle-link.white {
  border-color: #fff;
  color: #fff;
}

.circle-bg-hover {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
}

.circle-bg-hover.white {
  background-color: #fff;
}

.cirlce-link-icon {
  position: relative;
  z-index: 2;
}

.cirlce-link-icon.down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 34px;
  line-height: 36px;
}

.footer-menu-title {
  margin-bottom: 26px;
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 700;
}

.button-form-arrow {
  padding: 0px;
  background-color: transparent;
  color: #0d0d0d;
  font-weight: 700;
}

.button-form-arrow.blog-v2 {
  color: #fff;
}

.button-form-arrow.buy-now {
  margin-top: 0px;
}

.button-form-arrow.checkout {
  height: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 18px;
}

.success-message {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #0d0d0d;
  color: #fff;
}

.success-message.white {
  background-color: #353535;
  color: #fff;
}

.error-message {
  margin-top: 18px;
  padding: 18px 19px;
  background-color: #ffe8e8;
  color: #ff5d5d;
  text-align: center;
}

.footer-nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #0d0d0d;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 100px;
  padding-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.2fr 0.6fr;
  grid-template-columns: 1.2fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #dfdfdf;
}

.social-icons-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social-icon-footer {
  margin-left: 20px;
  line-height: 20px;
}

.social-icon-footer.linkedin {
  font-size: 22px;
}

.social-icon-footer.facebook {
  font-size: 21px;
}

.social-icon-footer.dribbble {
  font-size: 22px;
}

.social-icon-footer.instagram {
  font-size: 21px;
}

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

.my-work-skill-title {
  margin-bottom: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.portfolio-text-container-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.projec-card-title-v2 {
  margin-top: 24px;
}

.project-card-subtext-v2 {
  color: #686868;
}

.container-inner-880px {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-880px.home-about-v2 {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-bottom: -42px;
}

.heading-size-h1 {
  color: #0d0d0d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.container-inner-656px {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
}

.width-100 {
  width: 100%;
}

.blog-card-excerpt {
  margin-top: 24px;
  color: #686868;
}

.container-inner-1064px {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-1064px._630px-default {
  max-width: 630px;
}

.avatar {
  border-radius: 50%;
}

.avatar.home-v3 {
  width: 180px;
  margin-bottom: 24px;
}

.avatar.resume {
  width: 140px;
  margin-bottom: 32px;
}

.avatar.blog-post {
  width: 140px;
  margin-bottom: 18px;
}

.project-card {
  text-decoration: none;
}

.mg-top-64px {
  margin-top: 48px;
}

.project-card-sub-details-wrapper-v3 {
  color: #686868;
}

.project-card-sub-details-wrapper-v3.bottom {
  margin-top: 22px;
}

.project-card-v3-detals-top-wrapper {
  margin-top: 24px;
}

.project-card-title-v3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.article-card-details-v3 {
  color: #686868;
}

.heading-size-h3 {
  color: #0d0d0d;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.container-inner-860px {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-form-wrapper {
  position: relative;
}

.blog-post-category-badge {
  margin-right: 10px;
  margin-left: 10px;
  padding: 18px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #f9f9f9;
  -webkit-transition: color 350ms ease, background-color 350ms ease, color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, color 350ms ease;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.blog-post-category-badge:hover {
  border-color: #0d0d0d;
  background-color: #0d0d0d;
  color: #fff;
}

.blog-post-category-badge.w--current {
  border-color: #0d0d0d;
  background-color: #0d0d0d;
  color: #fff;
}

.blog-post-category-badge.w--current:hover {
  border-color: #dfdfdf;
  background-color: #f9f9f9;
  color: #0d0d0d;
}

.product-text-content {
  margin-top: 26px;
}

.product-card {
  text-decoration: none;
}

.product-card-pricing {
  margin-top: 32px;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.product-card-wrapper:nth-child(odd) {
  margin-top: -54px;
}

.product-card-wrapper.product-page:nth-child(odd) {
  margin-top: 0px;
}

.product-card-excerpt {
  color: #686868;
}

.past-client-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0d;
}

.past-client-image-wrapper.facebook {
  background-color: #326ae8;
}

.past-client-image-wrapper.twitch {
  background-color: #9147fe;
}

.past-client-image-wrapper.instagram {
  background-image: radial-gradient(circle farthest-corner at -10% -20%, #3771c8, rgba(135, 55, 200, 0.91) 18%, rgba(102, 0, 255, 0.07) 51%), radial-gradient(circle farthest-corner at 10% 110%, #ff881b 12%, #ee2584);
}

.past-client-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.past-client-card-wrapper {
  text-decoration: none;
}

.past-client-card-wrapper.card-2 {
  margin-top: 64px;
}

.past-client-card-wrapper.card-3 {
  margin-top: 64px;
}

.past-client-card-wrapper.card-4 {
  margin-top: 64px;
}

.past-client-excerpt {
  color: #686868;
}

.past-client-image.twitter {
  background-color: #1d9bf0;
}

.container-inner-812px {
  max-width: 812px;
  margin-right: auto;
  margin-left: auto;
}

.container-default-1064px {
  max-width: 1064px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.experience-card {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #dfdfdf;
}

.social-icon-text-link {
  margin-left: 12px;
}

.social-icon-text-link.linkedin {
  margin-top: 2px;
}

.grid-social-links {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1.5px;
  border-color: #000 #000 #acacac;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  font-size: 20px;
  line-height: 22px;
}

.text-area:hover {
  border-bottom-color: #0d0d0d;
}

.text-area:focus {
  border-bottom-color: #0d0d0d;
  color: #0d0d0d;
}

.contact-form-button {
  margin-top: 40px;
}

.bg-half {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 47.7%;
  background-color: #0d0d0d;
}

.image-newsletter {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.blog-post-card {
  text-decoration: none;
}

.blog-v2-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.subscribe-blog-v2-wrapper {
  padding-left: 60px;
}

.color-neutral-400 {
  color: #cbcbcb;
}

.blog-card-featured-blog-v2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cbcbcb;
}

.blog-card-featured-blog-v2:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.blog-card-date {
  color: #686868;
  font-size: 18px;
}

.rich-text p {
  margin-bottom: 48px;
}

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

.rich-text p {
  margin-bottom: 32px;
}

.rich-text h4 {
  margin-top: 48px;
}

.rich-text h3 {
  margin-top: 42px;
}

.rich-text h5 {
  margin-top: 34px;
}

.rich-text h6 {
  margin-top: 32px;
}

.rich-text figure {
  margin-bottom: 64px;
}

.product-featured-image {
  margin-top: 52px;
  margin-bottom: 70px;
}

.product-pricing {
  margin-top: 18px;
  margin-bottom: 20px;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.select {
  height: 63px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 2.5px;
  border-color: #000;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
}

.select:hover {
  border-bottom-color: #686868;
}

.select:focus {
  border-bottom-color: #686868;
}

.select.checkout {
  border-bottom-width: 1px;
  border-bottom-color: #acacac;
  border-radius: 0px;
  font-weight: 500;
}

.sidebar-card-top {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dfdfdf;
}

.product-spects-wrapper {
  padding-left: 0px;
  list-style-type: none;
}

.product-spect-icon {
  margin-right: 14px;
}

.product-spect-bold {
  margin-left: 4px;
  color: #0d0d0d;
  font-weight: 700;
}

.product-spect-item {
  margin-bottom: 14px;
}

.product-sidebar {
  margin-left: 38px;
  padding-left: 38px;
  border-left: 1px solid #dfdfdf;
}

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

.project-card-wrapper-portfolio-page:nth-child(odd) {
  margin-top: -51px;
}

.pagination {
  margin-top: 100px;
}

.tabs-menu {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 18px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #f9f9f9;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 18px;
  line-height: 20px;
}

.tab-link:hover {
  border-color: #0d0d0d;
  background-color: #0d0d0d;
  color: #fff;
}

.tab-link.w--current {
  border-color: #0d0d0d;
  background-color: #0d0d0d;
  color: #fff;
}

.projects-tabs {
  margin-top: 127px;
}

.post-featured-image {
  height: 580px;
  margin-top: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-inner-1084px {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.grid-4-columns.cms-detail-grid {
  grid-column-gap: 40px;
}

.cms-detail-title {
  margin-bottom: 8px;
  color: #0d0d0d;
  line-height: 20px;
  font-weight: 700;
}

.cms-detail-title.project {
  margin-bottom: 14px;
}

.cms-detail-subtext {
  color: #686868;
  line-height: 20px;
  font-weight: 500;
}

.cms-detail-subtext.link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.cms-detail-subtext.link:hover {
  color: #0d0d0d;
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: 20px;
}

.social-icon-middle {
  margin-right: 14px;
  margin-left: 14px;
  line-height: 20px;
}

.social-icon-middle.linkedin {
  font-size: 22px;
}

.social-icon-middle.linkedin.middle {
  font-size: 25px;
  line-height: 24px;
}

.social-icon-middle.facebook {
  font-size: 21px;
}

.social-icon-middle.facebook.middle {
  font-size: 25px;
  line-height: 25px;
}

.social-icon-middle.instagram {
  font-size: 21px;
}

.project-featured-image {
  height: 580px;
  margin-top: 70px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.project-detail-card {
  margin-top: -69px;
  padding: 50px 56px;
  background-color: #fff;
}

.position-relative {
  position: relative;
}

.about-me-image-1 {
  max-width: 340px;
  margin-right: 56px;
}

.about-me-image-2 {
  max-width: 90%;
  margin-right: -30%;
}

.about-me-image-3 {
  position: relative;
  max-width: 69%;
}

.past-experience-logo-wrapper {
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.past-experience-logo-wrapper.v3 {
  margin-right: 0px;
  margin-bottom: 24px;
}

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.past-experience-logo {
  width: 80px;
}

.value-icon-v2 {
  width: 120px;
}

.value-icon-v2.growth {
  width: 163px;
}

.core-value-card-v2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1.5px solid #cbcbcb;
  border-bottom: 1.5px solid #cbcbcb;
}

.values-number {
  margin-bottom: 18px;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

.core-value-card-v3 {
  padding: 40px 40px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #cbcbcb;
}

.core-value-card-v3.card-1 {
  padding-right: 70px;
  padding-left: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
}

.core-value-card-v3.card-2 {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
}

.core-value-card-v3.card-3 {
  padding-right: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
}

.core-value-card-v3.card-4 {
  padding-right: 70px;
  padding-left: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.core-value-card-v3.card-5 {
  border-width: 0px;
}

.core-value-card-v3.card-6 {
  padding-right: 32px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.big-number {
  margin-bottom: 16px;
  color: #fff;
  font-size: 65px;
  line-height: 64px;
  font-weight: 700;
}

.big-number.home-card {
  color: #0d0d0d;
}

.included-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 280px;
  margin: 10px;
  padding: 52px 35px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.figma-included {
  width: 77px;
  margin-bottom: 16px;
}

.home-page-card {
  padding: 24px 24px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.home-card-title {
  margin-top: 22px;
  margin-bottom: 0px;
}

.home-page-card-image {
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
}

.badge {
  padding: 10px 12px;
  background-color: #0d0d0d;
  color: #fff;
}

.badge.pages {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-post-category-link {
  text-decoration: none;
}

.blog-post-category-link:hover {
  color: #0d0d0d;
}

.cart-product-title {
  color: #0d0d0d;
}

.cart-product-price {
  margin-bottom: 6px;
  color: #0d0d0d;
  font-weight: 700;
}

.cart-header {
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-bold {
  color: #0d0d0d;
  font-weight: 700;
}

.cart-list {
  padding-top: 46px;
  padding-bottom: 46px;
}

.cart-item {
  margin-bottom: 22px;
}

.cart-footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.cart-wrapper {
  z-index: 999;
}

.empty-state-cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.empty-state-text {
  font-size: 22px;
  line-height: 33px;
}

.text-block {
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.newsletter {
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
  }

  .image-newsletter {
    width: 36%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
    line-height: 36px;
  }

  h1 {
    font-size: 90px;
    line-height: 104px;
  }

  h2 {
    font-size: 72px;
    line-height: 86px;
  }

  h3 {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 48px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6 {
    font-size: 22px;
    line-height: 26px;
  }

  p {
    line-height: 36px;
  }

  blockquote {
    margin-top: 63px;
    margin-bottom: 63px;
  }

  .mg-right-40px._60px-and-24px {
    margin-right: 60px;
  }

  .mg-top-48px {
    margin-top: 64px;
  }

  .flex.center.details.past-experience {
    margin-bottom: 10px;
  }

  .flex.center.blog-categories {
    margin-top: 100px;
  }

  .flex.wrap.links-cta {
    margin-top: 56px;
  }

  .flex.cta-link-title {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .flex.experience-container-v1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex.experience-container-v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex.experience-container-v3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-default {
    max-width: 1264px;
  }

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

  .container-default.post-details {
    margin-top: 64px;
  }

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

  .paragraph-large.container-inner-left-600px {
    max-width: 590px;
  }

  .nav-link.dropdown {
    font-size: 32px;
    line-height: 36px;
  }

  .footer {
    padding-top: 140px;
  }

  .footer-top-grid {
    grid-column-gap: 110px;
    -ms-grid-columns: 0.6fr 0.7fr 0.36fr;
    grid-template-columns: 0.6fr 0.7fr 0.36fr;
  }

  .footer-nav.column {
    margin-right: 50px;
  }

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

  .section.blog-posts-v1 {
    padding-top: 64px;
  }

  .section.shop {
    padding-top: 143px;
  }

  .section.past-clients {
    padding-top: 143px;
  }

  .section.newsletter-page {
    padding-top: 140px;
    padding-bottom: 160px;
  }

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

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

  .section.about-me-v1 {
    padding-top: 240px;
    padding-bottom: 222px;
  }

  .utility-page-content-password {
    max-width: 740px;
  }

  .input {
    margin-bottom: 76px;
    padding-bottom: 48px;
    font-size: 24px;
    line-height: 26px;
  }

  .input.newsletter.blog {
    padding-bottom: 52px;
    font-size: 28px;
    line-height: 30px;
  }

  .input.newsletter.blog-v2 {
    padding-bottom: 52px;
    font-size: 22px;
    line-height: 24px;
  }

  .divider.inner-container {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .paragraph.utility-page {
    max-width: 610px;
  }

  .card.project-v1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout-hero-wrapper {
    max-width: 900px;
  }

  .icon-font.arrow-corner.link.default {
    font-size: 20px;
    line-height: 19px;
  }

  .icon-font.arrow-corner.link.newsletter-footer {
    font-size: 16px;
    line-height: 16px;
  }

  .icon-font.arrow-corner.link.add-to-cart {
    font-size: 16px;
    line-height: 16px;
  }

  .icon-font.arrow-title-cta {
    margin-left: 27px;
    font-size: 44px;
    line-height: 47px;
  }

  .icon-font.arrow-blog-card-featured {
    font-size: 28px;
    line-height: 34px;
  }

  .dropdown-list {
    min-width: 1060px;
  }

  .container-inner-740px.core-values-about-v1 {
    max-width: 740px;
  }

  .grid-1-column {
    grid-row-gap: 48px;
  }

  .grid-1-column.articles-v2 {
    grid-row-gap: 94px;
  }

  .grid-1-column.blog-v2-featured {
    margin-top: 76px;
  }

  .grid-1-column.homer-hero {
    -ms-grid-columns: 0.9fr;
    grid-template-columns: 0.9fr;
  }

  .project-card-wrapper-v1 {
    padding-right: 62px;
    padding-left: 62px;
  }

  .link-arrow-wrapper {
    font-size: 22px;
    line-height: 24px;
  }

  .link-arrow-wrapper.past-client {
    margin-top: 44px;
  }

  .link-arrow-text {
    font-size: 28px;
    line-height: 32px;
  }

  .link-arrow-text.project-card-v3 {
    font-size: 22px;
    line-height: 22px;
  }

  .link-arrow-text.add-to-cart {
    font-size: 20px;
    line-height: 22px;
  }

  .link-arrow-text.project-page {
    font-size: 22px;
    line-height: 24px;
  }

  .link-arrow-underline-container.project-card-v3 {
    margin-top: 6px;
  }

  .link-arrow-underline-container.add-to-cart {
    margin-top: 10px;
  }

  .image-animation-container {
    overflow: hidden;
  }

  .projects-card-grid-v1 {
    -ms-grid-columns: 1fr 1.35fr;
    grid-template-columns: 1fr 1.35fr;
  }

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

  .grid-2-columns {
    grid-column-gap: 54px;
  }

  .grid-2-columns.cta {
    grid-column-gap: 20px;
    -ms-grid-columns: 1.2fr 0.25fr;
    grid-template-columns: 1.2fr 0.25fr;
  }

  .grid-2-columns.cta.black {
    -ms-grid-columns: 0.75fr 0.3fr;
    grid-template-columns: 0.75fr 0.3fr;
  }

  .grid-2-columns.portfolio-v2 {
    grid-row-gap: 0px;
  }

  .grid-2-columns.projects-v3 {
    margin-top: 116px;
    grid-column-gap: 64px;
    grid-row-gap: 104px;
  }

  .grid-2-columns.my-skills-home-v3 {
    grid-column-gap: 62px;
  }

  .grid-2-columns.about-home-v3 {
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .grid-2-columns.articles-v3 {
    grid-row-gap: 120px;
  }

  .grid-2-columns.product {
    grid-row-gap: 80px;
  }

  .grid-2-columns.past-clients {
    grid-row-gap: 120px;
  }

  .grid-2-columns.cv-resume {
    grid-column-gap: 90px;
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
  }

  .grid-2-columns.contact {
    grid-column-gap: 54px;
    -ms-grid-columns: 1fr 1.05fr;
    grid-template-columns: 1fr 1.05fr;
  }

  .grid-2-columns.contact-links {
    margin-top: 56px;
    grid-column-gap: 114px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.newsletter {
    justify-items: stretch;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-2-columns.product-page {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
  }

  .grid-2-columns.project-gallery {
    grid-column-gap: 24px;
  }

  .grid-2-columns.project-gallery-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.about-hero-v1 {
    -ms-grid-columns: 1fr 1.8fr;
    grid-template-columns: 1fr 1.8fr;
  }

  .grid-2-columns.about-me-v1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.1fr 1fr;
    grid-template-columns: 1.1fr 1fr;
  }

  .grid-2-columns.about-hero-v2-images {
    margin-top: 88px;
    grid-column-gap: 40px;
  }

  .grid-2-columns.my-experience-about-v2 {
    grid-column-gap: 62px;
  }

  .grid-2-columns.core-values-about-v2 {
    grid-column-gap: 62px;
  }

  .grid-2-columns._1-grid-tablet {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-2-columns.about-hero-v3 {
    -ms-grid-columns: 2fr 0.25fr;
    grid-template-columns: 2fr 0.25fr;
  }

  .grid-2-columns.about-me-v3-grid-1 {
    -ms-grid-columns: 1.75fr 1fr;
    grid-template-columns: 1.75fr 1fr;
  }

  .grid-2-columns._2bout-me-v3-grid-1 {
    margin-top: 180px;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }

  .grid-2-columns.pages {
    grid-column-gap: 40px;
  }

  .mg-top-72px {
    margin-top: 68px;
  }

  .postion-relative.about-image-hero-v2 {
    margin-top: -64px;
  }

  .position-absolute.about-home-v1 {
    left: -90px;
    top: -90px;
  }

  .position-absolute.about-home-v2 {
    right: -112px;
    bottom: -112px;
  }

  .position-absolute.about-hero-image-v1 {
    position: absolute;
    z-index: -1;
    width: 520px;
  }

  .position-absolute.about-me-v1 {
    left: -45%;
    width: 264px;
  }

  .position-absolute.about-hero-v2 {
    top: -16%;
    right: -13%;
    width: 200px;
  }

  .position-absolute.about-image-v3-hero {
    right: -8%;
    width: 200px;
  }

  .position-absolute.about-me-v2-image-2 {
    left: 0%;
    right: auto;
  }

  .top-content {
    margin-bottom: 90px;
  }

  .grid-3-columns {
    grid-column-gap: 64px;
    grid-row-gap: 90px;
  }

  .grid-3-columns.my-work-skills-v2 {
    grid-column-gap: 80px;
  }

  .grid-3-columns.core-values-v3 {
    margin-top: 64px;
  }

  .icon-text-wrapper {
    padding-bottom: 64px;
  }

  .blog-card-title.blog-v2-featured {
    margin-right: 54px;
  }

  .article-card-wrapper {
    padding-bottom: 60px;
  }

  .cirlcle-link {
    width: 140px;
    height: 140px;
    font-size: 34px;
    line-height: 38px;
  }

  .button-form-arrow.blog-v2 {
    font-size: 22px;
    line-height: 30px;
  }

  .footer-bottom {
    margin-top: 140px;
  }

  .social-icon-footer {
    margin-left: 26px;
  }

  .my-work-skill-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-text-container-v2 {
    padding-right: 26%;
    padding-left: 26%;
  }

  .container-inner-880px.home-about-v2 {
    max-width: 880px;
    margin-bottom: -63px;
  }

  .heading-size-h1 {
    font-size: 90px;
    line-height: 104px;
  }

  .container-inner-1064px {
    max-width: 1064px;
  }

  .container-inner-1064px._630px-default {
    max-width: 1064px;
  }

  .avatar.home-v3 {
    width: 240px;
    margin-bottom: 44px;
  }

  .avatar.resume {
    width: 168px;
    margin-bottom: 40px;
  }

  .avatar.blog-post {
    width: 160px;
    margin-bottom: 24px;
  }

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

  .project-card-sub-details-wrapper-v3.bottom {
    margin-top: 40px;
  }

  .project-card-v3-detals-top-wrapper {
    margin-top: 46px;
  }

  .project-card-title-v3 {
    margin-top: 16px;
  }

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

  .container-inner-860px {
    max-width: 860px;
  }

  .blog-post-category-badge {
    margin-right: 13px;
    margin-left: 13px;
    padding: 22px 40px;
  }

  .product-text-content {
    margin-top: 32px;
  }

  .product-card-wrapper:nth-child(odd) {
    margin-top: -80px;
  }

  .past-client-image-wrapper.twitch {
    background-color: #9147fe;
  }

  .past-client-text-wrapper {
    margin-top: 32px;
  }

  .past-client-card-wrapper.card-2 {
    margin-top: 124px;
  }

  .past-client-card-wrapper.card-3 {
    margin-top: 124px;
  }

  .past-client-card-wrapper.card-4 {
    margin-top: 124px;
  }

  .container-default-1064px {
    max-width: 1264px;
  }

  .experience-card {
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #cbcbcb;
  }

  .text-area {
    padding-bottom: 136px;
    font-size: 24px;
    line-height: 26px;
  }

  .contact-form-button {
    margin-top: 56px;
  }

  .image-newsletter {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscribe-blog-v2-wrapper {
    padding-left: 95px;
  }

  .color-neutral-400 {
    color: #cbcbcb;
  }

  .blog-card-featured-blog-v2 {
    margin-bottom: 55px;
    padding-bottom: 55px;
  }

  .rich-text ul {
    margin-top: -18px;
  }

  .product-featured-image {
    margin-top: 72px;
    margin-bottom: 98px;
  }

  .product-pricing {
    margin-top: 22px;
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 32px;
  }

  .select.checkout {
    font-size: 24px;
    line-height: 25px;
  }

  .sidebar-card-top {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }

  .product-spect-icon {
    margin-right: 18px;
  }

  .product-sidebar {
    margin-left: 48px;
    padding-left: 65px;
  }

  .project-card-wrapper-portfolio-page:nth-child(odd) {
    margin-top: -96px;
  }

  .pagination {
    margin-top: 168px;
  }

  .tab-link {
    margin-right: 16px;
    margin-left: 16px;
    padding: 22px 40px;
  }

  .projects-tabs {
    margin-top: 194px;
  }

  .post-featured-image {
    height: 810px;
    margin-top: 68px;
  }

  .container-inner-1084px {
    max-width: 1084px;
  }

  .grid-4-columns.cms-detail-grid {
    grid-column-gap: 100px;
  }

  .cms-detail-title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 24px;
  }

  .cms-detail-title.project {
    margin-bottom: 24px;
  }

  .cms-detail-subtext {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }

  .social-icons-wrapper {
    margin-top: 32px;
  }

  .social-icon-middle {
    margin-left: 26px;
  }

  .project-featured-image {
    height: 810px;
    margin-top: 120px;
  }

  .project-detail-card {
    margin-top: -164px;
    padding: 74px 130px;
  }

  .position-relative.about-image-hero-v1 {
    min-height: 711px;
  }

  .about-me-image-1 {
    max-width: 432px;
    margin-right: 90px;
  }

  .about-me-image-2 {
    max-width: 622px;
    margin-right: -129px;
  }

  .about-me-image-3 {
    max-width: 424px;
  }

  .past-experience-logo-wrapper {
    margin-right: 40px;
  }

  .past-experience-logo-wrapper.v3 {
    margin-bottom: 36px;
  }

  .past-experience-logo {
    width: 100px;
  }

  .value-icon-v2.growth {
    width: 168px;
  }

  .core-value-card-v2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .values-number {
    margin-bottom: 27px;
    font-size: 36px;
    line-height: 44px;
  }

  .core-value-card-v3 {
    padding: 56px 52px 84px;
  }

  .core-value-card-v3.card-1 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: 36px;
  }

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

  .flex.center.blog-categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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;
  }

  .header-navigation {
    -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;
    margin-bottom: 22px;
  }

  .nav-link {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
  }

  .nav-link.dropdown {
    font-size: 20px;
    line-height: 22px;
  }

  .menu-button {
    margin-left: 30px;
    padding: 0px;
    background-color: transparent;
  }

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

  .nav-menu {
    min-width: 85%;
    padding: 40px 32px;
    background-color: #0d0d0d;
  }

  .footer-top-grid {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-nav.column {
    margin-right: 44px;
  }

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

  .section.contact-page {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .section.blog-hero-v2 {
    padding-top: 90px;
  }

  .section.newsletter-page {
    padding-top: 100px;
  }

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

  .section.project-top {
    padding-top: 100px;
  }

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

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

  .utility-page-wrap {
    min-height: 710px;
  }

  .utility-page-content-password {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .checkout-block-header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .checkout-block-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .icon-font.arrow-corner.link {
    margin-left: 8px;
    font-size: 13px;
    line-height: 14px;
  }

  .dropdown-toggle {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
  }

  .hamburger-bar {
    width: 46px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #0d0d0d;
  }

  .dropdown-list {
    top: 69px;
    right: auto;
    width: 420%;
    min-width: auto;
  }

  .grid-dropdown {
    padding: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-menu-title {
    margin-bottom: 24px;
  }

  .dropdow-link-list-item {
    margin-bottom: 15px;
  }

  .project-card-wrapper-v1 {
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .link-arrow-wrapper {
    font-size: 20px;
    line-height: 22px;
  }

  .link-arrow-underline-container {
    margin-top: 10px;
  }

  .project-card-subtext-v1 {
    margin-bottom: 40px;
  }

  .projects-card-grid-v1 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta {
    justify-items: start;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta.black {
    -ms-grid-columns: 1fr 0.3fr;
    grid-template-columns: 1fr 0.3fr;
  }

  .grid-2-columns.about-home-v3 {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-2-columns.product {
    grid-column-gap: 28px;
  }

  .grid-2-columns.cv-resume.follow-me {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-links {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2-columns.newsletter {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-top-v2 {
    grid-row-gap: 240px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 56px;
    -ms-grid-columns: 1.6fr;
    grid-template-columns: 1.6fr;
  }

  .grid-2-columns.about-hero-v1 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-me-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-my-past-experience {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-v2-images {
    grid-column-gap: 20px;
  }

  .grid-2-columns.my-experience-about-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.core-values-about-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-grid-tablet {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-v3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-me-v3-grid-1 {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-2-columns._2bout-me-v3-grid-1 {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .grid-2-columns.pages {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .postion-relative.about-me-v2-image-1-wrapper {
    min-height: 490px;
  }

  .postion-relative.about-me-v2-image-2 {
    min-height: 490px;
  }

  .position-absolute.about-home-v1 {
    left: -40px;
    top: -40px;
    width: 150px;
  }

  .position-absolute.about-home-v2 {
    right: -42px;
    bottom: -42px;
    width: 160px;
  }

  .position-absolute.about-home-v3 {
    max-width: 570px;
    min-height: 640px;
  }

  .position-absolute.about-me-v1 {
    left: auto;
    top: -18%;
    right: 4%;
    bottom: auto;
  }

  .position-absolute.about-hero-v2 {
    left: auto;
    top: -23%;
    right: 10%;
    bottom: auto;
    width: 140px;
  }

  .position-absolute.about-me-v2-image-1 {
    max-width: 580px;
    min-height: 490px;
  }

  .position-absolute.about-me-v2-image-2 {
    max-width: 580px;
    min-height: 480px;
  }

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

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

  .circle-bg-hover {
    width: 110%;
    height: 110%;
  }

  .project-card-subtext-v2 {
    margin-bottom: 40px;
  }

  .container-inner-880px.home-about-v2 {
    margin-bottom: -42px;
  }

  .blog-post-category-badge {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 16px 28px;
  }

  .container-default-1064px {
    -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;
  }

  .bg-half {
    top: auto;
    bottom: 0%;
    width: 100%;
    height: 50%;
  }

  .image-newsletter {
    position: static;
    width: 100%;
  }

  .subscribe-blog-v2-wrapper {
    padding-left: 0px;
  }

  .product-sidebar {
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .project-card-wrapper-portfolio-page:nth-child(odd) {
    margin-top: -40px;
  }

  .post-featured-image {
    height: 450px;
  }

  .about-me-image-1 {
    display: none;
  }

  .about-me-image-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .about-me-image-3 {
    max-width: 100%;
  }

  .scroll-link-container {
    margin-top: -97px;
  }

  .sticky-section.tablet-static {
    position: static;
  }

  .core-value-card-v3.card-1 {
    padding-right: 40px;
  }

  .core-value-card-v3.card-2 {
    padding-right: 0px;
  }

  .core-value-card-v3.card-3 {
    padding-right: 40px;
    padding-left: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
  }

  .core-value-card-v3.card-4 {
    padding-right: 0px;
    padding-left: 40px;
    border-right-width: 0px;
    border-bottom-width: 1px;
  }

  .core-value-card-v3.card-5 {
    padding-left: 0px;
  }

  .core-value-card-v3.card-6 {
    padding-right: 0px;
  }
}

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

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  blockquote {
    margin-top: 38px;
    margin-bottom: 38px;
    padding-top: 65px;
    padding-bottom: 65px;
    font-size: 22px;
    line-height: 32px;
  }

  .mg-bottom-32px.icon-work {
    width: 55%;
  }

  .mg-bottom-32px.icon-work.product-design {
    width: 44%;
  }

  .mg-bottom-32px.icon-work.user-rearch {
    width: 62%;
  }

  .mg-bottom-32px.icon-work.brand-design {
    width: 38%;
  }

  .mg-right-40px._60px-and-24px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .flex.center.blog-categories {
    margin-top: 33px;
    margin-bottom: 26px;
  }

  .flex.space-between.project-card-v3 {
    -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.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.wrap.links-cta {
    margin-top: 28px;
  }

  .flex.cta-link-title {
    margin-top: 3px;
    margin-bottom: 1px;
  }

  .flex.buttons-home {
    -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;
  }

  .container-default.full-width {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .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: 18px;
    line-height: 30px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .menu-button {
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  }

  .menu-button:hover {
    opacity: 0.55;
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

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

  .nav-menu {
    padding: 40px 32px;
    background-color: #0d0d0d;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-top-grid {
    justify-items: start;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .section.portfolio-v2 {
    padding-bottom: 10px;
  }

  .section.inner-hero {
    padding-top: 80px;
  }

  .section.shop {
    padding-top: 40px;
  }

  .section.contact-page {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.newsletter-page {
    padding-top: 80px;
  }

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

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

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

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

  .utility-page-wrap {
    min-height: 550px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-content-password {
    padding: 72px 32px;
  }

  .input {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 140px;
    line-height: 130px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .checkout-block-header {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-block-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-font.arrow-corner.link {
    font-size: 12px;
  }

  .icon-font.arrow-corner.link.default {
    font-size: 14px;
    line-height: 15px;
  }

  .icon-font.arrow-corner.link.contact-form {
    margin-left: 6px;
    font-size: 16px;
    line-height: 16px;
  }

  .icon-font.arrow-title-cta {
    margin-top: -7px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .dropdown-list {
    width: auto;
  }

  .grid-dropdown {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-links-list.column-1 {
    margin-right: 28px;
    margin-bottom: 0px;
  }

  .dropdown-columns-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .underline-heading {
    padding-bottom: 0px;
    border-bottom-width: 4px;
  }

  .project-card-wrapper-v1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .project-details {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .link-arrow-wrapper {
    font-size: 20px;
    line-height: 22px;
  }

  .link-arrow-wrapper.contact-form {
    font-size: 20px;
    line-height: 22px;
  }

  .link-arrow-wrapper.white.mg-left-44px {
    margin-top: 32px;
    margin-left: 0px;
  }

  .project-card-subtext-v1 {
    margin-bottom: 24px;
  }

  .grid-2-columns.center {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.article-v1 {
    justify-items: start;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta.black {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.homer-hero-v2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1.3fr;
    grid-template-columns: 1.3fr;
  }

  .grid-2-columns.portfolio-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.projects-v3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.my-skills-home-v3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-home-v3 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.article-v3 {
    justify-items: start;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.articles-v3 {
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.past-clients {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cv-resume {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-top-v2 {
    grid-row-gap: 170px;
  }

  .grid-2-columns.project-hero {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.project-gallery {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-me-v1 {
    grid-row-gap: 32px;
  }

  .grid-2-columns.about-hero-v2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1.3fr;
    grid-template-columns: 1.3fr;
  }

  .grid-2-columns.about-hero-v2-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.my-experience-about-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.core-values-about-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-v3 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1.3fr;
    grid-template-columns: 1.3fr;
  }

  .grid-2-columns.about-me-v3-grid-1 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns._2bout-me-v3-grid-1 {
    margin-top: 100px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.pages {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .postion-relative.about-home-v3-wrapper {
    min-height: auto;
  }

  .postion-relative.about-me-v2-image-1-wrapper {
    min-height: auto;
  }

  .postion-relative.about-me-v2-image-2 {
    min-height: auto;
  }

  .position-absolute.about-home-v1 {
    left: auto;
    top: -70px;
    right: 30px;
    bottom: auto;
    width: 170px;
  }

  .position-absolute.about-home-v2 {
    display: none;
  }

  .position-absolute.about-home-v3 {
    position: static;
    max-width: 100%;
    min-height: auto;
  }

  .position-absolute.about-me-v1 {
    top: -23%;
    width: 170px;
  }

  .position-absolute.about-hero-v2 {
    top: -170%;
    width: 130px;
  }

  .position-absolute.about-image-v3-hero {
    width: 130px;
  }

  .position-absolute.about-me-v2-image-1 {
    position: static;
    max-width: 100%;
    min-height: auto;
  }

  .position-absolute.about-me-v2-image-2 {
    position: static;
    max-width: 100%;
    min-height: auto;
  }

  .top-content {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-content.project-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cirlcle-link {
    width: 100px;
    height: 100px;
    font-size: 28px;
    line-height: 28px;
  }

  .footer-bottom {
    margin-top: 60px;
    grid-row-gap: 22px;
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .social-icons-footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icon-footer {
    margin-right: 18px;
    margin-left: 0px;
  }

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

  .portfolio-text-container-v2 {
    margin-bottom: 78px;
    padding-top: 19px;
    padding-right: 0%;
    padding-left: 0%;
    border-top-width: 0px;
    border-bottom-width: 0px;
  }

  .projec-card-title-v2 {
    margin-top: 18px;
  }

  .project-card-subtext-v2 {
    margin-bottom: 24px;
  }

  .container-inner-880px.home-about-v2 {
    margin-bottom: -38px;
  }

  .heading-size-h1 {
    font-size: 40px;
    line-height: 53px;
  }

  .heading-size-h1.cta-link {
    font-size: 35px;
    line-height: 49px;
  }

  .avatar.resume {
    width: 126px;
    margin-bottom: 26px;
  }

  .project-card-title-v3 {
    margin-bottom: 29px;
  }

  .project-card-title-v3.bottom {
    margin-bottom: 0px;
  }

  .heading-size-h3.cta-link {
    font-size: 20px;
    line-height: 31px;
  }

  .product-card-wrapper:nth-child(odd) {
    margin-top: 0px;
  }

  .text-area {
    font-size: 18px;
    line-height: 20px;
  }

  .bg-half {
    height: 47%;
  }

  .project-card-wrapper-portfolio-page:nth-child(odd) {
    margin-top: 0px;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .projects-tabs {
    margin-top: 57px;
  }

  .post-featured-image {
    height: 300px;
  }

  .grid-4-columns.cms-detail-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .social-icon-middle {
    margin-right: 18px;
    margin-left: 0px;
  }

  .project-featured-image {
    height: 330px;
  }

  .project-detail-card {
    margin-top: -30px;
    padding-right: 41px;
    padding-left: 41px;
  }

  .scroll-link-container {
    margin-top: -70px;
  }

  .core-value-card-v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .big-number {
    font-size: 54px;
    line-height: 58px;
  }

  .included-card {
    width: 100%;
    min-height: 220px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 42px;
  }

  h3 {
    font-size: 21px;
  }

  .mg-bottom-32px.icon-work {
    width: 40%;
  }

  .mg-bottom-32px.icon-work.product-design {
    width: 34%;
  }

  .mg-bottom-32px.icon-work.user-rearch {
    width: 46%;
  }

  .mg-bottom-32px.icon-work.brand-design {
    width: 32%;
  }

  .flex.center.details {
    -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-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;
  }

  .flex.center.details.project-card-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex.center.details.project-card-v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex.center.category-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.newsletter-blog {
    position: static;
    margin-top: 26px;
  }

  .flex.experience-container-v1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.experience-container-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.experience-container-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.full-width {
    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;
  }

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .nav-item-wrapper {
    margin-bottom: 17px;
  }

  .nav-link {
    font-size: 24px;
    line-height: 26px;
  }

  .nav-link.dropdown {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button {
    font-size: 26px;
  }

  .footer-top-grid {
    justify-items: start;
  }

  .footer-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;
  }

  .footer-nav-item {
    margin: 8px 0px;
  }

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

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

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  ._404-title {
    font-size: 110px;
    line-height: 100px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .checkout-block-header {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .checkout-block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkout-required-text {
    margin-top: 12px;
    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;
  }

  .order-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-licenses-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-font.arrow-corner.small {
    margin-left: 9px;
    font-size: 13px;
    line-height: 15px;
  }

  .icon-font.arrow-title-cta {
    margin-top: -12px;
    margin-left: 7px;
    font-size: 15px;
    line-height: 15px;
  }

  .dropdown-toggle {
    font-size: 24px;
    line-height: 26px;
  }

  .dropdown-toggle.w--open {
    font-size: 24px;
    line-height: 26px;
  }

  .hamburger-bar {
    width: 40px;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .dropdown-menu-title {
    margin-bottom: 22px;
    font-size: 18px;
  }

  .dropdow-link-list-item {
    margin-bottom: 9px;
  }

  .underline-heading {
    border-bottom-width: 3px;
  }

  .text-divider {
    margin: 0px 10px;
  }

  .text-divider.project-card-v2 {
    margin: 0px 18px;
  }

  .text-divider.project-card-v3 {
    width: 22px;
    margin: 0px 10px;
  }

  .project-card-wrapper-v1 {
    padding-top: 31px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .link-arrow-wrapper.pagination-arrow {
    font-size: 20px;
    line-height: 22px;
  }

  .link-arrow-text.project-card-v3 {
    font-size: 18px;
    line-height: 20px;
  }

  .link-arrow-text.small {
    font-size: 18px;
    line-height: 20px;
  }

  .image-animation-container.about-image-1-hero-v2 {
    display: none;
  }

  .grid-2-columns.about-home-v3 {
    grid-row-gap: 40px;
  }

  .grid-2-columns.contact-links {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.blog-top-v2 {
    grid-row-gap: 150px;
  }

  .grid-2-columns.project-gallery {
    grid-row-gap: 14px;
  }

  .grid-2-columns.project-gallery-right {
    grid-row-gap: 16px;
  }

  .grid-2-columns.about-me-v1 {
    grid-row-gap: 70px;
  }

  .grid-2-columns.about-me-v3-grid-1 {
    grid-row-gap: 20px;
  }

  .grid-2-columns._2bout-me-v3-grid-1 {
    margin-top: 80px;
    grid-row-gap: 40px;
  }

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

  .postion-relative.about-image-hero-v2 {
    width: 100%;
    margin-top: -42px;
  }

  .position-absolute.about-home-v1 {
    right: 0px;
    width: 120px;
  }

  .position-absolute.about-me-v1 {
    top: -18%;
    width: 140px;
  }

  .position-absolute.about-hero-v2 {
    top: -20%;
    width: 110px;
  }

  .position-absolute.about-image-v3-hero {
    top: -20%;
    display: none;
    width: 110px;
  }

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

  .grid-3-columns.followme {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-card-title.blog-v2-featured {
    margin-right: 12px;
  }

  .cirlcle-link {
    width: 90px;
    height: 90px;
    font-size: 26px;
    line-height: 26px;
  }

  .footer-menu-title {
    margin-bottom: 14px;
  }

  .footer-nav-link {
    font-size: 16px;
    line-height: 18px;
  }

  .social-icons-footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-icon-footer {
    margin-top: 5px;
    margin-right: 16px;
    margin-bottom: 5px;
  }

  .my-work-skill-title {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .heading-size-h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-size-h1.cta-link {
    font-size: 24px;
    line-height: 43px;
  }

  .avatar.blog-post {
    width: 120px;
  }

  .collection-item-badge {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-default-1064px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bg-half {
    height: 47%;
  }

  .category-title {
    margin-right: 5px;
    margin-left: 5px;
  }

  .pagination {
    margin-top: 80px;
  }

  .post-featured-image {
    height: 260px;
  }

  .social-icons-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-icon-middle {
    margin-top: 5px;
    margin-right: 16px;
    margin-bottom: 5px;
  }

  .project-featured-image {
    height: 280px;
  }

  .about-me-image-2 {
    display: none;
  }

  .past-experience-logo-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .value-icon-v2 {
    width: 100px;
  }

  .value-icon-v2.growth {
    width: 130px;
  }

  .core-value-card-v3.card-1 {
    padding-right: 0px;
    border-right-width: 0px;
  }

  .core-value-card-v3.card-2 {
    padding-left: 0px;
  }

  .core-value-card-v3.card-3 {
    padding-right: 0px;
    border-right-width: 0px;
  }

  .core-value-card-v3.card-4 {
    padding-left: 0px;
  }

  .core-value-card-v3.card-6 {
    padding-left: 0px;
    border-left-width: 0px;
  }

  .big-number {
    font-size: 52px;
  }

  .included-card {
    padding-right: 31px;
    padding-left: 31px;
  }

  .cart-item {
    margin-bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-item-image {
    margin-bottom: 25px;
  }

  .cart-item-content {
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .empty-state-text {
    font-size: 18px;
    line-height: 28px;
  }
}

#w-node-_6b12fa86-ce7e-5d92-84f3-aa002d299d8b-816feb10 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4d33fe44-a7b0-b7bc-a092-6015b4b56025-816feb10 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_719832af-90bc-3019-8021-13916790ae3d-816feb10 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6d91153a-4756-3159-279f-69f79cd76499-816feb10 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e7295bc0-2e72-a587-a69b-fbddaf91a2ad-816feb10 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a3a538c5-8eef-8cb1-8e67-b9bb7ac48dd9-7ac48dce {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_560060e0-2165-adcd-ced9-da4175eec6ab-9e6feb13 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_01216257-17f4-4075-b4d8-5594635f4ead-635f4ea2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_00569279-6b60-2315-5ac8-5fba885c9a2a-6c6feb14 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_935e7366-3fb4-5b6c-c95d-02d7bab2c67d-7f6feb20 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a90f1e3e-cfe0-261d-70d2-e7f7931e641c-7f6feb20 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7aca3e5e-7e6a-d97a-e94c-7589f173be60-366feb21 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_69b28dcd-df95-47e8-7b64-216edf863eaf-136feb22 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ad9de308-e08d-534f-ae3e-c41c0c864fd6-526feb49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ad9de308-e08d-534f-ae3e-c41c0c864fea-526feb49 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ad9de308-e08d-534f-ae3e-c41c0c865018-526feb49 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_8694a476-7510-9e85-270f-f1d89ac3f7eb-646feb5c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9901e90f-7397-8160-3568-021d6e6ec1d1-646feb5c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4bbfcdcc-1c0f-0b0d-8f57-60edb38bd4e8-646feb5c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_35cb9094-32de-9952-eb5e-343577a994d8-646feb5c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_860030ea-fc8b-ca65-9393-ef45b5a8027c-796feb6f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5d88b9cb-951e-82c7-51c5-390a16a18e42-796feb6f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f3f6f59-2b42-aa9b-8738-c41a3e56518f-e46feb8b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d0c8c631-a70c-185b-8a2e-7af4e46785f6-ae2f46c5 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4d33fe44-a7b0-b7bc-a092-6015b4b56025-816feb10 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-e7295bc0-2e72-a587-a69b-fbddaf91a2ad-816feb10 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4bbfcdcc-1c0f-0b0d-8f57-60edb38bd4e8-646feb5c {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_0f3f6f59-2b42-aa9b-8738-c41a3e56518f-e46feb8b {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-be9aca87-55d5-f5d3-9f18-2d310b2b3d44-816feb10 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a3a538c5-8eef-8cb1-8e67-b9bb7ac48dd9-7ac48dce {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_01216257-17f4-4075-b4d8-5594635f4ead-635f4ea2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-ad9de308-e08d-534f-ae3e-c41c0c864fc9-526feb49 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8694a476-7510-9e85-270f-f1d89ac3f7eb-646feb5c {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d33fe44-a7b0-b7bc-a092-6015b4b56025-816feb10 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_560060e0-2165-adcd-ced9-da4175eec6ab-9e6feb13 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_01216257-17f4-4075-b4d8-5594635f4ead-635f4ea2 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_02df3306-cd3b-ec20-aa09-58f69dd8fab7-6c6feb14 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_00569279-6b60-2315-5ac8-5fba885c9a2a-6c6feb14 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d23209f4-cb69-593d-3877-85d12c6a6fc5-7c6feb16 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_20e5b7f6-d6fd-9dd8-f66b-1f6006bc24dd-f36feb17 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ee210337-7ccf-66ff-5cf6-a30b0abc524f-bf6feb18 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ef42f0bd-e9a9-a489-56a3-ee9229a4f051-fd6feb1e {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_935e7366-3fb4-5b6c-c95d-02d7bab2c67d-7f6feb20 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a90f1e3e-cfe0-261d-70d2-e7f7931e641c-7f6feb20 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7aca3e5e-7e6a-d97a-e94c-7589f173be60-366feb21 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_71027e56-fcc8-d25f-63d6-05032af4c00e-366feb21 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_69b28dcd-df95-47e8-7b64-216edf863eaf-136feb22 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ad9de308-e08d-534f-ae3e-c41c0c864fea-526feb49 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ad9de308-e08d-534f-ae3e-c41c0c865018-526feb49 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ad9de308-e08d-534f-ae3e-c41c0c86501f-526feb49 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_9901e90f-7397-8160-3568-021d6e6ec1d1-646feb5c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_35cb9094-32de-9952-eb5e-343577a994d8-646feb5c {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_35cb9094-32de-9952-eb5e-343577a994df-646feb5c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_860030ea-fc8b-ca65-9393-ef45b5a8027c-796feb6f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d88b9cb-951e-82c7-51c5-390a16a18e42-796feb6f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5d88b9cb-951e-82c7-51c5-390a16a18e49-796feb6f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'), url('../fonts/THICCCBOI-Medium.eot') format('embedded-opentype'), url('../fonts/THICCCBOI-Medium.woff') format('woff'), url('../fonts/THICCCBOI-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-Bold.eot') format('embedded-opentype'), url('../fonts/THICCCBOI-Bold.woff') format('woff'), url('../fonts/THICCCBOI-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2'), url('../fonts/THICCCBOI-SemiBold.eot') format('embedded-opentype'), url('../fonts/THICCCBOI-SemiBold.woff') format('woff'), url('../fonts/THICCCBOI-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icon font';
  src: url('../fonts/icon-font.woff2') format('woff2'), url('../fonts/icon-font.eot') format('embedded-opentype'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}