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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Riverflows, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Riverflows, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  margin-bottom: 16px;
  font-family: Riverflows, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

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

.hero {
  min-height: 540px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(#000)), url('../images/octavian-rosca-UfCYo7zHyY8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), #000), url('../images/octavian-rosca-UfCYo7zHyY8-unsplash.jpg');
  background-position: 0px 0px, 38% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.small {
  min-height: 410px;
}

.hero.about-page {
  min-height: 340px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(#000)), url('../images/octavian-rosca-UfCYo7zHyY8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), #000), url('../images/octavian-rosca-UfCYo7zHyY8-unsplash.jpg');
  background-size: auto, cover;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.button.submit {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  font-family: Riverflows, sans-serif;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/8a9d08683405f88ae29b0acbfde82e9b.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/8a9d08683405f88ae29b0acbfde82e9b.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.footer {
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #000;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: restore, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.section-title.no-margin {
  margin-bottom: 5px;
}

.form {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.main-heading {
  margin-bottom: 27px;
  color: #fff;
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
}

.main-heading.inline {
  display: inline;
}

.main-heading.font {
  font-family: restore, sans-serif;
}

.heading-wrapper {
  padding-top: 140px;
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
}

.footer-logo {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}

.profile-pic {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-bottom: 31px;
  margin-left: auto;
  border-radius: 100%;
}

.about-me {
  display: block;
  width: 61%;
  margin: 41px auto;
  font-family: Riverflows, sans-serif;
}

.field {
  font-family: Riverflows, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input {
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-radius: 3px;
  background-color: #4b4b4b;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.empty-state {
  padding: 33px 33px 49px;
  border: 1px solid hsla(0, 0%, 100%, 0.34);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  margin-bottom: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  border-radius: 3px;
  box-shadow: 4px 4px 3px 0 #1a1a1a;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-image:hover {
  opacity: 0.69;
}

.project-body-copy {
  margin-right: 12%;
  margin-bottom: 67px;
  margin-left: 12%;
}

.success {
  border-radius: 3px;
  background-color: #00ad92;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  max-width: 400px;
  margin-bottom: 41px;
  border-radius: 3px;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.67;
  text-decoration: none;
}

.body {
  background-color: #000;
  background-image: url('../images/space-bg.png');
  background-position: 50% 0%;
  background-size: auto;
}

.body.bash {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Long-BG-v2.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Long-BG-v2.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  -webkit-backdrop-filter: brightness(150%);
  backdrop-filter: brightness(150%);
}

.footer-logo {
  width: 100px;
}

.footer-rights {
  color: #fff;
}

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

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

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Lato, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.hero---section {
  position: relative;
  z-index: 0;
  height: 100%;
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Galaxy-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Galaxy-BG.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero---section._100vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/End-BG.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/End-BG.jpg');
  background-position: 0px 0px, 100% 50%;
  background-attachment: scroll, scroll;
}

.hero---section._100vh.bash {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Background.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero---section.bash {
  background-image: none;
  background-position: 0px 0px;
}

.bg---mountains {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25%;
}

.bg---mountains._2 {
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: auto;
}

.hero---container {
  position: relative;
  z-index: 5;
  height: 100%;
}

.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -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;
}

.grid.no-margin {
  margin-top: 0em;
  margin-bottom: 0em;
}

.grid.left-aligned {
  display: block;
}

.grid.is-center-aligned {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid.is-spaced {
  margin-top: 10em;
}

.grid.no-margin-2 {
  margin-top: 0em;
  margin-bottom: 0em;
}

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

.grid-item {
  position: relative;
}

.grid-item.is-center-aligned {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -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;
}

.grid-item.is-center-aligned.is-rsvp-section {
  margin-top: 45px;
  margin-bottom: 0px;
}

.grid-item.is-center-aligned.is-rsvp-section.hidden {
  display: none;
}

.grid-item.is-center-aligned.is-about {
  margin-bottom: 10em;
}

.grid-item.is-center-aligned.is-about.full {
  width: 100%;
}

.grid-item.is-center-aligned.is-full-screen {
  position: relative;
  top: -125px;
  width: 100%;
}

.grid-item.is-center-aligned.is-spaced {
  margin-bottom: 150px;
}

.grid-item.is-center-aligned.is-spaced._100 {
  width: 100%;
}

.grid-item.is-center-aligned.no-margin {
  margin-bottom: 0px;
}

.grid-item.is-content {
  width: 40%;
}

.grid-item.is-content.is-centred-aligned {
  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-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;
}

.grid-item.is-content.is-centred-aligned.wraps {
  height: 270px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid-item.is-left-aligned {
  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;
}

.grid-item.is-left-aligned.is--vertical {
  -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;
}

.grid-item.is-partners {
  position: relative;
  width: 50%;
}

.grid-item.is-partners.position {
  top: -60px;
}

.grid-item.is-full-screen {
  width: 100%;
}

.grid-item.is-full-screen.is-centered-align {
  position: relative;
  bottom: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-item.position {
  top: -105px;
}

.grid-item.is-spaced-2 {
  margin-top: 5em;
  margin-bottom: 3em;
}

.grid-item.is-sponsors {
  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;
}

.large-logo {
  width: 18em;
  margin-bottom: 20px;
}

.large-logo.bash {
  width: 10em;
}

.neon {
  width: auto;
  height: 8em;
}

.neon.double-line {
  position: relative;
  z-index: 1;
  height: 13em;
}

.neon.bash {
  height: 14em;
}

.neon.bash._1 {
  height: 23em;
}

.launch-event {
  font-family: restore, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.launch-event.is-bold {
  font-size: 105px;
  line-height: 90px;
  font-weight: 700;
}

.launch-event.is-about-event {
  font-size: 28px;
}

.launch-event.is-about-event.is-bold {
  line-height: 40px;
  text-align: center;
}

.launch-event.is-about-event.is-bold.is-footer {
  font-size: 20px;
}

.launch-event.is-about-event.is-bold.font-monument {
  font-family: Monumentextended, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.launch-event.margin {
  padding-left: 27px;
}

.launch-event.is-name-card {
  font-weight: 400;
  text-align: center;
}

.launch-event.is-hate-text {
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.info-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-heading.is-restore-text {
  margin-bottom: 35px;
  font-family: restore, sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.info-heading.is-restore-text.is-center-aligned {
  text-align: center;
}

.rsvp-button {
  margin-bottom: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #f897ff;
  border-radius: 20px;
  color: #f897ff;
  cursor: pointer;
}

.rsvp {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: restore, sans-serif;
  color: #f99bfe;
  font-size: 60px;
  line-height: 60px;
}

.rsvp.font-monumental {
  font-family: Monumentextended, sans-serif;
}

.text-info {
  width: 460px;
  font-size: 16px;
  text-align: center;
}

.text-info.is-spaced {
  margin-bottom: 50px;
}

.content---section {
  position: relative;
  z-index: 1;
}

.content---section.margin {
  margin-top: 15em;
}

.content---section.is-spaced {
  margin-top: 10em;
}

.content---section.is-spaced-2 {
  margin-top: 20em;
}

.content---section.is-spaced-2.bash {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), to(#000));
  background-image: linear-gradient(180deg, transparent 62%, #000);
}

._w-scrolling-content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-scrolling-item {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-scrolling-item.shirt {
  position: relative;
  top: 40px;
  width: 45%;
  margin-right: 25px;
}

.c-scrolling-item.tote {
  width: 18%;
  margin-right: 50px;
}

.c-scrolling-item.hat {
  position: relative;
  top: 70px;
  width: 18%;
  margin-right: 50px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 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;
}

.container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  overflow: hidden;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
}

.cloneable-area.is-spaced {
  margin-top: 10em;
}

.section-2 {
  display: block;
  width: 100vw;
  height: 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;
}

.section-2.expand {
  height: 300vh;
}

.slider {
  position: relative;
  width: 120%;
  height: 60vh;
}

.slider.georgia-room {
  background-color: transparent;
}

.slide {
  background-image: url('../images/phillip-lim-la-008.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slide.bar-calico {
  background-image: url('../images/bar-calico-freehand-new-york1.jpeg');
}

.slide.georgia-room {
  background-color: transparent;
  background-image: url('../images/IMG_4692.JPEG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/6d66e467-568f-4b1f-a847-c089888f130e_slide3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-2.bar-calico {
  background-image: url('../images/bar-calico-freehand-new-york2.jpeg');
}

.slide-2.georgia-room {
  background-image: url('../images/IMG_0384.JPEG');
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  display: none;
}

.left-arrow {
  left: -5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 75px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  cursor: pointer;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;
  height: 75px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  cursor: pointer;
}

.venue-title {
  font-family: restore, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
  font-weight: 700;
}

.sponsor-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.sponsor-line._1 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sponsor-line._2 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sponsor-line._2.hidden {
  display: none;
}

.sponsor-line.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sponsor-line.hidden {
  display: none;
}

.circle-image-wrapper {
  position: relative;
}

.logo-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 10%;
  z-index: 1;
  max-width: 20em;
}

.circle-image-wrapper-2 {
  position: absolute;
  left: -40%;
  top: auto;
  right: 0%;
  bottom: -40%;
}

.logo-wrapper-2 {
  position: absolute;
  left: -15%;
  top: auto;
  right: auto;
  bottom: 15%;
  max-width: 20em;
}

.circle-image {
  width: 470px;
  height: auto;
}

.circle-image.circle-radious {
  height: 470px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-wrapper-3 {
  position: absolute;
  top: 75px;
  width: 80%;
}

.hate-image-wrapper {
  position: relative;
  width: 50%;
}

.hate-image-wrapper.left {
  left: -15px;
  z-index: 1;
}

.hate-image-wrapper.right {
  right: -15px;
  z-index: 2;
}

.hate-image-wrapper.middle {
  top: 25px;
}

.hate-image {
  width: 95%;
}

.name-card {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
}

.rsvp-form {
  width: 50em;
}

.rsvp-form.font-monumnet {
  font-family: Monumentextended, sans-serif;
}

.name {
  width: 45%;
  height: 2.5em;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: restore, sans-serif;
}

.form-2.font-monument {
  font-family: Monumentextended, sans-serif;
  color: #fff;
}

.email {
  height: 2.5em;
  margin-top: 2em;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.phone {
  height: 2.5em;
  margin-top: 2em;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-button {
  width: 50%;
  height: 2.5em;
  border-style: solid;
  border-width: 2.5px;
  border-color: #fff;
  background-color: transparent;
  font-size: 28px;
}

.filming-info {
  width: 620px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.filming-info.share {
  margin-top: 5px;
  font-size: 22px;
  line-height: 30px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: -100%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.sponsor-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.sponsor-image._1 {
  width: 310px;
}

.sponsor-image._2 {
  width: 120px;
}

.sponsor-image._3 {
  width: 170px;
}

.sponsor-image._4 {
  width: 100px;
}

.sponsor-image._5 {
  width: 40px;
}

.sponsor-image._6 {
  width: 160px;
}

.sponsor-image._7 {
  width: 160px;
}

.sponsor-image._8 {
  width: 190px;
}

.sponsor-image._9 {
  width: 190px;
}

.sponsor-image._10 {
  width: 280px;
}

.sponsor-image._12 {
  width: 110px;
}

.sponsor-image._13 {
  width: 60px;
}

.sponsor-image._14 {
  width: 150px;
  margin-right: 50px;
}

.sponsor-image._15 {
  width: 150px;
  margin-left: 50px;
}

.sponsor-image.bash-1 {
  width: 220px;
}

.about-image {
  width: 175px;
}

.about-image._1 {
  width: 145px;
  margin-right: 25px;
}

.collaboration-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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-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 {
  position: relative;
  bottom: 5vh;
  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;
  text-align: center;
}

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

.text-field {
  width: 32em;
  height: 4em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
}

.submit-button-2 {
  background-color: transparent;
  font-family: Monumentextended, sans-serif;
  font-size: 30px;
  text-decoration: underline;
}

.error-message {
  background-color: transparent;
}

.text-block {
  font-family: restore, sans-serif;
  color: #ff0202;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-2 {
  font-family: restore, sans-serif;
  color: #7eff47;
  font-size: 25px;
  line-height: 40px;
}

.error-message-2 {
  background-color: transparent;
  text-align: center;
}

.text-block-3 {
  font-family: restore, sans-serif;
  color: red;
}

.slide-3 {
  background-image: url('../images/92ce1418-e660-412b-9bb2-99ea20f95cd3_slide2.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/55429f72-35e4-42b1-8b3c-cbc2e25c74aa_slide1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/97c0c661-196a-4ff1-8ac8-26ca6f167069_slide5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/bb3b4e13-2ce9-4d77-bb3e-4b28e3921762_slide4.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 2.5%;
  bottom: 2.5%;
}

.back-to-top.w--current {
  z-index: 5;
}

.to-top-arrow {
  width: 70px;
}

.footer-section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.left-section {
  width: 200px;
}

.middle-section {
  position: relative;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.half-logo {
  width: 65px;
}

.section-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.hashtags {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #d08ff2;
  font-size: 22px;
  font-weight: 300;
}

.hashtag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-container {
  margin-bottom: 100px;
}

.share-container.no-margin {
  margin-bottom: -50px;
}

.photos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.photo-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.album-cover {
  width: 35vw;
}

.link {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d08ff2;
}

.link.sleep {
  color: #ff45a8;
}

.videos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.video-1.margin {
  margin-bottom: 50px;
}

.video-image {
  width: 25vw;
}

.link-3 {
  color: #d08ff2;
}

.link-3.sleep {
  color: #ff45a8;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 50px;
  background-color: #d08ff2;
}

.line.sleep {
  background-color: #ff45a8;
}

.link-4 {
  color: #d08ff2;
}

.link-4.sleep {
  color: #ff45a8;
}

.link-5 {
  color: #d08ff2;
}

.link-6 {
  color: #d08ff2;
}

.link-7 {
  color: #d08ff2;
}

.link-8 {
  color: #d08ff2;
}

.artist-photos {
  width: auto;
  height: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.gif-cover {
  width: 30vw;
  height: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-9 {
  color: #d08ff2;
}

.error-text {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

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

.body-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 300vh;
  background-color: #0b0a10;
}

.hero-section {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 200vh;
  background-color: #0b0a10;
}

.logo-wrapper-4 {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-wrapper-4.hidden {
  background-color: transparent;
}

.logo-wrapper-4.first {
  position: relative;
  z-index: 99;
  background-color: transparent;
}

.image-4 {
  height: 4.8em;
}

.hero-heading {
  position: static;
  bottom: auto;
  overflow: hidden;
  margin-top: 40px;
  margin-right: 0px;
  color: #fff;
  font-size: 10vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  white-space: break-spaces;
}

.hero-heading.absolute {
  position: absolute;
  display: block;
  overflow: visible;
  font-size: 7vw;
}

.hero-heading.blog {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 9vw;
  line-height: 1.2;
}

.hero-heading.author {
  font-size: 7vw;
  letter-spacing: 0em;
}

.hero-heading.author.no-margin {
  margin-top: 0px;
  font-size: 7vw;
  text-transform: uppercase;
}

.fixed-image {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/End-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.fixed-image.responsive {
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-image: url('../images/End-BG.jpg');
  background-position: 50% 50%;
  opacity: 1;
}

.date-text {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.slider-nav {
  display: none;
}

.horizzontal-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0a10;
}

.responsive-slider {
  display: none;
}

.overflow-mask-horizzontal {
  position: static;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 0vw;
  padding-left: 0vw;
  background-color: transparent;
}

.section-album {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: transparent;
}

.section-album:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.section-album.content-wrap {
  z-index: 0;
  overflow: visible;
  width: 100%;
  height: 400vh;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 24em;
  height: 24em;
  margin-right: 7em;
  margin-left: 7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Calistar-Album-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-block-wrapper._3 {
  width: 24em;
  height: 24em;
  margin-right: 0em;
  background-image: url('../images/DONT-GIVE-UP-COVER-ART.jpeg');
}

.content-block-wrapper._3.hidden {
  display: none;
}

.content-block-wrapper._2 {
  margin-right: 8em;
  margin-left: 8em;
  background-image: url('../images/Cant-Sleep-Cover.jpeg');
}

.content-block-wrapper._2.hidden {
  display: none;
}

.content-block-wrapper.hidden {
  display: none;
}

.submit-button-3 {
  margin-top: 40px;
  background-color: transparent;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #000;
  font-size: 25px;
}

.submit-button-3:hover {
  color: #ae81dc;
}

.submit-button-3._2 {
  position: absolute;
  left: 24%;
  z-index: 3;
  margin-top: 0px;
  font-family: Riverflows, sans-serif;
  color: #fff;
  font-size: 50px;
}

.submit-button-3._2:hover {
  color: #ae81dc;
}

.submit-button-3._2.instagram {
  left: auto;
  top: auto;
  right: auto;
  bottom: 10%;
  font-family: Riverflows, sans-serif;
  line-height: 1;
  text-decoration: none;
}

.submit-button-3._2.shop {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 10%;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  line-height: 1;
  text-decoration: none;
}

.submit-button-3.border {
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: border 400ms ease-in-out, color 400ms ease-in-out;
  transition: border 400ms ease-in-out, color 400ms ease-in-out;
  font-family: Riverflows, sans-serif;
  color: #fff;
}

.submit-button-3.border:hover {
  border-color: #ae81dc;
}

.submit-button-3.footer {
  padding-top: 0vh;
  font-family: Riverflows, sans-serif;
  color: #fff;
}

.submit-button-3.white {
  padding: 18px;
  background-color: rgba(174, 129, 220, 0.1);
  color: #fff;
  font-size: 22px;
  text-transform: none;
}

.submit-button-3.white:hover {
  color: #ae81dc;
}

.submit-button-3.white.margin {
  margin-top: 0px;
  font-family: Riverflows, sans-serif;
  font-size: 20px;
}

.horizontal-scrollable-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 700vw;
  height: 100%;
  margin-left: 20vw;
  -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;
  background-color: transparent;
}

.horizontal-div-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.wrapper-view-more {
  position: relative;
  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;
}

.right-arrow-slide {
  left: 51%;
  top: 9%;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow-slide {
  top: 9%;
  right: 51%;
}

.collage {
  margin-left: 400px;
  opacity: 0.59;
}

.horizontal-content {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-left: 0vw;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.title {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
  white-space: nowrap;
}

.parallax-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_6098.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_6098.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bio-heading {
  max-width: 7em;
  font-family: Riverflows, sans-serif;
  color: #fff;
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.bio-heading.auto {
  max-width: none;
}

.bio-heading.home {
  position: absolute;
  top: 11%;
  z-index: 2;
}

.bio-heading.footer {
  max-width: none;
  padding-top: 0px;
  background-color: transparent;
  font-size: 35px;
  line-height: 1.2;
  text-align: left;
}

.bio-heading.about {
  max-width: 6.5em;
  margin-top: 0px;
  font-size: 95px;
  text-align: left;
}

.bio-heading.absolute {
  position: static;
  left: auto;
  top: 11%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35rem;
  padding-right: 19rem;
  padding-left: 19rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.success-message-3 {
  background-color: #ae81dc;
}

.text-field-2 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.text-field-2:focus {
  border-bottom-color: #ae81dc;
}

.error-message-3 {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f18686;
  color: #000;
}

.orange-wrapper {
  position: static;
  width: 100%;
  height: 1000px;
  margin-top: 60px;
  background-color: #4c445f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 178, 133, 0)), to(rgba(255, 178, 133, 0)));
  background-image: linear-gradient(180deg, rgba(255, 178, 133, 0), rgba(255, 178, 133, 0));
}

.size-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 29em;
  padding-right: 19em;
  padding-left: 19em;
  -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: -webkit-gradient(linear, left bottom, left top, from(#4c445f), color-stop(21%, rgba(0, 0, 0, 0.7)), to(transparent)), url('../images/1235608368.jpg');
  background-image: linear-gradient(0deg, #4c445f, rgba(0, 0, 0, 0.7) 21%, transparent), url('../images/1235608368.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-store {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 14%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.intro-store.hidden {
  display: none;
}

.overflow {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #000;
}

.succes-text {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.main-paragraph {
  width: 70%;
  margin-bottom: 40px;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
}

.main-paragraph.footer {
  width: auto;
  padding-top: 0vh;
  background-color: transparent;
  font-family: Riverflows, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.wrapper-text-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-text-field.margin {
  margin-left: 20px;
}

.form-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.gradient {
  position: relative;
  top: -9.5%;
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  background-image: none;
}

.container-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.horizontal-content-second {
  position: relative;
  left: 0%;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  margin-left: 0vw;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.empty-state-2 {
  position: relative;
  top: auto;
  margin-right: auto;
  background-color: transparent;
  font-size: 30px;
}

.card-shop {
  position: relative;
  overflow: visible;
  width: 500px;
  height: 500px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.card-shop.auto {
  width: 700px;
  margin-left: 140px;
}

.card-shop.auto.collection-item-shop {
  position: static;
  left: 0px;
  width: 700px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px none #000;
}

.overflow-mask-second {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.horizontal-scrollable-section-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  margin-right: 24px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  background-color: transparent;
}

.horizontal-scrollable-section-second.auto {
  width: auto;
  margin-left: 0px;
}

.bold-text {
  color: #ae81dc;
  font-weight: 400;
}

.horizzontal-shop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: transparent;
}

.horizzontal-shop:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.horizzontal-shop.content-wrap {
  z-index: 3;
  display: none;
  width: 100%;
  height: 300vh;
  max-width: none;
  background-color: transparent;
}

.card-heading {
  width: auto;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
}

.horizontal-div-wrapper-second {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.collection-list-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 33vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.price {
  margin-top: 0px;
  color: #ae81dc;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.price.big {
  font-size: 55px;
}

.content-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  background-color: rgba(255, 178, 133, 0.52);
  text-decoration: none;
}

.content-block.flex {
  position: static;
  border-style: none;
}

.collection-item-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: #21182b;
}

.bg.orange {
  z-index: 2;
  display: block;
  background-color: #4c445f;
}

.instagram-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.instagram-section.about {
  padding-top: 140px;
  background-color: #47604a;
}

.instagram-image {
  position: relative;
  left: -242px;
}

.gradient-radius {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
}

.gradient-radius.about {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #47604a);
}

.footer-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0vh;
  padding-top: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-2.blog {
  overflow: visible;
  height: auto;
  margin-top: 0vh;
  padding-top: 0vh;
  background-color: #4d4560;
}

.footer-2.blog.margin {
  margin-top: 25vh;
  background-color: transparent;
}

.footer-form {
  width: 100%;
}

.wrap-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-link-footer.hidden {
  display: none;
}

.top-text {
  margin-right: 40px;
  margin-bottom: 3px;
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}

.top-text.big {
  position: static;
  left: 60px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 4;
  color: #fff;
  font-size: 20px;
}

.top-text.big.absolute {
  position: absolute;
  left: 102px;
  top: 28%;
  width: 50%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}

.wrap-copyright {
  position: static;
  bottom: 15px;
  margin-left: 0px;
}

.wrapper-link-footer {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 100;
}

.footer-grid {
  margin-right: auto;
  margin-left: 40px;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid.bottom {
  width: 100%;
  margin-top: 0%;
  margin-right: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.list-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
}

.list-footer.hidden {
  display: none;
}

.grid-menu-footer {
  width: auto;
  justify-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-credits {
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  color: #9b9b9b;
  font-size: 11px;
  text-transform: uppercase;
}

.text-bold {
  font-size: 10px;
}

.udesly-link {
  color: #ae81dc;
  font-weight: 900;
  text-decoration: none;
}

.link-footer {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-decoration: none;
}

.link-footer:hover {
  color: #ae81dc;
}

.webflow-link {
  color: #ae81dc;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -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;
}

.secccess-message {
  background-color: #ffb285;
  color: #fff;
}

.text-field-label {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.text-field-label:active {
  border-bottom-color: #ae81dc;
}

.text-field-label:focus {
  border-bottom-color: #ae81dc;
}

.container-2 {
  position: relative;
  width: 80%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}

.wrapper-form {
  width: 50%;
}

.footer-background {
  position: absolute;
  left: 0%;
  top: 25vh;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/background1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer-background.blog {
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/Mountains.png');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/Mountains.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.text-block-4 {
  color: #888;
}

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

.cart-heading {
  font-size: 16px;
  line-height: 1.2;
}

.cart-heading.price {
  font-size: 1.1rem;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.2);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 2.7em 3.2em;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), color-stop(74%, transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 74%, transparent);
}

.cart-container {
  overflow: visible;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ae81dc;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.checkout-button:hover {
  background-color: rgba(11, 10, 16, 0.93);
}

.search-button {
  display: none;
}

.empty-state-second {
  -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;
}

.cart-button {
  width: 38px;
  height: 38px;
  padding: 10px;
  border: 2px solid #ae81dc;
  border-radius: 1px;
  background-color: #0b0a10;
  background-image: url('../images/shopping_cart-24px.svg');
  background-position: 50% 50%;
  background-size: 52%;
  background-repeat: no-repeat;
  font-size: 1.1rem;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -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;
}

.burger-line {
  width: 23px;
  height: 1px;
  margin-bottom: 0px;
  background-color: #000;
}

.burger-line.bottom {
  width: 18px;
  margin-top: 11px;
  margin-bottom: 0px;
}

.burger-line.bottom.white {
  background-color: #fff;
}

.burger-line.absolute {
  position: absolute;
  width: 30px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

.burger-line.absolute.white {
  background-color: #fff;
}

.burger-line.white {
  background-color: #fff;
}

.logo {
  width: 4em;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 0px 20px 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.nav-link.light {
  z-index: 2;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.2em;
  letter-spacing: 0em;
  text-transform: none;
}

.nav-link.light.w--current {
  color: #fff;
  font-weight: 900;
}

.nav-link.hidden {
  display: none;
}

.cart {
  z-index: 99999;
  margin-left: 0px;
  font-size: 1.1rem;
}

.cart-wrapper {
  z-index: 999999;
  -o-object-fit: fill;
  object-fit: fill;
}

.quantity-cart {
  font-family: Lato, sans-serif;
  font-size: 0.9rem;
}

.logo-image {
  width: 150px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.menu-button {
  display: none;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding: 10px 0px 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;
}

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

.empty-text-2 {
  margin-bottom: 20px;
}

.navbar-link {
  z-index: 2;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.navbar-link.w--current {
  color: #fff;
  font-weight: 900;
}

.brand {
  margin-right: 0px;
}

.search {
  position: relative;
  display: none;
  margin-bottom: 0px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.cart-quantity {
  position: relative;
  top: -13px;
  right: -13px;
  display: block;
  margin-left: 0px;
  color: #ae81dc;
}

.cart-text {
  display: none;
}

.remove-button {
  font-size: 0.9rem;
  text-decoration: none;
}

.error-state-cart {
  background-color: #e64545;
}

.line-link-nav {
  position: absolute;
  bottom: 23px;
  width: 100%;
  height: 6px;
  margin-left: -4px;
  background-color: #ae81dc;
  color: #ae81dc;
}

.line-link-nav.light {
  left: 7px;
  right: 0px;
}

.search-input {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #ae81dc;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
}

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

.link-cart {
  font-family: Lato, sans-serif;
  color: #ae81dc;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.price-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.shop-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid #000;
  background-color: #0b0a10;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-weight: 700;
}

.shop-button:hover {
  background-color: #ae81dc;
}

.wrapper-menu-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0a10;
}

.wrapper-date {
  position: absolute;
  left: auto;
  top: auto;
  right: 100%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper-date._5 {
  left: 100%;
  top: auto;
  right: auto;
  padding-left: 0px;
}

.wrapper-date._3 {
  bottom: 7px;
}

.wrapper-date._4 {
  top: -29%;
  right: auto;
  z-index: 3;
}

.wrapper-date._2 {
  top: 51px;
  z-index: 2;
}

.card {
  position: relative;
  left: 8%;
  top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9em;
  -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;
  background-color: #224227;
  opacity: 1;
  -webkit-transition: z-Index 400ms ease-in-out;
  transition: z-Index 400ms ease-in-out;
}

.card:hover {
  position: relative;
  z-index: 2;
}

.card._3 {
  left: auto;
  width: 15em;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.card._3.hidden {
  display: none;
}

.card._1 {
  width: 20em;
  height: 30em;
  background-color: transparent;
}

.card.fourth {
  left: -8%;
  top: 0px;
}

.card.fourth.hidden {
  display: none;
}

.card.third {
  left: -4%;
  top: 102px;
}

.card.third.hidden {
  display: none;
}

.card.second {
  left: 4%;
  top: -31px;
  width: 16em;
  background-color: transparent;
}

.card.second.hidden {
  display: none;
}

.wrapper-hero-about-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2242;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, hsla(0, 0%, 100%, 0.16)), to(rgba(255, 255, 255, 0.17)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), hsla(0, 0%, 100%, 0.16) 100%, rgba(255, 255, 255, 0.17));
}

.about-image-2 {
  width: 100%;
  background-image: url('../images/france.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 0.48;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.about-image-2:hover {
  opacity: 1;
}

.about-heading {
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  white-space: nowrap;
}

.bio-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 11% 0em 100px;
  -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: #4c445f;
}

.wrapper-bio {
  position: relative;
  top: 0%;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-top: 60px;
}

.fixed-image-wrapper {
  position: absolute;
  bottom: 79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100%;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffb285;
  background-image: url('../images/1235608019.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.filter {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(71, 96, 74, 0)), color-stop(100%, rgba(71, 96, 74, 0.63)), to(#47604a));
  background-image: linear-gradient(180deg, rgba(71, 96, 74, 0) 50%, rgba(71, 96, 74, 0.63) 100%, #47604a);
}

.filter.second {
  position: static;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(82, 71, 96, 0.57);
  background-image: none;
}

.wrapper-image-contact-left {
  position: absolute;
  left: -17%;
  top: -15%;
  width: 10vw;
  height: 105%;
  background-image: url('../images/contactimage.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.wrapper-image-contact {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 49%;
  right: auto;
  bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 45vh;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contactimage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-wrapper-2 {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-wrapper-2.contact {
  left: -28%;
  top: -14%;
  z-index: 9999;
  margin-top: 0px;
}

.heading-wrapper-2.post {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.paragraph-wrap-contact {
  margin-bottom: 45px;
}

.paragraph-wrap-contact.second {
  padding-top: 4.5em;
}

.heading-contact {
  margin-top: 0px;
  margin-bottom: 21px;
  color: #fff;
  font-size: 3em;
  font-weight: 200;
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #47604a;
}

.text-contact {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
}

.text-contact.mail {
  font-weight: 200;
  text-transform: lowercase;
}

.text-contact.m-t {
  margin-top: 20px;
}

.wrapper-text-contact {
  position: relative;
  left: -34px;
  width: 30em;
  margin-top: 38%;
  margin-bottom: auto;
  padding: 3.5em 4em;
  background-color: #47604a;
}

.hero-section-program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0a10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 10, 16, 0.35)), to(rgba(11, 10, 16, 0.35))), url('../images/el_album.png');
  background-image: linear-gradient(180deg, rgba(11, 10, 16, 0.35), rgba(11, 10, 16, 0.35)), url('../images/el_album.png');
  background-position: 0px 0px, 130% 100%;
  background-size: auto, 40%;
  background-repeat: repeat, no-repeat;
  text-transform: capitalize;
}

.wrapper-hero-image-program {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  height: 80%;
  max-width: 90%;
  margin-top: 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;
}

.top-image-program {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 550px;
  height: 450px;
  background-image: url('../images/Calista-Edited.jpg');
  background-position: 0% 50%;
  background-size: auto 800px;
}

.bottom-image-program {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 500px;
  height: 450px;
  background-image: url('../images/untitled-1.jpg');
  background-position: 100% 0%;
  background-size: auto 800px;
}

.wrapper-retourn {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-retourn.post {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.section-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0a10;
}

.autors-heading {
  font-size: 120px;
  font-weight: 300;
}

.slider-mask-program {
  overflow: visible;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.slider-program {
  display: block;
  height: 70vh;
  margin-top: 100px;
  background-color: transparent;
}

.wrapper-slide-image-program {
  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-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;
}

.slide-image-program {
  width: 850px;
  max-width: 70%;
  margin-top: 40px;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.overflow-wrapper {
  overflow: hidden;
}

.wrapper-typo-hero {
  width: 60%;
  height: auto;
  margin-top: 0px;
  padding-left: 40px;
}

.wrapper-typo-hero.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraphh-author {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.wrapper-description {
  width: 70%;
  margin-top: 100px;
  margin-left: auto;
}

.wrapper-description.auto {
  width: auto;
  margin-top: 0px;
}

.heading-bio-author {
  margin-top: 60px;
  font-family: Exo, sans-serif;
}

.filter-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-image: radial-gradient(circle farthest-corner at 60% 0%, transparent, rgba(8, 8, 12, 0.77) 44%, #000 72%);
}

.hero-autors-page {
  position: relative;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.script-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

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

.heading {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 150px;
  white-space: nowrap;
}

.rich-text-block {
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.section-song {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(11, 10, 16, 0), rgba(11, 10, 16, 0.5) 53%, #000 71%, #000);
}

.lirics-grid {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-column-gap: 49px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: 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;
  background-color: #000;
}

.background-video-author {
  z-index: 3;
  width: 80%;
  height: 80%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
}

.bold-text-video {
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

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

.collection-list-wrapper {
  margin-top: 15px;
}

.paragraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.hero-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2242;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, hsla(0, 0%, 100%, 0.16)), to(#4b435e)), url('../images/Galaxy-BG.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), hsla(0, 0%, 100%, 0.16) 0%, #4b435e), url('../images/Galaxy-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.wrapper-hero-shop-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-card {
  position: relative;
  left: 8%;
  top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9em;
  -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;
  background-color: #224227;
  opacity: 1;
  -webkit-transition: z-Index 400ms ease-in-out;
  transition: z-Index 400ms ease-in-out;
}

.shop-card:hover {
  position: relative;
  z-index: 2;
}

.shop-card._3 {
  left: auto;
}

.shop-card._3.hidden {
  display: none;
}

.shop-card._1 {
  left: -20%;
}

.shop-card.fourth {
  left: -8%;
  top: 0px;
}

.shop-card.fourth.hidden {
  display: none;
}

.shop-card.third {
  left: -4%;
  top: 102px;
}

.shop-card.third.hidden {
  display: none;
}

.shop-card.second {
  left: 4%;
  top: -31px;
}

.shop-card.second.hidden {
  display: none;
}

.shop-card.third {
  left: 10%;
}

.shop-card.second {
  left: -10%;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.price-wrapper {
  display: none;
  padding-left: 0px;
}

.card-2 {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.card-2.card2-content {
  background-image: url('../images/card2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card5-content {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card4-content {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card6-content {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-2.card1-content {
  position: relative;
  background-image: url('../images/card1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row {
  margin-bottom: 50px;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 10px;
  -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;
}

.number-card-dollars {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.product-price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Riverflows, sans-serif;
  color: #000;
  font-size: 22px;
}

.number-card-progress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-cover {
  height: 230px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.article-cover.article-content-2 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.article-cover.article-content-1 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.article-cover.article-content-3 {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  display: none;
  color: rgba(51, 51, 51, 0.4);
}

.tagline.number-card-currency {
  color: #fff;
}

.tagline.white-hero-tagline {
  margin-bottom: 10px;
  color: #fff;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 4vh;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
}

.product-card-image.product-card-2 {
  background-image: url('../images/DSC09928.jpg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.5)), to(hsla(0, 0%, 96.1%, 0.5)));
  background-image: url('../images/DSC09928.jpg'), linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.5), hsla(0, 0%, 96.1%, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.product-card-image.product-card-1 {
  background-image: url('../images/DSC09956.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-card-image.product-card-3 {
  background-image: url('../images/DSC09949.jpg');
  background-position: 80% 30%;
  background-size: 390px;
}

.product-card-image.product-card-4 {
  background-image: url('../images/DSC09938.jpg');
  background-position: 58% 32%;
  background-size: 810px;
}

.article {
  margin-bottom: 10px;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-2.default-button.card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}

.tag-wrapper {
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.divider {
  display: none;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  display: none;
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.number-card-progress {
  color: #fff;
  text-align: right;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 20px;
  font-family: Riverflows, sans-serif;
  color: #000;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.number-card-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.number-card-divider {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 14px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.card-headline {
  margin-top: 10px;
  color: #fff;
}

.card-headline.dark-card-headline {
  color: #333;
}

.card-headline.dark-card-headline._6col-card {
  width: 40%;
}

.number-card {
  padding: 22px 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1991eb), to(#1991eb));
  background-image: linear-gradient(180deg, #1991eb, #1991eb);
}

.number-card.number-card-content2 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17cec4), color-stop(0%, #17cec4), to(#08aeea));
  background-image: linear-gradient(180deg, #17cec4, #17cec4 0%, #08aeea);
  color: #333;
}

.number-card.number-card-content4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8308), to(#fd4f00));
  background-image: linear-gradient(180deg, #ff8308, #fd4f00);
}

.number-card.number-card-content3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed629a), to(#c850c0));
  background-image: linear-gradient(180deg, #ed629a, #c850c0);
}

.number-card.number-card-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7042bf), to(#3023ae));
  background-image: linear-gradient(180deg, #7042bf, #3023ae);
}

.button-3 {
  border-radius: 5px;
  background-color: #d08ff2;
  font-family: Lato, sans-serif;
  color: #000;
}

.shop-paragraph {
  width: 70%;
  margin-bottom: 40px;
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
}

.shop-paragraph.footer {
  width: auto;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 25px;
  background-color: transparent;
  font-family: Riverflows, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.div-block {
  background-color: #4d4560;
}

.bg-bash {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -45.6em;
}

.bg-bash._2 {
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: auto;
}

.cant-sleep-image {
  width: auto;
  height: 12em;
}

.slide-7 {
  background-image: url('../images/IMG_3134.JPEG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/IMG_6154.JPEG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span {
  font-size: 15px;
}

@media screen and (min-width: 1440px) {
  .back-to-top {
    z-index: 10;
  }

  .body-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 300vh;
  }

  .logo-wrapper-4 {
    overflow: hidden;
  }

  .hero-heading.author {
    font-size: 9vw;
  }

  .fixed-image {
    z-index: 1;
    display: block;
    background-image: url('../images/End-BG.jpg');
    background-position: 50% 50%;
  }

  .fixed-image.responsive {
    display: block;
    opacity: 1;
  }

  .date-text {
    font-size: 18px;
  }

  .horizzontal-section {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overflow-mask-horizzontal {
    margin-left: 0vw;
    padding-left: 0vw;
  }

  .section-album.content-wrap {
    overflow: visible;
    margin-left: 0px;
  }

  .content-block-wrapper {
    width: 34em;
    height: 34em;
  }

  .content-block-wrapper._3 {
    width: 34em;
    height: 34em;
  }

  .submit-button-3 {
    margin-top: 40px;
  }

  .submit-button-3.border {
    border-color: #fff;
  }

  .horizontal-scrollable-section {
    margin-left: -20vw;
  }

  .horizontal-div-wrapper {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    width: 100vw;
  }

  .horizontal-content {
    margin-left: 0vw;
  }

  .title {
    font-size: 55px;
  }

  .parallax-section {
    position: relative;
    z-index: 3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_6098.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_6098.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .bio-heading {
    position: static;
    top: 0em;
    margin-top: 0px;
  }

  .bio-heading.absolute {
    position: static;
    top: 1.1em;
    z-index: 9;
  }

  .form-wrapper {
    padding-top: 35rem;
    padding-left: 19rem;
  }

  .text-field-2 {
    padding-top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
  }

  .orange-wrapper {
    height: 1000px;
    margin-top: 60px;
  }

  .field-label {
    margin-bottom: 0px;
  }

  .size-section {
    position: relative;
    z-index: 2;
    padding-top: 29em;
    padding-right: 18em;
    padding-left: 18em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4c445f), color-stop(21%, rgba(0, 0, 0, 0.67)), to(transparent)), url('../images/1235608368.jpg');
    background-image: linear-gradient(0deg, #4c445f, rgba(0, 0, 0, 0.67) 21%, transparent), url('../images/1235608368.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .intro-store {
    position: absolute;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 14%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-paragraph {
    width: 70%;
    margin-bottom: 40px;
    font-family: Riverflows, sans-serif;
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
  }

  .main-paragraph.footer {
    padding-top: 0vh;
  }

  .wrapper-text-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-second {
    left: auto;
    margin-left: 0vw;
  }

  .card-shop {
    position: relative;
    width: 500px;
    height: 500px;
  }

  .card-shop.auto {
    width: 700px;
    margin-left: 140px;
  }

  .card-shop.auto.collection-item-shop {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
  }

  .horizontal-scrollable-section-second.auto {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bold-text {
    color: #ae81dc;
    font-weight: 400;
  }

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

  .horizontal-div-wrapper-second {
    width: 400vw;
  }

  .price {
    margin-top: 20px;
    color: #ae81dc;
  }

  .price.big {
    font-size: 75px;
  }

  .content-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(255, 178, 133, 0.52);
    opacity: 1;
  }

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

  .footer-2 {
    z-index: 3;
  }

  .cart-heading {
    font-size: 16px;
    font-weight: 700;
  }

  .navbar-line {
    top: auto;
  }

  .navbar {
    position: fixed;
    overflow: visible;
    padding: 4em 4.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkout-button {
    background-color: #ae81dc;
  }

  .cart-button {
    position: static;
    z-index: 9999;
  }

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

  .cart-image {
    padding-bottom: 0px;
  }

  .line-link-nav {
    color: #ae81dc;
  }

  .link-cart {
    font-size: 12px;
    line-height: 1.2;
  }

  .price-cart {
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
  }

  .wrapper-date._4 {
    top: -23%;
  }

  .card {
    width: 12em;
  }

  .card._3 {
    width: 12em;
  }

  .card.fourth {
    width: 12em;
  }

  .card.third {
    width: 12em;
  }

  .card.second {
    width: 12em;
  }

  .about-image-2 {
    width: 100%;
  }

  .bio-section {
    position: relative;
    z-index: 2;
    height: auto;
    padding: 11% 18em 220px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-bio {
    position: static;
  }

  .fixed-image-wrapper {
    height: 80100%;
    background-image: url('../images/1235608019.jpg');
  }

  .hero-section-program {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sfondo.png'), none;
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/sfondo.png'), none;
    background-position: 0px 0px, 115% 100%, -20% -100%;
    background-size: auto, 30%, 40%;
  }

  .wrapper-hero-image-program {
    height: 700px;
  }

  .top-image-program {
    width: 550px;
    height: 450px;
  }

  .paragraphh-author {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-bio-author {
    margin-top: 100px;
  }

  .script-section {
    overflow: hidden;
    margin-left: 0px;
  }

  .heading {
    margin-left: 10px;
  }

  .section-song {
    background-size: auto, 50%;
  }

  .bold-text-video {
    font-weight: 200;
    text-transform: none;
  }

  .shop-card {
    width: 12em;
  }

  .shop-card._3 {
    width: 12em;
  }

  .shop-card.fourth {
    width: 12em;
  }

  .shop-card.third {
    width: 12em;
  }

  .shop-card.second {
    width: 12em;
  }

  .shop-paragraph {
    width: 70%;
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
  }

  .shop-paragraph.footer {
    padding-top: 0vh;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .heading-wrapper {
    margin-top: 115px;
  }

  .project-body-copy {
    margin-right: 12%;
    margin-left: 12%;
  }

  .bg---mountains._2 {
    top: -20%;
  }

  .grid.is-center-aligned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .grid-item.is-partners.position {
    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-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;
  }

  .launch-event {
    font-size: 50px;
    text-align: center;
  }

  .launch-event.is-bold {
    font-size: 90px;
  }

  .launch-event.is-about-event.is-bold {
    font-size: 40px;
  }

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

  .c-scrolling-item.shirt {
    width: 100%;
    margin-right: 0px;
  }

  .c-scrolling-item.tote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-scrolling-item.hat {
    width: 40%;
    margin-right: 0px;
  }

  .c-scrolling-item.hoodie {
    width: 50%;
    margin-top: 50px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .c-scroll-track {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

  .section-2.expand {
    overflow: hidden;
    height: auto;
  }

  .merch-item {
    width: 100%;
  }

  .slider {
    width: 85%;
    height: 40vh;
  }

  .sponsor-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sponsor-heading {
    font-size: 27px;
  }

  .sponsor-image._1 {
    width: 260px;
  }

  .sponsor-image._7 {
    width: 150px;
  }

  .sponsor-image._8 {
    width: 160px;
  }

  .sponsor-image._9 {
    width: 150px;
  }

  .sponsor-image._10 {
    width: 196px;
  }

  .sponsor-image._12 {
    width: 90px;
  }

  .sponsor-image._13 {
    width: 90px;
  }

  .body-bg {
    z-index: 0;
  }

  .hero-section {
    position: relative;
    z-index: 9999;
    height: 700px;
    background-color: #0b0a10;
    background-image: url('../images/End-BG.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .logo-wrapper-4 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logo-wrapper-4.hidden {
    height: auto;
    padding: 0px 40px 40px;
  }

  .logo-wrapper-4.first {
    height: auto;
    padding-top: 189px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    width: 50%;
    height: auto;
  }

  .hero-heading {
    margin-top: 20px;
    font-size: 11vw;
    text-align: center;
  }

  .hero-heading._1 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 11vw;
    text-align: center;
  }

  .fixed-image {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    opacity: 1;
  }

  .fixed-image.responsive {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 36;
    display: none;
    width: auto;
    height: 100%;
  }

  .slider-nav {
    display: none;
  }

  .horizzontal-section {
    z-index: 3;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #0b0a10;
  }

  .responsive-slider {
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #0b0a10;
  }

  .section-album.content-wrap {
    display: none;
  }

  .wrapper-slide-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-text {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slide-image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow-slide {
    left: auto;
    top: 75px;
    right: 25%;
    bottom: auto;
    height: 50px;
    font-size: 20px;
  }

  .left-arrow-slide {
    left: 25%;
    top: 75px;
    right: auto;
    height: 50px;
    margin-top: 0px;
    font-size: 20px;
  }

  .slider-mask {
    overflow: visible;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .title {
    font-size: 23px;
    line-height: 1;
  }

  .parallax-section {
    z-index: 3;
    height: 800px;
  }

  .bio-heading {
    font-size: 85px;
  }

  .bio-heading.home {
    top: 11%;
  }

  .form-wrapper {
    position: absolute;
    top: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 38rem 0.5rem 0px;
  }

  .error-message-3 {
    background-color: #d85d5d;
    color: #fff;
  }

  .orange-wrapper {
    height: 60vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .size-section {
    height: auto;
    padding: 23.4em 0em 0px;
  }

  .intro-store {
    position: static;
    top: -372px;
    height: 600px;
    margin-top: 92px;
    background-color: #ffb285;
  }

  .overflow {
    overflow: hidden;
    background-color: #ffb285;
  }

  .horizontal-content-second {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card-shop {
    height: auto;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .horizontal-scrollable-section-second {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-scrollable-section-second.auto {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text.big {
    margin-left: auto;
  }

  .horizzontal-shop.content-wrap {
    z-index: 4;
    height: auto;
  }

  .card-heading {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    color: #0b0a10;
    font-size: 28px;
  }

  .card-heading.ig {
    margin-left: auto;
  }

  .horizontal-div-wrapper-second {
    width: auto;
    height: auto;
    background-color: transparent;
  }

  .collection-list-home {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price {
    margin-right: auto;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
  }

  .price.big {
    margin-left: auto;
    text-align: center;
  }

  .content-block {
    position: static;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .collection-item-home {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg {
    z-index: 0;
  }

  .bg.orange {
    z-index: 1;
  }

  .instagram-section {
    z-index: 4;
  }

  .footer-2 {
    position: relative;
    bottom: 0px;
    z-index: 4;
    overflow: hidden;
    height: auto;
  }

  .wrap-link-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .top-text.big {
    text-align: left;
  }

  .top-text.big.absolute {
    position: static;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrap-copyright {
    margin-right: auto;
  }

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

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

  .footer-details {
    margin-bottom: 40px;
  }

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

  .footer-background {
    top: 25vh;
    background-image: none;
    background-size: auto;
  }

  .wrapper-cart {
    position: relative;
    z-index: 90;
    margin-left: 20px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    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: #0b0a10;
  }

  .navbar-line {
    display: none;
  }

  .navbar {
    z-index: 999999;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.91)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.91), hsla(0, 0%, 100%, 0));
  }

  .navigation-right {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .burger-line.white {
    width: 30px;
  }

  .nav-link {
    display: block;
    font-size: 20px;
  }

  .nav-link.light {
    font-size: 20px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
  }

  .navigation-left {
    margin-left: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .brand {
    margin-right: auto;
  }

  .brand.w--current {
    z-index: 90;
  }

  .search {
    display: none;
  }

  .line-link-nav {
    display: none;
  }

  .line-link-nav.light {
    display: none;
  }

  .search-input {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .wrapper-menu-nav {
    width: auto;
    height: 100vh;
    padding-right: 20px;
    padding-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-date {
    position: static;
    display: block;
  }

  .card {
    left: 0%;
    top: 0px;
    overflow: hidden;
    width: auto;
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card._3 {
    background-color: transparent;
  }

  .card._1 {
    background-color: transparent;
  }

  .card.fourth {
    top: auto;
    background-color: transparent;
  }

  .card.third {
    top: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .card.second {
    left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .wrapper-hero-about-image {
    width: auto;
    height: auto;
    padding-right: 20px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-about {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .about-image-2 {
    width: 250px;
    opacity: 1;
  }

  .bio-section {
    padding-top: 23%;
    padding-right: 0em;
    padding-left: 0em;
  }

  .wrapper-bio {
    width: 70%;
  }

  .wrapper-image-contact-left {
    position: relative;
    width: 15vw;
  }

  .wrapper-image-contact {
    position: static;
    width: 60%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-wrapper-2.contact {
    left: 13%;
    top: auto;
  }

  .heading-wrapper-2.post {
    position: static;
    margin-top: 40px;
  }

  .contact-section {
    padding-top: 220px;
    -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;
  }

  .wrapper-text-contact {
    position: static;
    width: 80%;
    margin-top: 15%;
    padding-right: 0em;
    padding-left: 40px;
  }

  .hero-section-program {
    background-image: url('../images/sfondo.png'), none;
    background-position: 130% 100%, -40% -10%;
    background-size: 40%, 45%;
    background-repeat: no-repeat, no-repeat;
  }

  .wrapper-hero-image-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-image-program {
    position: static;
  }

  .bottom-image-program {
    display: none;
  }

  .wrapper-retourn.post {
    position: static;
  }

  .autors-heading {
    font-size: 100px;
  }

  .slider-mask-program {
    overflow: visible;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-program {
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #0b0a10;
  }

  .wrapper-slide-image-program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-image-program {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-typo-hero {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-typo-hero.left {
    width: 90%;
  }

  .wrapper-description {
    width: 90%;
    margin-right: auto;
  }

  .wrapper-description.auto {
    margin-left: 0px;
  }

  .filter-hero {
    position: static;
    height: 100%;
  }

  .rich-text-block {
    margin-left: 0px;
  }

  .lirics-grid {
    width: 90%;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .video-section {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .background-video-author {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-shop {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .wrapper-hero-shop-images {
    width: auto;
    height: auto;
    padding-right: 20px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .shop-card {
    left: 0%;
    top: 0px;
    overflow: hidden;
    width: auto;
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .shop-card._3 {
    background-color: transparent;
  }

  .shop-card._1 {
    background-color: transparent;
  }

  .shop-card.fourth {
    top: auto;
    background-color: transparent;
  }

  .shop-card.third {
    top: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .shop-card.second {
    left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .button-2.default-button.card-cta {
    left: 30px;
    right: 30px;
    bottom: 20px;
    display: block;
    -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
    text-align: center;
  }

  .product-card {
    width: 100%;
    height: 100%;
  }

  .number-card-number {
    font-size: 30px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: 65%;
  }

  .number-card {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    margin-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
  }

  .bg-bash._2 {
    top: -20%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .form {
    width: 80%;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0px;
  }

  .project-body-copy {
    margin-right: 40px;
    margin-left: 40px;
  }

  .bg---mountains {
    bottom: -10%;
  }

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

  .grid-item.is-center-aligned.is-about {
    margin-bottom: 5em;
  }

  .grid-item.is-content.is-centred-aligned {
    width: 60%;
    margin-bottom: 50px;
  }

  .grid-item.is-full-screen.is-centered-align {
    bottom: 200px;
    -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;
  }

  .grid-item.position {
    top: -75px;
  }

  .large-logo {
    width: 14em;
  }

  .neon {
    height: 6em;
  }

  .neon.double-line {
    height: 10em;
  }

  .launch-event {
    font-size: 35px;
  }

  .launch-event.is-bold {
    font-size: 65px;
  }

  .launch-event.is-about-event {
    font-size: 30px;
  }

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

  .slider {
    height: 30vh;
  }

  .venue-title {
    padding-right: 35px;
    font-size: 50px;
  }

  .hate-image-wrapper.left {
    left: 0px;
  }

  .hate-image-wrapper.right {
    top: 45px;
    right: 0px;
  }

  .rsvp-form {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section {
    height: 550px;
  }

  .logo-wrapper-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo-wrapper-4.first {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-heading {
    margin-top: 0px;
    font-size: 10.5vw;
  }

  .hero-heading._1 {
    margin-top: 0px;
    font-size: 10.5vw;
  }

  .hero-heading.author {
    font-size: 50px;
  }

  .submit-button-3._2.instagram {
    font-size: 30px;
  }

  .submit-button-3._2.shop {
    font-size: 30px;
  }

  .submit-button-3.footer {
    margin-top: 20px;
    padding-top: 9px;
  }

  .right-arrow-slide {
    right: 17%;
  }

  .left-arrow-slide {
    left: 17%;
  }

  .slider-mask {
    width: 60%;
  }

  .bio-heading {
    font-size: 70px;
  }

  .bio-heading.auto {
    margin-top: 168px;
  }

  .bio-heading.footer {
    padding-top: 0vh;
  }

  .form-wrapper {
    top: -9%;
    bottom: 0%;
    padding-top: 35rem;
    padding-bottom: 0px;
  }

  .intro-store {
    z-index: 23;
    margin-top: 0px;
    background-color: #ffb285;
  }

  .main-paragraph.footer {
    padding-top: 0vh;
  }

  .wrapper-text-field.margin {
    position: relative;
    z-index: 99;
    margin-left: 0px;
  }

  .container-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-content-second {
    left: auto;
    right: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .card-shop {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-shop.auto.collection-item-shop {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .overflow-mask-second {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .horizontal-scrollable-section-second.auto {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-div-wrapper-second {
    overflow: visible;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-home {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .content-block.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item-home {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .instagram-image {
    left: auto;
  }

  .top-text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .grid-menu-footer {
    width: auto;
    grid-auto-flow: row;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .wrapper-form {
    width: 100%;
  }

  .footer-background {
    background-image: none;
  }

  .wrapper-cart {
    margin-left: 20px;
  }

  .menu-button {
    margin-left: auto;
  }

  .search {
    display: none;
  }

  .card {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .card._3 {
    top: auto;
    background-color: transparent;
  }

  .card._1 {
    background-color: transparent;
  }

  .card.fourth {
    left: auto;
    background-color: transparent;
  }

  .card.third {
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .card.second {
    top: auto;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .wrapper-hero-about-image {
    -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;
  }

  .bio-section {
    height: auto;
    padding-bottom: 100px;
  }

  .fixed-image-wrapper {
    width: 100vw;
    height: 80%;
  }

  .hero-section-program {
    background-image: url('../images/sfondo.png'), none;
  }

  .wrapper-hero-image-program {
    padding-right: 20px;
    padding-left: 20px;
  }

  .top-image-program {
    width: 100%;
  }

  .slider-mask-program {
    width: 60%;
  }

  .wrapper-typo-hero {
    width: 100%;
    padding-left: 0px;
  }

  .wrapper-typo-hero.left {
    width: 100%;
  }

  .filter-hero {
    padding: 140px 40px;
  }

  .hero-autors-page {
    height: auto;
  }

  .heading {
    font-size: 120px;
  }

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

  .lirics-grid {
    width: 90%;
  }

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

  .wrapper-hero-shop-images {
    -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;
  }

  .shop-card {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .shop-card._3 {
    top: auto;
    background-color: transparent;
  }

  .shop-card._1 {
    background-color: transparent;
  }

  .shop-card.fourth {
    left: auto;
    background-color: transparent;
  }

  .shop-card.third {
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .shop-card.second {
    top: auto;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }

  .article {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2.default-button.card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }

  .card-headline.dark-card-headline._6col-card {
    width: auto;
  }

  .shop-paragraph.footer {
    padding-top: 0vh;
  }

  .bg-bash {
    bottom: -10%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-right: 18px;
    margin-left: 18px;
  }

  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .grid-item.is-center-aligned.is-full-screen {
    top: -50px;
  }

  .grid-item.is-content.is-centred-aligned {
    width: 95%;
  }

  .grid-item.is-left-aligned {
    margin-top: 8em;
  }

  .grid-item.is-partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -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;
  }

  .grid-item.is-full-screen.is-centered-align {
    bottom: 140px;
  }

  .grid-item.position {
    top: -55px;
  }

  .grid-item.is-spaced-2 {
    margin-top: 0em;
  }

  .neon {
    height: 4.5em;
  }

  .neon.double-line {
    height: 6em;
  }

  .neon.bash {
    height: 10em;
  }

  .launch-event {
    font-size: 25px;
    line-height: 40px;
  }

  .launch-event.is-bold {
    font-size: 40px;
    line-height: 40px;
  }

  .launch-event.is-about-event {
    font-size: 20px;
    line-height: 29px;
  }

  .launch-event.is-about-event.is-bold {
    font-size: 25px;
    line-height: 30px;
  }

  .launch-event.is-hate-text {
    font-size: 17px;
    line-height: 20px;
  }

  .info-heading {
    font-size: 18px;
  }

  .text-info {
    width: 310px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  ._w-scrolling-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-arrow {
    top: 7em;
    width: 60px;
    height: 60px;
  }

  .right-arrow {
    top: 7em;
    width: 60px;
    height: 60px;
  }

  .venue-title {
    font-size: 35px;
    line-height: 40px;
  }

  .sponsor-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sponsor-line._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sponsor-line._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-wrapper-3 {
    top: 10px;
  }

  .hate-image-wrapper.left {
    width: 70%;
  }

  .hate-image-wrapper.right {
    top: 35px;
    width: 70%;
  }

  .hate-image-wrapper.middle {
    top: 60px;
    width: 70%;
  }

  .name {
    font-size: 15px;
  }

  .email {
    font-size: 15px;
  }

  .phone {
    font-size: 15px;
  }

  .submit-button {
    font-size: 15px;
  }

  .filming-info {
    width: 310px;
    font-size: 18px;
    line-height: 20px;
  }

  .filming-info.share {
    font-size: 17px;
  }

  .sponsor-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .sponsor-image._1 {
    margin-bottom: 20px;
  }

  .sponsor-image._2 {
    width: 150px;
    margin-bottom: 20px;
  }

  .sponsor-image._3 {
    width: 250px;
    margin-bottom: 20px;
  }

  .sponsor-image._4 {
    width: 100px;
    margin-bottom: 20px;
  }

  .sponsor-image._5 {
    width: 60px;
    margin-bottom: 20px;
  }

  .sponsor-image._6 {
    width: 170px;
    margin-bottom: 50px;
  }

  .sponsor-image._7 {
    width: 210px;
    margin-bottom: 30px;
  }

  .sponsor-image._8 {
    width: 200px;
    margin-bottom: 20px;
  }

  .sponsor-image._13 {
    width: 80px;
    margin-bottom: 20px;
  }

  .about-image._2 {
    margin-top: 20px;
  }

  .collaboration-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    width: 18em;
  }

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

  .left-section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .photos-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .album-cover {
    width: 70vw;
  }

  .videos-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-image {
    width: 60vw;
  }

  .artist-photos {
    height: 80vw;
  }

  .gif-cover {
    width: 70vw;
  }

  .hero-section {
    position: relative;
    z-index: 3;
    height: 550px;
    padding-bottom: 0px;
    background-image: url('../images/End-BG.jpg');
    background-position: 50% 100%;
  }

  .logo-wrapper-4 {
    padding-top: 220px;
    padding-bottom: 0px;
  }

  .logo-wrapper-4.hidden {
    display: none;
  }

  .logo-wrapper-4.first {
    height: auto;
    padding: 220px 20px;
  }

  .hero-heading {
    margin-top: 0px;
    font-size: 40px;
    letter-spacing: 0em;
  }

  .hero-heading._1 {
    margin-top: 0px;
    font-size: 40px;
  }

  .hero-heading.blog {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 50px;
  }

  .fixed-image.responsive {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .horizzontal-section {
    z-index: 3;
  }

  .responsive-slider {
    z-index: 2;
  }

  .section-album {
    margin-left: 0px;
  }

  .content-block-wrapper {
    width: 75vw;
    height: 65vh;
    max-height: 320px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .submit-button-3._2.instagram {
    left: 20px;
    right: 20px;
    bottom: 0%;
    text-align: center;
  }

  .submit-button-3._2.shop {
    left: 20px;
    right: 20px;
    bottom: 0%;
    text-align: center;
  }

  .submit-button-3.footer {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1;
    white-space: pre-wrap;
  }

  .right-arrow-slide {
    top: 16%;
    right: 8%;
    width: 50px;
  }

  .left-arrow-slide {
    left: 8%;
    top: 16%;
    width: 50px;
  }

  .slider-mask {
    width: 90%;
  }

  .parallax-section {
    height: 550px;
  }

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

  .bio-heading.auto {
    display: none;
    font-size: 40px;
  }

  .bio-heading.home {
    font-size: 70px;
  }

  .bio-heading.absolute {
    margin-bottom: 0px;
    font-size: 60px;
  }

  .form-wrapper {
    position: absolute;
    height: 1000px;
    padding-top: 20rem;
  }

  .text-field-2 {
    background-color: transparent;
  }

  .orange-wrapper {
    height: auto;
    margin-top: auto;
  }

  .size-section {
    padding-top: 0em;
  }

  .intro-store {
    display: none;
    height: auto;
    margin-top: 0%;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .main-paragraph {
    width: auto;
    font-size: 25px;
  }

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

  .gradient {
    height: 1000px;
  }

  .horizontal-content-second {
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .empty-state-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    font-family: Lato, sans-serif;
    font-size: 30px;
  }

  .card-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: none;
    margin-right: 10px;
    margin-bottom: 100px;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card-shop.auto.collection-item-shop {
    width: auto;
  }

  .horizontal-scrollable-section-second {
    width: 100%;
    margin-right: 0px;
  }

  .horizontal-scrollable-section-second.auto {
    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;
  }

  .bold-text.big {
    margin-left: 0px;
  }

  .horizzontal-shop {
    margin-left: 0px;
  }

  .card-heading {
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
    white-space: break-spaces;
  }

  .card-heading.ig {
    margin-left: 0px;
  }

  .collection-list-home {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price {
    margin-right: 0px;
    text-align: center;
  }

  .content-block {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    padding-top: 10px;
    -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;
  }

  .collection-item-home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .instagram-section {
    overflow: hidden;
    margin-top: 100px;
  }

  .instagram-section.about {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .instagram-image {
    width: 200%;
    max-width: 200%;
  }

  .gradient-radius.about {
    padding-left: 20px;
  }

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

  .top-text {
    margin-right: 20px;
  }

  .top-text.big.absolute {
    width: 100%;
  }

  .wrapper-link-footer {
    text-align: left;
  }

  .footer-grid {
    margin-left: 0px;
  }

  .footer-grid.bottom {
    margin-top: 28%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .list-footer {
    margin-right: 9px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-menu-footer {
    width: 100%;
    justify-items: start;
  }

  .footer-details {
    padding-left: 20px;
  }

  .link-footer {
    text-align: left;
  }

  .container-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-background {
    background-image: none;
  }

  .footer-background.blog {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.91)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.91), transparent);
  }

  .brand {
    z-index: 99;
    padding-left: 0px;
  }

  .search {
    margin-left: auto;
  }

  .wrapper-date {
    padding-left: 0px;
  }

  .wrapper-date._3 {
    position: static;
  }

  .card {
    width: 3.8em;
  }

  .card._3 {
    position: static;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card._1 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.fourth {
    width: 100%;
    height: 500px;
    -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;
  }

  .card.third {
    top: auto;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.second {
    top: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wrapper-hero-about-image {
    display: none;
    width: 80%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-about {
    overflow: hidden;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-image-2 {
    width: 100%;
    max-width: none;
    margin-top: 0px;
  }

  .bio-section {
    padding-top: 0%;
  }

  .wrapper-bio {
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fixed-image-wrapper {
    bottom: 0px;
    height: 100%;
    margin-top: 0px;
  }

  .wrapper-image-contact-left {
    display: none;
  }

  .wrapper-image-contact {
    width: 100%;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-wrapper-2 {
    top: 265.5px;
    z-index: 9;
  }

  .heading-wrapper-2.contact {
    left: auto;
  }

  .heading-wrapper-2.post {
    margin-top: 21px;
  }

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

  .wrapper-text-contact {
    width: 100%;
    margin-top: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section-program {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sfondo.png'), none;
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/sfondo.png'), none;
    background-position: 0px 0px, -50% 20%, 400% 100%;
    background-size: auto, 60%, 90%;
  }

  .top-image-program {
    height: 300px;
  }

  .wrapper-retourn {
    top: 265.5px;
    z-index: 9;
  }

  .wrapper-retourn.post {
    margin-top: 21px;
  }

  .autors-heading {
    font-size: 50px;
  }

  .slider-mask-program {
    width: 90%;
  }

  .slider-program {
    z-index: 2;
    margin-top: 0px;
  }

  .wrapper-description {
    width: 100%;
  }

  .filter-hero {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-autors-page {
    height: auto;
  }

  .heading {
    font-size: 80px;
  }

  .section-song {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lirics-grid {
    width: 100%;
  }

  .video-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .background-video-author {
    width: 100%;
  }

  .bold-text-video {
    font-size: 30px;
  }

  .hero-shop {
    overflow: hidden;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper-hero-shop-images {
    display: none;
    width: 80%;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop-card {
    width: 3.8em;
  }

  .shop-card._3 {
    position: static;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shop-card._1 {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shop-card.fourth {
    width: 100%;
    height: 500px;
    -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;
  }

  .shop-card.third {
    top: auto;
    width: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shop-card.second {
    top: auto;
    height: 600px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .article-cover.article-content-2 {
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
  }

  .shop-paragraph {
    width: auto;
    font-size: 25px;
  }
}

#w-node-_4ad45261-5869-dbb0-d866-0e5f4158b788-86ce62b5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4ad45261-5869-dbb0-d866-0e5f4158b78c-86ce62b5 {
  -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: start;
  justify-self: start;
}

#w-node-_4ad45261-5869-dbb0-d866-0e5f4158b790-86ce62b5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_78baf10b-06e7-6396-dfa4-96e84ef51358-10ce62b7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_78baf10b-06e7-6396-dfa4-96e84ef5135c-10ce62b7 {
  -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: start;
  justify-self: start;
}

#w-node-_78baf10b-06e7-6396-dfa4-96e84ef51360-10ce62b7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_621ee922-c94f-c7a8-07e9-86735d22af47-5d22af0b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_621ee922-c94f-c7a8-07e9-86735d22af4b-5d22af0b {
  -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: start;
  justify-self: start;
}

#w-node-_621ee922-c94f-c7a8-07e9-86735d22af4f-5d22af0b {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5747cf8d-9a7e-d1bb-b016-61e74408506a-fafa6bd9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5747cf8d-9a7e-d1bb-b016-61e74408506e-fafa6bd9 {
  -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: start;
  justify-self: start;
}

#w-node-_5747cf8d-9a7e-d1bb-b016-61e744085072-fafa6bd9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_55384ddb-28d1-f04d-c603-c179b52f8ef7-7bae00ae {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_55384ddb-28d1-f04d-c603-c179b52f8efb-7bae00ae {
  -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: start;
  justify-self: start;
}

#w-node-_55384ddb-28d1-f04d-c603-c179b52f8eff-7bae00ae {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a137ce76-c775-60b8-2f42-a1b4309b6380-5b2f486e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a137ce76-c775-60b8-2f42-a1b4309b6384-5b2f486e {
  -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: start;
  justify-self: start;
}

#w-node-a137ce76-c775-60b8-2f42-a1b4309b6388-5b2f486e {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b788-86ce62b5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b790-86ce62b5 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51358-10ce62b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51360-10ce62b7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af47-5d22af0b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af4f-5d22af0b {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e74408506a-fafa6bd9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e744085072-fafa6bd9 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8ef7-7bae00ae {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8eff-7bae00ae {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6380-5b2f486e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6388-5b2f486e {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b788-86ce62b5 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b78c-86ce62b5 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b790-86ce62b5 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51358-10ce62b7 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef5135c-10ce62b7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51360-10ce62b7 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af47-5d22af0b {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af4b-5d22af0b {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af4f-5d22af0b {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e74408506a-fafa6bd9 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e74408506e-fafa6bd9 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e744085072-fafa6bd9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8ef7-7bae00ae {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8efb-7bae00ae {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8eff-7bae00ae {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6380-5b2f486e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6384-5b2f486e {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6388-5b2f486e {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b761-86ce62b5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4ad45261-5869-dbb0-d866-0e5f4158b776-86ce62b5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51337-10ce62b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_78baf10b-06e7-6396-dfa4-96e84ef51346-10ce62b7 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af20-5d22af0b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_621ee922-c94f-c7a8-07e9-86735d22af35-5d22af0b {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e744085043-fafa6bd9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5747cf8d-9a7e-d1bb-b016-61e744085058-fafa6bd9 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8ed0-7bae00ae {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_55384ddb-28d1-f04d-c603-c179b52f8ee5-7bae00ae {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b6359-5b2f486e {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a137ce76-c775-60b8-2f42-a1b4309b636e-5b2f486e {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Riverflows';
  src: url('../fonts/RIVERFLOWS-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Riverflows';
  src: url('../fonts/RIVERFLOWS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}