.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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}
http://ricohstore.local/
.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-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-commercecheckoutcustomerinfosummarywrapper {
  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-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-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-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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

.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-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  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-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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}

a {
  color: #fe0000;
  text-decoration: underline;
  font-family: Karla, sans-serif;
}

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

li {
  margin-bottom: 12px;
  color: #000;
}

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

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 1px solid #000;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section {
  position: relative;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  clear:both;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bo-bottom-padding {
  padding-bottom: 0px;
}

.section.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section.blue {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #096ad0;
  color: #096ad0;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 41vh;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.full-screen.background-image-side {
  min-height: 93vh;
  padding-top: 0px;
  -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;
  background-color: rgba(9, 106, 208, 0.2);
  background-image: url('../images/Z1_front-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.full-screen.background-image-side.pentax {
  background-image: url('../images/k-70.jpg'), url('../images/Z1_front-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.full-screen.background-image-side.pentax.gr {
  background-image: url('../images/6eb914d2619fd70ce7fc09d0ea21d686.jpg'), url('../images/k-70.jpg'), url('../images/Z1_front-1.jpg');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.section.full-screen.background-image-side.cms-placeholder {
  background-image: url('../images/43---big.svg'), url('../images/Z1_front-1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.section.full-screen.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.full-screen.full-width {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.light-blue {
  border-style: none;
  background-color: rgba(9, 106, 208, 0.04);
}

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

.section.wider-padding.background-image {
  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: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section.wider-padding.border {
  border-top: 1px solid rgba(9, 106, 208, 0.04);
  border-bottom: 1px solid rgba(9, 106, 208, 0.04);
}

.section.wider-padding.map {
  padding-top: 240px;
  padding-bottom: 240px;
  background-position: 50% 50%;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, 0.08);
}

.section.blue {
  background-color: #096ad0;
  color: #096ad0;
}

.section.background-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding: 10px 29px;
  -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-image: url('../images/griii-roof.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.half-screen-background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.section.half-screen-background-image.right {
  background-image: url('../images/cinematic---big.svg');
  background-position: 100% 50%;
}

.section.half-screen-background-image.right.alt {
  background-image: url('../images/THETA_series_b.jpg');
}

.section.half-screen-background-image.right.gr-roof {
  background-image: url('../images/griii-roof.jpg');
}

.section.half-screen-background-image.ricoh-camera {
  background-image: url('../images/25.GR-III_Insituation_2.jpg');
}

.section.half-screen-background-image.k1 {
  background-image: url('../images/K-1_insituation.jpg');
}

.section.half-screen-background-image.rental._100-years.wg {
  background-image: url('../images/wg-action.jpg');
}

.section.black {
  background-color: #1f2c3d;
}

.section.black._80vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.black.legos {
  overflow: visible;
  padding-top: 138px;
  padding-bottom: 0px;
}

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

.section.page-header.image {
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.02))), url("../images/5d1b7bd71b4bf121f416736f_ambassador-main-image.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), url("../images/5d1b7bd71b4bf121f416736f_ambassador-main-image.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.page-header.downloads {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../images/5d1f5abb241e1b6ad82ad70f_k3-silver.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.page-header.ambassador {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top-divider {
  border-top: 1px solid rgba(9, 106, 208, 0.2);
}

.section.pale-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

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

.section.footer {
  background-color: rgba(212, 212, 212, 0.08);
}

.section.how-to-download {
  background-color: #1f2c3d;
}

.section.user {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section.grey-bg {
  background-color: rgba(212, 212, 212, 0.21);
}

.section.grey {
  background-color: rgba(212, 212, 212, 0.45);
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.wrapper.space-around {
  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-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;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.lg-negative-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: -80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.navbar {
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.introduction {
  position: absolute;
  z-index: -1;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.full {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wrapper.search-downloads {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.wrapper.top-border {
  margin-top: 0px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(31, 44, 61, 0.64);
}

.color-block.steel-blue {
  background-color: #1f2c3d;
}

.color-block.black {
  background-color: #1f2c3d;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.color-block.light-blue {
  border-style: none;
  background-color: #d4d4d4;
}

.color-block.ricoh {
  background-color: #000;
}

.color-block.pentax {
  background-color: #4eaf0a;
}

.color-block.theta {
  background-color: #009ae2;
}

.color-block.gr {
  background-color: #000;
}

.color-block.g-series {
  background-color: #f0c845;
}

.color-block.wg {
  background-color: #fe0000;
  color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid.intro {
  height: 100%;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.lg-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block.lg-50.blue {
  background-color: #000;
  color: #096ad0;
}

.block.lg-50.blue.affiliate {
  background-image: url('../images/127_K-70.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.column-overlay.white {
  border-right-color: hsla(0, 0%, 100%, 0.08);
  border-left-color: hsla(0, 0%, 100%, 0.08);
}

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

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.centre-align.margin-bottom {
  margin-bottom: 20px;
}

.centre-align.midsize {
  font-size: 44px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px 5px 5px;
  -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: 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;
}

.grid_row .col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: contents;
  padding: 5px 10px 5px 5px;
  -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: 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;
}

.col.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-4.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3._2-col-in-mobile {
  margin-top: 10px;
  padding: 5px;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.no-padding.sm-2 {
  width: 16.666666666666668%;
  height: 150px;
  padding: 15px 19px;
}

.col.lg-3.no-padding.sm-2.accessories {
  width: 12.5%;
}

.col.lg-3.no-padding.sm-2.accessories.lifestyle-1 {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e15e86f0711e686beda1bd1_pentax.jpg");
  background-position: 0px 0px;
  background-size: 125px;
}

.col.lg-3.no-padding.sm-2.accessories.lifestyle-2 {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e15e81a0cf0027042a54a1d_gr.jpg");
  background-position: 0px 0px;
  background-size: 125px;
}

.col.lg-3.no-padding.sm-2.accessories.lifestyle-3 {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e15e835e8041d5b4e73d22c_wg.jpg");
  background-size: 125px;
}

.col.lg-3.no-padding.sm-2.accessories.archive {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258b04d04d1b97847b1dad_product-galleries.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.faq {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258b33dbdfb62ede84188c_faq.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.warranty {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258b5b2e290c17fbdbdb98_warranty-details.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.downloads {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258b830c6776dfc35fe866_dlownloads.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.opms {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258ba4b2b6453bba14d47a_opms.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.contacts {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258bc3dbdfb67f4c841e91_contacts.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.no-padding.sm-2.accessories.repair-returns {
  background-image: url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5e258bf1dbdfb60129841ff5_return-repair.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3.md-1.sm-1 {
  font-family: Karla, sans-serif;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -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;
}

.col.lg-6.centre-align {
  -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;
}

.col.lg-6.centre-align-vertical {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-6.md-3.sm-2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.col.lg-6.sm-margin-bottom.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.md-1.sm-1.xs-1 {
  font-family: Karla, sans-serif;
  color: #000;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-6 {
  width: 50%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-small {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-right: 8px;
  margin-left: 8px;
}

.paragraph-small.short-paragraph {
  width: 100%;
  font-size: 12px;
}

.paragraph-small.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-small.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.blue.padding {
  margin-right: -30px;
  margin-left: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

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

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

.row.align-centre.flex-vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.md-reverse-layout.md-centre-align {
  margin-right: 0px;
  margin-left: 0px;
}

.row.spec-gap {
  margin-top: 40px;
}

.row.hero {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.row.signup {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button,.action.primary {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 40px;
  background-color: #000;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.update_cart_button,.update_cart_button:hover {
  border: none;
  background: none;
  padding: 0px;
  color: #da1c48;
  text-decoration: underline;
  font-family: Karla, sans-serif;
}

.button:hover,.action.primary:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #1f2c3d;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

.button.ghost:hover {
  background-color: #000;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #096ad0;
}

.button.ghost.theta {
  border-color: #000;
  background-color: #da1e48;
  color: #fff;
}

.button.ghost.pentax {
  border-color: #4eaf0a;
  color: #4eaf0a;
}

.button.ghost.pentax.half {
  color: #fff;
}

.button.ghost.pentax.half:hover {
  background-color: transparent;
  color: #4eaf0a;
}

.button.ghost.pentax.half.gr {
  border-color: #000;
  background-color: #000;
}

.button.ghost.pentax.half.gr:hover {
  color: #fff;
}

.button.reversed {
  background-color: #fff;
  color: #000;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  width: 100%;
  text-align: center;
}

.button.margin-bottom {
  color: #fff;
}

.button.margin-left {
  margin-right: 20px;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  color: #000;
}

.button.margin-left.pentax {
  color: #4eaf0a;
}

.button.margin-left.pentax-ghost {
  color: #4eaf0a;
}

.button.margin-left.pentax-ghost.gr {
  color: #fff;
}

.button.side-margins {
  margin-right: 16px;
  margin-left: 16px;
  border-color: #000;
}

.button.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
}

.button.white {
  margin-right: 20px;
  margin-bottom: 20px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.1);
  color: rgba(9, 106, 208, 0.6);
}

.button.global-btn {
  border-style: none;
  border-radius: 0px;
  background-color: #da1d48;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.button.global-btn.pentax {
  background-color: #00b551;
  cursor: pointer;
}

.button.pentax {
  border-color: #4eaf0a;
  background-color: #4eaf0a;
}

.button.pentax.gr {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 8000;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  height: 0px;
}

.navbar.fixed.ricoh {
  z-index: 9000;
  background-color: #d4d4d4;
}

.navbar.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9500;
  display: block;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, #000), linear-gradient(180deg, #000, transparent);
}

.margin-bottom {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 12px;
  font-weight: 400;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.margin-bottom.align-left {
  text-align: left;
}

.form.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.form-field::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field:-ms-input-placeholder {
  color: #096ad0;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.form-field.side-margins.no-bottom-margins {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  color: #096ad0;
}

.text-area::-webkit-input-placeholder {
  color: #096ad0;
}

.text-area:-ms-input-placeholder {
  color: #096ad0;
}

.text-area::-ms-input-placeholder {
  color: #096ad0;
}

.text-area::placeholder {
  color: #096ad0;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -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: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #d4d4d4;
}

.page-wrapper {
  max-width: 2560px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-table-container.link {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.price-table-container.link:hover {
  border-color: #096ad0;
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: block;
  margin-left: 0px;
  -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;
  margin: 0px;
}

.logo.rel.w--current {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo.rel.desktop {
  display: none;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #096ad0;
  border-radius: 6px;
  background-color: rgba(9, 106, 208, 0.06);
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  font-family: Karla, sans-serif;
  color: #fff;
  font-weight: 300;
}

.white.paragraph-small {
  text-align: left;
}

.white.black {
  color: #fff;
}

.white.points-text {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #009ae2;
  text-align: center;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.horizontal-line.light.white {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  float: left;
}

.footer-link:hover {
  opacity: 1;
  color: #000;
  text-decoration: underline !important;
}
.footer-link:visited,.footer-link:focus,.footer-link:active {
  color: #000;
  text-decoration: none !important;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.spacing.last {
  margin-right: 0px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  padding: 60px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.contact-form-container.card.white-background {
  border: 1px solid #096ad0;
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.light-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

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

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #096ad0;
  border-radius: 50%;
  color: #096ad0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-color: #096ad0;
  color: #096ad0;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  position: relative;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-2.border.cta {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -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;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 53px;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  position: absolute;
  width: 85px;
}

.blue {
  background-color: #096ad0;
}

.partner-logo {
  width: 82px;
}

.partner-logo.lrg {
  width: 51px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #000;
  font-weight: 400;
}

.no-margins.white {
  color: #fff;
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 0.3;
}

.no-bottom-margins {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.no-bottom-margins.white-text {
  font-family: Karla, sans-serif;
  color: #fff;
}

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

.column-image {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.slider {
  width: 100%;
  height: 500%;
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.slide.small {
  overflow: hidden;
  width: 40%;
  max-height: 400px;
  margin-right: 3px;
  margin-left: 3px;
}

.slider-arrow {
  color: #000;
}

.slide-nav {
  color: #096ad0;
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: hidden;
}

.small-icon {
  display: block;
  margin-right: 16px;
  float: left;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

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

.components-list-container {
  position: static;
  display: none;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: #fff;
}

.components-list-container._2 {
  display: none;
  -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;
}

.components-list-container._3 {
  display: none;
}

.components-list-container._4 {
  display: none;
}

.components-list-container._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-horizontal-justify-start-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tick-icon {
  margin-right: 8px;
}

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

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

.blog-thumbnail-container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

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

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.masonry-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

.masonry-div.vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

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

.tab-link {
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  color: #096ad0;
  text-align: center;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.intro-hero-headline {
  color: #fff;
  font-size: 112px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -3px;
}

.intro-paragraph {
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  position: relative;
  margin-top: 20px;
  margin-left: -200px;
}

.big-brick._4 {
  position: relative;
  z-index: 1;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -66px;
  margin-bottom: 238px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.white-bricks {
  position: relative;
  z-index: 1;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.blue-bricks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centred-logo-container {
  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;
}

.text-block {
  color: #000;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  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;
}

.menu-icon {
  margin-right: 8px;
  color: #000;
}

.navbar-links-container {
  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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark-blue {
  background-color: #1f2c3d;
}

.nav-link {
  padding: 20px 15px;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 10px 16px 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0.13);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  font-family: Icofont, sans-serif;
  color: #1f2c3d;
  font-size: 25px;
}

.nav-link.cta:hover {
  background-color: hsla(0, 0%, 100%, 0.53);
}

.nav-link.cta.mobile {
  display: none;
}

.nav-link.cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin: 0px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0.13);
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  font-family: Icofont, sans-serif;
  color: #1f2c3d;
  font-size: 25px;
}

.nav-link.cta:hover {
  background-color: hsla(0, 0%, 100%, 0.53);
}

.nav-link.cta.desktop {
  display: none;
}

.nav-link.offers {
  position: relative;
}

.back-to-legowerk-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  padding: 8px 14px;
  border-radius: 90px;
  background-color: #1f2c3d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-container {
  position: absolute;
  z-index: 2000;
  display: block;
  width: 100%;
  margin-top: 29px;
  background-color: #fff;
  left: 0px;
}

.components-wrapper {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.hover.hover-on-image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  background-color: #e4f1fd;
  opacity: 1;
}

.portrait-container {
  position: relative;
  margin-bottom: 30px;
}

.team-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

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

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.testimonial-container.border {
  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;
  border: 1px solid #096ad0;
  border-radius: 3px;
  background-color: #fff;
}

.quotation-mark {
  margin-right: 24px;
  opacity: 0.1;
}

.slider-3 {
  height: 100%;
  background-color: transparent;
}

.slide-nav-2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
}

.hide {
  display: none;
}

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

.horizontal-short-line {
  height: 1px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: rgba(9, 106, 208, 0.2);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  padding: 8px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  background-color: #096ad0;
}

.team-small-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  display: block;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.section-header.gr {
  color: #000;
}

.section-header.white {
  color: #fff;
}

.half-screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-screen-content.centre-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
  color: #1f2c3d;
}

.short-paragraph.white-heading.hero {
  width: 50%;
}

.short-paragraph.full {
  width: 100%;
  font-size: 12px;
}

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

.app-download-button {
  margin-right: 30px;
  float: left;
}

.feature-icon-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container {
  width: 1320px;
}

.value-proposition-container.vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.value-proposition-container.full {
  max-width: 1230px;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image {
  display: block;
}

.value-proposition-hero-image.margin-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.computer-image {
  position: absolute;
  width: 70vw;
  max-width: auto;
  margin-left: 10vw;
}

.computer-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-3.centre-align {
  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;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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: 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;
}

.col-2.lg-6 {
  width: 50%;
  -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;
}

.col-2.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.border-to-edge-picture {
  position: relative;
  top: 0px;
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 0% 50%;
  background-size: 1500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0px;
}

.intro-feature-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.intro-feature-container.bottom-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-right: -30px;
  margin-bottom: -30px;
}

.mac-container {
  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: 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;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rich-text-block {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 12px;
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.starter-website-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: -208px;
  margin-bottom: -75px;
}

.success-message {
  background-color: rgba(9, 106, 208, 0.04);
}

.footer-heading {
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-container {
  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-family: Karla, sans-serif;
  color: #fff;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-width {
  max-width: 1230px;
  margin: 15px auto;
  text-align: center;
}

.full-width.eadge-to-edge {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.works-link {
  text-decoration: none;
}

.low-opacity {
  color: rgba(0, 0, 0, 0.56);
}

.supporting-text {
  padding: 80px;
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.video-placeholder {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #096ad0;
  font-size: 15px;
}

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

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-color: #096ad0;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.small-slide {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.left-arrow {
  left: auto;
}

.left-arrow.bump {
  left: -67px;
}

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

.value-point-container {
  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;
  text-align: center;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  width: 100%;
  min-height: 300px;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

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

.blog-tag {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  background-color: #da1c48;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-content-preview-container {
  position: relative;
  margin-top: -37px;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

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

.utility-page-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.shadow {
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
}

.shadow._1 {
  left: auto;
  top: auto;
  right: 2px;
  bottom: -10px;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  overflow: hidden;
  border-radius: 6px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

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

.how-it-works-line {
  position: absolute;
  top: 315px;
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, 0.2);
}

.how-it-works-step {
  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;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.how-it-works-tab {
  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;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  color: #000;
  text-decoration: none;
}

.fuller {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #000;
}

.brand-choice-navigation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -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: #888d92;
}

.sub-brands {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list {
  position: static;
  display: inline-block;
  float: none;
  list-style-type: none;
}

.list.brands {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-2 {
  display: inline-block;
  width: 120px;
}

.list-item-3 {
  display: inline-block;
  width: 120px;
}

.brand-link {
  width: 85px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  border-right: 2px none hsla(0, 0%, 100%, 0.24);
  background-image: url('../images/pentax-hover-active-wht.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  opacity: 1;
}

.brand-link:hover {
  background-color: hsla(0, 0%, 100%, 0.19);
}

.brand-link.w--current {
  width: 80px;
  height: 30px;
  margin: 5px;
  border-right-style: none;
  background-image: url('../images/pentax-hover-active.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.brand-link.last {
  border-right-style: none;
}

.brand-link.last.wg {
  width: 55px;
  height: 30px;
  background-image: url('../images/wg-logo-active-wht.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 1;
}

.brand-link.last.wg:hover {
  opacity: 1;
}

.brand-link.last.gseries {
  width: 60px;
  background-image: url('../images/g-range-logo-1.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.brand-link.pentax {
  width: 90px;
  height: 30px;
  margin-right: 5px;
  border-right-style: none;
  border-radius: 3px;
  background-image: url('../images/pentax-hover-active.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  opacity: 0.35;
  cursor: pointer;
}

.brand-link.pentax.active {
  background-image: url('../images/pentax-hover-active.svg');
}

.brand-link.theta {
  width: 80px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-right-style: none;
  background-image: url('../images/ricoh-theta-active-wht.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  opacity: 1;
}

.brand-link.theta:hover {
  opacity: 1;
}

.brand-link.gr {
  width: 60px;
  height: 30px;
  border-right-style: none;
  background-image: url('../images/gr-grey-active-wht.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  opacity: 1;
}

.brand-link.gr:hover {
  opacity: 1;
}

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

.button-2 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-2:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-2.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  box-shadow: none;
  font-family: Karla, sans-serif;
  color: #000;
}

.button-2.ghost:hover {
  background-color: #000;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button-2.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  font-family: Karla, sans-serif;
  color: #fff;
}

.button-2.ghost.reversed:hover {
  background-color: #fff;
  color: #096ad0;
}

.paragraph-small-2 {
  color: #1f2c3d;
  font-size: 15px;
  font-weight: 300;
}

.price-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
  font-family: Karla, sans-serif;
  color: #000;
}

.products1-content-wrap {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.products1-price-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.products1-desc-wrap .old-price .price-label {
  display: none;
}

.products1-desc-wrap .old-price {
  float: left;
}

.products1-desc-wrap .special-price {
  float: left;
  margin-right: 10px;
}

.products1-desc-wrap .special-price .price-wrapper .price,.products1-desc-wrap .price-final_price .price-wrapper .price {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.products1-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.short-description-title {
  display: none;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.short-description-title.text-16-60 {
  opacity: 0.6;
  font-family: Karla, sans-serif;
  color: #000;
}

._6-col {
  display: inline-block;
  width: 660px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.products1-actions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(82, 167, 72, 0.72);
}

.products1-desc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
}

.products1-details-wrap {
  margin-bottom: 30px;
  color: #000;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-center.wider {
  width: 1300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60,.text-14.text-14-60 p {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 12px;
}

.text-14.text-14-30 {
  opacity: 0.6;
  color: #000;
  font-style: normal;
}

.products1-price-previous {
  display: block;
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
}

.products1-desc-wrap .old-price .price-wrapper .price {
  display: block;
  margin-bottom: -7px;
  text-decoration: line-through;
  font-family: Karla, sans-serif;
  opacity: 0.6;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

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

.section-2.user-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5d1f5e20e3f0a739f8bbc2a2_pentax-journey-1.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://assets.website-files.com/5cebb7025d0f472949a09e35/5d1f5e20e3f0a739f8bbc2a2_pentax-journey-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-20.text-20-60 {
  opacity: 0.6;
  color: #000;
}

.text-20.text-20-60.sale {
  display: block;
  font-family: Karla, sans-serif;
}

.div-block-51 {
  padding-top: 82px;
}

.category {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.filtration {
  width: 350px;
}

.grid-products {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.product-grid {
  padding: 10px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 38px;
  -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;
}

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

.tabs-content {
  background-color: #fff;
}

.tab-title {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.tab-link-2 {
  width: 25%;
  padding: 15px;
  border-top: 10px none #fff;
  border-bottom: 1px none #000;
  background-color: #fff;
  font-weight: 400;
}

.tab-link-2:hover {
  background-color: #fff;
  color: #333;
}

.tab-link-2.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  border-top-color: #09f;
  background-color: #fff;
  color: #fff;
}

.tab-link-2.w--current:hover {
  background-color: transparent;
  color: #fff;
}

.tabs-menu-2 {
  width: 100%;
}

.max-width {
  padding-right: 20%;
  padding-left: 20%;
}

.tabs-holder {
  background-color: #fff;
}

.nb {
  margin-bottom: 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.small-text {
  border-bottom-width: 1px;
  font-size: 14px;
  line-height: 21px;
}

.tab-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-placeholder {
  width: auto;
}

.products-grid {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  padding-right: 30px;
  padding-left: 30px;
}

.category-title-nav {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-heading {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.cateory-heading {
  max-width: 1320px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 35px;
}

.section-title-left {
  margin-bottom: 0px;
  padding-top: 2%;
  padding-bottom: 25px;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  text-align: center;
}

.header-section {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9600;
  display: block;
  width: 33.333333333333336%;
  margin-bottom: 5px;
  background-color: #d4d4d4;
}

.header-section.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.header-section.right {
  display: block;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.header-section.logo-desk {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.thumbs-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.hero-item-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 140px;
  -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;
}

.hero-item-half.theta {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/THETA_family_b.jpg');
  background-position: 50% 50%;
  background-size: 1001px;
  background-repeat: no-repeat;
}

.hero-item-half.gr {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/11.GR-III_Lens-ring.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cat-category {
  margin-top: 57px;
  text-align: center;
}

.burger__third-line-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  width: 66%;
  height: 3px;
  margin-top: 20px;
  background-color: #fff;
}

.burger__second-line-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background-color: #fff;
}

.header-container {
  position: static;
  top: -5px;
  z-index: 100000;
  display: block;
  background-color: #d4d4d4;
}

.search-form-button {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding: 20px 80px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #c9c9c9;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.brand-2 {
  width: 12%;
  height: 100%;
  padding: 5px;
}

.nav {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 60px;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  background-color: #272a2f;
}

.burger {
  position: relative;
  display: block;
  overflow: hidden;
  width: 36px;
  height: 24px;
  cursor: pointer;
}

.dropdown-lang__list-2 {
  overflow: hidden;
  width: auto;
  height: auto;
  border-radius: 15px;
  background-color: transparent;
}

.dropdown-lang__list-2.w--open {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 15px;
  background-color: #3c4858;
  opacity: 1;
}

.brand__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 230px;
  padding: 0px;
  -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;
}

.dropdown-lang__button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  padding: 0px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3c4858;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-lang__button-2:hover {
  text-decoration: none;
}

.lang-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.lang-text:hover {
  text-decoration: none;
}

.flag-icon {
  position: relative;
  top: 0px;
  margin-right: 6px;
  margin-left: 0px;
  border: 1px solid #fff;
}

.btn-nav-2 {
  position: relative;
  display: none;
  width: 70px;
  height: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #273444;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  cursor: pointer;
}

.btn-nav-2.btn-nav--light {
  background-color: #e0e6ed;
}

.dropdown-lang__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 1px 0 0 rgba(93, 104, 117, 0.5);
  color: #fff;
  line-height: 100%;
  text-decoration: none;
}

.dropdown-lang__link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  opacity: 0.85;
  color: #f4f6f7;
  text-decoration: none;
}

.dropdown-lang__link.last {
  padding-left: 0px;
}

.dropdown-lang__link.first {
  overflow: hidden;
  padding-top: 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: none;
  text-decoration: none;
}

.dropdown-lang__link.first:hover {
  text-decoration: none;
}

.nav__wrap-2 {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #142433;
}

.nav__wrap-2.nav__wrap--light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d4d4d4;
}

.search-button-text-close {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.burger__first-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.dropdown-lang {
  position: relative;
  margin-right: 0px;
  border-radius: 15px;
  box-shadow: 0 4px 8px -2px rgba(27, 29, 36, 0.15);
  text-decoration: none;
}

.dropdown-lang:hover {
  text-decoration: none;
}

.dropdown-lang__arrow-down-2 {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  font-family: Iconfont, sans-serif;
  color: #d3dce6;
  font-size: 6px;
  line-height: 100%;
  font-weight: 400;
}

.header-cont {
  position: static;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d4d4d4;
}

.search-button-text {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 12%;
  padding-left: 12%;
  -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-shadow: inset 0 -3px 0 0 rgba(17, 125, 206, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link-4:hover {
  background-color: #1f2d3d;
  box-shadow: inset 0 -3px 0 0 #0094ea;
  color: #fff;
}

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

.nav-link-4.nav-link--light {
  padding-right: 10%;
  padding-left: 10%;
  font-family: Karla, sans-serif;
  color: #1f2d3d;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-4.nav-link--light:hover {
  background-color: #fbfcfd;
  box-shadow: inset 0 -3px 0 0 #cf142b;
}

.dropdown-lang__arrow-up-2 {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  font-family: Iconfont, sans-serif;
  color: #d3dce6;
  font-size: 6px;
  line-height: 100%;
  font-weight: 400;
}

.search-icon {
  display: inline-block;
  width: 15px;
}

.dropdown-lang__wrap {
  position: relative;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 160px;
  margin-left: 5px;
  padding: 6px 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  cursor: pointer;
}

.nav-links__wrap {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.image-20 {
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-wrapper {
  display: none;
  background-image: linear-gradient(45deg, #1d1d1d, #424242);
  box-shadow: inset 0 -17px 41px -25px rgba(0, 0, 0, 0.65);
}

.search-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 200;
}

.search-button {
  height: 70px;
  padding-right: 35px;
  padding-left: 35px;
  border-left: 1px solid grey;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, height 200ms ease;
  transition: background-color 200ms ease, height 200ms ease;
  font-size: 20px;
}

.search-button:hover {
  height: 95px;
  background-color: rgba(0, 0, 0, 0.43);
}

.list-item-4 {
  margin-bottom: 0px;
}

.list-item-5 {
  margin-bottom: 0px;
}

.list-item-6 {
  margin-bottom: 0px;
}

.list-item-7 {
  margin-bottom: 0px;
}

.list-item-8 {
  margin-bottom: 0px;
}

.list-item-8.search-old {
  display: none;
}

.search-field {
  display: none;
  width: 390px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 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;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d4d4d4;
}

.search-input-2 {
  margin-bottom: 0px;
  font-family: Karla, sans-serif;
}

.section-3 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 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;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-4.sm-reverse {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.white-heading {
  font-family: Karla, sans-serif;
  color: #fff;
}

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

.heading-2 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
}

.heading-2.nav-category {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.heading-2.nav-category.white {
  color: #fff;
}

.heading-2.nav-category.white {
  color: #fff;
}

.heading-2.center.white {
  color: #fff;
  text-align: center;
}

.heading-2.nav-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-2.nav-item:hover {
  text-decoration: none;
}

.heading-3 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 26px;
}

.heading-3.nav-link {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.heading-3.nav-link:hover {
  text-decoration: underline;
}

.heading-3.nav-link {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.heading-3.nav-link:hover {
  text-decoration: underline;
}
.heading-4 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

.heading-5.center {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 30px;
  text-align: center;
}

.heading-5.center.white {
  color: #fff;
  font-size: 30px;
}

.heading-5.center.gr {
  color: #fff;
}

.heading-5.sml {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.heading-6 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 18px;
  text-transform: uppercase;
}

.heading-6.award {
  opacity: 0.7;
  font-size: 15px;
  text-transform: uppercase;
}

.heading-6.promo {
  font-size: 15px;
}

.paragraph {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 12px;
}

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

.paragraph.center.white {
  color: #fff;
  font-size: 18px;
}

.paragraph.center.gr {
  color: #fff;
}

.paragraph.sml {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}

.paragraph.lrg {
  font-size: 18px;
}

.paragraph-2 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.paragraph-3 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-7 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-8 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-9 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-10 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-11 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-12 {
  color: #1f2c3d;
}

.div-block-52 {
  color: #1f2c3d;
}

.search-button-2 {
  background-color: #000;
  font-family: Karla, sans-serif;
  text-transform: uppercase;
}

.heading-13 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.button-3 {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #da1c48;
  border-radius: 40px;
  background-color: #da1d48;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #da1c48;
  background-color: #da1d48;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-3.margin-left {
  margin-right: 20px;
}

.button-3.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #da1c48;
  background-color: transparent;
  box-shadow: none;
  color: #da1c48;
}

.button-3.ghost:hover {
  background-color: #da1c48;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.short-paragraph-2 {
  width: 75%;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
}

.heading-14 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 35px;
  font-weight: 400;
}

.full-width-header {
  background-color: #888d92;
}

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

.panel-container.video {
  position: relative;
  top: -60px;
  display: block;
  margin-bottom: -60px;
}

.panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  min-height: 580px;
  margin: 5px 10px 5px 5px;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fafafa;
}
.maincontent-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  min-height: 93vh;
  margin: 5px;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.row .col .maincontent-panel {
  width: 100%;
  margin: 5px 10px 5px 5px;
}

.panel.qtr {
  width: 25%;
  min-height: 480px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel.qtr.third {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.panel-heading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  min-height: 90px;
  margin-top: 15px;
}

.half-image-holder {
  height: 100%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/large-dslr.jpg');
  background-position: 50% 70%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.half-image-holder.alt {
  background-image: url('../images/theta.jpg');
  background-position: 50% 70%;
}

.half-image-holder.alt.lifestyle.alternate1 {
  background-image: url('../images/Product-Lifestyle-test.jpg');
  background-position: 50% 50%;
}

.half-image-holder.alt.lifestyle.alternate1.cms-placeholder {
  background-image: url('../images/square---thumb.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-holder.alt.lifestyle.alternate1.gr {
  background-image: url('../images/ricoh-grii-street-photography-review-no-viewfinder-no-problem-2.jpg'), url('../images/K-1MarkII_star_0221.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/ricoh-grii-street-photography-review-no-viewfinder-no-problem-2.jpg'), url('../images/K-1MarkII_star_0221.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 50% 0%, 0px 0px;
  background-size: cover, 1024px, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.half-image-holder.alt.mypentax {
  background-image: url('../images/my_PENTAX_.jpg');
  background-size: cover;
}

.half-image-holder.alt.mypentax.cms-placeholder {
  background-image: url('../images/square---thumb.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-holder.alt.gr {
  background-image: url('../images/large-GR-lifestyle.png'), url('../images/theta.jpg');
  background-position: 50% 50%, 50% 70%;
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
}

.half-image-holder.alt.gr-story {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/c_R0000047.jpg'), url('../images/theta.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/c_R0000047.jpg'), url('../images/theta.jpg');
  background-position: 0px 0px, 50% 50%, 50% 70%;
  background-size: auto, cover, contain;
  background-repeat: repeat, no-repeat, no-repeat;
}

.half-image-holder.full-lenses {
  background-image: url('../images/pentax-lenses.jpg');
  background-position: 50% 80%;
}

.half-image-holder.full-lenses.lifestyle-image-full {
  position: relative;
  background-image: url('../images/Full-Width-Communty-Lifestyle.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-holder.full-lenses.lifestyle-image-full.cms-placeholder {
  background-image: url('../images/test.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-holder.full-lenses.gr {
  background-image: url('../images/gr-accessories.jpg'), url('../images/pentax-lenses.jpg');
  background-position: 50% 50%, 50% 80%;
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
}

.half-image-holder.lifestyle {
  margin-top: 0px;
  background-image: url('../images/GR3TOP_big2.jpg');
  background-position: 50% 0%;
  background-size: 1000px;
  cursor: pointer;
}

.half-image-holder.lifestyle.alternate-3 {
  background-image: url('../images/k3-silver.jpg');
}

.half-image-holder.lifestyle.gr {
  background-image: url('../images/ricoh-gr-accessories.jpg'), url('../images/GR3TOP_big2.jpg');
  background-position: 50% 50%, 50% 0%;
  background-size: cover, 1000px;
  background-repeat: repeat, no-repeat;
}

.half-image-holder.theta {
  background-image: url('../images/theta-camera.jpg');
  background-position: 50% 34%;
  background-size: 600px;
}

.half-image-holder.theta.gr {
  background-image: url('../images/gr-user-stories.jpg'), url('../images/theta-camera.jpg');
  background-position: 50% 50%, 50% 34%;
  background-size: cover, 600px;
  background-repeat: repeat, no-repeat;
}

.half-image-holder.users {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/william-hereford-5-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/william-hereford-5-min.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-image-holder.users.user2 {
  background-image: url('../images/pentax-journey-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background-image: url('../images/pentax-journey-1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.half-image-holder.users.gr {
  background-image: url('../images/story_prologue_bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/william-hereford-5-min.jpg');
  background-image: url('../images/story_prologue_bg.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/william-hereford-5-min.jpg');
  background-position: 50% 50%, 0px 0px, 50% 70%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.half-image-holder.cms-placeholder {
  background-image: url('../images/square---thumb.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-image-holder.gr-alternate-lifestyle {
  background-image: url('../images/b85a8e5fb3e3d9414df71f616d233b94.jpg'), url('../images/large-dslr.jpg');
  background-position: 50% 50%, 50% 70%;
  background-size: cover, contain;
  background-repeat: no-repeat, no-repeat;
}

.half-title {
  margin-top: 30px;
  padding: 0px 10px;
}

.half-title.video {
  margin-bottom: 120px;
}

.half-title.padding {
  padding: 0px 35px 35px;
}

.cta-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #000;
  font-size: 23px;
  text-align: center;
}

.cta-half.left {
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.half-cta-link {
  padding-bottom: 8px;
  border-bottom: 2px none #000;
  color: #000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.half-cta-link.white {
  color: #fff;
}

.half-cta-link.theta {
  color: #449fbe;
}

.half-cta-link.pentax {
  color: #4eaf0a;
}

.half-cta-link.pentax.gr {
  color: #fff;
}

.half-cta-link.pentax.black {
  color: #000;
}

.half-cta-link.pentax.black.white {
  color: #fff;
}

.video-container {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-logo {
  padding: 20px;
  float: left;
  background-color: #000;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-homepage {
  position: relative;
  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: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.item-background {
  height: 100%;
  margin: 10px;
  padding: 15px;
  background-color: #fafafa;
}

.carousel-price {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 15px;
}

.add-to-cart-grid {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: block;
  margin-right: 5px;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 2px solid #000;
  background-color: transparent;
  opacity: 1;
  font-family: Karla, sans-serif;
  color: #000;
}

.add-to-cart-grid.pentax {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-left-color: #00b551;
  color: #00b551;
}

.text-block-3 {
  padding: 6px;
}

.new-tile {
  position: absolute;
  left: 4%;
  top: 5%;
  right: auto;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
}

.new-tile.sale {
  background-color: #ff2323;
}

.text-block-4 {
  font-family: Karla, sans-serif;
  color: #fff;
}

.video-cta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  width: 100%;
  min-height: 200px;
}

.add-to-cart-grid-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: block;
  margin-right: 5px;
  margin-bottom: 12px;
  padding-right: 10px;
  border-left: 2px solid #da1c48;
  background-color: transparent;
  opacity: 1;
  font-family: Karla, sans-serif;
  color: #da1c48;
}

.products-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-2.category-grid {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-4 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 21px;
}

.paragraph-4.sml {
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
}

.item-homepage-2 {
  position: relative;
  width: 16.666666666666668%;
  min-height: 100px;
  text-decoration: none;
}

.item-homepage-2.category-grid {
  width: 33.333333333333336%;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 1 !important;
}

.item-homepage-2.category-grid.accessories {
  width: 25%;
  margin-top: 7px;
  margin-bottom: 5px;
}

.heading-15 {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 16px;
}

.category-filtration {
  position: relative;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 5px;
  float: left;
  background-color: #fafafa;
}
.category-filtration-div {
  width: 20%;
}
.form-block {
  position: static;
}

.filter-form {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-title {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d4d4d4;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.filter-section {
  margin-bottom: 31px;
}

.field-label {
  font-family: Karla, sans-serif;
  color: #000;
  font-weight: 400;
}

.checkbox-field {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Karla, sans-serif;
  color: #000;
}

.checkbox-label {
  font-family: Karla, sans-serif;
  color: #000;
}

.checkbox-field-2 {
  font-size: 15px;
}

.text-block-5 {
  font-family: Karla, sans-serif;
  color: #000;
}
.text-block-5 a {
  font-family: Karla, sans-serif;
  color: #da1c48;
  text-decoration: none;
}

.full-frame-video {
  height: 100%;
  margin: auto 0px;
  padding: 0px;
}

.product-logo {
  position: static;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-logo.video {
  display: none;
}

.user-contaent-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 7px;
  -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;
}

.ugc-link {
  margin-left: 11px;
  text-decoration: none;
}

.user-link {
  color: #fff;
}

.product-text {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 11px 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 10px;
  text-transform: uppercase;
}

.srticle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-container {
  width: 50%;
}

.heading-16 {
  margin-top: 5px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
}

.heading-17 {
  font-family: Karla, sans-serif;
  color: #000;
}

.image-21 {
  display: block;
}

.heading-18 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
}

.heading-19 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
}

.product-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.half-left {
  width: 50%;
}

.half-left.brand-gallery-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.half-right {
  width: 50%;
  padding: 25px;
}

.brand-gallery-half-right {
    text-align: center;
}

#buttonBssUploadFile {
    background-color: #000 !important;;
    border: none !important;
}
.heading-20 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 1.1em;
  font-weight: 700;
}

.image-22 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-navigation {
  position: relative;
  z-index: 16000;
  width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-23 {
  display: inline-block;
}

.sub-header {
  position: static;
  min-height: 40px;
  background-color: #1f2c3d;
}

.sub-header.desktop {
  position: static;
  z-index: 9700;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.retail-locator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  text-align: center;
}

.miniheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.miniheader.desktop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input-3 {
  height: 30px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-style: none none none solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0.19) !important;
  border: none !important;
  color: #fff;
  font-size: 12px;
}

.mini-header-link {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10px;
  margin-left: 12px;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.search-button-3 {
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(212, 212, 212, 0.7);
  font-family: Icofont, sans-serif;
  color: #1f2c3d;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
}

.ricoh-header {
  top: 0px;
  z-index: 9500;
}

.div-block-53 {
  position: -webkit-sticky;
  position: sticky;
}

.country-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
}

.text-span {
  font-family: Icofont, sans-serif;
}

.text-span-2 {
  text-transform: none;
}

.image-24 {
  padding: 31px 14px;
}

.sub-brand-header {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  background-color: #000;
}

.sub-brand-header.pentax {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-color: #00b551;
  background-color: rgba(0, 0, 0, 0.39);
}

.sub-brand-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
}

.features-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  -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;
  text-align: center;
}

.img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.text-span-3 {
  font-size: 10px;
  text-transform: capitalize;
}

.paragraph-5 {
  color: #1f2c3d;
}

.bold-text {
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 20px;
}

.bold-text-2 {
  position: static;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 20px;
}

.heading-21 {
  font-size: 20px;
}

.bold-text-3 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 0em;
  font-weight: 700;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-5 {
  font-size: 30px;
}

.bold-text-6 {
  font-size: 30px;
}

.bold-text-7 {
  font-size: 30px;
}

.bold-text-8 {
  font-size: 18px;
  line-height: 1.1em;
}

.div-block-54 {
  margin-bottom: 15px;
}

.html-embed {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.main-title-banner {
  max-width: 1230px;
}

.italic-text {
  width: 50%;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-22 {
  font-size: 30px;
}

.image-25 {
  border-radius: 90px;
}

.heading-23 {
  color: #000;
}

.image-26 {
  width: 100%;
}

.image-26.pentax {
  border-bottom: 5px solid #00b551;
}

.product-link-blocks {
  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;
}

.link-product-one {
  padding-right: 15px;
  padding-left: 15px;
}
.link-product-one p {
    margin-bottom: 0px;
}

.text-block-6 {
  position: static;
  font-family: Karla, sans-serif;
  color: #fff;
}

.page-linking {
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.heading-24 {
  font-family: Karla, sans-serif;
  color: #000;
}

.heading-25 {
  font-family: Karla, sans-serif;
  color: #000;
}

.heading-26 {
  font-family: Karla, sans-serif;
  color: #000;
}

.body {
  display: block;
  background-color: transparent;
}

.her-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-text-cont {
  max-width: 1230px;
}

.section-4 {
  min-height: 40px;
}

.reassurance-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reassurance-text {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 15px;
}

.columns {
  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-video {
  height: auto;
}

.background-video.shade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
}

.column {
  padding: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.italic-text-2 {
  font-style: normal;
}

.awards-product-page {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.promo-area-product-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px 11px 13px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(212, 212, 212, 0.4);
}

.promo-message {
  width: 80%;
}

.promo-product-picture {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.promot-title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.specs-table-container {
  display: none;
}

.heading-1 {
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 30px;
}

.heading-1.white {
  color: #fff;
  font-size: 40px;
}

.heading-27 {
  font-family: Karla, sans-serif;
  color: #000;
}

.heading-28 {
  font-family: Karla, sans-serif;
  color: #000;
}

.heading-29 {
  font-family: Karla, sans-serif;
  color: #000;
}

.image-27 {
  border-radius: 0px;
}

.body-2 {
  display: block;
}

.cart-btn-cont {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.qty-circle-cart {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #000 !important;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.qty-circle-cart.mobile {
  display: none;
}

.cart-btn-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-btn-holder-nav {
  display: none;
}

.pricing-box {
  overflow: hidden;
  width: 48%;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, box-shadow 200ms ease;
  transition: transform 200ms ease-out, box-shadow 200ms ease, -webkit-transform 200ms ease-out;
}

.upgrade-container {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 60px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ececec;
  font-weight: 300;
  text-align: center;
}

.upgrade-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

._100-vh-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  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;
}

.hide-me-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9600;
  display: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.pricing-column-contain {
  padding-right: 10%;
  padding-left: 10%;
}

.pricing-column-contain.top-price-contain {
  padding-top: 17px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  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;
  background-color: rgba(40, 216, 147, 0.1);
  color: #1ab478;
}
.hide-me-overlay.uploads {
  display: none;
}

.close-overlay {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  opacity: 0.25;
  cursor: pointer;
}

.upgrade-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10px;
  background-color: #d80038;
}

.locale-header {
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
}

.upgrade-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.modal-scroll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
}

.upgrade-text {
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  color: #000;
  font-size: 16px;
}

.locale-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 1px;
  margin-left: 1px;
  padding: 4px 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #3c4858;
}

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

.rocoh-logo-locale-modal {
  margin-bottom: 10px;
}

.locale-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f2c3d;
  text-decoration: none;
}

.text-block-7 {
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: none;
}

.sub-nav-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.full-width-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.carousel-item {
  width: 20%;
}

.mask {
  position: static;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow-left-container {
  width: 100%;
  height: 40px;
  background-color: #000;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -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;
}

.icon-3 {
  font-size: 16px;
}

.slide-nav-3 {
  height: 5px;
}

.slide-nav-4 {
  display: none;
}

.arrow-right-container {
  width: 100%;
  height: 40px;
  background-color: #000;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4 {
  font-size: 16px;
}

.features-specs-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin: 20px auto 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #4eaf0a;
  border-radius: 20px;
}

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

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

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

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

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

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

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

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

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

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

.footer-paragraph {
  font-size: 15px;
}

.bold-text-17 {
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-18 {
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-19 {
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text-20 {
  font-weight: 400;
  text-transform: uppercase;
}

.my-account-link-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shipping-footer-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  float: left;
  -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;
}

.footer-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-text {
  color: #000;
}

.column-3 {
  text-align: right;
}

.sub-footer {
  margin-top: 5%;
  margin-bottom: 5%;
}

.column-4 {
  display: block;
  height: 100%;
  text-align: right;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-30 {
  font-size: 15px;
}

.master-block {
  width: 100%;
}

.lifestyle-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 47px;
  padding-bottom: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/page-WG6_decoupe_35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lifestyle-background.three {
  background-image: url('../images/page-WG6_decoupe_57.jpg');
}

.lifestyle-background.three.four {
  background-image: url('../images/page-WG60_decoupe_01.jpg');
}

.content-wrapper {
  max-width: 1280px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.lifestyle-image {
  display: none;
}

.news-block-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  padding: 21px;
}

.column-5.white {
  padding: 0px;
}

.column-6 {
  padding-right: 48px;
  padding-left: 48px;
}

.rich-text-block-3 {
  font-size: 31px;
}

.header-right-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-icons-holder {
  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;
}

.icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-logo {
  padding: 10px;
}

.rioch-footer-logo {
  float: right;
}

.payment-text {
  color: #000;
}

.body-7 {
  display: block;
}

.body-8 {
  display: block;
}

.downloads-scroll {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-list-item {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 20px;
  text-align: center;
}

.text-span-4 {
  font-family: Icofont, sans-serif;
}

.digital-search-block {
  display: block;
  width: 80%;
  margin: 20px auto;
  -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;
  font-family: Karla, sans-serif;
}

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

.search-input-4 {
  margin-bottom: 0px;
}

.brand-links-downloads {
  display: block;
}

.collection-list-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 10px 0%;
  padding: 26px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.download-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-input-5 {
  margin-bottom: 0px;
}

.download-icon {
  padding: 3px;
}

.download-product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-tile {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.download-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 184px;
  padding: 0px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-tile-product-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d4d4d4;
  text-decoration: none;
}

.download-tile-title {
  font-family: Karla, sans-serif;
  color: #000;
  text-decoration: none;
}

.download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.image-32 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-button-4 {
  background-color: #000;
  font-family: Karla, sans-serif;
}

.brand-btn-container {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(212, 212, 212, 0.21);
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.digital-category-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 5% 2%;
  -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: #d4d4d4;
  cursor: pointer;
}

.collection-item-2 {
  position: static;
  width: 20%;
  height: 90px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.digital-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  font-family: Karla, sans-serif;
}

.drp {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 0px;
}

.drop {
  display: block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(9, 106, 208, 0.04);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.drop:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.drop.w--open {
  color: #fff;
}

.text-block-10 {
  color: #000;
  line-height: 20px;
}

.icon-5 {
  background-color: #fe0000;
}

.drp-list {
  position: static;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 23px;
}

.drp-list.w--open {
  position: static;
  overflow: hidden;
  line-height: 23px;
}

.text-wrapper {
  padding: 30px 25px;
}

.drop-2 {
  display: block;
  width: 500px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(9, 106, 208, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.drop-2:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.drop-2.w--open {
  color: #fff;
}

.text-block-11 {
  line-height: 20px;
}

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

.faq-container {
  margin-bottom: 60px;
}

.faq-answer-img {
  width: 100%;
}

.faq-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggle-text {
  position: relative;
  z-index: 2;
  font-family: Karla, sans-serif;
  color: #000;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-body {
  position: relative;
  display: block;
  background-color: #fcfcfc;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.text-block-12 {
  color: #000;
}

.text-block-13 {
  color: #000;
}

.text-block-14 {
  color: #000;
}

.text-block-15 {
  color: #000;
}

.breadcrumb-download {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
}

.downloads-product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.download-accordion-icon {
  margin-right: 15px;
  font-family: Icofont, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.text-span-5 {
  font-family: Icofont, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.html-embed-2 {
  font-family: Karla, sans-serif;
  color: #000;
}

.html-embed-3 {
  font-family: Karla, sans-serif;
  color: #000;
}

.html-embed-4 {
  font-family: Karla, sans-serif;
  color: #000;
}

.html-embed-5 {
  font-family: Karla, sans-serif;
  color: #000;
}

.text-block-16 {
  color: #000;
}

.paragraph-6 {
  font-family: Karla, sans-serif;
}

.ambassador-item-container {
  width: 100%;
  min-height: 20px;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

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

.link-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ambassador-block-image {
  position: relative;
}

.ambassador-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 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;
  color: #fff;
}

.heading-33 {
  margin-bottom: 0px;
  color: #fff;
}

.full-screen-lifestyle {
  position: static;
  overflow: hidden;
}

.ambassador-feature-title {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.her-image-container {
  position: relative;
}

.hero-ambassador-title {
  font-family: Karla, sans-serif;
  color: #fff;
}

.ambassador-link-block {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 6px;
  padding: 10px;
  border: 1px solid #fff;
}

.text-block-17 {
  font-family: Karla, sans-serif;
}

.image-34 {
  display: block;
}

.image-35 {
  width: 100%;
}

.ambassador-title-page {
  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;
}

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

.div-block-56 {
  -webkit-column-count: 3;
  column-count: 3;
}

.thumb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.collection-list-5 {
  -webkit-column-count: 3;
  column-count: 3;
}

.collection-list-wrapper-3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.collection-item-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.user-kit-grid {
  margin-bottom: 30px;
}

.ambassadors-more-container {
  margin-bottom: 15px;
}

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

.collection-item-5 {
  -webkit-box-flex: 2;
  -webkit-flex: 2 2 50%;
  -ms-flex: 2 2 50%;
  flex: 2 2 50%;
}

.ambassador-tilte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Karla, sans-serif;
  color: #000;
}

.link-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lightbox-link-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-lightbox-link {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.hover-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 20%;
  color: #fff;
  text-align: center;
}

.section-5 {
  font-family: Karla, sans-serif;
  clear:both;
}

.blog-titles {
  display: block;
}

.news-collections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid hsla(0, 0%, 83.1%, 0.5);
  border-bottom: 1px solid rgba(212, 212, 212, 0.5);
  background-color: #fff;
}
.collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.collection-item-6 {
  width: 100%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}

.link-block-4 {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.feature-title {
  position: relative;
}

.blog-category {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-column-count: 3;
  column-count: 3;
}

.story-container {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.blog-list-btn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-bar {
  height: 3px;
  margin: 20px 9px;
  background-color: rgba(212, 212, 212, 0.39);
}

.feature {
  margin-top: 25px;
  margin-bottom: 25px;
}

.features-story-title {
  font-family: Karla, sans-serif;
  color: #fe0000;
  text-transform: uppercase;
}

.date {
  padding-bottom: 10px;
  color: rgba(31, 44, 61, 0.5);
}

.text-block-18 {
  font-family: Karla, sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}

.text-block-18:hover {
  color: rgba(0, 0, 0, 0.85);
}

.load-more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.blog-container {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-column-count: 2;
  column-count: 2;
}

.blog-container.full {
  -webkit-column-count: 1;
  column-count: 1;
}

.category-blog-tag {
  position: absolute;
  left: auto;
  top: 4%;
  right: 3%;
  bottom: auto;
  padding: 4px;
  border-radius: 13px;
  background-color: #d4d4d4;
  color: #fff;
}

.image-36 {
  position: relative;
}

.blog-image {
  position: relative;
  z-index: 900;
}

.text-block-19 {
  padding-right: 3px;
  padding-left: 3px;
  font-family: Karla, sans-serif;
  color: #000;
  font-size: 12px;
}

.shot-settings {
  position: absolute;
  left: 10%;
  top: auto;
  right: 10%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 0px;
  -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;
}

.eif-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -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;
}

.list-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.setting-icon {
  margin-right: 5px;
}

.height_40 {
	height: 40px;
}
.height_28 {
	height: 28px;
}
.setting {
  font-family: Karla, sans-serif;
  color: #fff;
}
.grid-block {
    width: 33%;
    padding: 5px;
    display: none;
}
.grid-block.show {
    display: block;
}
.grid-img {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.imageGalleryA, .imageGalleryA:hover, .imageGalleryA:visited, .imageGalleryA:focus{
    color: white !important;
}
.nav-dropdown-link, .nav-dropdown-link:hover, .nav-dropdown-link:visited, .nav-dropdown-link:focus{
    color: white !important;
}

.nav-link-3, .nav-link-3:hover, .nav-link-3:visited, .nav-link-3:focus{
    color: white !important;
}

.grid-img._5 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._3 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._7 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._2 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._1 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._4 {
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._6 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-img._8 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.herringbone-block {
  position: relative;
  overflow: hidden;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herringbone-grid {
  width: 100%;
  height: 90vh;
  min-height: 880px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.grid-img-wrapper {
  color: #fff;
}

.grid-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr) minmax(200px, 1fr) 0.5fr 0.25fr 0.25fr 0.5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) 0.5fr 0.25fr 0.25fr 0.5fr minmax(200px, 1fr) minmax(200px, 1fr);
}

.fontawesome-icon._1x {
  font-family: Icofont, sans-serif;
  font-size: 16px;
}

.basketweave-block {
  position: relative;
  overflow: hidden;
}

.icon-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.cta-to-sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cta-to-sign-up.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-cont {
  margin-right: 15px;
  margin-bottom: 10px;
}

.instagram-link-user {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 90000;
  color: #fff;
}

.insta-user {
  position: relative;
  font-family: Karla, sans-serif;
  color: #fff;
}

.text-span-6 {
  font-family: Icofont, sans-serif;
}

.user-images-buy-now {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: rgba(212, 212, 212, 0.89);
}

.product-details-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-product-image {
  margin-right: 5px;
}

.columns-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-size {
  height: 60px;
}

.features-titles {
  height: 60px;
}

.brand-gallery {
  width: 100%;
  min-height: 50px;
}

.brand-gallery-image {
  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;
}

.brand-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-37 {
  position: relative;
}

.my-pentax-tile {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.left-column {
  padding: 20px;
  background-color: rgba(212, 212, 212, 0.59);
}

.column-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-item-11 {
  font-weight: 700;
}

.view-gallery-text {
  margin-top: 17px;
}

.text-block-20 {
  color: #fff;
}

.section-6 {
  margin-top: 15px;
}

.point-scontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #009ae2;
}

.camera-model-filter-container {
  margin-top: 5px;
  margin-bottom: 20px;
}

.camera-model-filter-container.brand {
  margin-bottom: 5px;
  text-align: left;
}

.brand-filter-list {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-item {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #1f2c3d;
  color: #fff;
  cursor: pointer;
}

.brand-item:hover {
  background-color: rgba(31, 44, 61, 0.88);
}
.brand-item.active{
  background-color: rgba(31, 44, 61, 0.88);
}

.sort-title {
  margin-bottom: 14px;
  color: rgba(0, 0, 0, 0.67);
  text-align: center;
}

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

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

.form-container-upload {
  max-width: 570px;
  padding: 25px;
  background-color: #d4d4d4;
}

.form-2 {
  color: #000;
}

.hide-me-modal-overlay-upload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98000;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-scroll-upload {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
}
.bssImageDisplayFileClass {
    margin-top: 10px;
    margin-left: 15px;
}
.uploadCheckbox {
    margin: 4px 0px 0px -20px !important;
}

.close-overlay-upload {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  text-align: right;
  max-width: 570px;
  margin: auto;
}

.button-4 {
  font-family: Icofont, sans-serif;
}

.upload-image-button {
  margin: 10px auto;
  background-color: #000;
  font-family: Icofont, sans-serif;
  text-align: center;
}

.search-div-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Karla, sans-serif;
}

.search-input-6 {
  margin-bottom: 0px;
}

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

.columns-6 {
  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;
  border-bottom: 1px none #d4d4d4;
}

.blos-search {
  background-color: #000;
}

.blog-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-news {
  margin-bottom: 0px;
}

.news-filter-pill {
  position: static;
  display: inline-block;
  margin: 4px 5px;
  padding: 5px 15px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #d4d4d4;
  color: #000;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.news-filter-pill:hover {
  background-color: #c7c8c8;
}

.section-7 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand-item-2 {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #1f2c3d;
  color: #fff;
  cursor: pointer;
}

.brand-item-2:hover {
  background-color: rgba(31, 44, 61, 0.88);
}

.quote {
  font-family: Karla, sans-serif;
  color: #000;
  font-style: italic;
}

.instagram-link-user-2 {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 90000;
  color: #fff;
}

.insta-user-2 {
  position: relative;
  font-family: Karla, sans-serif;
  color: #fff;
}

.setting-2 {
  font-family: Karla, sans-serif;
  color: #fff;
}

.pagingation-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-numbers {
  padding-right: 12px;
  padding-left: 12px;
}

.pagination-button {
  border: 5px none #000;
  background-color: #d4d4d4;
  font-family: Karla, sans-serif;
  color: #000;
}

.pagination-button:hover {
  background-color: #bababa;
}

.text-block-21 {
  font-family: Karla, sans-serif;
  color: #000;
}

.sort-by-date {
  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;
  font-family: Karla, sans-serif;
  color: rgba(0, 0, 0, 0.67);
}

.small-pill-btn {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 12px;
  background-color: #d4d4d4;
}

.mini-header-link-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 10px;
  margin-left: 12px;
  font-family: Karla, sans-serif;
  color: #1f2c3d;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.search-button-5 {
  background-color: #000;
  font-family: Karla, sans-serif;
  text-transform: uppercase;
}

.search-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 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;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #d4d4d4;
}

.page-preview-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 90px;
  padding: 36px;
  -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;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link-2:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #d4d4d4;
}

.search-button-6 {
  height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(212, 212, 212, 0.7);
  font-family: Icofont, sans-serif;
  color: #1f2c3d;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
}

.div-block-55 {
  display: none;
}

.nav-link-wrapper {
  position: relative;
  z-index: 7000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.nav-link-wrapper a,.nav-link-wrapper a:hover,.nav-link-wrapper a:visited,.nav-link-wrapper a:active {
	color: #fff;
	text-decoration: none;
}
.panel-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.panel-row-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.panel-row-50.r2c1:hover {
  background-color: #f14089;
}

.panel-row-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  flex: 33.33%;
}

.nav-panel {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: block;
  height: 250px;
  padding-top: 72px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-panel._1 {
  position: relative;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav-panel._3 {
  display: none;
  background-color: transparent;
}

.bold-2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

.panel-text-header {
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.34);
  color: hsla(0, 0%, 100%, 0.34);
  font-weight: 600;
}

.flex-exp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-exp.panel-2-col {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.nav-panel-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  overflow: hidden;
  height: 250px;
  background-color: #383838;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  cursor: pointer;
}

.paragraph-7 {
  margin-top: 5px;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 12px;
  line-height: 18px;
}

.panel-top-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-top-row.panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
}

.panel-top-row.panel-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}

.columns-7 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-level-nav-llink-block {
  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;
  font-family: Karla, sans-serif;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.second-level-link-block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #fff;
  text-decoration: none;
}

.third-level-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 3px solid #383838;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
  cursor: pointer;
}

.third-level-navigation:hover {
  border-left: 3px solid #000;
  background-color: rgba(212, 212, 212, 0.09);
}

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

.nav-link-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Karla, sans-serif;
  color: #d4d4d4;
  cursor: pointer;
}

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

.mega-menu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/red-lifetyle.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Karla, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mega-menu-block-content {
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mena-menu-title {
  margin-bottom: 5px;
  color: #fff;
}

.grid-2 {
  width: 100%;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  padding: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-content-tile {
  width: 100%;
  height: 100%;
}

.navigation-content-tile.one {
  background-image: url('../images/faq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-icon-and-text {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #000;
}

.nav-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  border-bottom: 3px solid rgba(212, 212, 212, 0.27);
}

.nav-link-block:hover {
  border-bottom-color: rgba(212, 212, 212, 0.89);
}

.nav-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link-text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-38 {
  position: absolute;
}

.nav-block-text {
  font-family: Karla, sans-serif;
  color: #fff;
}

.hover-effect-container-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  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;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.63);
}

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

.social-media-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(212, 212, 212, 0.05);
  text-decoration: none;
}

.social-media-block-link:hover {
  background-color: rgba(212, 212, 212, 0.14);
}

.social-text-nav {
  font-family: Karla, sans-serif;
  color: #fff;
}

@media (max-width: 991px) { 
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  h1 {
    line-height: 1.2em;
  }
  .section {
    height: auto;
    padding: 14px 15px 0px;
  }
  .section.grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.full-screen {
    min-height: 800px;
  }
  .section.full-screen.background-image-side {
    display: block;
  }
  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.half-screen-background-image {
    background-size: 48%;
  }
  .section.half-screen-background-image.right {
    background-size: 48%;
  }
  .section.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.black._80vh {
    height: 700px;
    min-height: auto;
  }
  .section.no-margin {
    margin-bottom: 20px;
  }
  .wrapper {
    padding-right: 0px;
    padding-left: 5px;
  }
  .wrapper.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.lg-negative-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrapper.navbar {
    padding: 0px;
  }
  .wrapper.mobile-nav {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    height: 100vh;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .centre-align.midsize {
    font-size: 39px;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-4 {
    width: 50%;
  }
  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }
  .col.lg-4.flex-stretch.md-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-4.md-4 {
    width: 100%;
  }
  .col.lg-4.md-3 {
    width: 75%;
  }
  .col.lg-4.md-33 {
    width: 33.33%;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }
  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }
  .col.lg-3.md-4 {
    width: 100%;
  }
  .col.lg-3.md-2 {
    width: 50%;
  }
  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.lg-3.hidden-md-down {
    display: none;
  }
  .col.lg-3.md-1 {
    width: 25%;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-1.empty {
    display: none;
  }
  .col.lg-1.hidden-lg-down {
    display: none;
  }
  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }
  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col.lg-6.md-3 {
    width: 75%;
  }
  .col.lg-6.md-3.sm-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .col.lg-6.md-4 {
    width: 100%;
  }
  .col.lg-2.md-1 {
    width: 25%;
  }
  .col.lg-2.md-33 {
    width: 33.33%;
  }
  .col.lg-2.md-2 {
    width: 50%;
  }
  .col.lg-2.hidden-md-down {
    display: none;
  }
  .col.lg-2.md-4 {
    width: 100%;
  }
  .col.lg-5 {
    width: 50%;
  }
  .col.lg-5.md-4 {
    width: 100%;
  }
  .col.lg-5.md-3 {
    width: 75%;
  }
  .col.lg-8.md-4 {
    width: 100%;
  }
  .col.lg-8.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .col.lg-9.md-1 {
    width: 25%;
  }
  .col.lg-10.md-2 {
    width: 50%;
  }
  .col.lg-11.md-3 {
    width: 75%;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .row {
    margin-right: auto;
    margin-left: 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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal.blue.padding {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.no-bottom-margins {
    margin-bottom: 0px;
  }
  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.md-reverse-layout.md-centre-align {
    margin-right: 0px;
    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;
    text-align: center;
  }
  .row.md-reverse-layout.md-centre-align.reverse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row.hero {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .button {
    background-color: #000;
  }
  .button:hover {
    background-color: #da1d48;
  }
  .button.side-margins {
    background-color: #000;
  }
  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar.fixed {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }
  .margin-bottom {
    margin-bottom: 5px;
  }
  .margin-bottom.md-centre-align {
    text-align: center;
  }
  .form-field.side-margins.no-bottom-margins {
    min-width: 160px;
  }
  .page-preview-link {
    height: 22px;
  }
  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }
  .price-table-container.link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo.rel.desktop.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .white.black {
    color: #000;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .service-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .nav-link-2.burger-nav {
    opacity: 1;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-logo-2 {
    -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;
  }
  .nav-logo-2.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-navbar.white {
    width: 90px;
  }
  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .phone-image {
    max-width: 82%;
  }
  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }
  .no-bottom-margins.white-text {
    color: #fff;
  }
  .hidden-lg-down {
    display: none;
  }
  .md-1 {
    width: 25%;
  }
  .md-2 {
    width: 50%;
  }
  .md-3 {
    width: 75%;
  }
  .md-4 {
    width: 100%;
  }
  .slide.small {
    width: 80%;
  }
  .inline-form {
    width: 100%;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .intro-hero-headline {
    font-size: 92px;
    letter-spacing: -2px;
  }
  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }
  .centred-logo-container {
    display: block;
  }
  .nav-link.cta.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .components-wrapper {
    border-style: solid none;
  }
  .hover.hover-on-image {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-left: 0px;
    background-color: transparent;
    opacity: 1;
  }
  .portrait-container {
    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;
  }
  .flex-horizontal-space-between {
    -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;
  }
  .horizontal-short-line {
    margin-right: -30px;
    margin-left: -30px;
  }
  .team-small-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .section-header {
    margin-bottom: auto;
  }
  .short-paragraph.white-heading.hero {
    width: 100%;
  }
  .computer-picture {
    max-width: 70vw;
  }
  .app-download-button {
    width: 130px;
  }
  .app-download-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-icon-horizontal {
    margin-bottom: 20px;
  }
  .value-proposition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1320px;
    margin-right: auto;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .value-proposition-container.vertical-align {
    width: 100%;
  }
  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .computer-image {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .row-3 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }
  .col-2.lg-1 {
    display: none;
  }
  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .border-to-edge-picture {
    height: 500px;
  }
  .features-phone-image {
    position: relative;
    height: 70%;
  }
  .starter-website-image {
    position: absolute;
    left: 200px;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-media-icons-contianer {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo-2 {
    margin-bottom: 40px;
  }
  .div-block-49 {
    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;
  }
  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .supporting-text {
    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;
  }
  .feature-image {
    height: 90px;
  }
  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #1f2c3d;
  }
  .white-burger {
    color: #fff;
  }
  .menu-button-3 {
    background-color: #1f2c3d;
  }
  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }
  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -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;
    background-color: #adadad;
    color: #fff;
    text-align: left;
    font-family: Karla, sans-serif;
  }
  .nav-link-3.sub {
    background-color: #868686;
  }
  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: scroll;
    background-color: #868686;
  }
  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .dropdown-list {
    background-color: #1f2c3d;
  }
  .dropdown-list.w--open {
    overflow: auto;
    background-color: #868686;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-2 {
    text-align: left;
  }
  .transparent-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
  }
  .burger-icon {
    color: #096ad0;
  }
  .dropdown-link-text {
    margin-right: 0px;
  }
  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-list-2.w--open {
    position: relative;
    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;
  }
  .nav-cta-button-container {
    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;
  }
  .small-slide {
    width: 100%;
  }
  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .date-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .negative-margin {
    margin-left: -19px;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-thumbnail {
    width: 100%;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .shadow._1 {
    bottom: 29px;
  }
  .how-it-works-line {
    top: 245px;
  }
  .how-it-works-tab {
    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;
  }
  .step-container {
    margin-bottom: 80px;
  }
  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }
  .sub-brands {
    padding-right: 9px;
    padding-left: 9px;
  }
  .sub-brands.mobile-nav-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list.brands {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list.brands.tablet-hide {
    display: none;
  }
  .price-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .products1-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .products1-image-wrap {
    height: auto;
  }
  .short-description-title.text-16-60 {
    width: 100%;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    width: 100%;
  }
  .products1-actions-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .products1-desc-wrap {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .text-14.text-14-60,.text-14.text-14-60 p {
    text-align: left;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tab-link-2 {
    padding: 15px;
  }
  .header-section.middle {
    width: 38%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-section.right {
    display: none;
  }
  .header-section.logo-desk {
    width: 50%;
  }
  .hero-brands {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-item-half.theta {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-item-half.gr {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .search-form-button {
    padding-right: 70px;
    padding-left: 15px;
    text-align: left;
  }
  .brand-2 {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .nav {
    overflow: visible;
  }
  .burger {
    margin-top: 0px;
  }
  .brand__img {
    max-width: 180px;
    margin-left: 20px;
  }
  .btn-nav-2 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 100%;
    padding: 0px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f2d3d;
    font-size: 26px;
    font-weight: 400;
  }
  .btn-nav-2.btn-nav--light {
    background-color: #d4d4d4;
    color: #363a3f;
  }
  .nav__wrap-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f2d3d;
    box-shadow: inset 0 -1px 0 0 #273444;
    font-size: 16px;
  }
  .nav-link-4:hover {
    background-color: rgba(39, 42, 47, 0.5);
    box-shadow: inset 0 -1px 0 0 #3d4349;
    color: #fff;
  }
  .nav-link-4.w--current {
    background-color: rgba(99, 76, 136, 0.04);
    color: #8679db;
    font-weight: 500;
  }
  .dropdown-lang__wrap {
    width: auto;
    margin-right: 0px;
  }
  .nav-links__wrap {
    position: absolute;
    left: 0px;
    top: 60px;
    right: 0px;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100vh;
    max-width: none;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(20, 36, 51, 0.97);
    box-shadow: 0 8px 16px 0 rgba(48, 58, 71, 0.15);
    opacity: 0;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }
  .search-form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-3.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .white-heading {
    color: #fff;
  }
  .heading-6.promo.left {
    text-align: left;
  }
  .paragraph.center {
    font-size: 15px;
  }
  .paragraph.left {
    text-align: left;
  }
  .button-3 {
    background-color: #da1d48;
  }
  .button-3:hover {
    background-color: #da1d48;
  }
  .panel {
    min-height: 450px;
  }
  .panel.qtr {
    width: 33%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .panel.qtr.third {
    width: 31%;
    margin-right: 10px;
    margin-left: 5px;
  }
  .panel-heading {
    margin-top: 1px;
  }
  .half-image-holder {
    background-position: 50% 90%;
    background-size: 550px;
  }
  .half-image-holder.alt {
    background-image: url('../images/theta.jpg');
  }
  .half-image-holder.alt.lifestyle.alternate1 {
    background-position: 79% 0%;
    background-size: 700px;
  }
  .half-image-holder.full-lenses {
    background-size: 750px;
  }
  .half-image-holder.lifestyle {
    background-position: 50% 0%;
    background-size: 800px;
  }
  .half-cta-link {
    font-size: 14px;
  }
  .half-cta-link.white {
    color: #fff;
  }
  .products {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-homepage {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .products-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item-homepage-2 {
    width: 33.333333333333336%;
  }
  .item-homepage-2.category-grid {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .item-homepage-2.category-grid.accessories {
    width: 50%;
  }
  .heading-16 {
    text-align: left;
  }
  .product-details-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .half-left {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .half-right {
    width: 100%;
  }
  .logo-navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sub-header.desktop {
    display: none;
  }  
  .logo.rel.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2%;
  }
  .button.side-margins {
	margin: 0px;
  }
  .miniheader.desktop {
    position: static;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-input-3 {
    font-size: 16px;
  }
  .mini-header-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .country-switcher.mobile {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .features-logo {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .img {
    max-height: 600px;
  }
  .main-title-banner {
    display: block;
    max-width: 1230px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .main-title-banner.mobile {
    text-align: center;
  }
  .hero-text-cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdownlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 9px 20px;
    -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: Karla, sans-serif;
    color: #fff;
    text-decoration: none;
  }
  .mobile-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding-right: 11px;
    -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;
  }
  .category-nav-link {
    text-decoration: none;
  }
  .reassurance-text {
    font-size: 15px;
    text-align: left;
  }
  .qty-circle-cart {
    top: -15px;
    left: 50%;
  }
  .qty-circle-cart{
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
  a.text-block-8 {
      text-decoration: none;
  }
  .showcart.nav-link.cta {
      padding: 0px;
      background: none;
      color: #ffffff;
      width: auto;
  }
  .qty-circle-cart.mobile {
    display: block;
  }
  .cart-btn-container {
    position: relative;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cart-btn-holder-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .modal-scroll {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .locale-btn {
    padding-right: 7px;
    padding-left: 7px;
  }
  .locale-btn.tablet-mobile {
    width: 70px;
    -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: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .carousel-item {
    width: 33.333333333333336%;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lifestyle-background {
    min-height: auto;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .lifestyle-background.three {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .lifestyle-background.three.four {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .lifestyle-image {
    display: block;
  }
  .column-5.white {
    color: #000;
  }
  .column-6 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .rich-text-block-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .rich-text-block-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-block-8 {
    font-family: Icofont, sans-serif;
    font-size: 20px;
  }
  .header-right-buttons {
    display: none;
  }
  .payment-logo {
    padding: 35px;
  }
  .payment-text {
    text-align: center;
  }
  .payment {
    margin-top: 17px;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .collection-list-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-item {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .download-search-container {
    width: 100%;
  }
  .download-icon {
    max-height: 40px;
    padding: 0px 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .download-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .download-link {
    width: 25%;
  }
  .brand-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }
  .digital-category-image-container {
    padding-right: 11%;
    padding-left: 11%;
  }
  .faq-container {
    width: 100%;
    min-width: 0px;
  }
  .faq-img {
    width: 50px;
    height: 50px;
  }
  .downloads-product-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-list-wrapper-3 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .collection-list-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-5 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .blog-category {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .basketweave-grid {
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) 0.5fr 0.5fr 0.5fr 0.5fr minmax(100px, 1fr) minmax(100px, 1fr) auto auto auto auto auto;
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) 0.5fr 0.5fr 0.5fr 0.5fr minmax(100px, 1fr) minmax(100px, 1fr) auto auto auto auto auto;
  }
  .mini-header-link-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .search-form-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-preview-link-2 {
    height: 22px;
  }
  .mobile-open {
    background-color: #1f2c3d;
  }
  .mobile-open.w--open {
    background-color: #1f2c3d;
  }
  .dropdown-list-3 {
    background-color: #1f2c3d;
  }
  .dropdown-list-3.w--open {
    overflow: auto;
    background-color: #868686;
  }
  .nav-dropdown-link-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .dropdown-toggle {
    width: 100%;
    font-family: Karla, sans-serif;
    color: #fff;
  }
  .dropdown-toggle.w--open {
    width: 100%;
  }
  .dropdown-2 {
    width: 100%;
  }
  .dropdown-toggle-2 {
    font-family: Karla, sans-serif;
    color: #fff;
  }
  .dropdown-link-2 {
    font-family: Karla, sans-serif;
    color: #fff;
  }
  .fbcookiebanner.popup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-22 {
    text-align: center;
  }
  .cookiebuttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  .section {
    position: static;
  }
  .section.full-screen {
    min-height: 600px;
  }
  .section.full-screen.background-image-side {
    padding-top: 40px;
  }
  .section.wider-padding.background-image {
    height: 400px;
  }
  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .section.half-screen-background-image {
    background-size: cover;
  }
  .section.half-screen-background-image.right {
    background-size: cover;
  }
  .section.no-vertical-padding.sm-flex-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.black._80vh {
    height: 560px;
  }
  .section.hide-sm-down {
    display: none;
  }
  .wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .wrapper.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .block.lg-50 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .block.lg-50.blue.affiliate {
    padding: 30px;
  }
  .centre-align.midsize {
    font-size: 31px;
  }
  .col.lg-4.sm-2 {
    width: 100%;
  }
  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0px;
  }
  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }
  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-3.sm-1 {
    width: 50%;
  }
  .col.lg-3.sm-2 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-6.centre-align {
    width: 75%;
  }
  .col.lg-6.sm-1 {
    width: 50%;
  }
  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }
  .col.lg-6.sm-margin-bottom {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .col.lg-2.sm-1 {
    width: 50%;
  }
  .col.lg-5 {
    width: 100%;
  }
  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }
  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0px;
  }
  .col.lg-8.centre-align.sm-2 {
    width: 100%;
  }
  .col.lg-8.sm-2 {
    width: 100%;
  }
  .col.lg-10.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }
  .col.lg-6 {
    width: 100%;
  }
  .paragraph-small.short-paragraph {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -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;
  }
  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.sm-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row.margin-bottom.sm-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }
  .page-preview-link {
    height: 220px;
  }
  .price-table-container {
    padding: 40px;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .testimonial-image {
    margin-bottom: 40px;
  }
  .contact-form-container.card {
    padding: 40px;
  }
  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .question-text {
    margin-top: 8px;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .logo-navbar.white {
    width: 90px;
  }
  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .phone-image {
    max-width: 60%;
    margin-bottom: 40px;
    border-bottom: 1px solid #096ad0;
  }
  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }
  .sm-1 {
    width: 50%;
  }
  .hidden-md-down {
    display: none;
  }
  .sm-2 {
    width: 100%;
  }
  .sm-align-centre {
    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;
    text-align: center;
  }
  .slider-arrow {
    font-size: 28px;
  }
  .slide-nav {
    font-size: 10px;
  }
  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }
  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }
  .bricks-container {
    margin-bottom: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .flex-horizontal-space-between {
    -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;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .horizontal-short-line {
    margin-right: -40px;
    margin-left: -40px;
  }
  .team-small-container-1 {
    margin-bottom: 30px;
  }
  .computer-picture {
    margin-bottom: 40px;
  }
  .value-proposition-container {
    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;
    text-align: center;
  }
  .value-proposition-hero-image.img {
    margin-top: 15px;
  }
  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .border-to-edge-picture {
    height: 400px;
  }
  .big-blog-thumbnail-container {
    margin-bottom: 3%;
  }
  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }
  .intro-feature-container {
    padding: 20px;
  }
  .features-phone-image {
    height: 62%;
  }
  .starter-website-image.hidden {
    left: 161px;
  }
  .social-media-icons-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-social-links-container {
    margin-top: 40px;
  }
  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo-2 {
    padding-left: 0px;
  }
  .feature-image {
    height: 30%;
  }
  .centred-logo {
    margin-left: 30px;
  }
  .play-icon {
    width: 50px;
  }
  .small-slide {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: 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;
    -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;
  }
  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .circle.no-margins {
    margin-right: 0px;
  }
  .footer-newsletter-form-container {
    margin-top: 20px;
  }
  .sub-brands {
    padding-right: 9px;
    padding-left: 9px;
  }
  .sub-brands.mobile-nav-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sub-brands.mobile {
    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;
  }
  .list.brands {
    margin-left: 0px;
  }
  .brand-link.last.wg {
    opacity: 0.7;
  }
  .brand-link.pentax {
    background-image: url('../images/pentax-hover-active.svg');
    opacity: 0.7;
  }
  .brand-link.gr {
    opacity: 0.7;
  }
  .products1-image-wrap {
    height: 400px;
    padding: 10px;
  }
  ._6-col {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature-snippet {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .max-width {
    padding-right: 10%;
    padding-left: 10%;
  }
  .small-text {
    font-size: 13px;
    line-height: 20px;
  }
  .small-text.tab-text {
    display: none;
  }
  .hero-item-half.theta {
    padding: 62px 30px;
  }
  .hero-item-half.gr {
    padding: 65px 30px;
    background-position: 50% 50%;
  }
  .search-form-button {
    display: block;
  }
  .brand-2.w--current {
    top: 0px;
  }
  .dropdown-lang__list-2.w--open {
    top: -8px;
  }
  .brand__img {
    max-width: 160px;
  }
  .dropdown-lang__link {
    font-size: 12px;
  }
  .dropdown-lang {
    margin-right: 15px;
    margin-left: 0px;
  }
  .nav-link-4 {
    font-size: 15px;
  }
  .nav-link-4:hover {
    background-color: #273444;
  }
  .nav-link-4.w--current {
    background-color: rgba(229, 214, 237, 0.15);
    color: #614f85;
  }
  .dropdown-lang__wrap {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-3.no-vertical-padding.sm-flex-vertical {
    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;
  }
  .row-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-4.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .panel-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel {
    width: 100%;
    min-height: 400px;
  }
  .panel.lifestyle-image-half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .panel.qtr {
    width: 100%;
  }
  .panel.qtr.third {
    width: 100%;
  }
  .half-image-holder {
    background-size: 400px;
  }
  .half-image-holder.alt {
    background-position: 50% 80%;
  }
  .half-cta-link {
    font-size: 12px;
  }
  .item-homepage {
    width: 100%;
    margin-bottom: 10px;
  }
  .item-homepage-2 {
    width: 50%;
  }
  .category-filtration,.category-filtration-div {
    display: none;
  }
  .article-container {
    padding: 10px;
  }
  .product-details-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 12px;
  }
  .half-left {
    width: 100%;
  }
  .half-right {
    width: 100%;
  }
  .sub-header.desktop {
    display: none;
  }
  .retail-locator {
    display: block;
    width: 50%;
  }
  .miniheader.mobile {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mini-header-link {
    margin-right: 25%;
    padding-right: 0px;
  }
  .country-switcher.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bold-text-3 {
    color: #000;
  }
  .reassurance-item-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reassurance-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .columns.full {
    display: block;
  }
  .awards-product-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    position: static;
  }
  .pricing-box {
    width: 49%;
  }
  .upgrade-container {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upgrade-row {
    width: 100%;
  }
  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }
  .locale-header {
    font-size: 30px;
  }
  .modal-scroll {
    overflow: auto;
  }
  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .locale-btn {
    padding: 0px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .carousel-item {
    width: 50%;
  }
  .lifestyle-background {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-repeat: repeat;
  }
  .lifestyle-image {
    display: block;
  }
  .payment-logo {
    padding: 24px;
  }
  .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item {
    width: 50%;
    margin-right: -4px;
    margin-left: 0px;
  }
  .download-product-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .download-image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .download-tile-product-tile {
    -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;
  }
  .download-link {
    display: block;
    width: 33.333333333333336%;
    -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;
  }
  .collection-list-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-img {
    min-height: 40px;
    min-width: 50px;
  }
  .collection-item-3 {
    width: 100%;
  }
  .div-block-56 {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  h3 {
    font-size: 27px;
    line-height: 34px;
  }
  h4 {
    font-size: 21px;
    line-height: 30px;
  }
  p {
    font-size: 15px;
    font-weight: 400;
  }
  .section {
    padding-top: 0px;
  }
  .maincontent-panel  h4 {
      font-size: 13px;
      line-height: 21px;
      margin-bottom: 0px;
  }
  .section.full-screen.background-image-side {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section.full-screen.navbar-section {
    display: block;
    padding-top: 0px;
  }
  .section.half-screen-background-image {
    background-position: 50% 50%;
  }
  .section.half-screen-background-image.right {
    background-position: 50% 50%;
  }
  .section.black._80vh {
    height: 500px;
  }
  .section.page-header {
    padding-top: 80px;
  }
  .section.page-header.image {
    padding-bottom: 80px;
  }
  .section.page-header.ambassador {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.no-margin {
    padding-right: 5px;
    padding-left: 5px;
  }
  .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrapper.space-around {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.lg-negative-margins {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper.navbar {
    padding-right: 0px;
    padding-left: 5px;
  }
  .wrapper.mobile-nav {
    position: relative;
  }
  .wrapper.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .color-block {
    margin-bottom: 20px;
  }
  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.lg-50 {
    padding: 40px;
  }
  .centre-align.margin-bottom {
    margin-bottom: 20px;
  }
  .centre-align.midsize {
    font-size: 23px;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-4 {
    width: 100%;
  }
  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }
  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-4.xs-1 {
    width: 50%;
  }
  .col.lg-4.md-33.xs-2 {
    width: 100%;
  }
  .col.lg-3 {
    width: 100%;
  }
  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }
  .col.lg-3.md-2.sm-2 {
    width: 100%;
  }
  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }
  .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }
  .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-6.centre-align {
    width: 100%;
  }
  .col.lg-6.sm-1 {
    width: 50%;
  }
  .col.lg-6.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-6.sm-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col.lg-2.md-1.sm-1.xs-2 {
    width: 100%;
  }
  .col.lg-2.md-33.xs-2 {
    width: 100%;
  }
  .col.lg-5 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col.lg-5.align-vertically {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row.hero {
    bottom: 8%;
    margin-bottom: 11px;
  }
  .button.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }
  .margin-bottom {
    margin-bottom: 5px;
  }
  .form-field.no-bottom-margins {
    min-width: auto;
  }
  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }
  .page-preview-link {
    height: 160px;
  }
  .page-wrapper {
    margin-top: 0px;
  }
  .price-table-container {
    padding: 35px;
  }
  .logo.rel.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo.rel.desktop p {
	margin-bottom: 0px;
  }
  .logo.rel.desktop.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .white.black {
    font-size: 14px;
  }
  .footer-logo {
    display: block;
  }
  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .footer-link.spacing.last {
    margin-right: 16px;
  }
  .footer-link.no-padding.first {
    margin-left: -12px;
  }
  .footer-link.no-padding.last {
    margin-right: -10px;
  }
  .footer-link.first {
    margin-left: -10px;
  }
  .footer-link.last {
    margin-right: -10px;
  }
  .social-media-icon {
    padding: 0px;
  }
  .contact-form-container {
    padding: 0px;
  }
  .contact-form-container.card {
    padding: 20px 30px;
  }
  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }
  .contact-form-container.light-blue.padding {
    padding: 20px;
  }
  .question-arrow-icon {
    margin-left: 16px;
  }
  .answer {
    padding-left: 0px;
  }
  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    position: relative;
  }
  .nav-logo-2 {
    -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;
  }
  .logo-navbar.white {
    width: 100px;
    padding-left: 5px;
  }
  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .phone-image {
    max-width: 80%;
  }
  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }
  .xs-1 {
    width: 50%;
  }
  .xs-2 {
    width: 100%;
  }
  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }
  .slide-nav {
    height: 32px;
    font-size: 8px;
  }
  .blog-thumbnail-container {
    margin-bottom: 30px;
  }
  .padding {
    padding-bottom: 5px;
  }
  .masonry-div {
    padding-top: 50%;
  }
  .masonry-div.vertical {
    padding-top: 100%;
  }
  .masonry-div.big {
    padding-top: 100%;
  }
  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .intro-hero-headline {
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }
  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }
  .nav-link.cta.mobile {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    line-height: 35px;
  }
  .team-small-container {
    margin-bottom: 30px;
  }
  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-with-button.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .testimonial-container {
    padding: 50px 30px 30px;
  }
  .quotation-mark {
    position: absolute;
    width: 30px;
    margin-top: -30px;
    margin-right: 0px;
    margin-left: -10px;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .horizontal-short-line {
    margin-right: -35px;
    margin-left: -35px;
  }
  .team-container {
    margin-bottom: 0px;
  }
  .section-header {
    font-size: 29px;
  }
  .short-paragraph {
    width: 100%;
  }
  .short-paragraph.white-heading {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .computer-picture {
    max-width: 80vw;
  }
  .app-download-button {
    width: 110px;
  }
  .app-download-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .value-proposition-container {
    position: relative;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .value-proposition-buttons {
    margin-top: 10px;
  }
  .computer-image {
    width: 110%;
  }
  .col-2 {
    margin-bottom: 10px;
  }
  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .side-image {
    margin-bottom: 20px;
  }
  .side-image.lightbox-video {
    width: 100%;
  }
  .intro-feature-container {
    padding: 20px;
    -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;
  }
  .intro-feature-container.bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-feature-container.vertical {
    -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;
  }
  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }
  .features-mac {
    max-width: 120%;
    margin-right: -25%;
    margin-bottom: -20%;
  }
  .mac-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .starter-website-image.hidden {
    left: 34px;
  }
  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .horizontal-footer-links-container {
    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;
  }
  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social-media-icons-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }
  .div-block-49 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .supporting-text {
    padding: 20px 10px;
  }
  .feature-image {
    height: 45%;
    margin-right: 30px;
  }
  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }
  .play-icon {
    width: 40px;
  }
  .mobile-nav {
    position: fixed;
    width: 100%;
  }
  .nav-menu-container {
    position: absolute;
    overflow: scroll;
    height: 100vh;
  }
  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon-2 {
    position: absolute;
  }
  .small-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .left-arrow {
    width: 60px;
  }
  .right-arrow {
    width: 60px;
  }
  .value-point-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .cta-container {
    margin-bottom: 40px;
  }
  .negative-margin {
    margin-left: -10px;
  }
  .blog-thumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .how-it-works-step {
    width: 100%;
  }
  .circle {
    margin-right: 20px;
  }
  .how-it-works-tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .brand-choice-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-brands {
    padding-bottom: 0px;
    -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: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sub-brands.mobile-nav-hide {
    display: none;
  }
  .sub-brands.mobile {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .list.brands {
    padding-left: 0px;
  }
  .list.brands.mobile {
    margin-right: 0px;
    margin-left: 0px;
  }
  .brand-link {
    padding: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-link.pentax.mobile {
    width: 67px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: 60px;
  }
  .brand-link.theta {
    background-size: 75px;
  }
  .products1-content-wrap {
    padding-right: 0px;
  }
  .products1-image-wrap {
    height: auto;
  }
  .products1-actions-wrap {
    width: 100%;
    -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;
  }
  .products1-desc-wrap {
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .products1-details-wrap {
    margin-bottom: 0px;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .wrap.w50-center.wider {
    display: block;
    width: 100%;
  }
  .text-14.text-14-60,.text-14.text-14-60 p {
    line-height: 1.1em;
  }
  .text-14.text-14-30 {
    margin-top: 9px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tab-link-2 {
    width: 100%;
    border-top-style: none;
  }
  .tabs-menu-2 {
    display: block;
  }
  .max-width {
    padding-right: 0%;
    padding-left: 0%;
  }
  .tab-2 {
    display: block;
  }
  .hero-item-half.theta {
    padding: 100px 10px 10px;
    background-size: cover;
  }
  .hero-item-half.gr {
    padding: 100px 10px 10px;
    background-size: cover;
  }
  .brand-2 {
    width: 36.666%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-2.w--current {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav {
    height: 50px;
  }
  .burger {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .brand__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dropdown-lang__button-2 {
    width: 78px;
    padding-right: 5px;
    padding-left: 3px;
  }
  .flag-icon {
    margin-right: 0px;
  }
  .btn-nav-2 {
    width: 60px;
    font-size: 24px;
  }
  .dropdown-lang {
    margin-right: 10px;
  }
  .dropdown-lang__arrow-down-2 {
    right: 10px;
  }
  .nav-link-4 {
    font-size: 14px;
  }
  .dropdown-lang__wrap {
    width: 25%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0px;
  }
  .nav-links__wrap {
    top: 50px;
  }
  .search-input {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .search-button {
    height: 55px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12.5px;
  }
  .search-button:hover {
    height: 55px;
  }
  .search-field {
    width: 100%;
  }
  .search-form {
    width: 100%;
  }
  .white-heading {
    font-size: 32px;
  }
  .heading-5 {
    margin-bottom: 5px;
  }
  .short-paragraph-2 {
    width: 100%;
  }
  .panel-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .panel.qtr {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .panel.qtr.third {
    width: 100%;
    margin-right: 5px;
  }
  .half-image-holder {
    background-size: 450px;
  }
  .half-image-holder.alt {
    background-position: 50% 95%;
    background-size: 450px;
  }
  .half-image-holder.full-lenses {
    background-position: 50% 70%;
    background-size: 300px;
  }
  .half-image-holder.full-lenses.lifestyle-image-full {
    background-position: 50% 100%;
    background-size: cover;
  }
  .half-cta-link.white {
    color: #fff;
  }
  .item-homepage {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-price {
    width: 100%;
  }
  .item-homepage-2 {
    width: 100%;
  }
  .item-homepage-2.category-grid {
    width: 100%;
  }
  .srticle-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-container {
    width: 100%;
  }
  .product-details-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .half-left {
    width: 100%;
  }
  .half-right {
    width: 100%;
  }
  .image-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logo-navigation {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .miniheader {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .miniheader.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .miniheader.desktop {
    display: none;
  }
  .search-input-3 {
    color: #fff;
    font-size: 16px;
  }
  .mini-header-link {
    display: block;
  }
  .mini-header-link.mobile {
    padding-bottom: 10px;
  }
  .country-switcher.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 100%;
  }
  .image-24 {
    padding: 20px 59px;
  }
  .sub-brand-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-brand-header.pentax {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sub-brand-cont {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bold-text {
    line-height: 1.1em;
  }
  .heading-21 {
    color: #000;
    line-height: 1.1em;
  }
  .bold-text-3 {
    line-height: 1.1em;
  }
  .main-title-banner.mobile {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .italic-text {
    width: 100%;
  }
  .heading-22 {
    font-family: Karla, sans-serif;
    color: #000;
    line-height: 1.1em;
  }
  .product-link-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-product-one {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
  }
  .her-container {
    position: static;
  }
  .reassurance-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .reassurance-icon {
    display: block;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .reassurance-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
    font-size: 14px;
  }
  .promo-area-product-page {
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .promo-message {
    width: 100%;
  }
  .promo-product-picture {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-1 {
    font-size: 28px;
    line-height: 40px;
  }
  .image-28 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-29 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-30 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-31 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cart-btn-holder-nav {
    -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;
  }
  .pricing-box {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .upgrade-container {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }
  .upgrade-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upgrade-text {
    margin-bottom: 25px;
  }
  .locale-btn {
    padding: 12px 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;
  }
  .carousel-item {
    width: 100%;
  }
  .lifestyle-background {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lifestyle-background.three {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .column-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .rich-text-block-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .payment-logo {
    padding: 5px;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item {
    width: 100%;
    height: 50px;
    margin-right: 0px;
  }
  .download-image {
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .download-link {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-list-3 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .digital-category-image-container {
    min-height: 70px;
  }
  .collection-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .heading-31 {
    font-size: 23px;
  }
  .heading-32 {
    font-size: 23px;
  }
  .collection-list-wrapper-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .faq-img {
    display: none;
  }
  .div-block-56 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .collection-list-wrapper-3 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .collection-item-5 {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .news-collections {
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
  }
  .collection-list-7 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-6 {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .blog-category {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .text-block-18 {
    font-size: 18px;
  }
  .basketweave-grid {
    grid-auto-flow: column;
  }
  .columns-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-34 {
    font-size: 40px;
  }
  .mini-header-link-2 {
    display: block;
  }
  .mini-header-link-2.mobile {
    padding-bottom: 10px;
  }
  .search-form-2 {
    width: 100%;
  }
  .page-preview-link-2 {
    height: 160px;
  }
  .dropdown-list-3.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: Karla, sans-serif;
    color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .dropdown-2 {
    width: 100%;
  }
  .dropdown-toggle-2 {
    width: 100%;
    font-family: Karla, sans-serif;
    color: #fff;
  }
  .dropdown-3 {
    width: 100%;
  }
  .dropdown-list-4 {
    position: relative;
  }
  .dropdown-link-2 {
    width: 100%;
  }
  .dropdown-list-5 {
    position: relative;
  }
  .dropdown-toggle-3 {
    width: 100%;
  }
  .dropdown-list-6 {
    position: relative;
  }
  .dropdown-list-6.w--open {
    font-family: Karla, sans-serif;
  }
}

#w-node-176d08f69a6a-a0401532 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a71-a0401532 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a78-a0401532 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-176d08f69a7f-a0401532 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a86-a0401532 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a8d-a0401532 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
}

#w-node-176d08f69a94-a0401532 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a9b-a0401532 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a6a-f29311c4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a71-f29311c4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a78-f29311c4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-176d08f69a7f-f29311c4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a86-f29311c4 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a8d-f29311c4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
}

#w-node-176d08f69a94-f29311c4 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a9b-f29311c4 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a6a-65f96ee7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a71-65f96ee7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a78-65f96ee7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-176d08f69a7f-65f96ee7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a86-65f96ee7 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a8d-65f96ee7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
}

#w-node-176d08f69a94-65f96ee7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a9b-65f96ee7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a6a-e10e8a37 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a71-e10e8a37 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

#w-node-176d08f69a78-e10e8a37 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-176d08f69a7f-e10e8a37 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a86-e10e8a37 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-176d08f69a8d-e10e8a37 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
}

#w-node-176d08f69a94-e10e8a37 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-176d08f69a9b-e10e8a37 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
}

@media screen and (max-width: 767px) {
  #w-node-176d08f69a6a-a0401532 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #w-node-176d08f69a71-a0401532 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 3;
    grid-row-end: 9;
  }
  #w-node-176d08f69a78-a0401532 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  #w-node-176d08f69a7f-a0401532 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-176d08f69a86-a0401532 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a8d-a0401532 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-176d08f69a94-a0401532 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a9b-a0401532 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
  }
  #w-node-176d08f69a6a-f29311c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #w-node-176d08f69a71-f29311c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 3;
    grid-row-end: 9;
  }
  #w-node-176d08f69a78-f29311c4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  #w-node-176d08f69a7f-f29311c4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-176d08f69a86-f29311c4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a8d-f29311c4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-176d08f69a94-f29311c4 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a9b-f29311c4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
  }
  #w-node-176d08f69a6a-65f96ee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #w-node-176d08f69a71-65f96ee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 3;
    grid-row-end: 9;
  }
  #w-node-176d08f69a78-65f96ee7 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  #w-node-176d08f69a7f-65f96ee7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-176d08f69a86-65f96ee7 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a8d-65f96ee7 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-176d08f69a94-65f96ee7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a9b-65f96ee7 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
  }
  #w-node-176d08f69a6a-e10e8a37 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #w-node-176d08f69a71-e10e8a37 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 3;
    grid-row-end: 9;
  }
  #w-node-176d08f69a78-e10e8a37 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  #w-node-176d08f69a7f-e10e8a37 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-176d08f69a86-e10e8a37 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a8d-e10e8a37 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-176d08f69a94-e10e8a37 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 2;
    grid-column-end: 9;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-176d08f69a9b-e10e8a37 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
  }
  .footeritem {
    margin-top: 0px !important;
    float: none !important;
  }
  .footeritem .typo3-text-0{
    text-align: center !important;
  }
  .footeritem .typo3-text-0 img{
    float: none !important;
  }
}
@font-face {
  font-family: 'Icofont';
  src: url('../Fonts/icofont.woff2') format('woff2'), url('../Fonts/icofont.eot') format('embedded-opentype'), url('../Fonts/icofont.woff') format('woff'), url('../Fonts/icofont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Iconfont';
  src: url('../Fonts/IconFont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.half-image-holder.full-lenses.lifestyle-image-full{ 
  position: absolute;
  right:0px;
  bottom:0px;
}
.article-container a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
.catalog-product-view .row.section.wrapper {
  margin: auto;
}
.prdsticky {
  position: fixed !important;
  top: 60px !important;
  width: 100%;
}
.fotorama--fullscreen {
  z-index: 99999 !important;
}
.product-add-form button#product-addtocart-button {
  margin: 0px;
  width: 100%;
  padding: 10px 25px;
  font-size: 15px;
  line-height: 20px;
}
.products1-actions-wrap .towishlist {
  text-decoration: none;
  margin-top: -20px;
}
.half-left .product.media{
  width: 100% !important;
}
.fotorama__thumb {
  background-color: transparent;
}
.cart.table-wrapper .cart thead tr th.col, .cart.table-wrapper .cart tbody tr td.col {
  display: table-cell;
}
.cart.table-wrapper .col.actions {
  text-align: right;
}
.typo3_cart_checkout,.typo3_checkout {
  max-width: 1230px;
  margin: auto;
}
.typo3_cart_checkout .page-title { 
  color:#096ad0;
  font-size: 35px;
}
.checkout-container {
  max-width: 1230px;
  margin: 2% auto 0 auto;
  min-height: 600px;
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  // optional - looks better for small cell values
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}
.rtable,
.rtable--flip tbody {
  // optional - enable iOS momentum scrolling
  -webkit-overflow-scrolling: touch;
  // scrolling shadows
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
// change these gradients from white to your background colour if it differs
// gradient on the first cells to hide the left shadow
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
// gradient on the last cells to hide the right shadow
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}
.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}
.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}
.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}
.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}
.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}
.rtable--flip td,
.rtable--flip th {
  display: block;
}
.rtable--flip td {
  background-image: none !important;
  // border-collapse is no longer active
  border-left: 0;
}
// border-collapse is no longer active
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}
/*!
// CodePen house keeping
*/
p { color:#000; }
.table-spec-p{
  font-size: 12px;
}
table {
  margin-bottom: 30px;
}
a {
  color: #ff6680;
}
code {
  background: #fffbcc;
  font-size: 12px;
}
@media (max-width: 575px) {
  .row.xsrowFull {
      max-width: 100%;
  }
  .row.xsrow90{
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xsrow80{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xsrow70{
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xsrow60{
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xsrow50{
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
}
@media (min-width: 576px) {
  .row.smrowFull {
      max-width: 100%;
  }
  .row.smrow90{
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.smrow80{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }
  .row.smrow70{
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.smrow60{
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.smrow50{
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
}
@media (min-width: 768px) {
  .row.mdrowFull {
      max-width: 100%;
  }
  .row.mdrow90{
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.mdrow80{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }
  .row.mdrow70{
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.mdrow60{
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.mdrow50{
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
}
@media (min-width: 992px) {
  .row.lgrowFull {
      max-width: 100%;
  }
  .row.lgrow90{
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.lgrow80{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }
  .row.lgrow70{
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.lgrow60{
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.lgrow50{
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .row.xlrowFull {
      max-width: 100%;
  }
  .row.xlrow90{
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xlrow80{
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xlrow70{
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xlrow60{
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
  }
  .row.xlrow50{
      max-width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
}
.title-price p {
  margin-bottom: 5px;
    color: #000;
    font-size: 14px;
}
.retailer-link-p{
  width: 100%;
  margin-top: 14px;
}
.product-page-typo3 {
  max-width: 1230px;
  margin: auto;
}

/*Gallery Width CSS*/
.gl_width_100 {
  width: 100%;
  margin: auto;
}
.gl_width_90 {
  width: 90%;
  margin: auto;
}
.gl_width_80 {
  width: 80%;
  margin: auto;
}
.gl_width_70 {
  width: 70%;
  margin: auto;
}
.gl_width_60 {
  width: 60%;
  margin: auto;
}
.gl_width_50 {
  width: 50%;
  margin: auto;
}
.gl_width_40 {
  width: 40%;
  margin: auto;
}
.gl_width_30 {
  width: 30%;
  margin: auto;
}
/*Gallery Width CSS*/

.checkout-success a.continue {
  border-radius: 40px;
}
a.brand-link.w-inline-block.Theta {
  width: 80px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-right-style: none;
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
  opacity: 1;
}

a.brand-link.w-inline-block.GR {
  width: 60px;
  height: 30px;
  border-right-style: none;
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  opacity: 1;
}

a.brand-link.w-inline-block.WG-Series {
  width: 55px;
  height: 30px;
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  opacity: 1;
}

a.brand-link.w-inline-block.G {
  width: 60px;
  background-position: 50% 50%;
  background-size: auto;
}
button.w-button {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-radius: 40px;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
input#newsletter {
  min-width: 200px;
  margin-bottom: 0px;
  padding: 22px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
}
div.paragraph.sml {
  min-height: 70px;
  display: inline-block;
}
@media (max-width: 991px){ 
    .payment-text {
        text-align: center;
    }
    .dropdown-toggle {
    width: 100%;
    font-family: Karla, sans-serif;
    color: #fff;
}
  .nav-menu-container {
    overflow: scroll;
  }
  .page-main-typo3 {
    padding: 0px 5px;
  }
}
@media (max-width: 479px) {
    .column-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* text-align: center; */
    }
}
.shipping-footer-icon .icon-footer-cont p{
    margin-bottom: 0px;
}
.dropdownlink:visited,.nav-link-3:visited,.navbar-links-container a:visited,.navbar-links-container a:hover{
  color: #fff !important;
}
.mini-header-link:visited {
    color: #1F2C3F;
}
.review-area-product-page {
  font-family: Karla, sans-serif;
}
img {
	height: auto;
}
.top-container-breadcrumbs,.catalog-category-view .page-title-wrapper {
	display: none;
}
@media (min-width: 991px){ 
    .amlocator-main-container{
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
    }
	.amlocator-index-index .page-title-wrapper {
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
	}
}
.amlocator-index-index .page-title-wrapper {
	display: block;
}
.amlocator-index-index .page-title-wrapper .page-title,.amlocator-info-popup .amlocator-image{
	color: #000 !important;
	font-family: Karla, sans-serif !important;
}
.amlocator-main-container, .amlocator-current-location .amlocator-text{
	font-family: Karla, sans-serif !important;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
	color: #fff !important;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby{
	color: #000 !important;
	border: 1px solid #000 !important;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover {
	color: #fff !important;
	border: 1px solid #000 !important;
	background: #000 !important;
}
.amlocator-filters-container .amlocator-button {
	background: #000 !important;
	border: none !important;
}
.amlocator-store-desc.-active {
	background: #6e716e;
	border: none;
}
.amlocator-filters-container .amlocator-clear {
	color: #fff;
    background-color: #000;
    padding: 4px 20px;
}
.amlocator-range-slider .amlocator-handle, .amlocator-range-slider .amlocator-handle:hover, .amlocator-range-slider .amlocator-handle:focus, .amlocator-range-slider .amlocator-handle:active {
	background: #6e716e;
}
.amlocator-range-slider .amlocator-tooltip,.amlocator-range-slider .ui-slider-range,.amlocator-range-slider .amlocator-tooltip:after {
	background: #6e716e;
}
.amlocator-range-slider {
	background: #dadada;
}
@media only screen and (max-width: 767px){
.filter-no-options .filter-title:before {
	content: none;
}
.filter-no-options .filter-title strong {
    top: 0px !important;
    margin-top: -40px;
}
.filter-no-options.active .filter-title strong {
	margin-top: 0px;
    color: #000;
    text-align: left;
    width: 100%;
    padding: 0px 10px;
}
.filter-no-options.active .filter-title strong::after {
	color: #000 !important;
	float: right;
}
.filter-no-options.active .filter-title {
	position: initial;
}
.filter.active .filter-title strong {
	color: #000;
    text-align: left;
    width: 100%;
}
.filter.active .filter-title {
	background: white;
}
.filter.active .filter-title strong::after {	
	color: #000 !important;
	float: right;
}
.list.brands .list-item {
  width: 84px;
}
.page-main-typo3 {
  padding: 0px 5px;
}
}
#discount-form .action-apply {
    height: 32px;
}
#shipping-method-buttons-container .button.action.continue.primary {	
    border-color: #000 !important;
    background-color: #000 !important;
}
.payment-method-title label {
	display: inline-block;
}
.bg_image_div {
  width: 100%;
}
.typo3-page-view .bg_image_div {
  width: auto !important;
}
select.super-attribute-select {
  width: 150px;
}
#news-updates .story-container-new h3{
  font-size: 20px !important;
}
#news-updates .story-container-new .date {
  text-transform: uppercase;
  font-family: Karla;
}
.ambassadors-main-div {
  cursor: pointer;
}

@media (max-width: 991px){ 
    .nav-panel {
        display: none !important;
    }
}
@media (min-width: 991px){ 
    .onlyMobile {
        display: none !important;
    }
}
.dropdown-toggle::after {
	content: none;
}
.w-dropdown-link:visited,.w-dropdown-link:focus,.w-dropdown-link:active {
	color: #222222;
}
.button.ghost:visited {
  color: #000;
}
.button.ghost:focus, .button.ghost:hover, .button.ghost:active {
  color: #fff !important;
}

.owl-nav .owl-prev {
	background-color: #000 !important;
	width: 40px !important;
	height: 40px !important;
	opacity: 1 !important;
	margin-left: 0px !important;
	border-radius: 0px !important;
}
.owl-nav .owl-next {
	background-color: #000 !important;
	width: 40px !important;
	height: 40px !important;
	opacity: 1 !important;
	margin-right: 0px !important;
	border-radius: 0px !important;
}
.panel-container .owl-dots {
	display: none;
}
.fbcookiebanner {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.footercookielink {
  color: #f1ede6;
  text-decoration: none;
}

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

.cookiebutton {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #f1ede6;
  color: #000;
}

.cookiebutton.decline {
  background-color: transparent;
  color: #fff;
}

.columns-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
