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

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

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

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

.w-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-commercecheckoutadditionalinputscontainer {
  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-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  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;
  margin-bottom: 16px;
  height: 76px;
  width: 100%;
}

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

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

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

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commercecheckoutadditionaltextinput {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -3px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 140%;
}

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

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

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

.container.mar-bottom-m {
  margin-bottom: 40px;
}

.container.mar-bottom-xl {
  margin-bottom: 80px;
}

.container.mar-bottom-u {
  margin-bottom: 140px;
}

.container.is-fixed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.is-footer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section {
  padding: 80px 10%;
  -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 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85vh;
  padding-top: 150px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
}

.section.hero.no-pad-top-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.hero.is-vertical {
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.hero.is-vertical._100vh {
  min-height: 100vh;
}

.section.hero.is_wrap {
  min-width: 100%;
  padding: 0%;
}

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

.section.is-cta {
  background-color: #00e4b3;
}

.section.is-100vh {
  min-height: 100vh;
}

.section.is-100vh.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.is-100vh.center-content.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  padding: 16px 20px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

.button:hover {
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

.button.modal-form-button {
  margin-right: 12px;
}

.branding {
  width: 42px;
  margin-top: 2px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.branding:hover {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1296px;
  min-height: 8vh;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 140px;
  -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: 4px;
  background-color: transparent;
}

.navbar.active-notification {
  z-index: 9999999999900;
  margin-top: 38px;
}

.nav-link {
  margin-left: 32px;
  padding: 8px 16px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.nav-link:hover {
  border-radius: 5px;
  background-color: #b7faeb;
}

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

.nav-link.last-child.w--current {
  color: #142649;
}

.nav-link.is-footer {
  color: #fff;
}

.nav-link.is-footer:hover {
  color: #000;
}

.container-small {
  max-width: 480px;
}

.container-small.centered {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.margin-bottom-48.center {
  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;
}

.grid-halves {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-halves.reversed {
  direction: rtl;
}

.placeholder-image {
  border-radius: 20px;
}

.direction-left {
  direction: ltr;
}

.brand {
  margin-right: auto;
  padding-left: 0px;
}

.brand.w--current:hover {
  color: #142649;
}

.brand.is-inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav {
  position: fixed;
  width: 100%;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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: rgba(0, 0, 0, 0.3);
}

.modal {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  border: 2px none #000;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/elefan-planner-preview-image.jpg');
  background-position: -90% 50%;
  background-size: 1100px;
  background-repeat: no-repeat;
}

.modal-content {
  max-width: 370px;
}

.modal-heading {
  margin-top: 0px;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1px;
}

.fc-secondary {
  color: #00e4b3;
}

.modal-checklist-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #000;
}

.modal-checklist-icon.green {
  color: #000;
}

.modal-checklist-icon.pink {
  color: #000;
}

.modal-checklist-icon.orange {
  color: #000;
}

.modal-checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.modal-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  list-style-type: none;
}

.modal-divider {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #b7b7b8;
}

.label {
  font-weight: 500;
}

.input {
  height: 48px;
  padding: 12px 20px;
  border: 1px solid #b7b7b8;
  border-radius: 4px;
}

.input.is-discount {
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.form-button-row {
  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;
  color: #777;
}

.modal-form {
  margin-bottom: 0px;
}

.modal-close-icon {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 14px;
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
}

.modal-close-icon:hover {
  opacity: 1;
}

.modal-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

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

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

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

.margin-bottom-24.center {
  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;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/segern-placeholder-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(120%) grayscale(100%);
  filter: contrast(120%) grayscale(100%);
}

.bg-image.fade-in {
  z-index: -1;
  background-image: url('../images/elefan-planner-preview-hero.jpg');
  background-position: 50% -680%;
  background-size: 130%;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-image.fade-in.is-color {
  z-index: -1;
}

.bg-image.fade-in {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-image.fade-in.is-proxy {
  background-image: url('../images/segern-placeholder-img.jpg');
  background-position: 50% 50%;
}

.bg-image.studio_a-about_2 {
  background-image: url('../images/agency-portfolio-template-18.jpg');
}

.bg-image.studio_a-about_2.is-color {
  -webkit-filter: none;
  filter: none;
}

.bg-image.is-spread-1 {
  background-image: url('../images/elefan-planner-spread-1.jpg');
  background-position: 50% 50%;
  background-size: auto 140%;
}

.bg-image.is-spread-2 {
  background-image: url('../images/elefan-planner-spread-3.jpg');
  background-position: 50% 50%;
  background-size: auto 140%;
}

.bg-image.is-spread-3 {
  background-image: url('../images/elefan-planner-spread-2.jpg');
  background-position: 50% 50%;
  background-size: auto 140%;
}

.bg-image.is-spread-4 {
  background-image: url('../images/elefan-planner-spread-4.jpg');
  background-position: 50% 50%;
  background-size: auto 140%;
}

.bg-image.is-lottie {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-filter: none;
  filter: none;
}

.bg-image.is-color {
  -webkit-filter: none;
  filter: none;
}

.success-message {
  min-width: 100%;
  padding-top: 34px;
  border-radius: 10px;
  background-color: #00fdc6;
  font-size: 1.25rem;
  line-height: 140%;
}

.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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.font-grey {
  color: #b7b7b8;
  font-weight: 600;
}

.font-grey.mar-bottom-m {
  margin-bottom: 24px;
}

.category-cards {
  padding-bottom: 69px;
}

.link {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #142649;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.company {
  padding-left: 9px;
  font-size: 12px;
  line-height: 13px;
}

.heading-3 {
  color: #142649;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 41px;
  padding-bottom: 41px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #939bb4;
}

.footer {
  padding-right: 10%;
  padding-bottom: 2%;
  padding-left: 10%;
  background-color: #142649;
}

.text-feild-name {
  padding-top: 17px;
  border: 1px none #000;
  font-weight: 300;
}

.company-cards {
  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;
}

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

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

.text-field-email {
  padding-top: 17px;
  padding-left: 27px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #eee;
  font-weight: 300;
}

.div-block-7 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 12px 12px 12px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.image {
  position: absolute;
  left: 2%;
  top: -1061%;
  right: auto;
  bottom: auto;
  width: 620px;
  max-width: 119%;
  min-height: 620px;
  border-radius: 29px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta {
  padding-top: 61px;
  padding-bottom: 61px;
  background-color: #142649;
}

.com-card {
  padding: 38px;
  border-radius: 10px;
  background-color: #000;
  text-align: center;
}

.com-card.green {
  background-color: #1ed760;
}

.com-card.airb {
  background-color: #ff5a60;
}

.bold-text {
  color: #142649;
}

.categories {
  padding-top: 150px;
  padding-bottom: 150px;
}

.paragraph-2 {
  color: #142649;
  font-weight: 300;
  text-align: center;
}

.company-excepts-and-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  text-decoration: none;
}

.category-item {
  padding: 0px;
  border-radius: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.category-item:hover {
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 59px -13px rgba(147, 155, 180, 0.24);
}

.heading {
  color: #000;
  font-size: 56px;
  line-height: 115%;
  font-weight: 600;
}

.heading.foote {
  padding-right: 69px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
}

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

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

.jobs {
  padding-top: 40px;
  padding-bottom: 89px;
}

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

.pill-text {
  padding-top: 2px;
  padding-left: 12px;
  float: left;
  color: #000;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pill {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 20px 6px 7px;
  border-radius: 50px;
  background-color: #ffd8f2;
}

.pill.blue {
  background-color: #d5e9fa;
}

.pill.red {
  background-color: #f5ded8;
}

.pill.ylo {
  background-color: #f1d4b7;
}

.pill.is-blue {
  background-color: #cfc5ff;
}

.pill.is-green {
  background-color: #b7faeb;
}

.column.is-cta {
  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;
}

.column.align-right {
  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;
}

.btn-prime {
  position: relative;
  z-index: 1;
  padding: 24px 50px;
  border-radius: 5px;
  background-color: #142649;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-prime:hover {
  box-shadow: 0 10px 60px 8px rgba(20, 38, 73, 0.32);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.btn-prime.is-hidden {
  display: none;
}

.heading-2 {
  display: block;
  padding-right: 187px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 34px;
  font-weight: 600;
}

.container-2 {
  margin-top: 84px;
}

.paragraph {
  color: #939bb4;
  font-weight: 300;
  text-decoration: none;
}

.text-block-2 {
  font-size: 89px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.image-2 {
  width: 58px;
  max-width: 100%;
}

.job-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.job-item:hover {
  box-shadow: 0 1px 28px 0 rgba(147, 155, 180, 0.23);
}

.timeing {
  margin-top: 5px;
  margin-left: 8px;
  color: #939bb4;
  font-size: 12px;
  line-height: 13px;
  font-weight: 300;
}

.timeing.blue {
  color: #2d77f7;
}

.time {
  padding-left: 7px;
  color: #939bb4;
  font-size: 12px;
  line-height: 13px;
}

.grid-2 {
  grid-template-areas: "."
    "Area"
    "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  width: 20px;
}

.div-block {
  height: 50px;
}

.submit-button {
  padding: 21px 45px;
  border-radius: 5px;
  background-color: #f6c;
  font-weight: 500;
}

.pill-node {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
  clear: none;
  border-radius: 50px;
  background-color: #f6c;
}

.pill-node.blue {
  background-color: #0084f4;
}

.pill-node.yellow {
  background-color: #f59331;
}

.pill-node.red {
  background-color: #c43400;
}

.pill-node.is-blue {
  background-color: #142649;
}

.pill-node.is-green {
  background-color: #00fdc6;
}

.company-image {
  width: 71px;
}

.div-block-2 {
  text-decoration: none;
}

.column-2 {
  position: absolute;
  padding-right: 27px;
  padding-left: 242px;
}

.text-center-white {
  margin-top: 28px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.footer-link {
  margin-left: 32px;
  color: #fff;
  text-decoration: none;
}

.footer-link.is-first {
  margin-left: 0px;
}

.bold-text-2 {
  text-decoration: underline;
}

.div-block-5 {
  height: 20px;
}

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

.div-block-6 {
  padding: 93px 46px 66px;
}

.image-3 {
  width: 344px;
  max-width: 130%;
  border-radius: 20px;
}

.columns {
  min-width: 100%;
}

.columns.is-faqs {
  margin-top: 32px;
}

.contact-wrapper_background {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  background-image: url('../images/map-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form_text-area {
  width: 100%;
  min-height: 200px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4));
  background-image: linear-gradient(180deg, #00bcd4, #00bcd4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f8faf7;
}

.form_text-area:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3de9ff), to(#3de9ff));
  background-image: linear-gradient(180deg, #3de9ff, #3de9ff);
}

.form_text-area::-webkit-input-placeholder {
  color: #f8faf7;
}

.form_text-area:-ms-input-placeholder {
  color: #f8faf7;
}

.form_text-area::-ms-input-placeholder {
  color: #f8faf7;
}

.form_text-area::placeholder {
  color: #f8faf7;
}

.collection-list {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 32px;
}

.icon.icon-close {
  color: #fff;
}

.icon.icon-close:hover {
  color: #051923;
}

.icon.icon-menu-button {
  display: none;
}

.icon.icon-regular.white {
  color: #f8faf7;
}

.icon.icon-brand {
  color: #435259;
  text-decoration: none;
}

.icon.icon-brand.icon-link {
  margin-left: 32px;
  font-size: 24px;
  line-height: 24px;
}

.icon.icon-brand.icon-link:hover {
  color: #00bcd4;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navlink {
  margin-left: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f8faf7;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #051923;
}

.navlink.navlink-footer {
  margin-right: 32px;
  margin-left: 0px;
  color: #435259;
}

.navlink.navlink-footer:hover {
  color: #00bcd4;
}

.navlink.navlink-fullscreen {
  margin-left: 0px;
  font-size: 24px;
  line-height: 40px;
}

.form_text-field {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 28px 16px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4));
  background-image: linear-gradient(180deg, #00bcd4, #00bcd4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f8faf7;
}

.form_text-field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3de9ff), to(#3de9ff));
  background-image: linear-gradient(180deg, #3de9ff, #3de9ff);
}

.form_text-field::-webkit-input-placeholder {
  color: #f8faf7;
}

.form_text-field:-ms-input-placeholder {
  color: #f8faf7;
}

.form_text-field::-ms-input-placeholder {
  color: #f8faf7;
}

.form_text-field::placeholder {
  color: #f8faf7;
}

.section_clinic-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/michael-browning-40733-unsplash_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.section_header_h2 {
  min-height: 100px;
  min-width: 600px;
  margin-top: -24px;
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
}

.intro_text {
  color: #170477;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  padding: 32px 16px 16px;
  -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-transition: color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: color 300ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #435259;
  text-align: center;
  text-decoration: none;
}

.service-wrapper:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.eyebrow-text {
  margin-bottom: 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.button-3 {
  padding: 10px 32px;
  border: 2px solid #f8faf7;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: transparent;
  background-color: #051923;
  color: #f8faf7;
}

.button-3.button-team {
  border-color: #00bcd4;
  color: #00bcd4;
}

.button-3.button-team:hover {
  border-color: transparent;
  color: #f8faf7;
}

.button-3.button-team.button-form {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-3.button-big {
  padding: 16px 64px;
  border-width: 4px;
  font-size: 24px;
}

.button-3.button-big:hover {
  color: #f8faf7;
}

.button-3.button_navbar {
  margin-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.button-3.button_navbar:hover {
  color: #f8faf7;
}

.footer_line {
  width: 2px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4));
  background-image: linear-gradient(180deg, #00bcd4, #00bcd4);
}

.sub {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 88px 2% 88px 10%;
  -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;
}

.sub.section_opening-hours {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#00bcd4));
  background-image: linear-gradient(180deg, #00bcd4, #00bcd4);
  color: #f8faf7;
  font-size: 20px;
}

.sub.section_navmenu-fullscreen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00bcd4), to(#3de9ff));
  background-image: linear-gradient(180deg, #00bcd4, #3de9ff);
}

.sub.section-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub.section_contact {
  padding-right: 0%;
  padding-left: 0%;
}

.sub.section-clinic {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 25, 35, 0.2)), to(rgba(5, 25, 35, 0.2)));
  background-image: linear-gradient(180deg, rgba(5, 25, 35, 0.2), rgba(5, 25, 35, 0.2));
  color: #f8faf7;
}

.sub.is-intro {
  z-index: 2;
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 64px;
}

.sub.section-buttom-bar {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdee0), to(#dcdee0));
  background-image: linear-gradient(180deg, #dcdee0, #dcdee0);
}

.sub.bg-aqua {
  background-color: #00e4b3;
}

.intro_h1 {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.team_member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin-right: 40px;
  margin-left: 40px;
  -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;
  text-align: center;
}

.logo {
  width: 80px;
  height: 80px;
  background-image: url('../images/NewSmile-Logo-White.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.bg-hero {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 5000px;
  height: 5000px;
  border-radius: 50%;
  background-image: url('../images/000-elefan-hero-img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#00e4b3), to(#00e4b3));
  background-image: url('../images/000-elefan-hero-img.jpg'), linear-gradient(180deg, #00e4b3, #00e4b3);
  background-position: 60% 111%, 0px 0px;
  background-size: auto 1200px, auto;
  background-repeat: no-repeat, repeat;
}

.bg-hero.no-img {
  z-index: 0;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e4b3), to(#00e4b3));
  background-image: linear-gradient(180deg, #00e4b3, #00e4b3);
  opacity: 0.75;
}

.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

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

.content.width-75 {
  max-width: 75%;
}

.content.width-50 {
  max-width: 50%;
}

.content.brand-footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content.width-90 {
  max-width: 90%;
}

.contact_info {
  display: -ms-grid;
  display: grid;
  width: 480px;
  padding: 16px 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: 64px 64px 64px;
  grid-template-rows: 64px 64px 64px;
  background-color: #00bcd4;
  color: #fff;
  font-size: 24px;
}

.clinic_text-wrapper {
  max-width: 600px;
}

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

.footernav.footernav-right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
}

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

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.container-3.container-grid-6x1 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3.container-intro {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3.container-grid-2x2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3.container-grid-3x2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.container-3.container-grid-3x1-footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3.container-grid-4x1 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f8faf7;
}

.form-2 {
  width: 480px;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8faf7), to(#f8faf7));
  background-image: linear-gradient(180deg, #f8faf7, #f8faf7);
  box-shadow: 0 16px 40px 0 rgba(5, 25, 35, 0.1);
}

.cta-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 75%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.column-3 {
  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;
}

.column-4 {
  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;
}

.section-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 112px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.section-hero._50vh {
  height: auto;
  min-height: 50vh;
}

.main-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1296px;
  grid-auto-flow: row dense;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.content-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -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;
}

.content-2.is-sticky {
  max-width: 75%;
}

.content-2.is-sticky.margin-top-m {
  margin-top: 1rem;
}

.content-2.is-full {
  min-width: 100%;
}

.content-2.is-hero-text {
  max-width: 60%;
  min-width: 40%;
}

.show_opacity-on_load {
  position: relative;
  z-index: 1;
}

.mar-top-xl {
  margin-top: 112px;
}

.mar-top-xl.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.style-grid-four-c {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-grid-four-c.no-margin {
  margin-bottom: 0px;
}

.mar-top-xs {
  margin-top: 8px;
}

.mar-top-xs.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.margin-left-m {
  margin-left: 28px;
}

.margin-left-m.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.font-accent {
  color: #00e4b3;
}

.font-accent.is-blue {
  color: #142649;
}

.sub-s {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440%;
  padding: 140px;
}

.sup {
  position: absolute;
  margin-left: 1rem;
  border-radius: 100px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  cursor: none;
}

.model-embed {
  min-height: 64vh;
  min-width: 100%;
}

.gradient-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 13, 17, 0.7)), color-stop(50%, rgba(13, 13, 17, 0)));
  background-image: linear-gradient(0deg, rgba(13, 13, 17, 0.7), rgba(13, 13, 17, 0) 50%);
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 160%;
  font-weight: 500;
  text-transform: none;
}

.mar-top-l {
  margin-top: 80px;
}

.mar-top-l.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.spacing-wrap {
  max-width: 100%;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.swatch {
  width: 100%;
  padding: 2rem;
  background-color: #000;
}

.swatch.h-300 {
  height: auto;
  background-color: transparent;
}

.swatch.is-grey-300 {
  height: auto;
  background-color: #252525;
  background-image: none;
}

.swatch.h-50 {
  height: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.52)), to(hsla(0, 0%, 100%, 0.52)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.52), hsla(0, 0%, 100%, 0.52));
}

.swatch.is-grey {
  background-color: #3d3d3d;
}

.swatch.is-accent-blue {
  background-color: #16007f;
}

.swatch.is-accent-green {
  background-color: #00e4b3;
}

.swatch.is-grey-100 {
  height: auto;
  background-color: #949494;
  background-image: none;
}

.swatch.is-primary {
  background-color: #fff;
}

.swatch.is-primary.is-outlined {
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
}

.swatch.h-600 {
  height: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.swatch.is-secondary {
  background-color: #000;
}

.swatch.is-accent-green {
  background-color: #00e4b3;
}

.swatch.is-accent-pink {
  background-color: #f6c;
}

.mar-m {
  margin: 28px;
}

.mar-m.is-margin-filler {
  width: 224px;
  height: 224px;
  background-color: #949494;
}

.pad-xl {
  padding: 112px;
}

.pad-xl.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.img-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  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;
  background-color: transparent;
}

.img-wrapper.is-medium {
  height: 64vh;
}

.img-wrapper.is-medium.is-stretch {
  height: 100%;
  min-height: 64vh;
}

.img-wrapper.is-stretch {
  height: 100%;
  min-height: 50vh;
}

.img-wrapper.is-stretch.align-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-wrapper.is-mini {
  height: 256px;
}

.img-wrapper.is-mini.is-stretch {
  height: 100%;
  min-height: 256px;
}

.img-wrapper.is-large {
  height: 100vh;
}

.img-wrapper.is-large.is-stretch {
  height: 100%;
  min-height: 100vh;
}

.img-wrapper.is-small {
  height: 512px;
}

.img-wrapper.is-small.is-stretch {
  height: 100%;
  min-height: 512px;
}

.font-grey_50 {
  color: #414141;
}

.display-0 {
  position: relative;
  z-index: 1;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-right: 0.5vw;
  font-size: 7rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
}

.mar-left-s {
  margin-left: 16px;
}

.mar-left-s.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.button-circle-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -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-radius: 9999999px;
  cursor: pointer;
}

.mar-xs {
  margin: 8px;
}

.mar-xs.is-margin-filler {
  width: 264px;
  height: 264px;
  background-color: #949494;
}

.mar-paragraph {
  position: relative;
  margin-bottom: 1rem;
}

.uppercase {
  letter-spacing: 0em;
  text-transform: uppercase;
}

.mar-bottom {
  margin-bottom: 6rem;
}

.mar-bottom.flex-wrap.mar-bottom-xs {
  margin-bottom: 0.5rem;
}

.mar-bottom.flex-wrap.mar-bottom-xs.bg-black {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #000;
}

.icon-2 {
  width: 40px;
  height: 40px;
}

.icon-2.is-inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mar-bottom-l {
  margin-bottom: 80px;
}

.mar-bottom-l.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.play-btn-pulse {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: rgba(248, 92, 100, 0.5);
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
}

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

.mar-top.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.display-3 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.display-3.is-white {
  color: #fff;
}

.display-3.font-black {
  font-weight: 700;
}

.pad {
  padding: 40px;
}

.pad.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.mar-bottom {
  margin-bottom: 40px;
}

.mar-bottom.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.modal-icon-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.compare-price {
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.5;
  text-decoration: line-through;
  cursor: none;
}

.compare-price.no-mar {
  margin-right: 0px;
  margin-left: 0px;
}

.grid-gap-columns {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.75rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-gap-columns._3x {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mar {
  margin: 40px;
}

.mar.is-margin-filler {
  width: 200px;
  height: 200px;
  background-color: #949494;
}

.mar-top-m {
  margin-top: 28px;
}

.mar-top-m.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.display-4 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.25rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
}

.mar-bottom-s {
  margin-bottom: 16px;
}

.mar-bottom-s.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.pad-m {
  padding: 28px;
}

.pad-m.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.mar-right-l {
  margin-right: 80px;
}

.mar-right-l.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.show-skew-on-load {
  position: relative;
  z-index: 2;
}

.show-skew-on-load.is-full {
  min-width: 100%;
}

.icon-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.mar-left-l {
  margin-left: 80px;
}

.mar-left-l.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.margin-right-m {
  margin-right: 28px;
}

.margin-right-m.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 12rem;
  width: 100%;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.69);
}

.mar-s {
  margin: 16px;
}

.mar-s.is-margin-filler {
  width: 248px;
  height: 248px;
  background-color: #949494;
}

.style-grid-ten-c {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pad-l {
  padding: 80px;
}

.pad-l.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.margin-bottom-s {
  margin-bottom: 0.5rem;
}

.margin-bottom-s.flex-wrap.bg-white {
  background-color: #fff;
}

.mar-left {
  margin-left: 40px;
}

.mar-left.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.modal-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  overflow: visible;
  padding: 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;
  background-color: #000;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: none;
}

.font-black {
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 400;
}

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

.bg-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: transparent;
}

.bg-color.grey_40 {
  background-color: #86898f;
}

.bg-color.grey {
  background-color: #121217;
}

.bg-color.is-green {
  background-color: #00e4b3;
}

.bg-color.is-green.opacity-75 {
  opacity: 0.75;
}

.bg-color.is-hidden {
  display: none;
}

.button-arrow {
  position: relative;
}

.button-arrow.is-black {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.play-btn-lottie {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 18px 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: 100000000000000px;
  background-color: #f85c64;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.play-btn-lottie:hover {
  background-color: #fff;
}

.font-grey_10 {
  color: #f9f9fa;
}

.is-pad-filler-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.num {
  position: relative;
  top: -0.34rem;
  margin-right: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: none;
}

.model-embed-content {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
}

.font-grey_30 {
  color: #c3c7cb;
}

.col {
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-2 {
  -webkit-flex-basis: 16.67%;
  -ms-flex-preferred-size: 16.67%;
  flex-basis: 16.67%;
}

.col.col-2.no-gutter {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.mar-right-s {
  margin-right: 16px;
}

.mar-right-s.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.pad-xs {
  padding: 8px;
}

.pad-xs.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.mar-left-xl {
  margin-left: 112px;
}

.mar-left-xl.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.display-1 {
  margin-top: 0rem;
  margin-bottom: 0px;
  padding-right: 0.3vw;
  font-size: 5.75rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: capitalize;
}

.mar-xl {
  margin: 112px;
}

.mar-xl.is-margin-filler {
  width: 54px;
  height: 54px;
  background-color: #949494;
}

.p {
  max-width: 800px;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
}

.p.is-lead {
  font-size: 1.75rem;
  line-height: 140%;
}

.p.is-lead.font-accent {
  color: #f6c;
}

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

.p.is-notification {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.divider {
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #eee;
}

.mar-top-s {
  margin-top: 16px;
}

.mar-top-s.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.mar-l {
  margin: 80px;
}

.mar-l.is-margin-filler {
  width: 120px;
  height: 120px;
  background-color: #949494;
}

.display-3-image {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
}

.display-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0.125rem;
  font-size: 4.8rem;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.mar-bottom-m {
  margin-bottom: 28px;
}

.mar-bottom-m.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.hue-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.font-grey_20 {
  color: #e1e3e5;
}

.tooltip_hover-trigger {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}

.mar-right-xs {
  margin-right: 8px;
}

.mar-right-xs.is-margin-filler {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #949494;
}

.modal-window {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 75vh;
  max-width: 75vw;
  min-height: 50vh;
  min-width: 50vw;
  -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: 4px;
  background-color: #000;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-exit {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.font-white {
  color: #fff;
}

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  overflow: visible;
  padding: 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;
  background-color: #000;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.gradient-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 17, 0.6)), color-stop(50%, rgba(13, 13, 17, 0)));
  background-image: linear-gradient(180deg, rgba(13, 13, 17, 0.6), rgba(13, 13, 17, 0) 50%);
}

.gradient-top.opacity-75 {
  opacity: 0.75;
}

.font-grey_40 {
  color: #86898f;
}

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

.mar-bottom-xs.is-margin-filler {
  width: 100%;
  height: 101%;
  background-color: #949494;
}

.pad-s {
  padding: 16px;
}

.pad-s.is-pad-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.grid-6 {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6.margin-bottom {
  min-height: 5rem;
}

.margin-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 300px;
  max-height: 300px;
  max-width: 100%;
  -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;
}

.margin-wrapper.align-left {
  -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;
}

.margin-wrapper.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.margin-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-wrapper.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mar-right-xl {
  margin-right: 112px;
}

.mar-right-xl.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.caption {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 0.86rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.04rem;
  text-transform: none;
}

.caption.margin-bottom {
  margin-bottom: 6rem;
}

.caption.font-white.margin-top-s {
  margin-top: 16px;
}

.caption.margin-top-s {
  margin-top: 16px;
}

.caption.is-bold {
  font-weight: 700;
}

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

.mar-right.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.modal-body {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 75vh;
  max-width: 75vw;
  min-height: 50vh;
  min-width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.mar-bottom-xl {
  margin-bottom: 112px;
}

.mar-bottom-xl.is-margin-filler {
  width: 100%;
  height: 100%;
  background-color: #949494;
}

.mar-left-xs {
  margin-left: 8px;
}

.mar-left-xs.is-margin-filler {
  width: 304100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #949494;
}

.no-mar-top {
  margin-top: 0px;
}

.no-mar-top.font-black {
  font-weight: 700;
}

.play-video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 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: 1px none #fff;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.play-video-link:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.2);
}

.play-btn {
  position: absolute;
  width: 72px;
  height: 72px;
  max-height: 72px;
  max-width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
}

.hidden-video-src-link {
  display: none;
}

.hidden-video-poster-link {
  display: none;
}

.video-player {
  min-height: 100%;
  min-width: 100%;
  background-color: #fff;
}

.video-player.mar-top-l {
  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-filter: contrast(100%) brightness(120%);
  filter: contrast(100%) brightness(120%);
}

.column-5 {
  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;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1296px;
  min-height: 8vh;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 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: 4px;
  background-color: transparent;
}

.nav-footer.mar-top-xl {
  color: #fff;
}

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

.copyright-text {
  margin-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  font-weight: 600;
}

.copyright-wrap {
  max-width: 50%;
}

.shopify-btn {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.shopify-btn:hover {
  box-shadow: 0 1px 60px 24px rgba(0, 0, 0, 0.32);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.btn-shopify {
  position: relative;
  z-index: 1;
  padding: 24px 50px;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-shopify:hover {
  box-shadow: 0 10px 60px 8px rgba(0, 0, 0, 0.32);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.btn-shopify.is-hidden {
  display: none;
}

.accordion-title {
  margin-left: 24px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.expand-icon {
  position: relative;
  top: -0.125rem;
  font-size: 1.5rem;
  font-weight: 200;
}

.accordion-item-content {
  overflow: hidden;
  padding-left: 4rem;
  border-bottom: 1px solid #414141;
  text-align: left;
}

.accordion-item-content.no-divider {
  border-bottom-style: none;
}

.accordion-tile {
  position: relative;
  padding: 24px 40px;
  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)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  color: #000;
}

.accordion-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0.04rem;
}

.accordion-text.no-margin-bottom {
  margin-bottom: 0rem;
}

.item-number {
  position: relative;
  top: -0.34rem;
  margin-left: 1.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.item-number.is-vertical-left {
  top: 0rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-item-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 1.25rem;
  line-height: 2;
  cursor: pointer;
}

.inline-link {
  color: #f6c;
}

.add-to-cart-button {
  display: none;
}

.quantity {
  display: block;
  height: 56px;
  padding-right: 6px;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
  background-color: #1d3668;
}

.field-label {
  display: none;
}

.global-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 14vw;
  padding: 20px 46px 20px 36px;
  -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: #142649;
  background-image: url('../images/icon-arrow-right-iswhite.svg');
  background-position: 84% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.global-btn:hover {
  background-position: 92% 50%;
}

.global-btn.is-accent {
  background-color: #142649;
  background-image: url('../images/icon-arrow-right-iswhite.svg');
  color: #fff;
}

.global-btn.is-accent.is-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/icon-addtoshoppingbag.svg');
  background-size: 22px;
}

.global-btn.is-accent.is-buy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 73px;
  border-radius: 0px 5px 5px 0px;
  background-color: #142649;
  background-image: url('../images/icon-cart.svg');
  background-size: 18px;
}

.global-btn.is-accent.is-buy.mar-top-m {
  margin-top: 24px;
}

.global-btn.is-accent.is-buy.mar-top-s {
  margin-top: 16px;
}

.global-btn.is-accent.is_amazon {
  position: relative;
  z-index: 1;
  background-image: url('../images/amazon.svg');
  background-position: 92% 50%;
  background-size: 30px;
}

.global-btn.is-black {
  background-color: #000;
  background-image: url('../images/icon-arrow-right-iswhite.svg');
  color: #fff;
}

.global-btn.is-apply {
  min-width: 4vw;
  padding-right: 27px;
  padding-left: 27px;
  background-image: none;
}

.global-btn.is-download {
  background-image: url('../images/icon-download-iswhite.svg');
  background-size: 14px;
}

.global-btn.is-download:hover {
  background-position: 84% 50%;
}

.global-btn.is-download.is-medium {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1rem;
}

.global-btn.is-download.is-medium:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 0.875rem;
}

.product-option-dropdown {
  min-height: 56px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-left: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.product-option-dropdown:active {
  background-color: #949494;
}

.product-option-dropdown:focus {
  background-color: transparent;
}

.add-to-cart {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.add-to-cart.align-left {
  margin-left: 0px;
}

.product-quantity {
  height: 56px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-style: none;
  border-radius: 5px 0px 0px 5px;
  background-color: #1d3668;
  font-weight: 500;
}

.no-mar-bottom {
  margin-bottom: 0px;
}

.product-cta-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-collection {
  position: relative;
  z-index: 1;
}

.buy-btn-wrap {
  max-width: 100%;
}

.product-cart-img {
  min-width: 8vw;
}

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

.cart-quantity {
  width: 18px;
  max-height: 100%;
  margin-bottom: 0px;
  margin-left: 7px;
  padding: 0px 4px 4px;
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  color: #142649;
  font-size: 0.75rem;
  line-height: 140%;
}

.block-content-holder {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.shipping-method {
  border-bottom-style: none;
}

.block-header-holder {
  padding: 0px;
  border-style: none;
}

.close-bottom {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 2px;
  margin-top: 4px;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.error-message-4 {
  padding: 0px;
  background-color: rgba(255, 222, 222, 0);
}

.section-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440%;
  padding: 140px;
}

.text-field--modal {
  margin-bottom: 1rem;
  padding: 30px 0px 30px 0.75rem;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #252525;
  color: #fff;
  font-size: 0.75rem;
  cursor: none;
}

.text-field--modal:focus {
  border-style: none none solid;
  border-width: 2px;
  border-color: #fee516;
}

.text-field--modal::-webkit-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.025rem;
}

.text-field--modal:-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.025rem;
}

.text-field--modal::-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.025rem;
}

.text-field--modal::placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.4);
  letter-spacing: 0.025rem;
}

.text-field--modal.is-white {
  border-style: solid;
  border-color: #fff;
  background-color: #edeff2;
  color: #000;
}

.text-field--modal.is-white:focus {
  border-bottom-color: #fee516;
}

.text-field--modal.is-white::-webkit-input-placeholder {
  color: #949494;
}

.text-field--modal.is-white:-ms-input-placeholder {
  color: #949494;
}

.text-field--modal.is-white::-ms-input-placeholder {
  color: #949494;
}

.text-field--modal.is-white::placeholder {
  color: #949494;
}

.text-field--modal.is-white.shows-pointer {
  cursor: text;
}

.text-field--modal.is-white.shows-pointer::-webkit-input-placeholder {
  color: #3d3d3d;
}

.text-field--modal.is-white.shows-pointer:-ms-input-placeholder {
  color: #3d3d3d;
}

.text-field--modal.is-white.shows-pointer::-ms-input-placeholder {
  color: #3d3d3d;
}

.text-field--modal.is-white.shows-pointer::placeholder {
  color: #3d3d3d;
}

.newsletter-form {
  min-width: 100%;
}

.newsletter-form.margin-top-m {
  position: static;
  z-index: 999999999;
}

.icon-cart {
  width: 36%;
  max-width: 36%;
  background-image: url('../images/icon-shoppingbag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.backnav-icon {
  width: 20px;
  margin-right: 0.5rem;
}

.popup-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  -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;
}

.popup-header-wrapper.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.g-cart-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  min-width: 92px;
  -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-field {
  height: 56px;
  margin-bottom: 1rem;
  padding-top: 22px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-style: none;
  border-width: 0.25px;
  border-color: #afafaf;
  border-radius: 5px;
  background-color: #edeff2;
  color: #000;
  font-size: 0.875rem;
  cursor: text;
}

.text-field:focus {
  border-width: 2px;
  border-color: #000;
  border-bottom-style: solid;
}

.text-field.-wfp-focus {
  border-width: 2px;
  border-color: #000;
  border-bottom-style: solid;
}

.text-field::-webkit-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-field:-ms-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-field::-ms-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-field::placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-field.is-dropdown {
  padding-top: 8px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 10vw;
  padding: 20px 52px 20px 28px;
  -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;
  background-image: url('../images/icon-arrow-right-isblack.svg');
  background-position: 84% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.btn:hover {
  background-position: 92% 50%;
}

.btn.is-black {
  background-color: #000;
  background-image: url('../images/icon-arrow-right-iswhite.svg');
  color: #fff;
}

.btn.is-black.is-submit {
  min-width: 100%;
}

.error-wrap {
  background-color: red;
}

.g-cart {
  position: relative;
  z-index: 9000;
  min-width: 3.5rem;
  margin-top: 10px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.g-nav-menu {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.g-nav-menu.space-between {
  z-index: auto;
  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;
}

.g-nav-previous-holder {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100vw;
  height: 4rem;
  background-color: transparent;
}

.success-message-4 {
  padding: 0px;
  background-color: transparent;
}

.window-close-icon {
  position: relative;
  z-index: 1;
  width: 42px;
}

.window-close-icon.is-small {
  width: 1.25rem;
}

.backnav-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  height: 4rem;
  padding-right: 33px;
  padding-left: 32px;
  -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;
  color: #000;
}

.social-btn-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 120px;
  float: left;
  -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: #142649;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-btn-bar.in {
  position: static;
  max-height: 100%;
  min-height: 100%;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #313131;
  cursor: pointer;
}

.social-btn-bar.in:hover {
  background-color: #0077b5;
}

.social-btn-bar.fb {
  position: static;
  max-height: 100%;
  min-height: 100%;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  cursor: pointer;
}

.social-btn-bar.fb:hover {
  background-color: #1c4394;
  background-image: none;
}

.social-btn-bar.tw {
  position: static;
  max-height: 100%;
  min-height: 100%;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  cursor: pointer;
}

.social-btn-bar.tw:hover {
  background-color: #109cf1;
  background-image: none;
}

.social-btn-bar.ig {
  position: static;
  max-height: 100%;
  min-height: 100%;
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  cursor: pointer;
}

.social-btn-bar.ig:hover {
  background-image: linear-gradient(201deg, #6a47cb, #833ab4 24%, #c13584 41%, #e1306c 55%, #f56040 71%, #f77737 81%, #fcaf45 92%, #ffdc80);
}

.newsletter-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -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;
  color: #fff;
}

.menu-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 64px;
  line-height: 110%;
  font-weight: 700;
  text-decoration: none;
}

.menu-link:hover {
  opacity: 1;
}

.menu-link.w--current {
  opacity: 1;
  color: #f85c64;
}

.gn-mobile-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9007;
  display: none;
  width: 4rem;
  height: 4rem;
  -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;
}

.list-horisontal {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
}

.panel-order-summary {
  background-color: #fff;
}

.panel-order-summary.pad-m {
  top: 140px;
}

.text-field-6 {
  width: 29%;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field-6:active {
  border-color: #000;
}

.text-field-6::-webkit-input-placeholder {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-6:-ms-input-placeholder {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-6::-ms-input-placeholder {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-6::placeholder {
  color: #707070;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-6.without-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  line-height: 21px;
  text-align: left;
}

.text-field-6.without-line.red {
  color: red;
}

.h4 {
  font-size: 1.9rem;
  line-height: 100%;
}

.cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #142649;
}

.cart-img {
  width: 132px;
  min-width: 123px;
}

.g-nav {
  position: fixed;
  left: 6rem;
  top: 1rem;
  right: 6rem;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  -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: #121217;
  color: #fff;
}

.g-nav.transparent {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: none;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(195, 199, 203, 0);
}

.accordion-item-content-2 {
  overflow: hidden;
  padding-left: 6rem;
  border-bottom: 1px solid #414141;
  text-align: left;
}

.accordion-item-content-2.no-divider {
  border-bottom-style: none;
}

.accordion-item-content-2.no-divider.no-pad {
  padding-left: 0rem;
}

.nav-text {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}

.replain-icon {
  width: 28px;
  background-image: url('../images/segern-messenger-erxes2x.svg');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-item-number {
  margin-right: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.accordion-tile-2 {
  position: relative;
  padding: 40px;
  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)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  color: #000;
}

.accordion-tile-2.is-cart-pay-options {
  padding: 0px;
}

.cart-remove-btn {
  border-bottom-style: none;
  font-size: 0.875rem;
  font-weight: 600;
}

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

.popup {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 800000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 24vw;
  margin-right: 1rem;
  margin-bottom: 0rem;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
  opacity: 1;
  cursor: pointer;
}

.popup.is-fixed-left {
  left: 0px;
  right: auto;
  z-index: 99999;
  display: none;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
}

.apple-pay-btn {
  height: 40px;
}

.global-nav-link {
  position: relative;
  z-index: 9460;
  max-height: 100%;
  min-height: 100%;
  margin-left: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  -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-bottom-style: none;
  -webkit-transition: color 600ms ease, border-color 600ms ease;
  transition: color 600ms ease, border-color 600ms ease;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.bg-color-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #000;
}

.content-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-3.is-footer {
  padding: 6rem;
}

.content-3.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-3.mobile-nav {
  -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;
}

.menu-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8888;
  display: block;
  background-color: #000;
}

.socials {
  position: static;
  left: 45%;
  right: auto;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-footer {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000;
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.social-bar-icon {
  max-height: 36px;
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
  background-image: url('../images/branding-segern-iconic-paper.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.social-bar-icon.is-twitter {
  background-image: url('../images/twitter-white.svg');
}

.social-bar-icon.is-facebook {
  background-image: url('../images/Icon-Facebook-White.svg');
  background-size: 56px;
}

.social-bar-icon.is-linkedin {
  background-image: url('../images/Icon-Linkedin-White.svg');
  background-size: 64px;
}

.social-bar-icon.is-instagram {
  background-image: url('../images/instagram-white.svg');
  background-size: contain;
}

.div-block-10 {
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #c15bf3;
}

.checkout-info {
  padding: 16px;
  background-color: #fff;
}

.branding-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 100%;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  background-image: url('../images/branding-segern-combination-h-paper.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.branding-2.is-small {
  width: 92px;
  background-position: 50% 50%;
  background-size: contain;
}

.branding-2.is-small.w--current {
  z-index: 9460;
}

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

.social-bars {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.kicker {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  text-transform: capitalize;
}

.kicker.is-title-cap {
  text-transform: none;
}

.link-block {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.link-block.is-footer {
  margin-bottom: 8px;
  color: #fff;
}

.icon-empty-cart {
  background-image: url('../images/icon-emptyshoppingbag.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-empty-cart.mar-bottom-s {
  min-width: 92px;
}

.social-links {
  margin-bottom: 23px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 1.04px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  margin-bottom: 23px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links.w--current:hover {
  opacity: 1;
}

.cart-option {
  margin-bottom: 0px;
}

.browser-pay-btn {
  height: 56px;
}

.cart-option-list {
  padding-top: 0px;
  color: #949494;
}

.replain-wrap {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  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;
  background-color: #fff;
  color: #000;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 88888;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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;
}

.label-text {
  display: inline-block;
  padding: 12px 24px;
  background-color: #fff;
  color: #070707;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-transform: capitalize;
}

.label-text.is-small {
  padding: 4px 12px;
}

.menu-links {
  position: static;
  left: 65px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
  -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;
}

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

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

.close-top {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 2px;
  margin-top: -4px;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.form-checkout {
  background-color: #fff;
  color: #000;
}

.nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  -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;
}

.main-2 {
  position: relative;
  z-index: 1;
  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;
  background-color: #000;
  cursor: crosshair;
}

.popup-close-wrapper {
  position: relative;
  left: 1rem;
  top: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  -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;
}

.discounts {
  padding-right: 0px;
  padding-left: 0px;
}

.form-news {
  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;
}

.quantity-2 {
  padding-right: 22px;
  padding-left: 22px;
}

.notice-link-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: block;
  min-width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.notice-link-wrap:hover {
  opacity: 0.9;
}

.notice-top {
  background-color: #fff;
  text-align: center;
}

.notice-content-wrap {
  padding-right: 36px;
  padding-left: 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;
}

.other4-grid {
  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;
}

.notice-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}

.other4-text {
  font-size: 12px;
  line-height: 22px;
  text-transform: none;
}

.other4-text.is-caps {
  text-transform: uppercase;
}

.cart-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.close-button {
  color: #b7b7b8;
}

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

.cart-header {
  position: relative;
  color: #142649;
}

.out-of-stock-state {
  padding: 16px;
  background-color: #142649;
  color: #fff;
}

.error-state {
  background-color: #fff;
  color: #142649;
}

.cart-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/con-cart-isblue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 300;
}

.is-hidden {
  display: none;
}

.paypal {
  padding: 8px;
  border-radius: 5px;
}

.text-area {
  margin-bottom: 1rem;
  padding-top: 22px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-style: none;
  border-width: 0.25px;
  border-color: #afafaf;
  background-color: #edeff2;
  color: #000;
  font-size: 0.875rem;
  cursor: text;
}

.text-area:focus {
  border-width: 2px;
  border-color: #000;
  border-bottom-style: solid;
}

.text-area::-webkit-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-area:-ms-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-area::-ms-input-placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-area::placeholder {
  background-color: transparent;
  color: #afafaf;
  letter-spacing: 0.025rem;
}

.text-area.is-dropdown {
  padding-top: 8px;
}

.notice-list-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 48px;
  min-height: 48px;
  -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;
}

.new-arrivals-wrapper {
  margin-top: 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;
}

.new-arrivals-wrapper.no-mar-top {
  margin-top: 0px;
  padding-top: 140px;
  padding-bottom: 220px;
}

.new-arrivals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-arrival-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  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-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.new-arrivals-empty-text {
  font-family: Poppins, sans-serif;
}

.product-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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: #eaeaec;
}

.image-overlay-on-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 228, 179, 0.5)), to(rgba(0, 228, 179, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 228, 179, 0.5), rgba(0, 228, 179, 0.5));
}

.text-on-hover {
  position: absolute;
  z-index: 1;
  font-family: Poppins, sans-serif;
  color: #142649;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.new-arrival-product-thumbnail {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-h3 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.heading-h3.black-bold {
  margin-top: 0px;
  color: #333;
  font-weight: 600;
}

.price {
  margin-right: 4px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  cursor: none;
}

.price.no-mar {
  margin-right: 0px;
  margin-left: 0px;
}

.product-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-columns {
  min-width: 100%;
}

.empty-state {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  .container.is-fixed {
    min-width: 100%;
    -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;
  }

  .container.is-footer {
    -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;
  }

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

  .section.hero {
    min-height: 80vh;
    border-radius: 0px;
  }

  .branding {
    width: 32px;
  }

  .navbar {
    padding-right: 10%;
    padding-left: 10%;
  }

  .nav-link {
    display: block;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .nav-link.last-child {
    margin-bottom: 0px;
  }

  .nav-link.last-child.mobile-nav-l.is-hidden {
    display: none;
  }

  .nav-link.mobile-nav-l {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 3rem;
  }

  .nav-menu {
    min-height: 100vh;
    margin-top: 8px;
    padding: 16px 32px;
    border-radius: 4px;
    background-color: #fff;
  }

  .margin-bottom-48 {
    margin-bottom: 36px;
  }

  .grid-halves {
    grid-column-gap: 37px;
  }

  .menu-button {
    padding: 0px;
    background-color: transparent;
    color: #000;
  }

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

  .modal {
    padding: 32px;
    background-position: 160% 60px;
  }

  .margin-top-24 {
    margin-bottom: 36px;
  }

  .margin-bottom-24 {
    margin-bottom: 36px;
  }

  .bg-image {
    background-position: 50% 50%;
  }

  .bg-image.fade-in {
    background-position: 50% -1480%;
    background-size: 180%;
  }

  .success-message {
    padding-top: 20px;
    border-radius: 5px;
  }

  .footer {
    overflow: hidden;
  }

  .form {
    min-width: 80%;
  }

  .pill {
    background-color: #ffd7f2;
  }

  .column.is-cta.mar-bottom-xl {
    -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;
  }

  .column.align-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-2 {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pill-node {
    background-color: #f6c;
  }

  .columns.is-faqs {
    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;
  }

  .section_header_h2 {
    padding-top: 22px;
    font-size: 40px;
    line-height: 52px;
  }

  .sub.section_opening-hours {
    font-size: 12px;
  }

  .intro_h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .team_member {
    margin-right: 16px;
    margin-left: 16px;
  }

  .bg-hero {
    bottom: 0px;
    width: 4000px;
    height: 4000px;
    background-position: 57% 100%, 0px 0px;
    background-size: auto 400px, auto;
  }

  .content.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .contact_info {
    font-size: 20px;
  }

  .footernav {
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footernav.footernav-right-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-3.container-grid-6x1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .container-3.container-grid-3x2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-3.container-grid-2x1 {
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .container-3.container-grid-4x1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-3.container-grid-4x1.mar-top-l {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-2 {
    display: block;
  }

  .section-hero {
    padding: 8rem 3rem 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-hero._50vh {
    min-height: 50vh;
  }

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

  .content-2.is-hero-text {
    max-width: 100%;
  }

  .sub-s {
    padding: 3rem;
  }

  .img-wrapper {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-medium {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-medium.is-stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-mini {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-mini.is-stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-large {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-large.is-stretch {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-small {
    height: auto;
    min-height: 512px;
  }

  .img-wrapper.is-small.is-stretch {
    height: auto;
    min-height: 512px;
  }

  .display-0 {
    font-size: 5rem;
    line-height: 110%;
  }

  .mar-paragraph {
    margin-bottom: 1rem;
  }

  .mar-bottom {
    margin-bottom: 3rem;
  }

  .grid-gap-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .display-4 {
    font-size: 2.75rem;
  }

  .sticky-content {
    top: 4rem;
  }

  .model-embed-content {
    margin-top: 80px;
  }

  .display-1 {
    font-size: 3rem;
  }

  .p {
    font-size: 1rem;
  }

  .p.is-lead {
    font-size: 1.25rem;
  }

  .p.is-notification {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .display-2 {
    font-size: 2.25rem;
  }

  .modal-window {
    max-width: 90vw;
  }

  .grid-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .features {
    max-width: 100%;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .accordion-item-content {
    padding-left: 0px;
  }

  .global-btn {
    width: 100%;
  }

  .global-btn.is-accent.is_amazon {
    margin-top: 60px;
  }

  .global-btn.is-apply {
    margin-top: 8px;
    margin-left: 0px;
  }

  .product-collection.is-mobile {
    max-width: 50%;
  }

  .close-bottom {
    z-index: 8900;
  }

  .section-2 {
    padding: 3rem;
  }

  .g-cart-holder {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .btn {
    width: 100%;
  }

  .g-nav-menu {
    position: absolute;
    top: 5rem;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #0d0d11;
  }

  .g-nav-menu.space-between {
    display: block;
  }

  .g-nav-previous-holder {
    background-color: #fff;
  }

  .gn-mobile-btn {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 8900;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    float: right;
    background-color: #f85c64;
  }

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

  .g-nav {
    left: 0rem;
    top: 0rem;
    right: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5rem;
    max-width: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .accordion-item-content-2 {
    padding-left: 0px;
  }

  .popup {
    display: none;
  }

  .popup.is-fixed-left {
    max-width: 50vw;
  }

  .global-nav-link {
    margin-top: 1.25rem;
    margin-left: 0px;
  }

  .nav-menu-horiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content-3.is-footer {
    padding: 2rem;
  }

  .content-3.mobile-nav {
    min-height: 12vh;
    -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;
  }

  .menu-bg {
    z-index: 7100;
    display: block;
  }

  .socials {
    left: 20%;
    margin-right: 140px;
  }

  .branding-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100px;
    margin-left: 3rem;
  }

  .social-bars {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-4 {
    font-size: 1.25rem;
  }

  .replain-wrap {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    background-color: transparent;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .overlay {
    z-index: 7100;
  }

  .menu-links {
    margin-left: 140px;
  }

  .close-top {
    z-index: 8900;
  }

  .form-checkout {
    padding-top: 80px;
  }

  .nav-column {
    margin-bottom: 1rem;
  }

  .notice-content-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .new-arrivals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .new-arrival-product {
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .heading-h3 {
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand {
    padding-left: 0px;
  }

  .modal {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .modal-content {
    max-width: 100%;
  }

  .bg-image.fade-in {
    background-position: 50% 300%;
    background-size: 200%;
  }

  .category-cards {
    padding-right: 25px;
    padding-left: 25px;
  }

  .company-cards {
    display: block;
  }

  .div-block-7 {
    display: block;
  }

  .form {
    width: 546px;
  }

  .cta {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .jobs {
    padding-right: 25px;
    padding-left: 25px;
  }

  .credits {
    display: block;
    text-align: center;
  }

  .heading-2 {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2 {
    position: static;
    padding-left: 0px;
  }

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

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
  }

  .icon.icon-close {
    font-size: 32px;
  }

  .icon.icon-menu-button {
    display: block;
    color: #f8faf7;
    font-size: 32px;
  }

  .icon.icon-menu-button:hover {
    color: #051923;
  }

  .navlink.navlink-footer {
    margin-right: 16px;
    margin-left: 16px;
  }

  .section_header_h2 {
    min-width: 500px;
    margin-top: -16px;
    margin-bottom: 24px;
    padding-top: 14px;
  }

  .button-3:hover {
    color: #f8faf7;
  }

  .footer_line {
    height: 56px;
  }

  .sub {
    padding: 64px 4%;
  }

  .sub.section-buttom-bar {
    font-size: 12px;
    line-height: 26px;
  }

  .team_member {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-hero {
    width: 3000px;
    height: 3000px;
    background-position: 54% 100%, 0px 0px;
    background-size: auto 320px, auto;
  }

  .contact_info {
    font-size: 16px;
  }

  .footernav {
    font-size: 12px;
    line-height: 26px;
  }

  .footernav.footernav-right-align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 26px;
  }

  .navbar_linkwrapper {
    display: none;
  }

  .container-3.container-grid-6x1 {
    grid-row-gap: 8px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .container-3.container-grid-2x2 {
    grid-row-gap: 32px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .container-3.container-grid-3x1-footer {
    grid-column-gap: 32px;
  }

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

  .clinic_img {
    width: 100%;
  }

  .section-hero {
    padding: 6rem 2rem 2rem;
  }

  .style-grid-four-c.no-margin {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sub-s {
    padding: 2rem;
  }

  .img-wrapper {
    min-height: 256px;
  }

  .img-wrapper.is-medium {
    min-height: 256px;
  }

  .img-wrapper.is-medium.is-stretch {
    min-height: 256px;
  }

  .img-wrapper.is-stretch {
    min-height: 256px;
  }

  .img-wrapper.is-mini {
    min-height: 256px;
  }

  .img-wrapper.is-mini.is-stretch {
    min-height: 256px;
  }

  .img-wrapper.is-large {
    min-height: 256px;
  }

  .img-wrapper.is-large.is-stretch {
    min-height: 256px;
  }

  .img-wrapper.is-small {
    min-height: 256px;
  }

  .img-wrapper.is-small.is-stretch {
    min-height: 256px;
  }

  .display-0 {
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }

  .mar-paragraph {
    margin-bottom: 1rem;
  }

  .mar-bottom {
    margin-bottom: 2rem;
  }

  .grid-gap-columns {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-content {
    top: 4rem;
  }

  .style-grid-ten-c {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-1 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .display-2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .accordion-item-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-item-trigger {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding: 2rem;
  }

  .g-cart {
    height: 4rem;
  }

  .g-nav-menu {
    top: 4rem;
  }

  .newsletter-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-link {
    font-size: 48px;
  }

  .menu-link.w--current {
    font-size: 48px;
  }

  .gn-mobile-btn {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .list-horisontal {
    overflow: scroll;
  }

  .text-field-6 {
    width: 50%;
  }

  .g-nav {
    display: block;
    height: 4rem;
  }

  .accordion-item-content-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup.is-fixed-left {
    max-width: 94vw;
  }

  .menu-bg {
    display: block;
  }

  .socials {
    display: none;
  }

  .branding-2 {
    margin-left: 2rem;
  }

  .social-bars {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .notice-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .new-arrival-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .text-on-hover {
    font-size: 13px;
  }

  .heading-h3 {
    font-size: 14px;
  }

  .product-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .product-columns.img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.is-fixed {
    -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;
  }

  .container.is-footer {
    -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;
  }

  .section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section.hero {
    overflow: hidden;
    min-height: 60vh;
    border-radius: 0px;
  }

  .section.no-mar-top.no-pad-top {
    padding-top: 0px;
  }

  .button.modal-form-button {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .branding {
    width: 24px;
  }

  .navbar {
    padding-right: 10%;
    padding-left: 10%;
  }

  .navbar.active-notification {
    margin-top: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link.mobile-nav-l {
    font-size: 2.5rem;
  }

  .container-small.centered {
    max-width: 100%;
  }

  .brand.is-inverted {
    margin-right: auto;
    margin-left: auto;
  }

  .brand.is-inverted.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .modal-checklist-item {
    font-size: 16px;
  }

  .modal-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .input.is-textarea {
    height: 120px;
  }

  .form-button-row {
    -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;
  }

  .bg-image.fade-in {
    background-position: 50% 148%;
    background-size: 230%;
  }

  .text-feild-name {
    margin-bottom: 16px;
  }

  .text-feild-name.is-news {
    margin-bottom: 16px;
  }

  .text-field-email {
    margin-bottom: 24px;
    padding-left: 12px;
    border-left-style: none;
  }

  .form {
    width: auto;
    max-width: 80%;
    padding-left: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pill {
    margin-top: 8px;
  }

  .pill.mar-left-s.mar-top-xs.no-mar-left-mobile {
    margin-left: 0px;
  }

  .pill.mar-left-s.mar-top-xs.no-mar-mobile {
    margin-top: 0px;
    margin-left: 0px;
  }

  .pill.mar-left-s.no-mar-left-mobile {
    margin-left: 0px;
  }

  .pill.is-green.mar-left-s.mar-top-xs.no-mar-mobile {
    margin-top: 0px;
    margin-left: 0px;
  }

  .pill.is-green.mar-left-s.no-mar-left-mobile {
    margin-left: 0px;
  }

  .pill.width-auto {
    min-width: auto;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column.is-cta.mar-bottom-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    min-width: 100%;
  }

  .icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }

  .icon.icon-brand.icon-link {
    font-size: 16px;
    line-height: 16px;
  }

  .navlink.navlink-footer {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .section_header_h2 {
    min-width: 300px;
    margin-top: -4px;
    margin-bottom: 16px;
    padding-top: 5px;
    background-position: 0px 3px;
    font-size: 32px;
    line-height: 40px;
  }

  .intro_text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .service-wrapper {
    max-width: 260px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-wrapper.is-started {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eyebrow-text {
    font-size: 12px;
    line-height: 24px;
  }

  .button-3.button-big {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .intro_h1 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 16px;
  }

  .bg-hero {
    width: 1000px;
    height: 1000px;
    background-image: url('../images/000-elefan-hero-img.jpg'), -webkit-gradient(linear, left top, left bottom, from(#00e4b3), to(#00e4b3));
    background-image: url('../images/000-elefan-hero-img.jpg'), linear-gradient(180deg, #00e4b3, #00e4b3);
    background-position: 50% 146%, 0px 0px;
    background-size: 640px, auto;
  }

  .service-icon {
    min-width: auto;
  }

  .content.center.align-left-mobile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.center.align-left-mobile.mar-bottom-mobile {
    position: relative;
    z-index: 1;
  }

  .content.center.mar-bottom-mobile {
    margin-bottom: 32px;
  }

  .content.width-75.width-100-onmobile {
    max-width: 100%;
  }

  .content.brand-footer-wrap {
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .content.footer-links {
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_info {
    width: 320px;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .footernav {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .container-3.container-grid-3x2 {
    min-width: 100%;
  }

  .container-3.container-grid-3x1-footer {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 0.5fr 1fr;
    grid-template-columns: 1fr 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-3.container-grid-4x1 {
    min-width: 100%;
  }

  .container-3.container-grid-4x1.mar-top-l {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-2 {
    width: 320px;
    padding: 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8faf7), to(#f8faf7));
    background-image: linear-gradient(180deg, #f8faf7, #f8faf7);
    box-shadow: none;
  }

  .cta-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    margin-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .sub-s {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .spacing-wrap {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mar-paragraph {
    margin-bottom: 1rem;
  }

  .mar-bottom {
    margin-bottom: 2rem;
  }

  .display-3 {
    font-size: 2.5rem;
  }

  .display-4 {
    font-size: 1.9rem;
  }

  .sticky-content {
    top: 3rem;
  }

  .modal-wrap {
    padding: 30px;
  }

  .num {
    margin-left: 0rem;
  }

  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .display-1 {
    font-size: 2.25rem;
  }

  .p {
    text-align: left;
  }

  .p.is-lead {
    font-size: 1rem;
  }

  .p.center-text.align-left-mobile {
    text-align: left;
  }

  .p.is-notification {
    font-size: 0.675rem;
    font-weight: 600;
    text-align: center;
  }

  .modal-window {
    max-width: 100vw;
    min-height: 75vh;
    min-width: 100vw;
    padding: 20px 20px 15px;
  }

  .modal-container {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .features {
    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: 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;
  }

  .features.mar-top-m {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .copyright-text {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .accordion-title {
    font-size: 1rem;
    line-height: 140%;
  }

  .item-number {
    top: -0.25rem;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
  }

  .item-number.is-vertical-left {
    margin-top: 0rem;
    margin-left: 0.5rem;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .global-btn {
    font-size: 14px;
    line-height: 22px;
  }

  .global-btn.is-accent.is-buy {
    padding-right: 68px;
    font-size: 12px;
  }

  .add-to-cart {
    min-width: 100%;
  }

  .product-quantity {
    height: 62px;
  }

  .product-collection.is-mobile {
    max-width: 100%;
  }

  .product-cart-img {
    min-width: 20vw;
  }

  .section-2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .g-cart-holder {
    min-width: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn {
    font-size: 14px;
    line-height: 22px;
  }

  .g-cart {
    height: auto;
    margin-left: 0px;
  }

  .backnav-wrapper {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 64px;
  }

  .social-btn-bar {
    width: 50%;
  }

  .newsletter-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gn-mobile-btn {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .list-horisontal {
    overflow: hidden;
    width: 100%;
    padding-left: 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;
  }

  .text-field-6 {
    width: 72%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9px;
  }

  .popup {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .popup.is-fixed-left {
    display: none;
    max-width: 100vw;
    margin-left: 0rem;
  }

  .content-3.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-3.mobile-nav {
    min-height: 8vh;
    -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;
  }

  .social-bars {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kicker {
    margin-bottom: 0rem;
  }

  .link-block.is-footer {
    min-width: 100%;
  }

  .replain-wrap {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 64px;
  }

  .overlay {
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .menu-links {
    left: auto;
    margin-right: 0px;
    margin-left: 20px;
  }

  .form-checkout {
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup-close-wrapper {
    left: 0rem;
  }

  .form-news {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .notice-content-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .other4-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-wrapper {
    background-color: #fff;
  }

  .new-arrivals {
    -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;
  }

  .new-arrival-product {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .product-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#w-node-e411ba10-da86-78ff-8e7e-d5579ca2c65b-b33cedd2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e411ba10-da86-78ff-8e7e-d5579ca2c661-b33cedd2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e411ba10-da86-78ff-8e7e-d5579ca2c667-b33cedd2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ac798c99-12a3-087d-b9b0-d835d3c434f6-d3c434e3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-fd875ba5-cb81-4d25-055e-98686d3211ec-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad491-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad498-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4ba-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4c1-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4e7-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4ee-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad522-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad529-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad538-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad53f-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad573-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad540-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad5a6-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad5d9-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad60c-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad63f-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad673-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67a-ee0a6e2d {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67b-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67c-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67d-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67e-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad67f-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad680-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad681-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad682-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad683-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad684-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad685-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad686-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad687-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad688-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad689-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad68a-ee0a6e2d {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad68c-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad693-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6b9-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6bd-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6d8-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6dc-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6e8-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6ef-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad708-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad738-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad73a-ee0a6e2d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad766-ee0a6e2d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad792-ee0a6e2d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad7be-ee0a6e2d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad7ea-ee0a6e2d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad818-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad839-ee0a6e2d {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_2baae017-eac7-e9fc-024d-32a4ab3fa350-ab3fa349 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_3a38bd71-2674-59e5-43fd-ffdfb5b460e1-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_21c7fc82-e2bd-d76c-ad75-f2197fa2ee80-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5852504d-e55e-8fcc-6826-66bc416513b2-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b59d8431-7932-a276-5799-557fd6123d86-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c590d756-499d-4533-9ffc-b8fc8faf482b-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6a565b54-9d22-a4e3-71e9-b5478740b5d8-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b9cc25d8-f149-c7e1-0847-3d4472b11306-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b9cc25d8-f149-c7e1-0847-3d4472b11308-b33cedd2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ac798c99-12a3-087d-b9b0-d835d3c434e6-d3c434e3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ac798c99-12a3-087d-b9b0-d835d3c434eb-d3c434e3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad498-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4c1-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad4ee-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad529-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad693-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6bd-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6dc-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad6ef-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad738-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ffd36047-b3f1-3aa3-76d5-a9325aaad839-ee0a6e2d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e411ba10-da86-78ff-8e7e-d5579ca2c65b-b33cedd2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e411ba10-da86-78ff-8e7e-d5579ca2c661-b33cedd2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e411ba10-da86-78ff-8e7e-d5579ca2c667-b33cedd2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac798c99-12a3-087d-b9b0-d835d3c434eb-d3c434e3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ac798c99-12a3-087d-b9b0-d835d3c434f6-d3c434e3 {
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }
}

