@font-face {
  font-family: "Morse 01";
  src: url('../fonts/Morse01.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-ultralightitalic-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-regularitalic-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-thinitalic-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-mediumitalic-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-lightitalic-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-bolditalic-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-ultralight-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica Webfont;
  src: url('../fonts/nudica-thin-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --nav-bar-size: 80px;
  --nav-bar: #dbdbdb;
  --mob-img-pad: 0vw;
}

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

img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.quick-stack {
  margin-top: 300px;
  margin-bottom: 300px;
  padding-left: 20px;
}

.quick-stack-2 {
  grid-row-gap: 27px;
  margin-top: 200px;
  margin-bottom: 79px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-3 {
  margin-top: 200px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.quick-stack-5 {
  margin-bottom: 1000px;
}

.image {
  align-self: center;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 750px;
  max-height: 750px;
}

.div-block {
  aspect-ratio: 923 / 1410;
  height: 100%;
  max-height: 50rem;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block-2 {
  aspect-ratio: 1767 / 3051;
  width: 70%;
  height: auto;
  max-height: none;
}

.cell-2 {
  text-align: center;
  font-family: "Morse 01", Arial, sans-serif;
  font-size: 11px;
}

.text-block {
  color: #a8a8a8;
  text-align: center;
  border: 1px solid #f7f7f7;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  display: block;
}

.text-block-2 {
  color: #a8a8a8;
  align-self: center;
  width: 7%;
  font-family: "Morse 01", Arial, sans-serif;
  font-size: 11px;
}

.text-block-3 {
  color: #a8a8a8;
  align-self: center;
  font-family: "Morse 01", Arial, sans-serif;
  font-size: 11px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[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;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.container-2 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  aspect-ratio: auto;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.nav-link-2 {
  width: var(--nav-bar-size);
  background-color: var(--nav-bar);
  margin: 0 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-3 {
  width: var(--nav-bar-size);
  background-color: var(--nav-bar);
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-4, .nav-link-5 {
  background-color: var(--nav-bar);
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-3 {
  align-self: center;
  height: 100%;
  max-height: 30rem;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.paragraph {
  text-align: justify;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-6 {
  margin-top: 150px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.image-4 {
  margin-bottom: 2vw;
}

.text-block-5 {
  color: #4a4a4a;
  text-align: justify;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3.2vh;
  text-decoration: none;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin: 50vh auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 80vh;
  padding-bottom: 0;
}

.div-block-5 {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100vw;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-6 {
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  margin-left: 20vw;
  margin-right: 20vw;
  padding-left: 0;
}

.paragraph-2 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.image-6 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 36vw;
  padding-right: 36vw;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
}

.div-block-10 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-11 {
  background-color: #f2683a;
  width: 7vw;
  height: 7vw;
}

.div-block-12 {
  background-color: #ececec;
  width: 7vw;
  height: 7vw;
}

.image-7 {
  height: 100px;
}

.image-8 {
  height: 100%;
  max-height: 75vh;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-left: 5px;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 20vh 0;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.paragraph-3 {
  justify-content: center;
  align-items: center;
  height: 5vh;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 6vh;
  font-weight: 400;
  line-height: 1.8vh;
  display: flex;
}

.image-9 {
  object-fit: contain;
  height: 100%;
  position: static;
}

.div-block-15 {
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  margin-top: 35vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: clip;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 70vw;
  margin: 2vh auto;
  display: flex;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-2 {
  font-family: Nudica Webfont, Arial, sans-serif;
  text-decoration: none;
}

.show-older-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 53px;
  display: flex;
}

.show-older-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #888;
  margin: 40px auto;
  padding: 16px 48px;
  font-size: 14px;
  display: block;
}

.div-block-19 {
  background-color: #b2b2b2;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 10vw;
  height: 5vh;
  max-height: 5vh;
  margin: 0 auto 0;
  padding-bottom: 0;
  display: flex;
}

.older-projects-list {
  display: none;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 7.5vw;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
}

.image-10 {
  opacity: 1;
  mix-blend-mode: saturation;
  object-fit: contain;
  max-width: 7.5vw;
}

.link-block-3 {
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
}

.link-block-3.w--current {
  margin-top: 2.5vh;
}

.link-block-4 {
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-6 {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.3vw;
  display: flex;
}

.image-11 {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: 35vh;
}

.div-block-23 {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.div-block-24 {
  margin-bottom: 10vh;
}

.image-12 {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  max-height: 30vh;
  padding-top: 0;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  color: #000;
  background-color: #c6c6c6;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 10vh;
  margin: 0;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.link-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20vw;
  margin: 7.5vh auto 20vh;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #535353;
  -webkit-text-stroke-color: #000;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
  text-decoration: none;
}

.div-block-27 {
  height: 30vh;
}

.image-13 {
  width: auto;
  max-width: 100%;
  max-height: 70vh;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 15vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body {
  margin-bottom: 15vh;
}

.link-block-6 {
  width: auto;
  max-width: 50vw;
  height: auto;
}

.content-wrapper {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 7.5vw;
  display: flex;
}

.div-block-29 {
  margin-bottom: 5vh;
}

.div-block-30 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  margin-bottom: 30vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-8 {
  color: #565656;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vh;
  line-height: 3.8vh;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20vw;
  padding-right: 20vw;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 14vh;
  display: flex;
}

.paragraph-4 {
  font-size: 1.5vw;
  line-height: 2vw;
}

.text-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Nudica Webfont, Arial, sans-serif;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2vh;
  display: flex;
}

.div-block-13-copy {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-bottom: 10vh;
  margin-left: 5px;
  margin-right: auto;
  padding: 0 0;
  display: flex;
}

.image-6-copy {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32-copy {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .cell {
    padding-left: 20vw;
    padding-right: 20vw;
    display: block;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
  }

  .text-block-2 {
    text-align: center;
    width: 50%;
    font-size: 40%;
    line-height: 40%;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .cell-4 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-block-4 {
    text-align: center;
    font-family: "Morse 01", Arial, sans-serif;
    font-size: 30%;
    line-height: 100%;
  }

  .image-4 {
    height: auto;
    padding-bottom: 2.5vw;
  }

  .cell-5, .cell-6 {
    display: none;
  }

  .text-block-5 {
    margin-left: -10vw;
    margin-right: -10vw;
    font-family: Nudica Webfont, Arial, sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
  }

  .cell-7 {
    display: none;
  }

  .div-block-4 {
    margin-bottom: 30vw;
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .image-5 {
    padding-bottom: 4.5vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-2 {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .div-block-9 {
    margin-left: 15vw;
    margin-right: 15vw;
  }

  .div-block-10 {
    padding-top: 2vh;
  }
}

@media screen and (max-width: 767px) {
  .cell {
    justify-content: center;
    align-items: center;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .quick-stack-2 {
    grid-row-gap: 0px;
  }

  .quick-stack-5 {
    margin-bottom: 478px;
  }

  .div-block-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .cell-4 {
    display: none;
  }

  .image-4 {
    padding-bottom: var(--mob-img-pad);
  }

  .cell-5, .cell-6 {
    display: none;
  }

  .text-block-5 {
    margin-left: -25vw;
    margin-right: -25vw;
    padding-left: 0;
    font-size: 4vw;
  }

  .cell-7 {
    display: none;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20vw;
    padding-left: 35vw;
    padding-right: 35vw;
    display: flex;
  }

  .image-5 {
    padding-bottom: var(--mob-img-pad);
    margin-bottom: 0;
  }

  .paragraph-2 {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .image-6 {
    max-height: 90vh;
  }

  .div-block-8 {
    margin-bottom: 25vh;
    padding-left: 30vw;
    padding-right: 30vw;
  }

  .div-block-9 {
    height: 95vh;
    margin-left: 15vw;
  }

  .div-block-13, .div-block-13-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6-copy {
    max-height: 90vh;
  }
}

@media screen and (max-width: 479px) {
  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 12vw;
    padding-right: 12vw;
    display: flex;
  }

  .div-block-2 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .cell-4 {
    justify-content: flex-start;
    display: none;
  }

  .image-4 {
    padding-bottom: var(--mob-img-pad);
  }

  .cell-5 {
    display: none;
  }

  .cell-6 {
    text-align: left;
    display: none;
  }

  .text-block-5 {
    margin: 0 auto;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 2.5vh;
  }

  .div-block-4 {
    width: 75vw;
    margin: 40vh 0 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    max-height: 80vh;
  }

  .div-block-6 {
    height: 100vh;
  }

  .paragraph-2 {
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .div-block-8 {
    margin-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-9 {
    height: 95vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .div-block-10 {
    padding-top: 4px;
    padding-right: 3px;
  }

  .div-block-13 {
    width: 75vw;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 12.5vh;
    margin-bottom: 12.5vh;
    padding-bottom: 0;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 3vh;
    line-height: 3vh;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    height: 20vh;
    margin-top: 25vh;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 2vh auto 10vh;
    display: flex;
  }

  .div-block-19 {
    width: 15vw;
    max-width: 15vw;
    height: 3vh;
    max-height: 3vh;
    margin-bottom: 0;
  }

  .div-block-20 {
    width: auto;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-21 {
    width: 15vw;
    max-width: none;
  }

  .image-10 {
    max-width: 15vw;
  }

  .link-block-3 {
    margin-top: 2.5vh;
  }

  .text-block-6 {
    width: 70vw;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .image-11, .image-12 {
    max-height: 20vh;
  }

  .div-block-26 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .link-block-5 {
    width: 30vw;
    height: 10vh;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    align-self: center;
    font-size: 3.5vw;
  }

  .image-13 {
    max-width: 70vw;
    max-height: 100%;
  }

  .div-block-28 {
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    padding-left: 15vw;
  }

  .div-block-13-copy {
    width: 75vw;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Morse 01';
  src: url('../fonts/Morse01.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-ultralightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-thinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-ultralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica Webfont';
  src: url('../fonts/nudica-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}