:root {
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --white-smoke: #ecf0f1;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

.lottie-animation {
  position: fixed;
}

.home {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.video {
  background-color: #fff;
  background-image: url('../images/GranelloPizzaM-0399.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.image {
  border: 1px solid var(--white-smoke-3);
  filter: grayscale();
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 100%;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #ddd0;
  border-bottom: 2px solid #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  max-width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.nav-menu {
  max-width: 100%;
}

.nav-link, .nav-link-2, .nav-link-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.body {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #40404700;
  background-clip: border-box;
  font-family: Roboto Slab, sans-serif;
}

.navbar-no-shadow {
  z-index: 11111;
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 0 #fff;
  outline: 0 #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: auto;
  border: 0px none var(--white-smoke-3);
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
}

.container-regular {
  text-align: center;
  background-color: #fff0;
  width: 100%;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #0000;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0;
  display: flex;
}

.nav-link-4 {
  color: var(--white-smoke-2);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #ffffffbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto Slab, sans-serif;
  display: block;
}

.nav-button-wrapper {
  margin-left: 0;
  margin-right: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 12px 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0000;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  width: 70px;
  padding-top: 10px;
  padding-bottom: 0;
}

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

.footer-subscribe {
  z-index: 111111;
  border-bottom: 1px solid #e4ebf3;
  max-width: 100vw;
  padding: 50px 10px 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-end;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link-three {
  color: var(--white-smoke-3);
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--white-smoke);
  text-decoration: underline;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.nav-button-wrapper-copy {
  margin-left: 120px;
  margin-right: 0;
}

.hero-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.holder {
  z-index: auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 600vh;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.image-2 {
  filter: invert(0%);
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  max-width: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e2a62b00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contact {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-2-copy {
  filter: invert();
  text-align: center;
  position: relative;
  inset: 0%;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  padding-top: 40px;
  display: block;
}

.tabs-content {
  width: 100%;
  height: 1000px;
  margin-top: -69px;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 100px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-smoke-2);
  text-transform: uppercase;
  object-fit: fill;
  border-bottom: .5px solid #f0f0f036;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 44px;
  min-height: 44px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.tab-link-tab-4 {
  color: var(--white-smoke-2);
  background-color: #0000;
  font-size: 30px;
}

.tab-link-tab-4.w--current {
  color: var(--white-smoke-3);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fff;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  font-size: 30px;
}

.tab-link-tab-1.w--current {
  background-color: #ddd0;
  border: 2px #fff;
  border-bottom-style: solid;
}

.tab-link-tab-2 {
  background-color: #0000;
  font-size: 30px;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border-bottom: 2px solid #fff;
}

.tab-link-tab-3 {
  background-color: #ddd0;
  font-size: 30px;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
  border-bottom: 2px solid #fff;
  font-size: 30px;
}

.tab-link-tab-5 {
  background-color: #0000;
  font-size: 30px;
}

.tab-link-tab-5.w--current {
  background-color: #0000;
  border-bottom: 2px solid #fff;
}

.text-block {
  background-color: #0000;
  font-family: Oswald, sans-serif;
}

.paragraph {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  display: none;
  position: static;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--white-smoke);
  font-family: Oswald, sans-serif;
}

.columns {
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.paragraph-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  display: none;
}

.paragraph-3 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 20px;
}

.columns-2 {
  width: 100%;
  padding-bottom: 20px;
}

.paragraph-4 {
  color: #fff;
  letter-spacing: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 50px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  display: flex;
}

.column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.heading {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-2 {
  z-index: 1;
  perspective: none;
  transform-origin: 50%;
  direction: ltr;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: none;
}

.text-block-6 {
  z-index: 123213;
  direction: ltr;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.text-block-6-copy {
  z-index: 123213;
  direction: ltr;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.icon {
  opacity: 1;
  color: #fff;
  width: 40px;
  font-size: 40px;
  line-height: 40px;
}

.list-item {
  background-color: #0000;
}

.heading-2 {
  font-family: Oswald, sans-serif;
}

.footer-block-three-copy {
  justify-content: flex-end;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  display: flex;
}

.column-5 {
  justify-content: flex-start;
  display: flex;
}

.link {
  color: #fff;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  padding-left: 27px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.link-4, .link-5 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.section-3 {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.div-block {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.map {
  border-radius: 20px;
}

.tab-pane-tab-4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video {
  filter: brightness(91%);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 0 #fff;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 600px;
  display: block;
  position: static;
}

.text-span {
  color: #a2090b;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-span.mar {
  transform-origin: 50%;
  color: #a2090b;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-span-2 {
  font-size: 30px;
  line-height: 41px;
}

.background-video-2 {
  opacity: 1;
  filter: saturate(200%);
  mix-blend-mode: exclusion;
  width: 500px;
  display: none;
}

.html-embed {
  z-index: 777;
  display: none;
  position: static;
  inset: 0%;
}

.link-6 {
  color: var(--white-smoke-3);
  cursor: pointer;
  text-decoration: none;
}

.tab-pane-tab-1 {
  text-transform: uppercase;
}

.image-3 {
  z-index: 10;
  width: 10vw;
  position: relative;
}

.image-3.img {
  z-index: 5;
  object-fit: fill;
  width: 6vw;
  display: block;
  overflow: visible;
}

.div-block-2 {
  z-index: 30;
  perspective: none;
  transform-origin: 0 100%;
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: none;
}

.product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding: 40px 290px 40px 0;
  display: flex;
  position: relative;
  top: auto;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.list.right-list, .column-6 {
  display: block;
}

.text-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 3;
  position: relative;
  overflow: visible;
}

.image-4 {
  width: 5vw;
}

.image-4.img {
  width: 6vw;
  overflow: hidden;
}

.image-5 {
  width: 5vw;
}

.image-5.img, .image-4-copy, .image-4-copy1, .image-4-copy4 {
  width: 6vw;
}

.image-4-copy, .image-4-copy-copy {
  width: 5vw;
}

.image-3-copy {
  z-index: 10;
  width: 10vw;
  position: relative;
}

.image-3-copy.img {
  z-index: 5;
  object-fit: fill;
  width: 6vw;
  display: block;
  overflow: visible;
}

.image-4-copy6, .image-4-copy7, .image-4-copy8, .image-4-copy9, .image-4-copy10 {
  width: 6vw;
}

.image-4-copy {
  width: 5vw;
}

.image-4-copy-copy11, .image-4-copy-copy, .image-4-copy-copy-copy {
  width: 6vw;
}

.heading-3 {
  color: #6f181a;
  letter-spacing: .5em;
  margin-top: 0;
  margin-bottom: -351px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 6em;
  line-height: 10rem;
  display: block;
  position: relative;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  z-index: 2222;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-pane-tab-5, .tab-pane-tab-2, .tab-pane-tab-3 {
  text-transform: uppercase;
}

.list-item-2 {
  display: none;
}

.list-2 {
  list-style-type: none;
}

.paragraph-6 {
  color: #fff;
  font-size: 20px;
}

.link-7, .link-8, .link-9 {
  color: var(--white-smoke-2);
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
}

.paragraph-7 {
  color: #a80003;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-style: normal;
  display: block;
}

.home-copy {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.html-embed-2 {
  width: auto;
  height: auto;
  display: none;
}

.div-block-6 {
  display: none;
}

.image-2-copy {
  filter: invert();
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  inset: 0%;
  transform: translate(-45px);
}

.image-4-copy-copy-copy-copy, .image-4-copy8-copy, .image-4-copy-copy11-copy {
  width: 6vw;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image {
    max-width: 100vw;
  }

  .navbar-no-shadow {
    justify-content: center;
  }

  .navbar-no-shadow-container {
    border-style: none;
    border-width: 0;
  }

  .navbar-wrapper, .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--white-smoke-2);
    background-color: #a6b1bf00;
  }

  .footer-subscribe {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    max-width: 728px;
    display: flex;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .footer-block-three {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-three {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-button-wrapper-copy {
    width: 100%;
    margin-left: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .holder {
    display: block;
  }

  .image-2 {
    width: 700px;
    max-width: 90%;
    transform: translate(-26px);
  }

  .menu {
    display: flex;
  }

  .contact {
    max-width: 80vw;
    display: flex;
  }

  .tabs {
    width: 90vw;
    height: auto;
    padding-top: 0;
  }

  .tabs-content {
    height: 1000px;
    margin-top: -60px;
  }

  .tab-link-tab-4, .tab-link-tab-1 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .tab-link-tab-2 {
    font-size: 20px;
    display: block;
  }

  .tab-link-tab-2.w--current {
    flex: 0 auto;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .tab-link-tab-3 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .tab-link-tab-3.w--current {
    font-size: 20px;
  }

  .tab-link-tab-5 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-block-4 {
    float: none;
    text-align: center;
    object-fit: fill;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .column {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    padding-top: 40px;
  }

  .footer-block-three-copy {
    justify-content: flex-end;
    align-items: center;
  }

  .background-video {
    border-width: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .heading-3 {
    letter-spacing: .3em;
    margin-bottom: -94px;
    font-size: 4em;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    width: 90vw;
  }

  .image-2-copy {
    width: 700px;
    max-width: 90%;
    transform: translate(-26px);
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

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

  .nav-menu-2 {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .nav-button-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 5px;
  }

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

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-button-wrapper-copy {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 5px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .contact {
    max-width: 80vw;
  }

  .tabs {
    width: 90vw;
  }

  .tabs-content {
    font-size: 14px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .tab-link-tab-4, .tab-link-tab-4.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 14px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .section-2 {
    display: none;
  }

  .footer-block-three-copy {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-3 {
    font-size: 12px;
  }

  .link, .link-2, .link-3 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 4.1em;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .home {
    background-color: #fd007300;
    height: 100vh;
    display: flex;
  }

  .body {
    clear: none;
    background-image: linear-gradient(#0000, #0000), url('../images/ma.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    align-items: flex-start;
    display: block;
  }

  .navbar-no-shadow {
    background-color: #000;
  }

  .navbar-no-shadow-container {
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular {
    background-color: #0000;
  }

  .navbar-wrapper {
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-wrapper {
    color: #fff;
    text-align: left;
    background-color: #000;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-left: 0;
    display: block;
    inset: 0%;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-bottom: 10px;
  }

  .nav-button-wrapper {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-primary {
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #fff0;
    background-clip: border-box;
    width: 60px;
    display: block;
  }

  .menu-button.w--open {
    z-index: 123333;
    background-color: #fff0;
  }

  .footer-subscribe {
    padding-top: 20px;
  }

  .container-3 {
    flex-direction: row;
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-button-wrapper-copy {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-4 {
    max-width: none;
  }

  .holder {
    height: 1000vh;
    display: block;
  }

  .image-2 {
    width: 100vw;
    max-width: 100vw;
    transform: translate(-12px);
  }

  .menu {
    background-color: #e2c89300;
    flex-flow: wrap;
    align-items: flex-start;
    max-width: 90vh;
    height: 1400px;
    margin-top: 0;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .contact {
    background-color: #f000;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .tabs-content {
    justify-content: center;
    align-items: flex-start;
    height: 1850px;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
    top: auto;
  }

  .tabs-menu {
    cursor: pointer;
  }

  .tab-link-tab-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    font-size: 16px;
  }

  .paragraph {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    font-size: 12px;
    display: block;
  }

  .columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    display: none;
  }

  .paragraph-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

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

  .paragraph-4 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 16px;
  }

  .column {
    height: auto;
  }

  .section-2 {
    height: 100vh;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .text-block-6-copy {
    justify-content: center;
    font-size: 12px;
    transition: transform .2s;
  }

  .icon {
    width: 40px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .column-3 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link {
    font-size: 12px;
  }

  .link-2 {
    padding-left: 11px;
    font-size: 12px;
  }

  .link-3 {
    font-size: 12px;
  }

  .text-block-7 {
    display: flex;
  }

  .link-4 {
    font-size: 16px;
  }

  .section-3 {
    width: 100%;
    height: 100%;
  }

  .div-block {
    z-index: 0;
    background-image: url('../images/ma.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-areas: "Area Area-2";
  }

  .paragraph-5 {
    text-align: left;
  }

  .map {
    height: 30vh;
    overflow: visible;
  }

  .tab-pane-tab-4 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .background-video {
    filter: brightness();
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .text-span {
    clear: none;
    color: #a2090b;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    display: block;
  }

  .text-span.mar {
    color: #a2090b;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
  }

  .tab-pane-tab-1 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-3.img {
    width: 20vw;
  }

  .div-block-2 {
    display: none;
  }

  .product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .list.right-list {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

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

  .text-block-8 {
    text-align: center;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .div-block-3 {
    display: none;
  }

  .heading-3 {
    letter-spacing: .1em;
    align-items: flex-end;
    font-size: 3.5em;
    display: block;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -64px;
    transform: translate(0);
  }

  .tab-pane-tab-5 {
    text-transform: uppercase;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-6 {
    filter: invert();
    max-width: 80%;
  }

  .list-item-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -200px;
    display: flex;
  }

  .link-7, .link-8, .link-9 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .home-copy {
    background-color: #fd007300;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .image-2-copy {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    inset: 0%;
    transform: scale(1.3)translate(-12px);
  }

  .div-block-7 {
    width: 100%;
    transform: scale(2);
  }
}

#home.w-node-_00567ec8-4260-4fa4-dd52-8beb0482de30-65447729 {
  place-self: center;
}


