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

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

.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-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

@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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 14px;
  line-height: 25px;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins;
  color: #333;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 3px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #5a5858;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

figcaption {
  margin-top: 5px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #212121;
  font-size: 12px;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #141414;
}

.logo-preloader {
  margin-bottom: 0px;
}

.right-block-sticky {
  max-width: 600px;
  margin-bottom: 50vh;
  margin-left: 0px;
  padding: 20vh 0px 0px;
  float: right;
  border: 2px none #000;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.second-slide__bg-two {
  width: 100%;
  height: 100%;
  background-image: url('../images/blogimage5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-button {
  margin-left: 24px;
  padding: 0px;
}

.menu-button:hover {
  opacity: 0.7;
}

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

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

.number-2-wrapper {
  position: relative;
  left: 176px;
  top: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0%;
  background-color: transparent;
  color: #d8ebe6;
  font-size: 400px;
}

.cart-product-name {
  margin-top: 0px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #c9002b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.sticky-head {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
}

.nav1-menu-wrap {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-hero-background {
  width: 40%;
  height: 100vh;
  background-color: transparent;
}

.wrap__slider {
  height: 50vh;
}

.cart-close-icon {
  opacity: 0.5;
}

.wrap__paragraph {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #1cbe9b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.cart-heading {
  display: block;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50px;
  -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;
  border: 2px solid #333;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-family: Poppins;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.main-button:hover {
  background-color: #333;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.main-button.search-box {
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.main-button.search-box:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-button.signin {
  min-height: 30px;
}

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

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

.cart-item-info {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 32px;
  border-top-color: #2c2c33;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  padding-right: 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: 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: #b22222;
  color: #fff;
}

.cart {
  margin-left: 15px;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
  white-space: normal;
}

.size1-text.size1-top-clear {
  margin-top: 0px;
}

.image {
  width: 95px;
}

.size6-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #18181d;
  line-height: 26px;
  text-decoration: none;
}

.size6-link:hover {
  opacity: 0.7;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0px;
}

.mask__first-slide {
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.navbar1 {
  z-index: auto;
  width: 100%;
  padding: 22px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ebedee;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar1.active-nav1 {
  position: fixed;
  top: 0px;
  z-index: 100;
  font-family: Poppins;
}

.navbar1.active-nav1.transparent {
  z-index: 99999;
  border-bottom-style: none;
  background-color: transparent;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #eee;
  background-color: #eee;
  color: #18181d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.empty-state.dark-cart-empty-state {
  border-bottom-style: none;
  background-color: #2a2a31;
  color: #fff;
}

.blue-link-3 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 22px;
  text-decoration: none;
}

.description__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0px;
  padding: 0px;
  -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;
  background-color: transparent;
  box-shadow: none;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-text-2 {
  margin-bottom: 10px;
  font-family: Poppins;
  text-decoration: none;
  text-transform: uppercase;
}

.mask__right-arrow {
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.cart-line-item {
  background-color: transparent;
  text-transform: none;
}

.images-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-image-mobile {
  display: none;
}

.mask__left-arrow {
  left: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.container-box__box {
  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;
  background-color: #e2e2e2;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field.cart-input {
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c2c33;
  border-radius: 0px;
  background-color: transparent;
  color: #333;
  text-align: center;
}

.option-list {
  margin-bottom: 5px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paypal {
  display: none;
  margin-bottom: 15px;
}

.thirs-slide__bg-two {
  width: 100%;
  height: 100%;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-content-wrap {
  margin-top: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.content1-content-wrap.content1-right-column {
  margin-top: 0px;
}

.cart-header {
  position: relative;
  width: 100%;
  padding: 25px 32px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-color: #2c2c33;
}

.web-payment-button {
  height: 48px;
  margin-bottom: 15px;
  border-radius: 0px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 100px;
  -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;
  background-color: #fff;
}

.head-text-home-v2 {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 8vw;
  line-height: 1;
  text-align: center;
}

.content1-image2 {
  width: 100%;
  min-height: 700px;
  margin-bottom: 24px;
  background-image: url('../images/b7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask__second-slide {
  width: 100%;
  margin-right: 20px;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
}

.nav-link:hover {
  opacity: 1;
  color: #6e7985;
}

.nav-link.w--current {
  opacity: 0.3;
  color: #18181d;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: #c9002b;
}

.nav-link.white.hover-black:hover {
  color: #6e7985;
}

.nav1-menu {
  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;
}

.slider {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 44vw;
  height: 50vh;
  margin-bottom: 100px;
  background-color: transparent;
}

.content1-quote-wrap {
  margin-bottom: 5px;
}

.cart-option-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.cart-list {
  display: none;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.section-program {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #fff;
}

.cart-wrap {
  background-color: rgba(24, 24, 29, 0.3);
  color: #fff;
}

.stiky-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100vh;
  margin-top: 100px;
  margin-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #fff;
  font-family: Poppins;
  color: #000;
  text-align: center;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 29, 0.1)), to(rgba(24, 24, 29, 0.1)));
  background-image: linear-gradient(180deg, rgba(24, 24, 29, 0.1), rgba(24, 24, 29, 0.1));
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
}

.loop-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 800px;
  background-color: #e4e4e4;
  background-image: url('../images/klokshome4.jpg');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loop-image:hover {
  -webkit-transform: translate(0px, 0px) translate(-50%, -50%);
  -ms-transform: translate(0px, 0px) translate(-50%, -50%);
  transform: translate(0px, 0px) translate(-50%, -50%);
}

.loop-image.w--current {
  height: 700px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-image: url('../images/b10.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.loop-image.fifth-image {
  background-image: url('../images/b8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.second-image {
  background-image: url('../images/b4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.third-image-loop {
  background-image: url('../images/b1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.fourth-image {
  background-image: url('../images/b7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.first-slide__bg-two {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content1-image-wrap {
  position: relative;
}

.container__title {
  padding-left: 0px;
  font-size: 115px;
}

.container__title.mobile {
  font-size: 125px;
  line-height: 1.2;
}

.content1-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content1-image {
  width: 100%;
  min-height: 700px;
  margin-bottom: 24px;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.no-click-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
}

.sticky-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 150px 20px 110px;
  -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;
  background-color: #f0f0f0;
}

.cart-remove-link {
  color: #c9002b;
}

.image-hero {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/blogimage4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
}

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

.container-box {
  width: 80%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.brand:hover {
  opacity: 0.7;
}

.menu-icon {
  position: relative;
  display: inline-block;
}

.section-3 {
  padding: 150px 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 1400px;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  min-width: auto;
  margin-left: 5px;
  padding-right: 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: 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: 100%;
  background-color: #b22222;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
}

.hero-home-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.slide__mask {
  overflow: visible;
  width: 93%;
}

.cart-product-image {
  width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
}

.container_subtitle {
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
}

.cart-container {
  min-width: 440px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(24, 24, 29, 0.1);
}

.remove-button {
  margin-top: 5px;
  opacity: 0.5;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.nav1-wrap {
  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: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mask__third-slide {
  width: 100%;
  margin-right: 30px;
}

.container__grid-2 {
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
  grid-column-gap: 65px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-hero-wrapper {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0vh;
  padding-top: 25vh;
  -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: #f4f4f4;
}

.style-guide-text-container {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 44.1vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.style-guide-heading {
  font-family: Poppins;
  color: #333;
  font-size: 13vw;
  line-height: 20vh;
}

.section-stylguide {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #f4f4f4;
  color: #f4f4f4;
}

.style-guide-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 20%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.section-styleguide__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 900px;
  margin: 10px 0px;
  padding: 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 #ccc;
  color: #fff;
}

.section-styleguide__container.flrx {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #fff;
}

.section-styleguide__container.flrx.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-6 {
  margin-top: 60px;
  color: #333;
  font-size: 26px;
}

.card__button {
  overflow: hidden;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #000;
}

.card__button:hover {
  border-color: #fff;
}

.card__button.m-s {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 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-style: none;
  border-color: #333;
  background-color: #333;
  color: #888;
}

.slide__link {
  position: static;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.col-first__link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-first__link-menu.m-s {
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block--secondary__line {
  width: 30px;
  height: 2px;
  margin-right: 0px;
  background-color: #000;
  color: #000;
}

.link-menu__title {
  margin-left: 0px;
  font-family: Poppins;
  color: #000;
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.div-block-37 {
  margin-top: 20px;
}

.blog__collection-item-copy {
  width: 370px;
  height: auto;
}

.blog__collection-list-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item {
  width: 370px;
  height: auto;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 20%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blog__collection-list-wrapper-copy {
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper-text__line {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.card-blog__wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link__text-2 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link__text-2.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins;
}

.link__text-2.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #b22222;
}

.wrapper--text__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}

.card-product_wrapper-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.collection-item__card-product {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 11px 7px 10px -7px #ccc;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
  text-decoration: none;
}

.collection-item__card-product:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.wrapper-image__img {
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #333;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-family: Poppins;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.submit-button:hover {
  background-color: #333;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.collection-item__card-blog {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 11px 7px 10px -7px #ccc;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
  color: #b22222;
  text-decoration: none;
}

.collection-item__card-blog:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.card-blog__wrapper-image {
  overflow: hidden;
  height: auto;
}

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

.banner-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  -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;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.banner-close-card:hover {
  opacity: 1;
}

.con-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -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: 100%;
  background-color: #b22222;
}

.banner-title-2 {
  margin-bottom: 4px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.banner-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-underline {
  text-decoration: underline;
}

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

.banner-clone-button-2 {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #b22222;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-clone-button-2:hover {
  background-color: #333;
}

.tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
  font-family: Poppins;
}

.grid {
  width: 100%;
  max-width: 1300px;
  margin-top: 160px;
  grid-auto-flow: row dense;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  font-family: Poppins;
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.footer-heading {
  font-size: 18px;
  text-align: center;
}

.footer-link {
  max-height: none;
  -webkit-transition: color 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: color 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease-in-out;
  transition: transform 300ms ease, color 300ms ease-in-out, -webkit-transform 300ms ease;
  color: #646464;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

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

.footer-link:focus {
  color: #b22222;
}

.footer-link:visited {
  color: #646464;
}

.footer-link.w--current {
  font-size: 16px;
}

.copyright {
  font-size: 14px;
  line-height: 1.5;
}

.copyright-link-small {
  font-size: 14px;
}

.container__wrap-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.text-block-117 {
  margin-right: 5px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}

.on-sale-badge {
  display: inline-block;
  padding: 9px 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid #b22222;
  border-radius: 3px;
  background-color: rgba(201, 0, 43, 0.15);
  font-family: Poppins;
}

.div-block-301 {
  width: 100%;
  margin-top: 60px;
}

.on-sale-wrapper {
  display: inline-block;
  width: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px 25px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 3px;
  background-color: rgba(51, 51, 51, 0.11);
}

.container__wrapper-cart {
  display: inline-block;
  width: auto;
  padding: 25px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #e7e7e7;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.45);
}

.wrappercart__cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  font-family: Poppins;
}

.product-page_image-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 55%;
  height: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.text-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.title__color {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 1.2;
}

.hero-product-page {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f0f0f0;
}

.hero-product__stikywrap {
  position: -webkit-sticky;
  position: sticky;
  top: 3px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100vh;
  padding: 100px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cart__quantity {
  height: 100%;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-width: 2px;
  border-color: #333;
  border-radius: 0px;
  background-color: #f4f4f4;
}

.text-block-118 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
}

.text-block-119 {
  margin-right: 5px;
  font-family: Poppins;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

.single-product-info {
  margin-top: 0px;
  margin-bottom: 40px;
}

.stikywrap__container {
  width: 75%;
}

.add-to-cart__default-state {
  margin-top: 20px;
  margin-bottom: 0px;
}

.wrapper-carte__tytle {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1cbe9b;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
}

.image-18 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.error-state {
  background-color: #f6b0bf;
}

.image-wra__grid {
  height: auto;
  margin-bottom: 20px;
  grid-template-areas: "Area Area"
    "Area-2 Area-3"
    "Area-4 Area-4";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.on-sale-label {
  color: #b22222;
  font-weight: 600;
}

.title {
  width: auto;
  font-size: 2vw;
  font-weight: 400;
  text-transform: none;
}

.section-more-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -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;
  background-color: #f0f0f0;
}

.heading-76 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-pruduct-home {
  width: 100%;
  max-width: 1400px;
}

.collection-list-home {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.on-sale-badge-card {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c9002b;
}

.text-block-122 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.container__description {
  position: absolute;
  left: 0%;
  top: -9%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text__paragraph {
  font-size: 22px;
  font-weight: 400;
}

.text__paragraph.m-t {
  letter-spacing: 1.2px;
}

.text__paragraph.m-t.m-b {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.post-date {
  margin-bottom: 0px;
  font-family: Poppins;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container__image {
  position: relative;
  width: 95%;
  height: auto;
  max-width: none;
}

.section-description__container-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  -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;
}

.section-hero-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 109px 80px;
  -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;
  background-color: #f0f0f0;
}

.image-19 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}

.author-label {
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #6e7985;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container__text-blog {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: auto;
  max-width: 60%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 39px;
  -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;
  background-color: #fff;
  box-shadow: 0 20px 20px 20px hsla(0, 0%, 80%, 0.38);
}

.vertical-post-info {
  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-transform: translate(-100px, 0px) rotate(-90deg);
  -ms-transform: translate(-100px, 0px) rotate(-90deg);
  transform: translate(-100px, 0px) rotate(-90deg);
}

.container-text-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 930px;
  padding: 30px 91px;
  -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;
  background-color: rgba(33, 33, 33, 0.34);
}

.blog__rich-text {
  max-width: 700px;
  font-size: 16px;
}

.blog__collection-list-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog__collection-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  max-width: 1400px;
  min-height: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog__collection-item {
  width: auto;
  height: auto;
}

.post-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px;
  -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;
}

.related-posts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 30px 20px;
  -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;
  background-color: #f0f0f0;
}

.section-abouttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -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;
}

.abouttext__wrapper {
  width: 660px;
  max-width: 60%;
}

.newsletter__line {
  width: 40px;
  height: 2px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.wrapper__title {
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.wrapper__paragraph {
  width: auto;
  max-width: none;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.section-team {
  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;
}

.team-image {
  position: relative;
  width: 73%;
  max-width: none;
}

.team-image__img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.image__filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  background-color: #ccc;
}

.slide-image {
  width: 100%;
}

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 80px 140px;
  -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;
}

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

.mask__slide-third {
  height: 100%;
}

.container__info-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image__slider {
  height: 100%;
}

.section-description__container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1680px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  -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;
}

.left-arrow-round {
  right: -100px;
  bottom: -68px;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out;
  color: #000;
  font-size: 15px;
}

.left-arrow-round:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.span {
  color: #c9002b;
}

.icon-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  font-size: 15px;
}

.right-arrow-round {
  top: -68px;
  right: -100px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease, background-color 400ms ease-in-out;
  color: #000;
  font-size: 15px;
}

.right-arrow-round:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.mask__slide-second {
  height: 100%;
}

.description__paragraph-2 {
  -webkit-transform: translate(-128px, 0px) rotate(-90deg);
  -ms-transform: translate(-128px, 0px) rotate(-90deg);
  transform: translate(-128px, 0px) rotate(-90deg);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-wrapper__filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  background-color: #ccc;
}

.text-wrapper__description {
  margin-top: 7px;
  margin-bottom: 0px;
  color: #888;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.image-team-third {
  position: relative;
  z-index: 1;
}

.image-team-second {
  position: relative;
  z-index: 1;
}

.grid__image-wrapper {
  position: relative;
}

.text-wrapper__name {
  font-size: 12px;
  line-height: 1;
}

.team-section {
  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;
}

.image-tem {
  position: relative;
}

.team-section__grid {
  width: 85%;
  grid-column-gap: 38px;
  grid-template-areas: "Area . Area-2"
    "Area-4 Area-3 Area-5"
    ". Area-6 .";
  -ms-grid-columns: 1fr 38px 1fr 38px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.wprapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 1200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.social-icon-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.form-contact {
  display: block;
  margin-top: 80px;
  -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;
}

.wrapper-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
}

.error {
  padding: 20px;
  background-color: #f85151;
}

.textarea-contact {
  height: auto;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.success {
  background-color: #318570;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 1px;
  border-color: #8b6d4b #8b6d4b #fff;
  background-color: transparent;
}

.text-field-contact:focus {
  color: #fff;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.location {
  margin-bottom: 40px;
  color: #fff;
  line-height: 2;
  font-weight: 200;
}

.contact-paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
}

.wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Poppins;
}

.empty-text {
  color: #fff;
  line-height: 1.2;
}

.right-button {
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  border-radius: 0px;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.right-button:hover {
  background-color: #6e7985;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-image: url('../images/blogimage4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.wrapper-location {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.dropdown-icon--faq {
  margin-right: 10px;
  color: #d0c65f;
}

.dropdown-icon--faq.faq {
  color: #000;
}

.faq-dropdown-list {
  position: static;
}

.faq-dropdown-list.w--open {
  padding-top: 20px;
  padding-left: 10px;
  background-color: transparent;
}

.list-dropdown-faq {
  position: static;
}

.list-dropdown-faq.w--open {
  padding-top: 20px;
  padding-left: 9px;
  background-color: transparent;
}

.faqs-sections {
  width: 55%;
}

.faqs-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-dropdown {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-paragraph {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.grid {
  width: 70%;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 300;
}

.main-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 70px;
  line-height: 1;
}

.main-heading.intro {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
  border-left: 5px solid #d0c65f;
  font-size: 30px;
}

.main-heading.intro.courses {
  left: 0px;
  width: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 45px;
  line-height: 1;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: 1300px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container-4.faq-page {
  padding-top: 150px;
  font-family: Poppins;
}

.faq-container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-text {
  margin-bottom: 3px;
  font-family: Poppins;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.dropdown-list-faq {
  background-color: transparent;
}

.dropdown-list-faq.w--open {
  position: static;
  padding-top: 20px;
  padding-left: 10px;
}

.dropdown-toggle-faq {
  width: 100%;
  padding: 0px 10px 2px;
  border-bottom: 1px solid #d0c65f;
}

.dropdown-toggle-faq.faq {
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
}

.faq-link-text {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.faq-div {
  width: 69%;
  margin-right: auto;
  margin-left: 0px;
}

.faq-div.page {
  width: auto;
  margin-top: 100px;
}

.empty-state-5 {
  padding: 20px;
  font-family: Poppins;
}

.wrapper-text__line-2 {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-color: #f7f7f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-bottom: 0px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px #e4e4e4;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  background-color: #fff;
}

.text-field-2 {
  height: 50px;
  font-family: Poppins;
}

.div-block-302 {
  margin-bottom: 20px;
  opacity: 0.7;
  font-family: Poppins;
}

.search-result-wrapper {
  display: none;
}

.container-5 {
  display: none;
}

.category-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/blogimage1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/blogimage1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.search-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 400px;
}

.search-input {
  min-height: 60px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #000;
  font-family: Poppins;
}

.div-block-303 {
  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;
}

.search-query {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  color: #b22222;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.search-results-label {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

.paypal-checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

.div-block-304 {
  top: 90px;
}

.div-block-305 {
  top: 90px;
}

.order-confirmation {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

.terms-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
}

.terms-head {
  margin-bottom: 40px;
  font-size: 55px;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  -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;
  background-color: #fafafa;
}

.text-block-81 {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins;
  font-size: 24px;
  text-align: right;
}

.empty-state-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: 220px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
  background-color: #fff;
}

.button-6 {
  padding: 15px 20px;
  background-color: #212127;
  color: #212127;
  font-weight: 500;
}

.button-6:hover {
  background-color: #3e3e49;
}

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b22222;
  background-color: transparent;
  font-family: Poppins;
  color: #6e7985;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #6e7985;
  color: #fff;
}

.button-6.white.checkout {
  display: block;
  margin-top: 20px;
  border-color: #b22222;
  background-color: #b22222;
  color: #fff;
}

.button-6.white.checkout:hover {
  background-color: #b22222;
  opacity: 0.7;
}

.button-6.white.update-cart {
  min-height: auto;
  color: #6e7985;
}

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

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b22222;
  background-color: transparent;
  font-family: Poppins;
  color: #b22222;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #b22222;
  color: #fff;
}

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b22222;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: Poppins;
  color: #b22222;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #b22222;
  color: #fff;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Poppins;
}

.cart-totals---copy-this {
  display: block;
  margin-top: 10px;
  -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;
  text-align: center;
}

.collection-list-9 {
  width: 100%;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.table-header-label {
  margin-bottom: 0px;
  opacity: 1;
  font-family: Poppins;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 15px;
  -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;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px none #000;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 300;
}

.text-field-3 {
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
}

.text-block-82 {
  padding: 0px;
  background-color: transparent;
  color: #6e7985;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.table-header-data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #b22222;
  color: #fff;
}

.table-header-data-2.product {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #b22222;
}

.cart---copy-this {
  width: 100%;
  max-width: 1200px;
}

.button-2 {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #d7b56d;
  font-family: Poppins;
}

.text-block-98 {
  font-family: Poppins;
}

.product-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-7 {
  color: #b22222;
  font-size: 18px;
  text-decoration: none;
}

.price-3 {
  color: #6e7985;
  font-size: 18px;
  line-height: 30px;
}

.table-row-data {
  padding: 10px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #f7f7f7;
}

.table-row-data.total {
  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;
  background-color: #fff;
  font-size: 18px;
}

.table-row-data.price {
  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;
  background-color: #fff;
}

.table-row-data.quantity {
  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;
  background-color: #fff;
}

.table-row-data.product {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -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-radius: 100%;
  background-color: #b22222;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-decoration: none;
}

.image-35 {
  margin-left: 10px;
}

.text-field-4 {
  width: 70px;
}

.div-block-162 {
  margin-left: 10px;
}

.cart-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
}

.text-block-80 {
  margin-left: 10px;
  color: #6e7985;
}

.text-block-96 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 15px;
  -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;
  background-color: #f5f5f5;
  font-family: Lato, sans-serif;
}

.my-account-page---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #e6e6e6;
}

.list-2 {
  width: 100%;
}

.my-account-content-wrapper {
  margin-left: 30px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.field-label-24 {
  font-family: Poppins;
  font-weight: 400;
}

.create-an-account-link {
  font-family: Poppins;
  color: #b22222;
}

.error-message-4 {
  background-color: #eb3c5c;
  font-size: 18px;
}

.forgot-password-link {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1b6875;
  font-size: 14px;
  text-decoration: none;
}

.login-info-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-in-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: #141414;
  font-family: Lato, sans-serif;
}

.signin-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-label-2 {
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 14px;
  font-weight: 400;
}

.signin-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins;
}

.success-message-2 {
  padding: 10px;
  background-color: #2ad283;
  color: #fff;
  font-size: 18px;
}

.signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  font-size: 22px;
}

.sign-in-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  -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-right: 1px none #e6e6e6;
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.separator-2 {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #fff;
}

.separator-2.big {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  background-color: #e6e6e6;
  color: #424242;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  border-radius: 0px;
}

.sign-in-logo {
  margin-bottom: 0px;
  margin-left: -5px;
}

.button-8 {
  margin-right: 10px;
  padding: 15px 22px;
  border-radius: 0px;
  background-color: #8351ff;
  -webkit-transition: background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, background-color 400ms ease-in-out;
  transition: transform 200ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.button-8:hover {
  background-color: #6f39f7;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
}

.button-8.form-submit {
  width: 100%;
  margin-right: 0px;
  padding: 16px;
  border-radius: 5px;
  background-color: #1b6875;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

.button-8.form-submit:hover {
  background-color: #101010;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-8.form-submit {
  width: 100%;
  font-weight: 300;
}

.create-account-label {
  margin-right: 5px;
  color: #3c3c3b;
  font-size: 14px;
  line-height: 1.5;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 33px;
}

.notification-text {
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.sign-in-main-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.text-field-5 {
  min-height: 50px;
  padding: 28px 28px 28px 16px;
  border: 1px none #ececec;
  border-radius: 5px;
  background-color: #ededed;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.text-field-5:hover {
  background-color: #fafafa;
}

.text-field-5:focus {
  border-style: none;
  border-color: #b22222;
  background-color: #fafafa;
  color: #3c3c3b;
}

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

.checkbox-2 {
  margin-top: 0px;
  margin-right: 5px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-8 {
  font-family: Poppins;
  color: #b22222;
}

.form-3 {
  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;
  font-size: 33px;
}

.sign-in-left-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  -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-right: 1px none #e6e6e6;
  background-color: transparent;
}

.login-here-link {
  font-family: Poppins;
  color: #b22222;
}

.checkbox-label-3 {
  margin-bottom: 0px;
  font-size: 12px;
}

.text-block-83 {
  font-size: 18px;
}

.reset-password-form-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 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: 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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.signin-form-block-2 {
  width: 100%;
  max-width: 400px;
  font-size: 22px;
}

.error-message-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-6 {
  min-height: 50px;
  border: 1px solid #ececec;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-size: 16px;
  line-height: 1;
}

.text-field-6:hover {
  background-color: #fafafa;
}

.text-field-6:focus {
  border-style: solid;
  border-color: #ac8bff;
  background-color: #fafafa;
  color: #3c3c3b;
}

.login-head {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 26px;
  font-weight: 300;
}

.password-head-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.password-reset-paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.minicart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-list {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
}

.image-36 {
  width: 80px;
  height: 80px;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
}

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

.cart-item-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-38 {
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.mini-cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  background-color: #fff;
}

.text-block-39 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Lato, sans-serif;
  color: #b22222;
  font-size: 13px;
  line-height: 1;
}

.cart-quantity-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-radius: 100%;
  background-color: #eee;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.default-state {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-9 {
  color: #6e7985;
  font-size: 11px;
  text-decoration: none;
}

.web-payments {
  display: none;
}

.default-state-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.web-payments-2 {
  display: none;
}

.wrapper-text__line-3 {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #c9002b;
}

.link__text-3 {
  color: #c9002b;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link__text-3.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #c9002b;
  line-height: 1.2;
}

.heading-78 {
  font-size: 26px;
}

.link-guide {
  color: #b22222;
}

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

.background-video {
  z-index: 1;
  display: block;
  width: 700px;
  height: 400px;
}

.container-list {
  display: block;
  width: 450px;
  height: auto;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slider-2 {
  width: 80%;
  height: 650px;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}

.product-image-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: auto;
  margin-top: 0px;
  margin-right: 0px;
  -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;
}

.field-label-23 {
  font-family: Poppins;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.sku {
  margin-left: 0px;
  font-family: Poppins;
  font-weight: 700;
  text-transform: uppercase;
}

.variation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #b22222;
  border-radius: 3px;
  background-color: #fff;
  font-family: Poppins;
  color: #b22222;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.variation-2.active {
  border-color: #333;
  background-color: rgba(178, 34, 34, 0.1);
}

.variation-2.selected {
  border-width: 2px;
  border-color: #b22222;
  background-color: #b22222;
  color: #fff;
  font-weight: 600;
}

.product-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: auto;
  -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-left: 1px none #f0f0f0;
}

.out-of-stock-state-2 {
  display: inline-block;
  padding: 19px;
  background-color: #f8f8f8;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.variations-label {
  margin-right: 10px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
}

.about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.paragraph-10 {
  font-family: Poppins;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.product-content-block {
  width: 70%;
  min-height: auto;
}

.error-message-6 {
  font-family: Lato, sans-serif;
  color: #9e0000;
  text-align: center;
}

.tabs-menu {
  margin-bottom: 20px;
  border-bottom: 1px none #e4e4e4;
}

.icon-14 {
  color: #000;
  font-size: 18px;
}

.product-title-head {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 400;
}

.details-tabs {
  margin-top: 30px;
}

.single-product-banner-wrapper {
  display: inline-block;
  border-radius: 3px;
  background-color: rgba(178, 34, 34, 0.1);
}

.about-list-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
}

.content-product {
  font-family: Lato, sans-serif;
}

.tab-text {
  font-family: Poppins;
  font-size: 18px;
}

.quantity-3 {
  border-width: 2px;
  border-color: #b22222;
  background-color: rgba(178, 34, 34, 0.1);
  color: #b22222;
}

.slide-3 {
  background-image: url('../images/pack1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.variations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-105 {
  display: inline-block;
  padding: 25px;
  font-family: Poppins;
  color: #b22222;
}

.product_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins;
}

.product-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
}

.price-2 {
  margin-bottom: 10px;
  font-family: Poppins;
  color: #b22222;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.tab-link-tab-1 {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-link-tab-1:hover {
  border-bottom: 2px solid #000;
}

.tab-link-tab-1.w--current {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
}

.shop-list-text {
  margin-bottom: 1px;
  margin-left: 5px;
  color: #b22222;
  font-size: 14px;
  font-weight: 400;
}

.about-list-element-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  width: 120px;
  height: 120px;
  max-width: none;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  opacity: 0.7;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-179 {
  display: block;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-pane-tab-1 {
  min-height: 350px;
  padding: 0px;
  border: 1px none #e4e4e4;
}

.lightbox-link {
  position: absolute;
  left: 50%;
  top: 20px;
  display: none;
  padding: 10px;
  border-radius: 100%;
  background-color: #eee;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.italic-text {
  text-decoration: underline;
}

.category-name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.notices---copy-this {
  position: fixed;
  left: auto;
  top: 100px;
  right: 50px;
  bottom: auto;
  width: auto;
  height: auto;
  max-width: none;
  font-family: Poppins;
  font-size: 17px;
}

.notice {
  border-top: 1px none #3898ec;
  background-color: #3898ec;
}

.notice-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  padding: 10px 20px;
  -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;
  background-color: #6e7985;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
  text-align: center;
}

.notice-success {
  border-top: 1px none #0f0;
  background-color: #2ad283;
  text-align: center;
}

.notice-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 20px;
  -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;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.notice-error {
  border-top: 1px none red;
  background-color: #eb3c5c;
  text-align: center;
}

.notice-error-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 20px;
  -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;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.heading-79 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

.heading-80 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

.heading-81 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

.body {
  background-color: #141414;
  -webkit-transition: opacity 275ms ease;
  transition: opacity 275ms ease;
}

.div-block-306 {
  height: 100px;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidebar-main {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 30px;
  right: auto;
  bottom: 0%;
  display: none;
  width: 27%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #101010;
}

.text-block-123 {
  width: auto;
  max-width: 260px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-weight: 400;
}

.image-43 {
  margin-bottom: 7px;
}

.div-block-308 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.sidebar {
  width: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-weight: 400;
}

.div-block-309 {
  margin-left: 25px;
}

.div-block-310 {
  margin-bottom: 21px;
}

.div-block-310.last {
  margin-bottom: 0px;
}

.div-block-310.last.contact {
  margin-left: 25px;
}

.div-block-311 {
  width: 73%;
  height: auto;
  min-height: 100vh;
  padding: 50px;
  border-top: 1px solid rgba(191, 182, 175, 0.06);
  background-color: #141414;
}

.div-block-311.hide {
  display: none;
}

.div-block-311.top {
  border-top-style: none;
}

.div-block-311.contact-div {
  min-height: auto;
}

.div-block-311.contact-div.clients {
  padding-top: 0px;
  padding-bottom: 50px;
}

.div-block-311.no-max-height {
  min-height: auto;
}

.div-block-312 {
  max-width: 930px;
  padding: 0px;
  background-color: transparent;
  font-weight: 400;
}

.text-block-124 {
  margin-bottom: 180px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 16px;
  font-weight: 300;
}

.text-block-125 {
  margin-bottom: 30px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
}

.div-block-313 {
  max-width: 930px;
}

.page-titles {
  margin-bottom: 40px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 25px;
  font-weight: 500;
}

.page-titles.about {
  display: none;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-24.ourpeople {
  height: 100vh;
}

.section-24.ourpeople._2 {
  height: auto;
}

.section-24.contact.hide {
  display: none;
}

.section-24.contact.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

.section-24.client-section {
  padding-bottom: 50px;
}

.section-24.hidden {
  display: none;
}

.div-block-314 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 414px;
  max-width: 930px;
  min-height: 414px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/gregoryling-gradient-04.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/gregoryling-gradient-04.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: sepia(21%);
  filter: sepia(21%);
}

.text-block-126 {
  width: 80%;
  max-width: 80%;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  line-height: 25px;
  font-weight: 400;
}

.text-block-127 {
  width: 80%;
  margin-bottom: 15px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 14px;
  font-weight: 500;
}

.text-block-127.client {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.div-block-315 {
  margin-bottom: 0px;
}

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

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

.div-block-317 {
  padding: 18px 12px 18px 14px;
  background-color: #ededed;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-weight: 400;
}

.text-block-128 {
  margin-bottom: 4px;
  font-size: 16px;
}

.role {
  font-size: 12px;
}

.div-block-318 {
  max-width: 930px;
}

.div-block-318.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

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

.notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  border-radius: 5px;
  background-color: rgba(33, 33, 33, 0.34);
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-weight: 400;
}

.note-title {
  margin-bottom: 10px;
  color: #bfb6af;
  font-size: 16px;
  font-weight: 500;
}

.note-date {
  margin-bottom: 0px;
  color: #bfb6af;
  font-size: 12px;
  line-height: 12px;
}

.nav-side {
  width: 100%;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 4px;
  background-color: rgba(33, 33, 33, 0.26);
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
}

.nav-side:hover {
  background-color: #212121;
}

.nav-side:active {
  background-color: #212121;
}

.nav-side:focus {
  background-color: #212121;
}

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

.div-block-319 {
  width: 80%;
}

.collection-item-3 {
  opacity: 1;
}

.link-block-12 {
  width: 100%;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  text-decoration: none;
}

.link-block-12:hover {
  border-radius: 0px;
  opacity: 0.7;
  color: #212121;
}

.body-2 {
  background-color: #141414;
}

.div-block-320 {
  width: 100%;
  height: 500px;
  max-height: 500px;
  max-width: 930px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-129 {
  max-width: 700px;
  margin-bottom: 40px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 12px;
}

.text-block-130 {
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}

.link-block-13 {
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-321 {
  padding: 0px;
}

.div-block-322 {
  padding: 0px;
}

.div-block-322.w--current {
  padding: 0px;
}

.lottie-animation-3 {
  width: 500px;
}

.section-25 {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: #141414;
}

.sidebar-main-copy {
  position: fixed;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #101010;
}

.lottie-animation-4 {
  width: 450px;
  margin-top: -30px;
}

.div-block-323 {
  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;
}

.button-9 {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #bfb6af;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
}

.paragraph-11 {
  margin-bottom: 43px;
  color: #bfb6af;
}

.dropdown-toggle {
  width: 100%;
  margin-bottom: 0px;
  padding: 13px;
  background-color: rgba(33, 33, 33, 0.26);
  font-family: 'IBM Plex Sans', sans-serif;
}

.dropdown-toggle.w--open {
  margin-bottom: 0px;
}

.dropdown {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}

.text-block-131 {
  color: #bfb6af;
}

.icon-15 {
  color: #bfb6af;
}

.dropdown-list {
  background-color: rgba(33, 33, 33, 0.26);
}

.dropdown-list.w--open {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px 0px 4px 4px;
  background-color: #bfb6af;
}

.dropdown-link {
  padding: 13px;
  font-family: 'IBM Plex Sans', sans-serif;
}

.link-10 {
  color: #bfb6af;
  text-decoration: none;
}

.people {
  width: auto;
  margin-bottom: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
}

.button-9-people {
  width: auto;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #bfb6af;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #101010;
}

.button-9-people.w--current {
  width: 80%;
  margin-top: 40px;
  border-radius: 5px;
  text-align: center;
}

.div-block-324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #212121;
}

.nav-links {
  text-decoration: none;
}

.nav-links:hover {
  opacity: 0.6;
}

.nav-links.lef {
  margin-right: 20px;
}

.section-26 {
  display: none;
}

.footer {
  display: none;
}

.button-9-copy {
  margin-top: 30px;
  border-radius: 3px;
  background-color: #ededed;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
}

.button-9-copy.mobile {
  display: none;
}

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

.div-block-327._2 {
  margin-bottom: 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #1b6775;
  font-size: 25px;
  font-weight: 600;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #141414;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.div-block-328 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 4px;
  background-color: #fafafa;
}

.div-block-8 {
  margin-bottom: 0px;
}

.div-block-8._2cols {
  margin-left: 25px;
}

.div-block-8._1 {
  margin-bottom: 20px;
}

.image-45 {
  margin-bottom: 6px;
}

.div-block-329 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.image-46 {
  width: 30%;
  border-radius: 4px 0px 0px 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-133 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 0px 4px 4px 0px;
  background-color: transparent;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #141414;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
}

.text-block-133.silver-text {
  color: #bfb6af;
}

.text-block-133.silver-text.margin-bottom {
  margin-bottom: 25px;
}

.div-block-330 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 53px 20px;
  -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-radius: 5px;
  background-color: rgba(33, 33, 33, 0.34);
  color: #bfb6af;
}

.rich-text-block {
  margin-top: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  text-align: left;
}

.rich-text-block.silver-text h2 {
  color: #bfb6af;
}

.rich-text-block.silver-text h4 {
  color: #bfb6af;
}

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

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

.image-47 {
  border-radius: 4px 4px 0px 0px;
}

.div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #212121;
  font-family: 'IBM Plex Sans', sans-serif;
}

.link-block-14 {
  width: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  text-decoration: none;
}

.link-block-14:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #bfb6af;
  text-decoration: none;
}

.page-titles-contact-mobile {
  display: none;
  margin-bottom: 40px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 25px;
  font-weight: 500;
}

.page-titles-contact-mobile.about {
  display: none;
}

.text-block-134 {
  width: 100%;
  margin-top: 5px;
}

.rich-text-block-2 {
  display: none;
}

.div-block-332 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.div-block-333 {
  width: 50%;
  margin-right: 20px;
}

.div-block-334 {
  width: 50%;
}

.field-label-25 {
  margin-bottom: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-weight: 400;
}

.form-4 {
  font-family: 'IBM Plex Sans', sans-serif;
}

.field-label-26 {
  margin-bottom: 10px;
  color: #bfb6af;
  font-weight: 400;
}

.textarea {
  margin-bottom: 20px;
  padding: 30px 20px 100px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #212121;
  color: #bfb6af;
}

.form-block {
  width: 70%;
  margin-top: 40px;
}

.form-block.hide {
  display: none;
}

.submit-button-2 {
  border-radius: 3px;
  background-color: #1b6875;
  color: #ededed;
  font-weight: 400;
}

.submit-button-2:hover {
  background-color: rgba(27, 104, 117, 0.86);
}

.text-field-7 {
  padding: 30px 20px;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #212121;
  color: #bfb6af;
}

.grid-2 {
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logoiconsholder {
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-60 {
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-61 {
  display: inline-block;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-62 {
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-field-8 {
  margin-bottom: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
}

.text-field-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
}

.image-63 {
  width: 200px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #1b6875;
  border-radius: 300px;
}

.silver-text {
  color: #bfb6af;
}

.silver-text p {
  color: #bfb6af;
}

.div-block-335 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-135 {
  color: #bfb6af;
  font-weight: 600;
}

.text-block-136 {
  color: #bfb6af;
}

.success-message-3 {
  border-radius: 6px;
  background-color: #212121;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
}

.back-link {
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover {
  opacity: 0.6;
}

.back-link.lef {
  margin-right: 20px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.hidden {
  display: none;
}

.paragraph-12 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #bfb6af;
  font-weight: 300;
}

.hide {
  display: none;
}

.div-block-337 {
  width: 100%;
}

.text-block-137 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(191, 182, 175, 0.82);
  font-size: 12px;
}

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

.div-block-338.no-bot-mar {
  margin-bottom: 0px;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: 3px;
  border-color: #141414;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/gradient-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/gradient-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.link-block-17:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link-block-17.mx {
  margin-left: -14px;
  border-style: solid;
  border-width: 3px;
  border-color: #141414;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/gradient-2.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/gradient-2.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.link-block-17.mx.collection-mx {
  width: 74px;
}

.link-block-17.collection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.link-block-17.hidden {
  display: none;
}

.text-block-138 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #ededed;
  font-size: 20px;
  font-weight: 500;
}

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

.image-64 {
  width: 40px;
  height: 40px;
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(191, 182, 175, 0.26);
  border-radius: 200px;
  background-color: rgba(191, 182, 175, 0.03);
}

.arrowpeep:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.heading-82 {
  margin: 0px auto 30px;
  color: #e2d8d0;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 0 3px rgba(16, 16, 16, 0.66);
}

.bold-text {
  font-weight: 400;
}

.text-block-139 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #e2d8d0;
  font-weight: 500;
}

.div-block-340 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-140 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.text-block-141 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline;
  overflow: visible;
  background-image: none;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #bfb6af;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-7 {
  position: relative;
}

.brighter-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.div-block-342 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -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-image: url('../images/gradient-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-342._2 {
  background-image: url('../images/gradient-1.jpeg');
}

.image-65 {
  width: 300px;
  border-style: solid;
  border-width: 3px;
  border-color: #1b6875;
  border-radius: 200px;
}

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

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

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

.collection-item-5 {
  width: 100%;
  height: 100%;
}

.collection-list-15 {
  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;
}

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

.html-embed {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.lottie-animation-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 50px;
  height: 50px;
  -webkit-filter: invert(75%);
  filter: invert(75%);
}

.collection-item-6 {
  margin-left: -14px;
}

.collection-list-wrapper-4 {
  margin-left: 28px;
}

@media screen and (max-width: 991px) {
  .preloader {
    z-index: 9999999999999;
  }

  .right-block-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20vh 20px 0px;
    float: none;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .second-slide__bg-two {
    display: block;
  }

  .menu-button {
    margin-left: 24px;
  }

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

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

  .sticky-head {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
  }

  .image-hero-background {
    display: block;
    width: 100%;
    height: 700px;
  }

  .wrap__slider {
    height: auto;
  }

  .main-button.signin {
    padding: 14px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
    color: #fff;
  }

  .main-button.signin.w--current {
    min-height: auto;
    padding: 15px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
  }

  .hero-text-wrapper {
    width: 100%;
    height: 700px;
  }

  .mask__first-slide {
    width: 100%;
    margin-right: 0px;
  }

  .navbar1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .empty-state {
    max-width: 738px;
  }

  .description__container {
    width: 90%;
    max-width: none;
  }

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

  .hero-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -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;
  }

  .sticky-image-mobile {
    display: none;
  }

  .error-message {
    max-width: 738px;
  }

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .head-text-home-v2 {
    font-size: 14vw;
    text-align: center;
  }

  .content1-image2 {
    min-height: 640px;
  }

  .mask__second-slide {
    width: 100%;
    margin-right: 0px;
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 24px;
    color: #fff;
  }

  .nav-link:hover {
    display: block;
    color: #000;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.white.hover-black {
    color: #fff;
  }

  .nav-link.white.hover-black:hover {
    width: 100%;
    color: #b22222;
  }

  .nav1-menu {
    z-index: 15;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebedee;
    background-color: #000;
  }

  .slider {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 0px;
  }

  .loop-image {
    background-size: contain;
  }

  .loop-image.fifth-image {
    background-position: 50% 50%;
  }

  .loop-image.second-image {
    background-position: 50% 100%;
    background-size: cover;
  }

  .loop-image.fourth-image {
    background-position: 50% 100%;
    background-size: contain;
  }

  .container__title {
    font-size: 9vw;
  }

  .container__title.mobile {
    font-size: 75px;
  }

  .content1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content1-image {
    min-height: 640px;
    margin-top: -25px;
  }

  .sticky-section {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image-hero {
    display: block;
    width: 100%;
    height: 700px;
  }

  .container-box {
    width: 90%;
  }

  .section-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero-home-v2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide__mask {
    width: 100%;
  }

  .container_subtitle {
    font-size: 2vw;
  }

  .nav1-wrap {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container__grid-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 26vw;
    line-height: 1;
  }

  .section-stylguide {
    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;
  }

  .style-guide-wrapper {
    position: static;
    width: auto;
  }

  .section-styleguide__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-styleguide__container.flrx.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block--secondary__line {
    display: none;
  }

  .link-menu__title {
    font-size: 4vw;
  }

  .blog__collection-list-copy {
    height: auto;
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-4 {
    position: static;
    width: auto;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-2 {
    font-size: 16px;
  }

  .banner-clone-button-2 {
    font-size: 12px;
  }

  .tag {
    display: block;
    max-width: 700px;
    min-width: auto;
    margin-right: 15px;
  }

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

  .footer-link {
    max-height: 20px;
    font-size: 15px;
    text-align: left;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }

  .copyright-link-small {
    font-size: 12px;
  }

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

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

  .product-page_image-wrap {
    position: static;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-product-page {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-product__stikywrap {
    position: static;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }

  .image-18 {
    bottom: 0px;
  }

  .title {
    font-size: 38px;
    line-height: 1.2;
  }

  .collection-list-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container__description {
    position: static;
    margin-bottom: 40px;
  }

  .text__paragraph.m-t.m-b {
    text-align: center;
  }

  .post-date {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-description__container-copy {
    width: 100%;
    margin-top: 91px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-hero-blog {
    padding: 80px 40px 0px;
  }

  .image-19 {
    bottom: 0px;
  }

  .author-label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container__text-blog {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vertical-post-info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-text-blog {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog__collection-list {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .related-posts {
    padding: 140px 40px 60px;
  }

  .section-about {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .section-description__container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .description__paragraph-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-team-third {
    width: 100%;
  }

  .image-team-second {
    width: 100%;
  }

  .image-tem {
    width: 100%;
  }

  .team-section__grid {
    grid-template-areas: "Area"
      "Area-4"
      "Area-2"
      "Area-5"
      "Area-3"
      "Area-6";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .heading-contact {
    font-size: 65px;
  }

  .wrapper-contact {
    width: auto;
    -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;
  }

  .right-button {
    display: inline-block;
    width: auto;
    max-width: none;
  }

  .contact-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .wrapper-location {
    margin-top: 60px;
  }

  .faq-dropdown {
    width: 100%;
  }

  .main-paragraph {
    width: 70%;
  }

  .container-4 {
    width: auto;
    padding-right: 55px;
    padding-left: 40px;
  }

  .field-label {
    font-size: 11px;
  }

  .field-label-2 {
    font-size: 11px;
  }

  .field-label-3 {
    font-size: 11px;
  }

  .button-6.white {
    text-align: center;
  }

  .button-6.white {
    text-align: center;
  }

  .button-6.white {
    text-align: center;
  }

  .div-block-7 {
    justify-items: start;
  }

  .collection-list-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-2 {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .section-22 {
    padding-top: 130px;
  }

  .text-field-3 {
    height: 50px;
  }

  .my-account-page---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }

  .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -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;
  }

  .my-account-content-wrapper {
    padding-left: 0px;
    border-style: none;
    border-color: #000;
  }

  .sign-in-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reset-password-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-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;
  }

  .login-head {
    font-size: 26px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    font-size: 18px;
  }

  .reset-password {
    width: 100%;
  }

  .background-video {
    width: 100%;
  }

  .slider-2 {
    width: 100%;
  }

  .product-image-wrapper {
    position: static;
    width: 90%;
    margin-top: 70px;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .product-content-wrapper {
    width: 100%;
    border-left-style: none;
  }

  .product-content-block {
    width: 90%;
    margin-top: 50px;
  }

  .product-title-head {
    text-align: left;
  }

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

  .product-hero {
    padding-top: 50px;
    padding-bottom: 0px;
    -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;
  }

  .price-2 {
    margin-top: 0px;
  }

  .add-to-cart-2 {
    width: 100%;
  }

  .text-block-123 {
    color: #ededed;
    text-align: left;
  }

  .text-block-123.footertext {
    color: #ededed;
  }

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

  .sidebar {
    color: #ededed;
  }

  .sidebar.footertext {
    color: #ededed;
  }

  .div-block-309 {
    margin-left: 25px;
  }

  .div-block-311 {
    width: 100%;
    padding: 20px 30px;
  }

  .div-block-311.contact-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section-24 {
    height: auto;
  }

  .section-24.ourpeople {
    height: auto;
  }

  .section-24.contact.hide {
    display: none;
  }

  .div-block-314 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/gregoryling-gradient-04.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/gregoryling-gradient-04.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-126 {
    width: auto;
    max-width: none;
  }

  .text-block-127 {
    width: 100%;
  }

  .div-block-318 {
    max-width: 930px;
  }

  .div-block-318.anchor {
    margin-top: 0px;
    padding-top: 0px;
  }

  .collection-list-11 {
    grid-column-gap: 38px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-320 {
    max-width: 100%;
  }

  .sidebar-main-copy {
    display: none;
  }

  .div-block-324 {
    width: 100%;
    padding: 25px;
  }

  .nav-links {
    margin-bottom: 21px;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-44 {
    width: 40px;
  }

  .menu-button-2 {
    padding-right: 0px;
  }

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

  .navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .icon-16 {
    color: #ededed;
  }

  .nav-link-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    color: #bfb6af;
  }

  .nav-link-2.w--current {
    color: #ededed;
  }

  .nav-menu {
    display: block;
    padding-left: 0px;
    background-color: #141414;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #ededed;
  }

  .section-26 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: block;
    background-color: #141414;
  }

  .footer {
    display: block;
    padding: 20px;
    border-radius: 5px;
    background-color: #1b6875;
  }

  .div-block-329 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-46 {
    width: 100%;
    height: 400px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .text-block-133 {
    font-size: 28px;
  }

  .div-block-330 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
  }

  .collection-list-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand-2 {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .collection-list-wrapper-3 {
    margin-bottom: 40px;
  }

  .page-titles-contact-mobile {
    display: block;
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }

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

  .logoiconsholder.hide {
    display: none;
  }

  .image-60 {
    margin-left: 10px;
  }

  .image-61 {
    margin-left: 0px;
  }

  .back-link {
    margin-bottom: 21px;
  }

  .div-block-338.no-bot-mar {
    margin-bottom: 0px;
  }

  .div-block-340 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .right-block-sticky {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    margin-left: 20px;
  }

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

  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }

  .sticky-head {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .wrap__slider {
    position: relative;
  }

  .main-button.signin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-item-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-text-wrapper {
    height: 500px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .grid-paragraph {
    text-align: left;
  }

  .mask__first-slide {
    width: 100%;
  }

  .navbar1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .description__container {
    position: relative;
    overflow: visible;
    width: 100%;
  }

  .sticky-wrapper {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .mask__right-arrow {
    left: auto;
    top: 0%;
    right: 3%;
    bottom: 0%;
  }

  .images-content-wrapper {
    position: static;
    display: none;
  }

  .sticky-image-mobile {
    display: block;
    margin-bottom: 30px;
  }

  .container-box__box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .head-text-home-v2 {
    text-align: center;
  }

  .content1-image2 {
    min-height: 460px;
  }

  .mask__second-slide {
    width: 100%;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    height: 300px;
  }

  .stiky-text-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .container__title {
    font-size: 65px;
  }

  .container__title.mobile {
    font-size: 65px;
  }

  .content1-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content1-image {
    min-height: 460px;
  }

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

  .container-box {
    width: 95%;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-home-v2 {
    height: auto;
  }

  .cart-product-image {
    width: 56px;
  }

  .container_subtitle {
    padding-left: 0px;
    font-size: 2.5vw;
  }

  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .mask__third-slide {
    width: 100%;
  }

  .container__grid-2 {
    max-width: none;
  }

  .style-guide-hero-wrapper {
    height: auto;
    margin-top: 0px;
    padding: 70px 0px;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 25vw;
    line-height: 1;
  }

  .slide__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-menu__title {
    font-size: 5vw;
  }

  .blog__collection-item-copy {
    height: 500px;
  }

  .blog__collection-list-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-close-card {
    margin-right: 0px;
  }

  .con-wrap-2 {
    display: none;
  }

  .banner-title-2 {
    font-size: 13px;
  }

  .banner-clone-button-2 {
    margin-top: 10px;
    margin-right: 15px;
  }

  .tag {
    max-width: 100%;
    min-width: auto;
    margin-left: 15px;
  }

  .grid {
    margin-top: 60px;
    grid-auto-flow: row;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .copyright-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .copyright {
    width: 100%;
  }

  .product-page_image-wrap {
    position: static;
    width: 100%;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-product-page {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-product__stikywrap {
    position: static;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-118 {
    font-size: 18px;
  }

  .text-block-119 {
    font-size: 18px;
  }

  .image-wra__grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .title {
    font-size: 5vw;
  }

  .collection-list-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text__paragraph.m-t.m-b {
    font-size: 18px;
  }

  .container__image {
    width: 100%;
  }

  .section-hero-blog {
    bottom: 0px;
    padding: 35px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container__text-blog {
    position: absolute;
    bottom: 0%;
    max-width: 90%;
  }

  .container-text-blog {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .blog__collection-item {
    height: 500px;
  }

  .post-summary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-abouttext {
    padding-right: 40px;
    padding-left: 40px;
  }

  .abouttext__wrapper {
    max-width: 100%;
  }

  .team-image {
    width: 100%;
  }

  .section-about {
    padding-right: 0px;
    padding-bottom: 203px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-contact {
    font-size: 45px;
  }

  .faqs-sections {
    width: auto;
  }

  .main-paragraph {
    width: auto;
  }

  .main-paragraph.grid {
    width: auto;
  }

  .container-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-4.faq-page {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .faq-container-2 {
    position: static;
  }

  .faq-div {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .terms-head {
    line-height: 1;
  }

  .button-6.white {
    margin-bottom: 10px;
  }

  .button-6.white {
    margin-bottom: 10px;
  }

  .button-6.white {
    margin-bottom: 10px;
  }

  .div-block-7 {
    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;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collection-list-9 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-2 {
    display: block;
    width: 100%;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-field-3 {
    height: 50px;
    margin-bottom: 10px;
  }

  .my-account-page---copy-this {
    border-style: none;
  }

  .reset-password-form-container {
    display: block;
  }

  .login-head {
    margin-bottom: 0px;
    font-size: 26px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .slider-2 {
    width: 100%;
  }

  .product-image-wrapper {
    width: 90%;
  }

  .product-content-block {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-title-head {
    margin-bottom: 0px;
    text-align: center;
  }

  .product-head-wrapper {
    -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;
  }

  .price-2 {
    font-size: 22px;
  }

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

  .div-block-309 {
    margin-left: 25px;
  }

  .div-block-311 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block-314 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/gregoryling-gradient-04.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/gregoryling-gradient-04.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .collection-list-11 {
    display: block;
  }

  .div-block-319 {
    width: 100%;
  }

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

  .sidebar-main-copy {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-324 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button-2 {
    padding-right: 18px;
  }

  .collection-list-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .brand-2 {
    padding-left: 15px;
  }

  .logoiconsholder {
    width: 100%;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-335 {
    width: 100%;
  }

  .back-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .heading-82 {
    text-shadow: 0 0 3px rgba(16, 16, 16, 0.66);
  }

  .collection-list-16 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .right-block-sticky {
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    margin-left: 16px;
  }

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

  .sticky-head {
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }

  .wrap__slider {
    position: relative;
    height: auto;
  }

  .wrap__paragraph {
    font-size: 20px;
  }

  .main-button.signin {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-text-wrapper {
    height: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mask__first-slide {
    width: 100%;
  }

  .navbar1 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .description__container {
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }

  .top-text-2 {
    line-height: 22px;
  }

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

  .text-field.cart-input {
    color: #fff;
  }

  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .head-text-home-v2 {
    font-size: 20vw;
    text-align: center;
  }

  .content1-image2 {
    min-height: 400px;
  }

  .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-link.white.hover-black {
    width: 100%;
  }

  .slider {
    position: relative;
    bottom: 0px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 0px;
    clear: none;
  }

  .section-program {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stiky-text-wrapper {
    margin-left: 0px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-small.white-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container__title {
    font-size: 12vw;
  }

  .container__title.mobile {
    font-size: 12vw;
  }

  .content1-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content1-image {
    min-height: 400px;
  }

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

  .container-box {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .section-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-product-image {
    width: 56px;
  }

  .container_subtitle {
    padding-left: 0px;
    font-size: 4vw;
  }

  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .container__grid-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding: 50px 0px;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 28vw;
  }

  .link-menu__title {
    font-size: 8vw;
  }

  .blog__collection-item-copy {
    width: 100%;
    height: auto;
  }

  .blog__collection-list-copy {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-item {
    width: auto;
  }

  .wrapper--text__title {
    font-size: 18px;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-wrap {
    padding: 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;
  }

  .banner-title-wrap {
    width: 100%;
    padding-left: 4px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .con-wrap-2 {
    min-width: 60px;
    margin-bottom: 20px;
  }

  .banner-title-2 {
    display: block;
    font-size: 14px;
  }

  .banner-author {
    font-size: 14px;
  }

  .left-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-clone-button-2 {
    display: block;
    margin-top: 19px;
  }

  .tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

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

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

  .copyright {
    margin-top: 0px;
    font-size: 11px;
  }

  .copyright-link-small {
    font-size: 11px;
  }

  .container__wrap-text {
    width: 100%;
  }

  .container__wrapper-cart {
    width: 100%;
  }

  .product-page_image-wrap {
    padding-top: 79px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-product-page {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .stikywrap__container {
    width: 100%;
  }

  .image-18 {
    bottom: 0px;
    z-index: 2;
  }

  .collection-list-home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container__description {
    display: block;
    margin-top: 40px;
  }

  .text__paragraph.m-t.m-b {
    text-align: left;
  }

  .section-description__container-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-19 {
    bottom: 0px;
    z-index: 2;
  }

  .container__text-blog {
    position: static;
    top: auto;
    bottom: -40px;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: left;
  }

  .post-summary {
    padding-right: 20px;
    padding-left: 20px;
  }

  .related-posts {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-abouttext {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-image {
    width: 100%;
  }

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

  .section-description__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wprapper-contact {
    width: 90%;
  }

  .form-contact {
    width: 100%;
  }

  .heading-contact {
    font-size: 32px;
  }

  .wrapper-contact {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-button {
    display: inline-block;
  }

  .contact-us {
    height: auto;
  }

  .wrapper-location {
    width: 90%;
  }

  .form-contact-us {
    width: 100%;
  }

  .faq-dropdown {
    width: 100%;
  }

  .main-heading {
    font-size: 50px;
  }

  .main-heading.intro {
    width: 100%;
  }

  .main-heading.intro.courses {
    font-size: 35px;
  }

  .container-4.faq-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-text {
    font-size: 3.7vw;
  }

  .faq-div {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .utility-page-content {
    width: 90%;
  }

  .utility-page-form {
    padding: 30px;
  }

  .heading-77 {
    font-size: 32px;
  }

  .search-products {
    width: 90%;
    min-width: auto;
  }

  .search-query {
    font-size: 38px;
  }

  .search-results-label {
    font-size: 38px;
  }

  .field-label {
    font-size: 14px;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .field-label-3 {
    font-size: 14px;
  }

  .terms-container {
    padding: 25px;
  }

  .terms-head {
    font-size: 35px;
  }

  .div-block-7 {
    justify-items: stretch;
  }

  .cart-totals---copy-this {
    height: auto;
    -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;
  }

  .section-22 {
    padding: 90px 10px 60px;
  }

  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-3 {
    height: 50px;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-data.product {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .cart-row---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .my-account-page---copy-this {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-left-style: none;
  }

  .list-item-3 {
    width: 100%;
    margin-right: 0px;
  }

  .create-an-account-link {
    font-size: 14px;
  }

  .login-info-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sign-in-hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .signin-form-wrapper {
    padding: 15px;
  }

  .sign-in-left-wrapper {
    width: 85%;
  }

  .sign-in-logo {
    margin-top: 16px;
    margin-left: 0px;
  }

  .create-account-label {
    font-size: 14px;
  }

  .sign-in-main-wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sign-in-left-wrapper-2 {
    width: 85%;
  }

  .login-here-link {
    font-size: 14px;
  }

  .reset-password-form-container {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .login-head {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 0px;
  }

  .password-reset-paragraph {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .mini-cart-list {
    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;
    background-color: #fff;
  }

  .background-video {
    height: 250px;
  }

  .container-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-2 {
    width: 90%;
    height: 450px;
    background-color: transparent;
  }

  .product-image-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .product-content-block {
    width: 90%;
  }

  .product-title-head {
    margin-bottom: 0px;
    font-size: 34px;
    text-align: center;
  }

  .slide-3 {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .product-head-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .category-name {
    font-size: 38px;
  }

  .notices---copy-this {
    right: 10px;
  }

  .text-block-123 {
    color: #ededed;
  }

  .text-block-123:hover {
    color: #ededed;
  }

  .text-block-123.footertext {
    padding: 0px;
    color: #ededed;
  }

  .div-block-308 {
    display: block;
  }

  .sidebar {
    color: #ededed;
  }

  .sidebar.footertext {
    color: #ededed;
  }

  .sidebar.footertext:hover {
    color: #101010;
  }

  .div-block-309 {
    margin-bottom: 21px;
    margin-left: 0px;
  }

  .div-block-310.last.contact {
    margin-left: 0px;
  }

  .div-block-311 {
    width: 100%;
    padding: 25px 20px;
  }

  .div-block-311.contact-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-titles {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .section-24.ourpeople {
    height: auto;
  }

  .div-block-314 {
    max-height: 400px;
    min-height: 414px;
    padding-top: 49px;
    padding-bottom: 49px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/gradient-1.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/gradient-1.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .text-block-126 {
    width: 100%;
    max-width: none;
  }

  .text-block-127 {
    font-size: 16px;
  }

  .div-block-318 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-25 {
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sidebar-main-copy {
    display: none;
  }

  .lottie-animation-4 {
    width: auto;
    margin-top: 0px;
  }

  .div-block-323 {
    padding: 0px 10px;
  }

  .button-9 {
    display: none;
  }

  .people {
    font-size: 20px;
  }

  .div-block-324 {
    width: 100%;
    padding: 15px 10px;
  }

  .container-6 {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

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

  .menu-button-2 {
    text-align: right;
  }

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

  .div-block-326 {
    width: 60%;
  }

  .navbar {
    position: static;
    top: 0px;
    background-color: transparent;
  }

  .icon-16 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #bfb6af;
  }

  .nav-link-2 {
    width: 100%;
    background-color: rgba(33, 33, 33, 0.26);
    font-family: 'IBM Plex Sans', sans-serif;
    color: #bfb6af;
    text-decoration: none;
  }

  .nav-link-2.w--current {
    color: #bfb6af;
    text-align: left;
  }

  .nav-menu {
    background-color: #141414;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #bfb6af;
  }

  .section-26 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    background-color: #141414;
  }

  .dropdown-2 {
    width: 100%;
  }

  .text-block-132 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #bfb6af;
  }

  .link-11 {
    color: #bfb6af;
    text-decoration: none;
  }

  .dropdown-toggle-2 {
    width: 100%;
    background-color: rgba(33, 33, 33, 0.26);
  }

  .icon-17 {
    color: #bfb6af;
  }

  .dropdown-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #bfb6af;
  }

  .footer {
    display: block;
    margin-top: 0px;
    padding: 20px;
    border-radius: 4px;
    background-color: #1b6875;
  }

  .button-9-copy.mobile {
    display: block;
  }

  .button-9-copy.mobile.j {
    display: none;
  }

  .div-block-327._2 {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  .div-block-328 {
    margin: 0px auto 20px;
    padding: 20px;
  }

  .div-block-8 {
    margin-bottom: 0px;
  }

  .div-block-8._2cols {
    margin-bottom: 0px;
  }

  .div-block-8._1 {
    margin-bottom: 25px;
  }

  .image-45 {
    margin-bottom: 6px;
  }

  .div-block-329 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
  }

  .image-46 {
    width: 100%;
    height: 300px;
    max-height: 300px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }

  .text-block-133 {
    font-size: 24px;
  }

  .div-block-330 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
  }

  .collection-list-12 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .brand-2 {
    width: 100%;
    margin-left: 18px;
    padding-left: 0px;
  }

  .collection-list-wrapper-3 {
    margin-bottom: 35px;
  }

  .page-titles-contact-mobile {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .link-block-15 {
    display: block;
    color: #ededed;
    text-decoration: none;
  }

  .link-block-15:hover {
    color: #101010;
  }

  .link-block-16 {
    display: block;
    color: #ededed;
    text-decoration: none;
  }

  .link-block-16:hover {
    color: #101010;
  }

  .div-block-332 {
    display: block;
  }

  .div-block-333 {
    width: 100%;
  }

  .div-block-334 {
    width: 100%;
  }

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

  .logoiconsholder {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-60 {
    width: 80px;
    height: auto;
    margin-left: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-61 {
    margin-left: 0px;
  }

  .image-62 {
    margin-left: 10px;
  }

  .heading-82 {
    font-size: 20px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.61);
  }

  .div-block-342 {
    min-height: 300px;
  }

  .image-65 {
    width: 200px;
  }
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb42-929aeb3e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb44-929aeb3e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb46-929aeb3e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb48-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4a-929aeb3e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4c-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4e-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb50-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb52-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb54-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb56-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb58-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5a-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5c-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5e-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb60-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb62-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb64-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb66-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb68-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6a-929aeb3e {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: 1.9943181276321411;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: 7.994318127632141;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_2af60a4d-d361-1298-8ece-03b6fa256c9c-fa256c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2af60a4d-d361-1298-8ece-03b6fa256c9e-fa256c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_16bb5569-29d8-1d80-a1f7-505583cf34e2-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16bb5569-29d8-1d80-a1f7-505583cf34e3-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_16bb5569-29d8-1d80-a1f7-505583cf34e4-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9b99211-ea41-3519-324b-478ea90b8fd4-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_05815b29-295f-6799-1bd0-d7acffbff0c6-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab9f4282-3e73-e7f2-8580-f0484616061b-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aebf1026-1d7f-e960-bddb-f905d0773027-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aebf1026-1d7f-e960-bddb-f905d0773028-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aebf1026-1d7f-e960-bddb-f905d0773029-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4eec212-1ba4-22fa-0c87-5cdd0dccaf97-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4eec212-1ba4-22fa-0c87-5cdd0dccaf98-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4eec212-1ba4-22fa-0c87-5cdd0dccaf99-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f363bd7b-04bd-498a-3be0-b785f9bf0905-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f363bd7b-04bd-498a-3be0-b785f9bf0906-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f363bd7b-04bd-498a-3be0-b785f9bf0907-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f49c503-2194-5f1c-5eb6-d1907f2e110f-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0f49c503-2194-5f1c-5eb6-d1907f2e1110-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0f49c503-2194-5f1c-5eb6-d1907f2e1111-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_421426c4-342f-16ab-357b-2d55e6b07129-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_421426c4-342f-16ab-357b-2d55e6b0712a-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_421426c4-342f-16ab-357b-2d55e6b0712b-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc790524-0701-6bd4-0cd0-ffe9ad89f106-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc790524-0701-6bd4-0cd0-ffe9ad89f107-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cc790524-0701-6bd4-0cd0-ffe9ad89f108-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0767d145-c2f4-7598-8346-cc8ae8d3e8a4-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0767d145-c2f4-7598-8346-cc8ae8d3e8a5-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0767d145-c2f4-7598-8346-cc8ae8d3e8a6-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1deec77-36dd-604c-c731-42b867fca058-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1deec77-36dd-604c-c731-42b867fca059-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a1deec77-36dd-604c-c731-42b867fca05a-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d235b6c-3c52-c9c1-48a3-12ac8cc18f15-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d235b6c-3c52-c9c1-48a3-12ac8cc18f16-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6d235b6c-3c52-c9c1-48a3-12ac8cc18f17-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c79d375f-859e-00c5-7cc6-d2eaa4efd085-22af33df {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c79d375f-859e-00c5-7cc6-d2eaa4efd086-22af33df {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db52905f-93bb-74ae-9238-f61063d12fa7-5b641c5d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-db52905f-93bb-74ae-9238-f61063d12fae-5b641c5d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-link-block-0b0745ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9275de2b-8261-7906-f325-665f99f2d99a-0b0745ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb42-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb44-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb46-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb48-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4a-929aeb3e {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 0.9943181276321411;
    grid-column-end: 1.9943181276321411;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9943181276321411;
    grid-row-end: 2.994318127632141;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4c-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb4e-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb50-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb52-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb54-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb56-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb58-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5a-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5c-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb5e-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb60-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb62-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb64-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb66-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb68-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6a-929aeb3e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 0.9943181276321411;
    grid-column-end: 1.9943181276321411;
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 0.9943181276321411;
    grid-row-end: 13.994318127632141;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibmplexsans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibmplexsans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibmplexsans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibmplexsans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}