@font-face {
  font-family: Porpora;
  src: url('../fonts/Porpora-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optician sans;
  src: url('../fonts/Optician-Sans.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-salmon: #eea27c;
  --_blue---blue: #3f4a72;
  --black-2: #041a17;
  --black: black;
  --dark-slate-grey: #0e332f;
  --dark-slate-grey-2: #2b5d58;
  --dim-grey: #4d4d4d;
  --grey: #757575;
  --white-smoke-2: #f7fafc;
  --adapto--mr-site-font: "Optician sans", sans-serif;
  --adapto--mr-white: white;
  --adapto--mr-white-text: #ffffffd9;
  --adapto--mr-primary-100: #084ed6;
  --adapto--mr-primary-20: #89affb;
  --linen: #fbe7dd;
  --slate-grey: #6b818c;
  --dark-grey: #979797;
  --white-smoke: #f6f7f9;
  --adapto--mr-site-bg-2: #0f1f3c;
  --adapto--mr-site-bg-1: #131a27;
}

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #fff;
  font-family: Porpora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  color: #fff9;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

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

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

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
}

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

strong {
  color: #fff;
  font-weight: 800;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 3px solid var(--light-salmon);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #d4d4d4;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Optician sans, sans-serif;
  font-size: 13px;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.loader {
  z-index: 9999;
  background-color: var(--_blue---blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-image {
  width: 46px;
  margin-bottom: 35px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f52228;
  font-size: 15px;
}

.utility-page-wrap {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 370px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section {
  padding: 80px 5%;
}

.section.checkout {
  background-color: #0000;
}

.section.about-1 {
  min-height: 70vh;
  padding-top: 275px;
  position: relative;
}

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

.section.photo {
  opacity: .4;
  filter: grayscale();
  background-image: url('../images/about-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
}

.section.about-3 {
  padding-top: 160px;
}

.section.blog-2 {
  padding-top: 140px;
}

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

.button {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ececec;
  padding: 15px 20px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
}

.button:hover {
  transform: skew(-13deg);
}

.button.apply {
  height: 45px;
}

.button.green {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.button.green:hover {
  background-color: var(--dark-slate-grey-2);
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

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

.copyright-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.text-field {
  border: 1px solid #6e6e6e33;
  height: 60px;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Optician sans, sans-serif;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  color: var(--black);
}

.text-field::placeholder {
  color: var(--dim-grey);
}

.text-field.gray-line {
  border-style: solid;
  border-color: #29335c26;
}

.text-field._40px {
  color: var(--dim-grey);
  height: 40px;
  margin-bottom: 16px;
}

.text-field._40px.black {
  color: var(--dim-grey);
}

.text-field.area {
  height: auto;
  padding-bottom: 86px;
}

.toggle-wrapper {
  border-bottom: 1px solid #ffffff17;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.flex-utility {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shrink-item.gird.photo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-size {
  width: 50px;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-content {
  background-color: var(--black-2);
  border: 1px solid #ffffff24;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.licensing-content.verical {
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}

.licensing-content.verical.for-instructions {
  text-align: center;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.licensing-content.verical.changelog {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.light-block-second {
  background-color: var(--dark-slate-grey);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--black-2);
  border: 1px solid #ffffff30;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.primary-lighy {
  background-color: var(--light-salmon);
}

.title-4 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 34px;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

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

.title-1 {
  z-index: 2;
  font-size: 74px;
  line-height: 73px;
  position: relative;
}

.title-1.absolute {
  z-index: 1;
  opacity: .05;
  font-size: 80px;
  line-height: 70px;
  position: absolute;
  inset: 13px auto auto -30px;
}

.light-gray-2 {
  background-color: #a8a8a8;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  background-color: var(--black-2);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.rich-text-block {
  width: 70%;
}

.light-gray {
  background-color: #8a8a8a;
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

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

.text-highlight {
  background-color: var(--black-2);
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.title-5 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}

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

.light-block {
  background-color: var(--dark-slate-grey);
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.type-column {
  background-color: var(--dark-slate-grey);
  border-radius: 3px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Optician sans, sans-serif;
  line-height: 1em;
}

.title-2 {
  font-size: 50px;
  line-height: 50px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.caption.margined {
  color: var(--grey);
  margin-top: 10px;
  font-size: 13px;
}

.light-gray-3 {
  background-color: #f7f8f9;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.white-link {
  color: #ffffffbf;
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.white-link:hover {
  text-decoration: none;
}

.loading-flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

.close-button {
  color: #000;
  background-image: url('../images/GlyphRemove_D2x_1GlyphRemove_D@2x.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.price-tag {
  color: #8a8a8a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: #ffffff9c;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.cart-container {
  background-color: var(--black-2);
  box-shadow: none;
  border: 1px solid #ffffff1c;
  max-width: 580px;
}

.paypal {
  margin-bottom: 5px;
}

.subtotal {
  color: #fff;
  font-size: 16px;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.checkbox-label-shop {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.discounts {
  background-color: #0000;
  border-color: #fff3;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.required {
  color: #fff9;
  font-size: 13px;
  font-style: italic;
}

.sticky-bar {
  top: 100px;
}

.price-pop {
  color: #fff;
  font-family: Optician sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.product-name {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-family: Optician sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.field-label {
  color: #fff9;
  font-family: Optician sans, sans-serif;
  font-size: 12px;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.container-2 {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.no-item {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.cart-line-item {
  align-items: center;
}

.menu-wrapper {
  z-index: 98;
  display: none;
  position: fixed;
  inset: 0%;
}

.subtotal-2 {
  color: #fff;
  font-size: 18px;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #ffffff1c;
  width: 50px;
  font-family: Optician sans, sans-serif;
}

.table-price {
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-size: 20px;
}

.brand-logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand-logo.center-logo {
  justify-content: center;
}

.remove-button {
  color: #000;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.remove-button:hover {
  color: #686868;
  text-decoration: underline;
}

.right-part {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.menu-inside-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-line {
  background-color: #0000;
  width: 100%;
  height: 1px;
  position: relative;
}

.hero {
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  min-height: 100vh;
  padding: 115px 5%;
  display: flex;
  position: relative;
}

.hero.second {
  border-bottom-style: none;
  min-height: auto;
  padding: 200px 5% 150px;
}

.hero.third {
  border-bottom-style: none;
  min-height: 100vh;
  overflow: hidden;
}

.hero.fourth {
  border-bottom-style: none;
  flex-direction: column;
  min-height: auto;
  padding: 85px 20px 20px;
}

.hero.five {
  border-bottom-style: none;
  padding-top: 150px;
}

.hero.six {
  padding: 0 0%;
}

.hero.subhead {
  border-bottom-style: none;
  min-height: auto;
  padding-top: 108px;
  padding-bottom: 95px;
}

.hero.subhead.blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 178px;
  padding-bottom: 178px;
}

.hero.subhead.project-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 60vh;
}

.hero.contact {
  border-bottom-style: none;
  min-height: 80vh;
}

.hero.intro {
  min-height: auto;
  padding-top: 135px;
  padding-bottom: 135px;
}

.navigation {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff1f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 65px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-button {
  background-color: #0000;
  border-left: 1px solid #ffffff1f;
  height: 65px;
  padding: 0 20px 0 25px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #041a17cc;
}

.navigation-link {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Optician sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.navigation-link.w--current {
  color: #ffffff80;
}

.navigation-link.on-footer {
  font-size: 20px;
  line-height: 26px;
}

.cart-quantity-2 {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  padding-left: 0;
  padding-right: 0;
  font-family: Optician sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
}

.navigation-content {
  z-index: 110;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.hamburger {
  z-index: 110;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.menu-content {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-overlay {
  background-color: var(--light-salmon);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.first-part {
  cursor: pointer;
  order: -1;
  align-items: center;
  display: flex;
}

.first-part.make-last {
  order: 1;
}

.hamburger-menu {
  align-items: center;
  width: 60px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-1 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-text-wrapper {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 15px;
  padding-right: 5px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.menu-text {
  z-index: 2;
  position: relative;
}

.close-text {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cart-text {
  letter-spacing: 5px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
}

.adress-wrapper {
  border-left: 1px solid #ffffff1f;
  padding-bottom: 25px;
  padding-left: 25px;
  position: absolute;
  inset: auto 25px 0 auto;
}

.adress-paragrpah {
  margin-bottom: 0;
}

.navigation-wrapper {
  z-index: 999;
  position: relative;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.social-wrapper.add-left-margin {
  margin-right: 5%;
}

.follow-text {
  margin-bottom: 0;
  margin-right: 15px;
}

.social-link {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 8px;
  font-family: Optician sans, sans-serif;
  font-size: 17px;
}

.social-link:hover {
  opacity: .5;
}

.big-hero-wrapper {
  text-align: center;
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.big-hero-wrapper.second {
  text-align: left;
  max-width: 85%;
  margin-left: 0;
}

.big-hero-wrapper.second.center {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.logo-font {
  letter-spacing: 5px;
  font-family: Optician sans, sans-serif;
}

.with-scribbble {
  background-image: url('../images/scribble.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.with-scribbble.more-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.page-content {
  background-color: var(--_blue---blue);
}

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

.lottie {
  position: absolute;
  inset: auto auto 0% -5%;
}

.lottie.right {
  inset: auto 0% 0% auto;
}

.circle-cursor {
  z-index: 999;
  border: 2px dotted var(--light-salmon);
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 48vw;
  transform: rotate(-45deg);
}

.top-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.top-title.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-title._30px-bottom {
  margin-bottom: 30px;
}

.selected-work {
  color: #ffffffb3;
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
}

.selected-work.white {
  color: #fff;
  margin-bottom: 20px;
}

.cart-header {
  border-bottom-color: #ffffff1c;
}

.cart-footer {
  border-top-color: #ffffff1c;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-weight: 400;
}

.project-wrapper {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.project-wrapper._100 {
  max-width: 100%;
}

.project-block-link {
  filter: grayscale();
  text-align: center;
  transition: all .3s;
  position: relative;
}

.project-block-link:hover, .project-block-link.second {
  filter: none;
}

.project-block-link.add-bottom-margin {
  margin-bottom: 30px;
}

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

.project-title {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 5px;
  font-family: Optician sans, sans-serif;
  font-size: 23px;
  line-height: 24px;
}

.project-list {
  margin-bottom: 30px;
}

.project-list.first {
  float: left;
  width: 45%;
}

.project-list.first._100px-down {
  margin-top: 100px;
}

.project-list.second {
  float: right;
  width: 45%;
  margin-top: 100px;
}

.project-list.second._0px-top {
  margin-top: 0;
}

.project-list._0px-margin {
  margin-bottom: 0;
}

.arrow-scroll-down {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.arrow-scroll-down.left {
  justify-content: flex-start;
}

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

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

.email {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: Optician sans, sans-serif;
  font-size: 40px;
  line-height: 50px;
  transition: all .3s;
  display: inline-block;
}

.email:hover {
  transform: skew(-10deg);
}

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

.line-divider {
  background-color: #ffffff2b;
  max-width: 1140px;
  height: 1px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.line-loading {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: fixed;
  inset: 0% 0% auto;
}

.services-content {
  align-items: flex-start;
  display: flex;
}

.service-icon {
  flex: none;
  margin-right: 30px;
}

.service-title {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Optician sans, sans-serif;
  font-size: 19px;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-wrapper-footer {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-footer.horizontal {
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -6px;
}

.social-wrapper-footer.horizontal.center {
  justify-content: center;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 32px;
  margin-bottom: 10px;
  display: flex;
}

.social-icon:hover {
  opacity: .5;
}

.footer-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.copyright-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-field.margin-top {
  justify-content: flex-start;
}

.subscribe-form {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form._90 {
  max-width: none;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.checkbox {
  background-color: #fff;
  border-style: none;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--light-salmon);
  background-size: 9px;
  border-style: none;
}

.success-message {
  background-color: var(--dark-slate-grey-2);
  color: #fff;
  font-size: 16px;
}

.grid-form {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-form.join {
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.cookies-font {
  margin-bottom: 0;
  font-size: 15px;
}

.cookies-font.check {
  color: #ffffffa8;
  margin-left: 9px;
  font-size: 15px;
  font-weight: 400;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  overflow: visible;
}

.project-list-wrapper {
  width: 50%;
}

.project-list-wrapper.full {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-arrow {
  display: none;
}

.slide-nav {
  opacity: 1;
  text-align: center;
  font-size: 9px;
  line-height: 13px;
  position: relative;
  top: 20px;
}

.slide-nav.absolute {
  z-index: 92;
  position: absolute;
  inset: auto 0% 0;
}

.project-gird {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-overlay {
  background-color: #2b5d58e6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-50px-2 {
  margin-top: 50px;
}

.button-z-index {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.recent-project-wrapper {
  z-index: 1;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.project-link {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  font-family: Optician sans, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 43px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-text {
  z-index: 1;
  text-transform: capitalize;
  margin-right: 17px;
  transition: all .3s;
  position: relative;
}

.project-text:hover {
  transform: skew(-15deg);
}

.project-image {
  z-index: 0;
  width: 500px;
  max-width: none;
  display: none;
  position: absolute;
  right: -70px;
}

.anchor {
  opacity: .2;
  font-family: Great Vibes, cursive;
}

.team-photo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-member {
  opacity: .4;
  filter: grayscale();
  width: 70%;
}

.tracker-item {
  color: #fff;
  border-left: 2px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 33px;
  font-family: Optician sans, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
}

.project-wrapper-slider {
  height: 100%;
}

.slider-tracker {
  z-index: 100;
  flex-direction: column;
  grid-template-rows: 66px 66px 66px 66px 66px;
  grid-template-columns: 1fr;
  grid-auto-rows: 66px;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-mask {
  z-index: 20;
  overflow: hidden;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.slider-arrow {
  z-index: 25;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: none;
  top: auto;
  left: auto;
  right: 52%;
}

.slider-arrow:hover {
  padding-right: 15px;
}

.tracker-line {
  background-color: #fff;
  border-radius: 100px;
  width: 3px;
  position: absolute;
  inset: 0% auto 0% -3px;
}

.arrow-icon {
  width: 14px;
}

.project-content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-title-big {
  z-index: 5;
  text-align: center;
  max-width: 730px;
  position: relative;
}

.project-heading {
  margin-top: 0;
  font-family: Optician sans, sans-serif;
  font-size: 75px;
  line-height: 70px;
}

.project-heading.white {
  color: #fff;
}

.project-scale {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-image: linear-gradient(#041a1766, #041a1766);
  position: absolute;
  inset: 0%;
}

.overlay.green {
  background-image: linear-gradient(#041a1799, #041a1799);
}

.subhead {
  font-family: Porpora, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.subhead.optician {
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.proudct-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-toggle {
  color: #fff;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  font-family: Optician sans, sans-serif;
  font-size: 17px;
  display: flex;
}

.toggle-icon {
  border: 1px solid #ffffff17;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: flex;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.toogle-max-w {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.block {
  background-color: var(--black-2);
}

.block-content {
  color: #ffffffb3;
  background-color: #0000;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
  font-size: 15px;
}

.block-header {
  background-color: #0000;
  border-color: #fff3;
}

.about-text-wrapper {
  z-index: 2;
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-text-wrapper.second {
  text-align: left;
  max-width: 83%;
  margin-left: 0;
  margin-right: 0;
}

.team-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-grid._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper {
  position: relative;
}

.team-wrapper.second {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-overlay {
  background-image: linear-gradient(#041a1780, #041a1780);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.author-name {
  margin-top: 0;
}

.author-name.second {
  font-size: 20px;
  line-height: 24px;
}

.team-content.relative.center {
  text-align: center;
}

.about-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-photo-1 {
  max-width: 90%;
  margin-left: auto;
}

.about-photo-1._100 {
  max-width: 100%;
}

.about-photo-1._70 {
  max-width: 70%;
}

.about-wrapper-1 {
  display: flex;
}

.left-padding {
  padding-left: 85px;
}

.team-image {
  opacity: .5;
  filter: grayscale();
  background-image: url('../images/team-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 330px;
  margin-bottom: 20px;
}

.team-image.photo-2 {
  background-image: url('../images/team-4.jpg');
}

.team-image.photo-3 {
  background-image: url('../images/team-5.jpg');
}

.team-image.photo-4 {
  background-image: url('../images/team-3.jpg');
}

.team-image.photo-5 {
  background-image: url('../images/team-6.jpg');
}

.team-image.photo-6 {
  background-image: url('../images/team-7.jpg');
}

.metrics-title {
  letter-spacing: 3px;
  margin-top: 0;
  font-size: 70px;
  line-height: 70px;
}

.metrics-content {
  border-bottom: 4px solid #fff;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.metrics-content.flex {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.metrics-wrapper.grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-flex {
  display: flex;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-max {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.logo-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image {
  opacity: .4;
  margin-left: 45px;
  margin-right: 45px;
}

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

.grid-form-2 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-text {
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 54px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-grid.second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
}

.blog-grid.third {
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.blog-wrapper {
  color: #111;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  transition: all .3s;
  display: flex;
  position: relative;
}

.blog-wrapper:hover {
  opacity: .7;
}

.blog-wrapper.second:hover {
  filter: none;
}

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

.blog-content {
  text-align: left;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 28px;
}

.blog-content._0px-top {
  padding-top: 0;
}

.category-flex {
  align-items: center;
  display: flex;
}

.category-flex.center {
  justify-content: center;
}

.meta-text {
  color: #ffffffb3;
  font-family: Optician sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.meta-text.category-link {
  transition: all .2s;
}

.meta-text.category-link:hover {
  color: #a8a8a8;
  text-decoration: underline;
}

.blog-title {
  color: #fff;
  margin-top: 15px;
  font-family: Optician sans, sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.blog-title:hover {
  opacity: .8;
  color: #f6f7f9;
}

.blog-overlay {
  text-align: center;
  background-color: #041a1780;
  justify-content: center;
  align-items: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pricing-box {
  text-align: center;
  border: 1px solid #0f302c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 40px 30px;
  font-size: 16px;
  line-height: 2em;
  display: flex;
  position: relative;
  box-shadow: 0 10px 25px 3px #0000001a;
}

.pricing-box.on-page {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.price {
  font-size: 40px;
  line-height: 70px;
  position: relative;
}

.pricing-title {
  color: #fff9;
  letter-spacing: 1px;
  font-family: Optician sans, sans-serif;
  font-weight: 400;
}

.pricing-item {
  margin-left: -1px;
}

.pricing-photo {
  background-color: var(--black-2);
  border: 1px solid #0f302c;
  width: 90px;
  height: 90px;
  padding: 22px;
  position: absolute;
  inset: -50px auto auto 50%;
  transform: translate(-50%);
}

.blog-body {
  border-radius: 5px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-page-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.pres-image {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 15px 25px #0000001a;
}

.presantation-link {
  background-color: var(--black-2);
  color: #ffffffbd;
  text-align: center;
  border: 1px solid #ffffff26;
  padding: 10px;
  transition: all .3s;
}

.presantation-link:hover {
  opacity: .62;
  color: #fff;
}

.section-presanation {
  padding: 100px 5%;
}

.section-presanation.presantation {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
  position: relative;
}

.pres-text {
  font-family: Optician sans, sans-serif;
  font-size: 19px;
}

.masterthemes-quote {
  background-color: var(--dark-slate-grey);
  text-align: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.quote-title {
  font-size: 28px;
  line-height: 30px;
}

.lottie-animation {
  width: 40px;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.body {
  background-color: #3f4a72;
}

.paragraph {
  color: var(--white-smoke-2);
  text-align: center;
  font-family: Optician sans, sans-serif;
}

.paragraph-2 {
  color: var(--white-smoke-2);
  font-family: Optician sans, sans-serif;
}

.paragraph-3 {
  color: #f7fafc;
  font-family: Optician sans, sans-serif;
}

.paragraph-4 {
  color: var(--white-smoke-2);
  font-family: Optician sans, sans-serif;
}

.mr-section {
  align-self: stretch;
  padding-top: 96px;
  padding-bottom: 96px;
}

.mr-container---main {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mr-heading-1 {
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 1em;
}

.mr-heading-1.mr-uplit-text-gradient {
  background-color: #f7fafc;
  background-image: none;
}

.mr-large-text {
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white-text);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-body-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-bold-text {
  font-family: var(--adapto--mr-site-font);
  color: var(--black);
  font-weight: 600;
}

.mr-small-text {
  font-family: var(--adapto--mr-site-font);
  color: var(--adapto--mr-white-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.mr-glass-panel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  background-image: linear-gradient(#ffffff0f, #ffffff08);
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.mr-glass-panel.w--open {
  background-color: #0000;
}

.mr-glass-panel.mr-rating-panel {
  text-align: left;
  background-color: #fff;
  background-image: none;
  flex-flow: row;
  align-self: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mr-gradient-section---uplit {
  padding-bottom: 72px;
  position: relative;
  box-shadow: 0 40px 30px -40px #0003;
}

.mr-uplit-gradient-wrapper {
  pointer-events: none;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.mr-gradient-circle {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--adapto--mr-primary-100), #084ed600 70%);
  width: 100%;
  height: auto;
}

.mr-gradient-section-contents {
  z-index: 1;
  position: relative;
}

.mr-uplit-text-gradient {
  background-image: linear-gradient(180deg, var(--adapto--mr-white) 58%, var(--adapto--mr-primary-20));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mr-rounded-image {
  border-radius: 9px;
  box-shadow: 0 4px 48px #00000040;
}

.mr-hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mr-hero-grid-contents {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.mr-stars-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mr-logo-proof-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mr-logo-proof-images {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.mr-logo-proof-item {
  opacity: .6;
  flex: none;
  width: auto;
  max-height: 22px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  font-family: Optician sans, sans-serif;
  line-height: 1.3px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

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

  .section.about-1 {
    min-height: auto;
    padding-top: 135px;
  }

  .section.photo {
    min-height: 400px;
  }

  .section.about-3 {
    padding-top: 110px;
  }

  .title-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .licensing-block {
    width: 100%;
  }

  .title-4 {
    font-size: 34px;
    line-height: 36px;
  }

  .title-1 {
    font-size: 55px;
    line-height: 55px;
  }

  .title-1.absolute {
    font-size: 55px;
    line-height: 55px;
    top: -8px;
    left: -19px;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .title-5 {
    font-size: 24px;
    line-height: 26px;
  }

  .color-block-parent, .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero.second {
    padding-top: 131px;
  }

  .hero.third {
    min-height: auto;
    padding-top: 132px;
    padding-bottom: 65px;
  }

  .hero.six {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero.subhead.blog-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.subhead.project-page {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 118px;
  }

  .hero.contact {
    padding-bottom: 60px;
  }

  .navigation {
    min-height: 60px;
  }

  .navigation-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hamburger-menu {
    width: 35px;
  }

  .big-hero-wrapper {
    max-width: 90%;
  }

  .big-hero-wrapper.second {
    max-width: 100%;
  }

  .lottie.right {
    width: 300px;
  }

  .circle-cursor {
    display: none;
  }

  .arrow-scroll-down.left {
    padding-left: 5%;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    max-width: 100%;
  }

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

  .checkbox-field.margin-top {
    text-align: left;
  }

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

  .grid-form {
    width: 100%;
  }

  .cookies-font {
    flex: 1;
  }

  .project-list-wrapper {
    width: 100%;
  }

  .project-gird {
    grid-template-columns: 1fr 1fr;
  }

  .project-text {
    font-size: 30px;
    line-height: 30px;
  }

  .anchor {
    font-size: 32px;
    line-height: 35px;
  }

  .tracker-item, .slider-tracker {
    width: 60px;
  }

  .slider-mask {
    max-width: 100%;
  }

  .slide {
    width: 100%;
  }

  .project-slider {
    justify-content: center;
  }

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

  .proudct-list {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .toogle-max-w, .about-text-wrapper {
    max-width: 90%;
  }

  .about-text-wrapper.second {
    max-width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-grid._3-columns {
    max-width: 100%;
  }

  .about-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .about-photo-1._70.add-center {
    margin-right: auto;
  }

  .team-image {
    min-height: 250px;
  }

  .metrics-wrapper.grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .grid-2-columns.blog-3 {
    grid-row-gap: 20px;
  }

  .hero-max {
    max-width: 100%;
  }

  .logo-image {
    margin-bottom: 30px;
    margin-left: 23px;
    margin-right: 23px;
  }

  .grid-form-2 {
    width: 100%;
  }

  .blog-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .blog-grid.third {
    grid-row-gap: 50px;
  }

  .blog-overlay {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pricing-box {
    margin-bottom: 2%;
  }

  .blog-body {
    width: 100%;
  }

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

  .section-presanation.presantation {
    grid-template-columns: 1fr 1fr;
  }

  .mr-container---main {
    max-width: 680px;
  }

  .mr-heading-1 {
    font-size: 51px;
    line-height: 1.1em;
  }

  .mr-glass-panel.mr-rating-panel {
    margin-left: auto;
    margin-right: auto;
  }

  .mr-uplit-gradient-wrapper {
    height: 300px;
  }

  .mr-hero-grid {
    text-align: center;
    flex-flow: column;
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mr-logo-proof-footer {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.about-1 {
    padding-top: 123px;
    padding-bottom: 57px;
  }

  .section.photo {
    min-height: 300px;
  }

  .title-3 {
    font-size: 36px;
  }

  .title-4 {
    font-size: 30px;
    line-height: 32px;
  }

  .title-1 {
    font-size: 45px;
    line-height: 45px;
  }

  .title-1.absolute {
    font-size: 45px;
    line-height: 45px;
    left: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .title-5 {
    font-size: 22px;
    line-height: 24px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .hero.second {
    padding-top: 103px;
    padding-bottom: 119px;
  }

  .hero.third {
    padding-top: 112px;
  }

  .hero.five {
    padding-top: 126px;
    padding-bottom: 87px;
  }

  .hero.subhead {
    padding-top: 95px;
  }

  .hero.contact {
    padding-bottom: 60px;
  }

  .adress-wrapper {
    display: none;
  }

  .lottie {
    width: 300px;
    left: -10%;
  }

  .project-wrapper {
    max-width: 90%;
  }

  .project-list.first {
    width: 100%;
  }

  .project-list.first._100px-down {
    margin-top: 0;
  }

  .project-list.second {
    width: 100%;
    margin-top: 0;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-form._90 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-form {
    width: 100%;
  }

  .slide-nav {
    text-align: left;
    padding-left: 20px;
  }

  .slide-nav.absolute {
    text-align: center;
  }

  .recent-project-wrapper {
    max-width: 100%;
  }

  .project-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .project-text {
    font-size: 24px;
    line-height: 24px;
  }

  .anchor {
    font-size: 30px;
    line-height: 30px;
  }

  .project-heading {
    font-size: 55px;
    line-height: 55px;
  }

  .proudct-list {
    max-width: 89%;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 200px;
  }

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

  .grid-form-2 {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .pricing-box.on-page {
    width: 70%;
  }

  .project-page-wrapper {
    max-width: 100%;
  }

  .section-presanation.presantation {
    grid-template-columns: 1fr;
  }

  .add-margin-mobile {
    margin-top: 30px;
  }

  .mr-large-text {
    font-size: 18px;
  }

  .mr-uplit-gradient-wrapper {
    height: 40vw;
  }

  .mr-hero-grid {
    max-width: 416px;
  }

  .mr-logo-proof-item {
    max-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-1, .section.about-2 {
    padding-top: 92px;
  }

  .section.photo {
    min-height: 200px;
  }

  .section.about-3 {
    padding-top: 91px;
  }

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 28px;
    line-height: 28px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .title-4 {
    font-size: 32px;
    line-height: 34px;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 35px;
    line-height: 36px;
  }

  .title-1.absolute {
    display: none;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .white-link {
    display: inline-block;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart {
    top: 2px;
  }

  .navigation-line {
    margin-top: 5px;
  }

  .hero {
    padding-top: 84px;
  }

  .hero.second {
    padding-top: 69px;
  }

  .hero.third {
    padding-top: 93px;
  }

  .hero.five {
    padding-top: 96px;
    padding-bottom: 62px;
  }

  .hero.subhead {
    padding-top: 72px;
  }

  .hero.subhead.blog-page {
    padding-top: 73px;
  }

  .hero.contact {
    padding-bottom: 60px;
  }

  .navigation {
    min-height: 55px;
  }

  .cart-button {
    border-left-style: none;
    height: 55px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .fitex-logo {
    width: 70px;
  }

  .navigation-link {
    font-size: 30px;
    line-height: 30px;
  }

  .cart-quantity-2 {
    min-width: 0;
    margin-left: 5px;
    font-size: 12px;
  }

  .navigation-content {
    padding-left: 4%;
    padding-right: 7%;
  }

  .hamburger {
    height: 55px;
  }

  .first-part.make-last {
    order: 1;
    padding-left: 5px;
  }

  .menu-text-wrapper {
    margin-left: 10px;
  }

  .menu-text, .close-text, .cart-text {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .social-link {
    margin-right: 5px;
    font-size: 14px;
    line-height: 15px;
  }

  .social-link.hide {
    display: none;
  }

  .big-hero-wrapper.second.center {
    text-align: center;
  }

  .lottie.right {
    display: none;
  }

  .project-wrapper {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .email {
    font-size: 20px;
    line-height: 30px;
  }

  .social-wrapper-footer {
    flex-direction: row;
    justify-content: center;
  }

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .checkbox-field {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .checkbox-field.margin-top {
    align-items: flex-start;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .checkbox {
    flex: none;
    margin-top: 4px;
  }

  .grid-form {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .project-list-wrapper.full {
    width: 85%;
    margin-left: 0;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav {
    z-index: 90;
  }

  .project-gird {
    grid-template-columns: 1fr;
  }

  .project-text {
    font-size: 24px;
    line-height: 24px;
  }

  .anchor {
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .tracker-item {
    width: 36px;
  }

  .slider-tracker {
    width: 36px;
    display: none;
  }

  .slider-mask {
    margin-left: 0;
  }

  .project-slider {
    justify-content: center;
  }

  .slider-arrow {
    bottom: 0;
  }

  .project-title-big {
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-heading.white {
    font-size: 40px;
    line-height: 40px;
  }

  .proudct-list {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    line-height: 22px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .about-text-wrapper {
    max-width: 95%;
  }

  .team-grid, .team-grid._3-columns {
    grid-template-columns: 1fr;
  }

  .left-padding {
    padding-left: 0;
  }

  .team-image {
    min-height: 330px;
  }

  .metrics-title {
    font-size: 50px;
    line-height: 50px;
  }

  .metrics-content.flex {
    align-items: center;
  }

  .metrics-wrapper.grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-3 {
    grid-row-gap: 0px;
  }

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

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

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

  .grid-form-2 {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .category-text {
    font-size: 30px;
    line-height: 30px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .blog-image {
    margin-bottom: 20px;
  }

  .blog-content {
    padding-right: 12px;
  }

  .category-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-flex.center {
    align-items: center;
  }

  .blog-title {
    font-size: 25px;
    line-height: 28px;
  }

  .pricing-box.on-page {
    width: 100%;
  }

  .blog-body {
    background-color: #0000;
  }

  .presantation-link {
    padding: 15px;
  }

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

  .mr-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mr-heading-1 {
    font-size: 38px;
  }

  .mr-large-text {
    font-size: 17px;
  }

  .mr-body-text {
    font-size: 14px;
  }

  .mr-small-text {
    font-size: 13px;
  }

  .mr-glass-panel {
    border-radius: 5px;
    padding: 18px;
  }

  .mr-glass-panel.mr-rating-panel {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mr-gradient-section---uplit {
    padding-bottom: 54px;
  }

  .mr-uplit-gradient-wrapper {
    height: 35vw;
  }

  .mr-rounded-image {
    border-radius: 5px;
  }

  .mr-hero-grid {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .mr-logo-proof-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

#w-node-a7ca0b06-71c5-0574-9f5e-3f80dc90500d-dc904fee {
  justify-self: center;
}

#w-node-_9699d017-3632-b252-964a-3ab6c9260349-6278d5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#Name.w-node-_9699d017-3632-b252-964a-3ab6c9260350-6278d5ed, #Email.w-node-_9699d017-3632-b252-964a-3ab6c9260351-6278d5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9699d017-3632-b252-964a-3ab6c9260352-6278d5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcad6e5b-faa2-b9e3-d4be-da4f919b6090-6278d5ee {
  justify-self: end;
}

#Name.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0516-6278d5f5, #Email-2.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0518-6278d5f5, #Company.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0517-6278d5f5, #Message.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0519-6278d5f5, #w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0520-6278d5f5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-6278d5fd, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-6278d5fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ac8794-b228-9bce-96e4-0a6958f5a751-6278d5fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_2fcb3ebd-def1-9d30-d360-a0acd0143202-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd0143204-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd0143206-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd0143208-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd014320a-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd014320c-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd014320e-6278d603, #w-node-_2fcb3ebd-def1-9d30-d360-a0acd0143210-6278d603, #w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6d-6278d603 {
  justify-self: center;
}

#w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff6f-6278d603, #w-node-_7f382f00-8092-7b93-7c68-c1c3a1f4ff73-6278d603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-f2551314, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-f2551314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ac8794-b228-9bce-96e4-0a6958f5a751-f2551314 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_1de0013f-8926-0d1b-d147-fd46312a1993-f2551314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1ce1-6278d5ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9699d017-3632-b252-964a-3ab6c9260349-6278d5ed {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_26975932-1d5e-d1bf-b00f-af28c2e2a7b2-6278d5ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_386b1ef4-1ca5-a1ad-7f25-3e6f6d5d6034-6278d5ef {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cc5-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cc9-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1ccd-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cd1-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cd5-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cd9-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cdd-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1ceb-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cef-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cf3-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cf7-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cfb-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1cff-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1d03-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1d07-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1d0b-6278d5ea, #w-node-_5ed8cb5d-57d6-97ee-f360-df93492a1d0f-6278d5ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9699d017-3632-b252-964a-3ab6c9260349-6278d5ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #Name.w-node-_9699d017-3632-b252-964a-3ab6c9260350-6278d5ed, #Email.w-node-_9699d017-3632-b252-964a-3ab6c9260351-6278d5ed, #w-node-_9699d017-3632-b252-964a-3ab6c9260352-6278d5ed, #Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-6278d5fd, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-6278d5fd, #w-node-_98ac8794-b228-9bce-96e4-0a6958f5a750-6278d5fd, #Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-f2551314, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-f2551314, #w-node-_98ac8794-b228-9bce-96e4-0a6958f5a750-f2551314 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7ca0b06-71c5-0574-9f5e-3f80dc904ff2-dc904fee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7ca0b06-71c5-0574-9f5e-3f80dc90500d-dc904fee {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a7ca0b06-71c5-0574-9f5e-3f80dc905019-dc904fee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9699d017-3632-b252-964a-3ab6c9260349-6278d5ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #Name.w-node-_9699d017-3632-b252-964a-3ab6c9260350-6278d5ed, #Email.w-node-_9699d017-3632-b252-964a-3ab6c9260351-6278d5ed, #w-node-_9699d017-3632-b252-964a-3ab6c9260352-6278d5ed, #Name.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0516-6278d5f5, #Email-2.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0518-6278d5f5, #Company.w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0517-6278d5f5, #w-node-_3cdc15cd-b5a7-d92f-b08c-7ef9054d0520-6278d5f5, #Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-6278d5fd, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-6278d5fd, #w-node-_98ac8794-b228-9bce-96e4-0a6958f5a750-6278d5fd, #Name.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74e-f2551314, #Email.w-node-_98ac8794-b228-9bce-96e4-0a6958f5a74f-f2551314, #w-node-_98ac8794-b228-9bce-96e4-0a6958f5a750-f2551314 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Porpora';
  src: url('../fonts/Porpora-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optician sans';
  src: url('../fonts/Optician-Sans.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}