@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #727272;
  --neutral--800: #131313;
  --neutral--300: #f0f0f0;
  --general--shadow-01: #0000000f;
  --neutral--200: #fcfcfc;
  --neutral--100: white;
  --neutral--700: #353535;
  --neutral--500: #b1b1b1;
  --neutral--400: #d5d5d5;
  --general--shadow-02: #0000001f;
  --general--shadow-03: #0000001a;
  --general--shadow-04: #00000024;
  --general--shadow-05: #10000024;
  --general--shadow-06: #0000003d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

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

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-usersignupverificationmessage {
  display: none;
}

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

body {
  color: var(--neutral--600);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--600);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  text-align: center;
  border: 0 solid #000;
  border-radius: 18px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 70px 68px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

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

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.contact {
  grid-column-gap: 120px;
  grid-template-columns: .7fr 1fr;
  align-items: start;
}

.grid-2-columns.blog-card-primary {
  grid-column-gap: 32px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.blog-card-primary.sidebar {
  grid-column-gap: 20px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 32px;
}

.grid-2-columns.dropdown-2-sides {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr auto;
  align-items: stretch;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-width: 0;
  padding-top: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.hero-top {
  grid-column-gap: 40px;
  grid-template-columns: 1.8fr 1fr;
}

.grid-2-columns.sidebar-content {
  grid-column-gap: 80px;
  grid-template-columns: 1fr .45fr;
  align-items: start;
}

.grid-2-columns.sidebar-content.left {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 12px;
}

.card.form {
  border-radius: 12px;
  min-height: 580px;
  margin-bottom: 0;
  padding: 48px;
}

.card.form.utility-pages {
  min-height: auto;
  padding-bottom: 48px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.user {
  margin-bottom: 38px;
}

.card.modal {
  width: 100%;
  max-width: 450px;
  padding: 56px 44px;
  position: relative;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.style---color-block.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.style---color-block.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.style---color-block.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.style---color-block.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.style---color-block.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.style---color-block.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: #4a3aff;
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.mg-bottom-48px {
  margin-top: 48px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
  display: none;
}

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

.mg-bottom-32px {
  margin-bottom: 32px;
  display: none;
}

.mg-bottom-40px {
  margin-bottom: 40px;
  display: none;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.text-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-200.medium {
  font-weight: 600;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.grid-1-column.dropdown-link-column.single {
  grid-template-columns: auto;
}

.grid-1-column.dropdown-link-column.mg-top-16px {
  margin-top: 0;
}

.grid-1-column.gap-row-22px {
  grid-row-gap: 22px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.blog-bg-title {
  color: var(--neutral--100);
  text-decoration: none;
}

.display-4.color-neutral-600 {
  color: var(--neutral--600);
}

.display-4.color-neutral-600.pricing-month {
  margin-left: 6px;
  padding-bottom: 4px;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

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

.text-400.medium {
  font-weight: 600;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

.text-300.medium {
  font-weight: 600;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.mg-bottom-20px {
  margin-bottom: 20px;
}

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

.text-100.medium {
  font-weight: 600;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 47vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._540px {
  max-width: 540px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 32px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  background-color: var(--neutral--200);
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 16px 21px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.white:hover {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
}

.btn-primary.white.premium-content {
  z-index: 6;
  position: absolute;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding: 5px 24px;
  font-size: 14px;
  line-height: 18px;
  top: 6px;
  bottom: 6px;
  right: 6px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.button.copiar {
  background-color: #67836d;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 18px 28px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 22px 42px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary.light {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
}

.badge-primary.small {
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
}

.badge-primary.small.white {
  font-weight: 700;
}

.badge-primary.small.light.category {
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.badge-primary.small.light.category:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.badge-primary.large {
  padding: 18px 26px;
  font-size: 18px;
  line-height: 20px;
}

.badge-primary.bold {
  font-weight: 700;
}

.badge-primary.bold.white {
  text-decoration: none;
}

.badge-primary.bold.white.link {
  transition: transform .3s, color .3s;
}

.badge-primary.bold.white.link:hover {
  transform: scale(.94);
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 11px 12px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 20px 26px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 8px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--800);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 16px;
  line-height: 16px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 68px;
}

.input.input-subscribe-footer {
  margin-bottom: 0;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.search {
  background-image: url('../images/search-icon-writelogy-x-webflow-template.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 25px;
  min-height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.input.white {
  background-color: var(--neutral--100);
}

.position-relative {
  position: relative;
}

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

.text-area {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 8px;
  min-height: 140px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--800);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 16px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: flex-start;
  margin-bottom: 7px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 4px;
  width: auto;
  min-width: 22px;
  height: auto;
  min-height: 22px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--800);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: #4a3aff;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._01.blog-card-bg-author-image {
  margin-right: 8px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
  overflow: visible;
}

.social-icon-square {
  background-color: var(--neutral--300);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.social-icon-square.size-10px {
  width: 10px;
}

.social-icon-square.no-bg {
  background-color: var(--neutral--100);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
  overflow: visible;
}

.social-icon-square.no-bg:hover {
  color: var(--neutral--600);
}

.social-icon-square.no-bg.fb {
  width: 14px;
  min-width: 14px;
  height: 18px;
  min-height: 18px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.dropdown-arrow.user {
  margin-left: 4px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.contact-icon {
  color: var(--neutral--800);
  margin-top: 2px;
  margin-right: 10px;
  font-size: 22px;
}

.line-rounded-icon.clock-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 23px;
  line-height: 26px;
}

.line-rounded-icon.clock-icon.dark {
  color: #131313;
}

.line-rounded-icon.success-icon {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 56px;
  line-height: 50px;
}

.line-rounded-icon.dropdown {
  font-size: 23px;
  line-height: 27px;
}

.line-rounded-icon.modal {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 12px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2, .rich-text h3 {
  margin-top: 40px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 40px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 32px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--neutral--600);
}

.style---dropdown-toggle.w--open {
  color: var(--neutral--800);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  background-color: var(--neutral--100);
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--300);
  color: var(--neutral--800);
}

.style---dropdown-link-sidebar.w--current {
  color: #4a3aff;
  background-color: #f2f1ff;
  border-right-color: #4a3aff;
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.blog-post {
  z-index: 1;
  position: relative;
}

.section {
  padding-top: 100px;
  padding-bottom: 176px;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.top {
  padding-top: 100px;
  padding-bottom: 124px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.main-posts {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section.main-posts.categories {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.main-posts.post {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.section.bg-neutral-800 {
  display: block;
}

.section.blog-post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
}

.section.search-hero {
  background-color: var(--neutral--800);
  padding-top: 116px;
  padding-bottom: 116px;
}

.section.product {
  padding-top: 105px;
  padding-bottom: 105px;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #4a3aff;
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.heading-h2-size.mg-left-6px {
  margin-right: 6px;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.heading-h3-size.mg-bottom-32px {
  display: block;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-h4-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.header-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 48px;
  padding-bottom: 48px;
}

.header-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.middle {
  justify-content: center;
}

.header-nav-link {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0;
  line-height: 18px;
}

.header-nav-link:hover {
  color: var(--neutral--600);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-list-item {
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.middle {
  padding-left: 14px;
  padding-right: 14px;
}

.dropdown-wrapper.user {
  margin-right: 10px;
}

.dropdown-toggle {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--neutral--600);
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  box-shadow: 0 2px 8px 0 var(--general--shadow-02);
  border-radius: 10px;
}

.dropdown-column-wrapper.small {
  transform: translate(0%);
}

.dropdown-column-wrapper.small.no-static {
  box-shadow: 0 2px 8px #00000014;
}

.dropdown-link {
  color: var(--neutral--600);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--neutral--800);
}

.dropdown-link.special {
  border-bottom: 2px solid var(--neutral--800);
  color: var(--neutral--800);
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: border-color .3s, color .3s;
}

.dropdown-link.special:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
}

.dropdown-pd {
  padding: 30px 36px 32px;
}

.dropdown-pd.small {
  padding: 28px 32px;
}

.dropdown-pd.small.extra {
  padding: 22px 22px 24px;
}

.header-logo {
  float: none;
  clear: none;
  vertical-align: baseline;
  width: auto;
  max-width: 200px;
  height: auto;
  display: inline-block;
  position: static;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
  display: block;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: inline-block;
  overflow: visible;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.btn-circle-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.white:hover {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  text-align: left;
}

.btn-circle-primary.no-bg {
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.btn-circle-primary.no-bg:hover {
  color: var(--neutral--600);
}

.btn-circle-primary.no-bg.search {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 25px;
  line-height: 26px;
  display: inline-flex;
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 10px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 76px;
  min-width: 76px;
  height: 76px;
  min-height: 76px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.hidden-on-desktop {
  display: none;
}

.header-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: grid;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 8px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 28px);
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.center {
  grid-column-gap: 8px;
  justify-content: center;
  justify-items: center;
}

.social-media-grid-top.header {
  grid-column-gap: 18px;
  grid-template-columns: repeat(auto-fit, 18px) 18px 18px 18px;
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

.footer-wrapper {
  border-top: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
}

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

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.success-message {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 8px;
  padding: 28px 28px 32px;
}

.error-message {
  background-color: var(--neutral--300);
  color: var(--neutral--600);
  text-align: center;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
  position: static;
}

.error-message.utility-page {
  margin-left: 0;
  margin-right: 0;
}

.error-message.cart {
  margin-top: 0;
}

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

.card-link-icon {
  color: var(--neutral--600);
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 21px 16px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.blog-card-bg-overlay {
  z-index: -1;
  background-image: linear-gradient(#0000 40%, #000);
  position: absolute;
  inset: 0%;
}

.bg-overlay-gradient.blog-card-bg-overlay.dark {
  z-index: 1;
}

.bg-overlay-gradient.premium-content {
  z-index: 5;
  background-image: linear-gradient(#14141400, #14141487 29%, #141414c9 67%, #141414 92%);
  position: absolute;
  inset: 0%;
}

.bg-overlay-gradient.blog-post {
  z-index: 0;
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

.blog-card-featured-wrapper {
  color: var(--neutral--600);
  width: 100%;
  text-decoration: none;
}

.blog-card-featured-wrapper:hover {
  color: var(--neutral--600);
}

.blog-card-image {
  width: auto;
  height: auto;
}

.blog-card-image.featured-v1, .blog-card-image.search-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-card-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.featured-v1 {
  width: 314px;
  min-width: 314px;
  height: 314px;
  min-height: 314px;
}

.blog-card-image-wrapper.featured-v1.search-image {
  position: relative;
}

.blog-card-image-wrapper.sidebar {
  align-items: flex-end;
  width: 132px;
  min-width: 132px;
  height: 132px;
  min-height: 132px;
  display: flex;
}

._404-not-found {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 160px;
  font-weight: 700;
  line-height: 159px;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.apple-pay-btn {
  border-radius: 6px;
}

.apple-pay-btn.order-summary {
  border-radius: 6px;
  height: 50px;
}

.apple-pay-btn.cart {
  height: 54px;
}

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

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.blog-card-bg {
  border-radius: 12px;
  align-items: flex-end;
  min-height: 526px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-bg.sidebar {
  min-height: 360px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-card-bg-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-card-bg-image.dark {
  z-index: 0;
}

.blog-card-bg-container {
  width: 100%;
  padding-bottom: 56px;
  padding-left: 44px;
  padding-right: 44px;
  position: absolute;
}

.blog-card-bg-container.small {
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
}

.blog-card-bg-container.dark {
  z-index: 2;
  padding-bottom: 42px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-card-bg-badge-wrapper {
  margin-bottom: 20px;
}

.blog-card-details-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.author-container {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.blog-card-bg-date-container {
  align-items: center;
  display: flex;
}

.blog-card-heading {
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: opacity .3s, transform .3s, color .3s;
}

.blog-card-heading:hover {
  opacity: .8;
  transform: translate(6px);
}

.blog-card-heading-wrapper {
  border-bottom: 1px solid var(--neutral--400);
}

.blog-card-heading-wrapper:last-child {
  border-bottom-width: 0;
}

.mg-top-12px {
  margin-top: 12px;
}

.logo-sidebar {
  margin-bottom: 24px;
  transition: transform .3s, color .3s;
  display: inline-block;
  position: static;
}

.logo-sidebar:hover {
  transform: scale(.94);
}

.logo-sidebar.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.categories-wrapper-sidebar {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.category-item-wrapper {
  margin-right: 12px;
}

.sidebar {
  z-index: auto;
  position: relative;
}

.premium-content-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.premium-content-wrapper.tablet {
  display: none;
}

.premium-content-wrapper.desktop {
  display: flex;
}

._2-heading-wrapper {
  align-items: stretch;
  margin-bottom: 22px;
  display: flex;
}

.no-uppercase {
  color: var(--neutral--600);
  letter-spacing: 0;
  text-transform: none;
}

.checkbox-text {
  color: var(--neutral--600);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  line-height: 26px;
}

.page-wrapper-utility-pages {
  max-width: 585px;
  height: auto;
  padding: 155px 24px;
}

.user-account-section {
  background-color: var(--neutral--100);
  min-height: auto;
  padding: 77px 0;
}

.block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  align-items: center;
  padding: 24px 40px;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 40px 40px 56px;
}

.subscription-item {
  margin-bottom: 27px;
}

.subscription-item:last-child {
  margin-bottom: 0;
}

.mg-top-48px {
  margin-top: 48px;
}

.border-radius-8px {
  border-radius: 8px;
}

.cart-wrapper {
  color: var(--neutral--800);
  background-color: #0000;
  align-items: center;
  margin-right: 14px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .3s, color .3s;
}

.cart-wrapper:hover {
  opacity: .68;
  color: var(--neutral--800);
}

.cart-quantity {
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.cart-container {
  border-radius: 12px;
}

.cart-text {
  margin-left: 0;
  margin-right: 0;
}

.cart-list {
  padding-top: 26px;
  padding-bottom: 26px;
}

.empty-state-cart {
  flex-direction: column;
  padding-left: 28px;
  padding-right: 28px;
}

.log-link {
  color: var(--neutral--600);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
}

.log-link:hover {
  color: var(--neutral--800);
}

.search-modal {
  z-index: 999999;
  background-color: #1313131f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close {
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  transition: transform .3s;
  position: absolute;
  inset: 2% 2% auto auto;
}

.modal-close:hover {
  transform: scale(.92);
}

.bottom-banner {
  z-index: 99999;
  background-color: #4a3aff;
  padding: 16px;
  font-size: 16px;
  position: sticky;
  bottom: 0;
}

.bottom-banner-content-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-banner-button {
  color: #170f49;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 22px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: transform .3s, color .3s;
}

.bottom-banner-button:hover {
  color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.div-block {
  position: static;
}

.container {
  position: relative;
}

.container-2 {
  position: sticky;
  top: 20px;
}

.container-3 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-4.left.sidebar-content {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  display: block;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start stretch;
  display: grid;
}

.container-6 {
  grid-column-gap: 100px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.section-2 {
  position: static;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
}

.image {
  z-index: 10;
  vertical-align: baseline;
  height: auto;
  position: sticky;
  top: 0;
}

.div-block-4, .div-block-5 {
  position: sticky;
  top: 0;
}

.div-block-6 {
  position: relative;
}

.div-block-7 {
  position: sticky;
  top: 0;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  display: block;
  position: sticky;
  top: 0;
}

.image-2 {
  position: sticky;
}

.div-block-9 {
  z-index: auto;
  position: sticky;
  top: 0;
}

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

.div-block-10 {
  padding-bottom: 220px;
  position: sticky;
  top: 20px;
}

.a {
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.a.bn-sb {
  padding-top: 40px;
}

.img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

.container-7 {
  justify-content: center;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.img-4 {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  vertical-align: middle;
  flex: 0 auto;
  justify-content: center;
  width: 50%;
  max-width: none;
  display: inline-block;
}

.div-block-14 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.text-block {
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.link-block {
  display: flex;
}

.text-block-2 {
  font-size: 14px;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.container-invitados {
  border: 3px #c6930a;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.heading-8 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 4px 4px #000000ad;
  background-image: linear-gradient(#67836d, #67836d);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
  text-decoration: none;
  position: static;
  inset: 0% 0% auto;
}

.heading-18 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-shadow: 5px 4px 4px #0009;
  background-color: #cc71ee82;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  position: static;
  inset: auto 0% 0%;
}

.heading-18.boda-daniela-daniel {
  background-color: #c6930a82;
  margin-bottom: 16px;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.sobre {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.image-12, .image-13 {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
}

.image-16 {
  width: auto;
  max-width: none;
  height: 60vh;
}

.div-block-16 {
  border: 3px #c6930a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-17 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.paragraph-3 {
  align-self: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  display: block;
}

.image-7 {
  width: 2rem;
  max-width: none;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.heading-13 {
  color: #000;
  text-align: center;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.text-block-3 {
  color: #fff;
  padding-left: 5px;
  text-decoration: none;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.section-7 {
  background-image: url('../images/fondoLilaA.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section-7.bodamadecesar {
  background-image: url('../images/bg1.jpg');
}

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-17 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-17 {
  vertical-align: middle;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 1rem;
  margin-right: 0;
  padding-right: 5px;
}

.container-13 {
  max-width: none;
  height: auto;
}

.link-block-2 {
  -webkit-text-stroke-color: white;
  cursor: pointer;
  background-color: #cc71ee;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-2.confirmar {
  background-color: #67836d;
  box-shadow: 8px 9px 10px #0003;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.image-6 {
  object-fit: fill;
  width: 50%;
  max-width: none;
  height: auto;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/fondoLila.jpeg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.div-block-20 {
  border: 3px #c6930a;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.image-14 {
  order: 1;
  width: auto;
  max-width: none;
  height: 50%;
  padding-top: 0;
  display: block;
}

.paragraph-2 {
  text-align: center;
  width: 100%;
  font-family: Great Vibes, cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.container-14 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px 10px;
  display: block;
}

.paragraph-4 {
  text-align: center;
  font-size: 2rem;
}

.heading-5 {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 4rem;
  font-weight: 400;
}

.container-12 {
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.div-block-29 {
  z-index: 1;
  object-fit: fill;
  border: 3px solid #c6930a;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 11px 9px 8px #0003;
}

.image-9 {
  max-width: none;
}

.heading-10 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.container-10 {
  border: 3px #c6930a;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 940px;
  height: 100%;
  padding: 40px;
  display: block;
}

.lottie-animation {
  width: 50px;
}

.div-block-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: auto;
  display: grid;
}

.heading {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 6rem;
}

.heading.festejados {
  margin-bottom: 40px;
  line-height: 6rem;
}

.section-4 {
  background-color: #67836d;
}

.section-4.xv-ximena {
  background-color: #cc71ee;
}

.div-block-41 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.container-15 {
  width: 100vw;
  max-width: none;
  height: auto;
}

.place-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #f3edf2;
  background-clip: border-box;
  border: 3px solid #c6930a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding-top: 0;
  display: block;
  box-shadow: 10px 11px 8px #0003;
}

.place-card.boda-daniela-daniel {
  background-color: #edf3f1;
}

.div-block-42 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: grid;
}

.heading-9 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.image-11 {
  text-align: left;
  width: 50px;
  max-width: none;
  height: 50px;
}

.container-16 {
  background-image: url('../images/bgVerde1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.container-16.xv-ximena {
  background-image: url('../images/fondoLila.jpeg');
}

.div-block-43 {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-8 {
  width: 80px;
  max-width: none;
  height: 80px;
}

.container-9 {
  min-width: 0;
  max-width: 940px;
  padding: 40px;
}

.heading-12 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.heading-12.nota {
  text-align: center;
  justify-content: center;
  max-width: none;
  font-size: 1.5rem;
  display: block;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 20px;
  display: grid;
}

.image-15 {
  order: -1;
  width: auto;
  max-width: none;
  height: 65%;
  display: block;
}

.heading-4 {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 4rem;
  font-weight: 400;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #cc71ee;
  border: 0 #c6930a;
  width: 100%;
  max-width: none;
  height: auto;
}

.heading-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#67836d, #fff);
  border: 3px solid #c6930a;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: grid;
  box-shadow: 8px 8px 8px #0003;
}

.button {
  color: var(--neutral--100);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #cc71ee;
  background-clip: border-box;
  width: auto;
  font-family: Montserrat, sans-serif;
  box-shadow: 5px 6px 8px #0003;
}

.button.btn-primary {
  cursor: pointer;
  transition: background-color .3s, transform .3s, color .3s;
}

.button.btn-primary.copiar {
  display: block;
}

.button.btn-primary.whatsapp {
  margin-top: 20px;
}

.button.btn-primary.whatsapp.hidden {
  background-color: #67836d;
  display: none;
}

.button.boda-daniela-daniel {
  background-color: #67836d;
}

.paragraph-5 {
  text-align: center;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.container-17 {
  padding: 40px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-10 {
  background-image: url('../images/fondoLilaA.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.section-10.boda-daniela-daniel {
  background-image: url('../images/—Pngtree—soft-delicate-green-and-gold_15558643.jpg');
}

.div-block-19 {
  width: auto;
}

.div-block-48 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  border: 3px solid #c6930a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.div-block-49 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-11 {
  background-color: #db90c900;
  background-image: url('../images/fondoMarmol.png'), radial-gradient(circle, #000, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  max-width: none;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/fondoNegocios.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 3px solid #c6930a;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  box-shadow: 11px 9px 6px #0003;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.section-9 {
  height: auto;
}

.image-10 {
  opacity: 0;
  border-radius: 0;
  width: 320px;
  max-width: none;
  height: auto;
}

.paragraph-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.code-embed {
  opacity: 1;
}

.heading-14 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: black;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.section-3 {
  width: auto;
  height: auto;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.div-block-36 {
  z-index: 2;
  background-color: #67836d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 5px 4px #0000004d;
}

.div-block-36.xv-ximena {
  background-color: #cc71ee;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-2.titulo-evento {
  margin-bottom: 40px;
}

.container-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #c6930a;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.container-18.xv-ximena {
  background-image: url('../images/fondoLila.jpeg');
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

.div-block-27 {
  opacity: .25;
  background-image: url('../images/fondoMarmol.png');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Great Vibes, cursive;
  font-weight: 400;
  display: block;
}

.div-block-50 {
  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;
  align-items: center;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-8 {
  opacity: 1;
}

.section-8.fondo {
  background-image: url('../images/—Pngtree—green-and-gold-leaves-plant_2025441.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 20px;
  display: grid;
}

.heading-19 {
  text-align: center;
  margin-bottom: 0;
}

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

.body {
  background-image: radial-gradient(circle, #a579a3b5, #f4d3eebd 93%);
}

.collection-list-wrapper {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-sobre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/—Pngtree—soft-delicate-green-and-gold_15558643.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  max-width: none;
  min-height: 100vh;
  display: grid;
}

.container-sobre.xv-ximena {
  background-image: url('../images/fondoLilaA.png');
}

.heading-sobre {
  color: var(--neutral--100);
  text-align: center;
  -webkit-text-stroke-color: var(--neutral--800);
  text-shadow: 5px 4px 1px #0000005c;
  background-color: #c6930a82;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.heading-sobre.xv-ximena {
  background-color: #cc71ee82;
}

.whatsapp {
  cursor: pointer;
}

.whatsapp.button {
  color: var(--neutral--100);
}

.whatsapp.btn-primary.btn-invitados {
  background-color: #cc71ee;
}

.fs-copyclip_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
  position: relative;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.fs-copyclip_text {
  color: #acacac;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0;
  padding-right: 5px;
}

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

.image-19, .image-20 {
  width: auto;
  height: auto;
}

.collection-list-wrapper-2 {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

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

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-11 {
  display: block;
}

.image-21 {
  clear: none;
  text-align: left;
  vertical-align: middle;
  width: auto;
  height: auto;
  display: inline-block;
  position: static;
}

.image-22, .image-23 {
  width: auto;
  height: auto;
}

.div-block-54 {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-24 {
  width: auto;
  max-width: 50%;
  height: auto;
}

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

.section-13 {
  background-color: #edf3f1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-25 {
  width: 50%;
  height: auto;
}

.div-block-55 {
  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;
  display: grid;
}

.image-26 {
  width: 50%;
  height: auto;
}

.div-block-56 {
  text-align: center;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-24 {
  font-family: Great Vibes, cursive;
}

.heading-25 {
  text-align: center;
  font-family: Great Vibes, cursive;
}

.heading-26 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.collection-list-wrapper-3 {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-58 {
  z-index: auto;
  opacity: .15;
  background-image: url('../images/fondo.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-58.bg1 {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/—Pngtree—wedding-fair-wedding-season-small_1087035.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-58.bg2 {
  opacity: .5;
  mix-blend-mode: normal;
  background-image: url('../images/fondo2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .blog-card-bg-container.dark {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2-columns.sidebar-content.left {
    padding-bottom: 140px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section {
    padding-top: 140px;
  }

  .section.main-posts.post {
    padding-bottom: 0;
  }

  .flex-horizontal.space-between {
    padding-top: 0;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .a {
    width: auto;
    padding-top: 0;
    display: block;
  }

  .img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-12 {
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-12.bn-contenido {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 46px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

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

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

  .grid-2-columns.blog-card-primary.sidebar {
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.hero-top {
    grid-template-columns: 1.3fr;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .display-1 {
    font-size: 48px;
    line-height: 63px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

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

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

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

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-primary.search {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---dropdown-toggle.last {
    border-bottom-width: 0;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

  .section.main-posts {
    padding-top: 0;
    padding-bottom: 106px;
  }

  .section.blog-post-hero {
    padding-top: 289px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .header-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--100);
  }

  .header-nav-list-item {
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 11px;
    padding-right: 11px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    transform: translate(-30%);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 36px;
    height: 2px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

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

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .blog-card-image-wrapper.featured-v1 {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .blog-card-bg {
    min-height: 440px;
  }

  .blog-card-bg.sidebar {
    border-top-width: 0;
    min-height: 400px;
  }

  .blog-card-bg-container.small {
    width: 100%;
  }

  .blog-card-heading {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sidebar {
    border-top: 1px solid var(--neutral--300);
    padding-top: 60px;
  }

  .premium-content-wrapper.tablet {
    display: flex;
  }

  .premium-content-wrapper.desktop {
    display: none;
  }

  .page-wrapper-utility-pages {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .div-block-10 {
    padding-bottom: 0;
  }

  .img, .img-2 {
    display: none;
  }

  .heading-13 {
    color: #fff;
  }

  .div-block-39 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .div-block-21 {
    background-image: url('../images/fondoNegocios.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 100%;
  }

  .heading-14 {
    color: #fff;
  }

  .container-18 {
    background-position: 50%;
  }

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

  .div-block-58.bg1 {
    opacity: 1;
  }

  .div-block-58.bg2 {
    background-image: url('../images/fondo2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    border-radius: 15px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 18px;
  }

  .grid-2-columns.contact {
    grid-row-gap: 40px;
  }

  .grid-2-columns.blog-card-primary.sidebar {
    padding-top: 22px;
  }

  .grid-2-columns.title-and-categories {
    grid-row-gap: 18px;
  }

  .grid-2-columns.dropdown-2-sides {
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-top {
    grid-row-gap: 20px;
  }

  .grid-2-columns.sidebar-content.left {
    grid-template-columns: 1fr;
  }

  .card.form {
    min-height: 540px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 15px;
  }

  .display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .text-400 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-100 {
    font-size: 14px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

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

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding: 12px 10px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    border-radius: 6px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .text-area {
    border-radius: 6px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text img {
    border-radius: 10px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

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

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

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-home {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .section.main-posts.post {
    padding-top: 26px;
    padding-bottom: 0;
  }

  .section.blog-post-hero {
    padding-top: 235px;
    padding-bottom: 58px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 38px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h6-size {
    font-size: 14px;
    line-height: 22px;
  }

  .header-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-content-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .header-nav-menu-wrapper.middle {
    border-bottom: 1px solid var(--neutral--300);
    flex-direction: column;
    padding: 22px 20px;
  }

  .header-nav-menu-list.middle {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item.middle {
    margin-bottom: 16px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 14px;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    box-shadow: none;
    border-radius: 0;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.small.no-static {
    box-shadow: 0 2px 8px 0 var(--general--shadow-02);
    border-width: 1px;
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
  }

  .dropdown-pd, .dropdown-pd.small {
    padding: 0;
  }

  .header-logo {
    max-width: 90%;
  }

  .header-logo-link {
    margin-left: 0;
  }

  .header-right-side.search, .header-middle.social-media {
    display: none;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-primary.no-bg {
    display: flex;
  }

  .btn-circle-primary.no-bg.search {
    display: none;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .header-top-wrapper {
    margin-bottom: 0;
  }

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

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .blog-card-bg-container {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .premium-content-wrapper.tablet {
    display: none;
  }

  .premium-content-wrapper.mobile {
    display: flex;
  }

  .block-header, .block-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cart-wrapper {
    margin-right: 12px;
  }

  .cart-container {
    min-width: 280px;
    max-width: 430px;
  }

  .bottom-banner-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-banner-button {
    margin-top: 5px;
    margin-left: 0;
  }

  .img-2 {
    display: inline-block;
  }

  .img-3 {
    display: none;
  }

  .container-invitados {
    width: auto;
    min-height: 90vh;
  }

  .sobre {
    height: auto;
  }

  .image-13 {
    max-height: none;
  }

  .image-16 {
    width: 80vw;
    height: auto;
  }

  .container-14 {
    height: auto;
  }

  .lottie-animation {
    width: 30px;
  }

  .heading {
    font-size: 5rem;
  }

  .image-15 {
    width: 50%;
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .section-10 {
    height: auto;
  }

  .div-block-21 {
    background-image: url('../images/fondoNegocios.jpg');
    background-position: 0 0;
    background-size: cover;
  }

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

  .div-block-36 {
    z-index: 2;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .container-18 {
    height: auto;
    min-height: 100vh;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-58.bg1 {
    opacity: 1;
  }

  .div-block-58.bg2 {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    line-height: 34px;
  }

  .grid-2-columns.blog-card-primary.sidebar {
    padding-top: 16px;
  }

  .grid-2-columns.dropdown-2-sides {
    justify-items: start;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-content {
    grid-row-gap: 80px;
  }

  .card.form, .card.modal {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

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

  .mg-bottom-48px, .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .grid-1-column.gap-row-22px {
    grid-row-gap: 12px;
  }

  .grid-1-column.contact {
    grid-row-gap: 8px;
    margin-top: 16px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.white.premium-content {
    width: auto;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.small {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .rich-text h2, .rich-text h3 {
    margin-top: 24px;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.top {
    padding-top: 66px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-home {
    padding-bottom: 0;
  }

  .section.main-posts {
    padding-top: 55px;
  }

  .section.blog-post-hero {
    padding-top: 198px;
    padding-bottom: 58px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 34px;
  }

  .header-nav-menu-list.middle {
    align-items: flex-start;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.middle {
    text-align: left;
    justify-content: flex-start;
    width: auto;
  }

  .dropdown-wrapper.user {
    margin-right: 7px;
  }

  .header-logo {
    max-width: 86%;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

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

  .grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .card-link-icon {
    text-align: center;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

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

  .blog-card-bg {
    min-height: 366px;
  }

  .blog-card-bg.sidebar {
    border-top-width: 0;
    min-height: 310px;
  }

  .author-container {
    margin-right: 16px;
  }

  .page-wrapper-utility-pages {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .subscription-text {
    margin-bottom: 14px;
    margin-left: 0;
  }

  .cart-wrapper {
    margin-right: 10px;
  }

  .cart-container {
    border-radius: 0;
  }

  .bottom-banner {
    line-height: 1.4em;
  }

  .bottom-banner-content-wrapper {
    align-items: flex-start;
  }

  .bottom-banner-button {
    margin-top: 12px;
  }

  .img, .img-3 {
    display: none;
  }

  .section-6 {
    width: 100vw;
    height: 100vh;
  }

  .heading-8 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 20px;
    font-size: 4rem;
    inset: 0% 0% auto;
  }

  .sobre {
    width: auto;
    height: auto;
    position: relative;
  }

  .image-16 {
    width: 80vw;
    height: auto;
  }

  .div-block-16 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1rem;
  }

  .div-block-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-23 {
    width: auto;
    height: auto;
  }

  .section-7 {
    display: flex;
  }

  .image-17 {
    height: .8rem;
  }

  .image-6 {
    object-fit: fill;
    width: 50%;
  }

  .div-block-28 {
    padding: 40px 10px;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .paragraph-2 {
    width: auto;
    font-size: 1.5rem;
  }

  .container-14 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 1rem;
  }

  .heading-5 {
    text-align: center;
    font-family: Great Vibes, cursive;
    font-size: 3rem;
    font-weight: 400;
  }

  .container-12 {
    position: relative;
  }

  .div-block-29 {
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .image-9 {
    max-width: none;
  }

  .heading-10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .heading {
    text-align: center;
    font-family: Great Vibes, cursive;
    font-size: 4rem;
  }

  .heading.festejados {
    line-height: 4rem;
  }

  .container-15 {
    height: auto;
  }

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

  .div-block-42 {
    width: 80%;
  }

  .container-16 {
    background-image: url('../images/bgVerde1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-43 {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    width: 80px;
    max-width: none;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    text-align: center;
    font-family: Great Vibes, cursive;
    font-size: 3rem;
    font-weight: 400;
  }

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

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .div-block-47 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .button {
    width: auto;
  }

  .button.btn-primary.whatsapp {
    background-color: #67836d;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .container-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: block;
  }

  .div-block-22 {
    padding: 20px;
  }

  .section-10.boda-daniela-daniel {
    background-position: 50%;
  }

  .div-block-48 {
    box-sizing: border-box;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-style: solid;
    border-width: 3px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding: 40px 0;
    display: grid;
  }

  .div-block-49 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-11 {
    background-image: url('../images/fondoMarmol.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-21 {
    background-image: url('../images/fondoNegocios.jpg');
    background-position: 0 0;
    background-size: cover;
    border-style: solid;
    height: auto;
    padding: 100px 0;
    box-shadow: 10px 8px 6px #0003;
  }

  .image-10 {
    width: 100%;
  }

  .section-3 {
    width: 100vw;
    position: relative;
  }

  .paragraph {
    padding: 60px 20px;
    font-size: 1rem;
    line-height: 2;
  }

  .div-block-36 {
    z-index: 2;
    opacity: 1;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 4px 4px #0003;
  }

  .heading-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

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

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

  .body {
    background-image: radial-gradient(circle, #83458070, #f4d3eebd 93%);
  }

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

  .container-sobre {
    background-image: url('../images/—Pngtree—soft-delicate-green-and-gold_15558643.jpg');
    background-position: 100%;
  }

  .collection-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-58.bg1 {
    opacity: 1;
  }

  .div-block-58.bg2 {
    opacity: .5;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }
}

#w-node-_5f0a01e0-6dfa-e796-a518-3d071d120f4b-801520c5, #w-node-ac5708bc-12ce-dffc-3330-b30c6c4052df-801520c5, #w-node-_504883fc-b26e-b64f-cfed-179d1ea0a43c-801520c5, #w-node-_2b509be3-5d10-2f2a-7cd4-6926a79b1361-801520c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aad7a3-f803-05db-60f0-47a7ef403b87-ef403b7a {
  place-self: center end;
}

#w-node-_79784bda-7807-708e-c89b-c286c2c65d0f-c2c65d0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b78767b-3760-c53b-4567-085cfdd124dd-fdd124ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_605b4ac3-f9a6-4bb8-3302-9607726014ca-fdd124ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b466c455-09e3-6f94-4448-8aade7934ea5-fdd124ca {
  justify-self: auto;
}

#w-node-_3cb99baa-e47a-d779-7c14-05151a1667b9-80152102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cb99baa-e47a-d779-7c14-05151a1667bd-80152102 {
  justify-self: start;
}

#w-node-bbe442ff-821e-d89f-b98f-f15bad946368-80152103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2802096f-6bb2-9026-954c-4585aa70a9c8-80152103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_699558eb-a04b-13e4-9899-aa385ada716c-80152104, #w-node-_699558eb-a04b-13e4-9899-aa385ada716d-80152104, #w-node-c95576b5-78f7-d3c6-d87a-59f7c7e31b6f-80152105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c95576b5-78f7-d3c6-d87a-59f7c7e31b93-80152105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f0a01e0-6dfa-e796-a518-3d071d120f4b-8015211d, #w-node-ac5708bc-12ce-dffc-3330-b30c6c4052df-8015211d, #w-node-_504883fc-b26e-b64f-cfed-179d1ea0a43c-8015211d, #w-node-_2b509be3-5d10-2f2a-7cd4-6926a79b1361-8015211d, #w-node-_1fe035a9-b339-960f-43bd-922b7d11cc4b-80152123, #w-node-_21f34993-744a-23f4-4d07-ab6422c57460-80152123, #w-node-_39a361a4-8db3-0478-b332-54aaa0aeb19f-80152123, #w-node-_1fe035a9-b339-960f-43bd-922b7d11cc66-80152123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b80bf28-dd80-7976-63bd-6034467caa56-80152124 {
  place-self: center end;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-80152126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62b0cb992aca6110a4b3a86f00000000001c-8015212a {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b0cb992aca6110a4b3a86f000000000021-8015212a {
  border: 1px solid #e6e6e6;
}

#w-node-_62b0cb992aca6110a4b3a86f000000000022-8015212a {
  margin-top: 10px;
}

#w-node-_62b0cb992aca6110a4b3a86f000000000025-8015212a {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

#w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4ef-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4f0-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4f2-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4f3-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4f5-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4f8-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4fa-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4fb-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f4ff-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f502-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f506-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f509-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f50b-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f50c-9c0c75ca, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e15-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e16-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e18-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e19-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e1b-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e1e-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e20-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e21-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e2c-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e2f-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e31-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e32-1b1e33d1 {
  place-self: center;
}

#w-node-_7058affd-7bb8-247d-d0a2-66319236b96a-5db91f24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b40275-c37a-4b34-f752-28de67c2c5e3-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5e4-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5e6-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5e7-5db91f24, #w-node-ca0ac608-053c-40ef-9c79-5d28b3fa6000-5db91f24, #w-node-_1fc47ccf-c7a2-5cde-2c0a-31a44e0ef6b5-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5ee-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5ef-5db91f24, #w-node-_8ca68181-7d26-4d3f-d991-99b8c52ef8b7-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5fd-5db91f24, #w-node-a4b554f4-4bbf-bce4-4634-71be9e0a0ec1-5db91f24, #w-node-a4b554f4-4bbf-bce4-4634-71be9e0a0ec2-5db91f24, #w-node-a4b554f4-4bbf-bce4-4634-71be9e0a0ec5-5db91f24, #w-node-a4b554f4-4bbf-bce4-4634-71be9e0a0ec8-5db91f24, #w-node-_2c9192eb-6d9f-2956-3cf6-ba10cac720b9-5db91f24, #w-node-_2c9192eb-6d9f-2956-3cf6-ba10cac720ba-5db91f24, #w-node-_2c9192eb-6d9f-2956-3cf6-ba10cac720bd-5db91f24, #w-node-_2c9192eb-6d9f-2956-3cf6-ba10cac720c0-5db91f24, #w-node-f95558ea-17b7-2d4b-a6a8-7f3e45c018ef-5db91f24, #w-node-f95558ea-17b7-2d4b-a6a8-7f3e45c018f0-5db91f24, #w-node-f95558ea-17b7-2d4b-a6a8-7f3e45c018f6-5db91f24, #w-node-_8e8b1bb4-a55a-b96b-9d21-bb8c07880f97-5db91f24, #w-node-_8e8b1bb4-a55a-b96b-9d21-bb8c07880f98-5db91f24, #w-node-_8e8b1bb4-a55a-b96b-9d21-bb8c07880f9b-5db91f24, #w-node-_8e8b1bb4-a55a-b96b-9d21-bb8c07880f9e-5db91f24, #w-node-b2e6ac5a-92e3-695e-b3a8-88a375aa6f0f-5db91f24, #w-node-b2e6ac5a-92e3-695e-b3a8-88a375aa6f10-5db91f24, #w-node-b2e6ac5a-92e3-695e-b3a8-88a375aa6f12-5db91f24, #w-node-b2e6ac5a-92e3-695e-b3a8-88a375aa6f15-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c5ff-5db91f24, #w-node-_59b40275-c37a-4b34-f752-28de67c2c600-5db91f24 {
  place-self: center;
}

#w-node-f71e1434-3d32-4130-e5b4-1b5bfb37e68f-5db91f24 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9cc45511-9607-81c8-35da-5494442d5c31-80152103 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbe442ff-821e-d89f-b98f-f15bad946368-80152103, #w-node-c95576b5-78f7-d3c6-d87a-59f7c7e31b6f-80152105 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2802096f-6bb2-9026-954c-4585aa70a9c8-80152103, #w-node-c95576b5-78f7-d3c6-d87a-59f7c7e31b93-80152105 {
    justify-self: start;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-80152126, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-80152126, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-80152126, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-80152126, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-80152126, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-80152126, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-80152126, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-80152126, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-80152126, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-80152126, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-80152126, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-80152126, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-80152126, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-80152126, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-80152126, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-80152126, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-80152126, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-80152126, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-80152126, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-80152126, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-80152126, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-80152126, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-80152126, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-80152126, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-80152126, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-80152126 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3cb99baa-e47a-d779-7c14-05151a1667b9-80152102 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f515-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f51a-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f51f-9c0c75ca, #w-node-_9fb74422-7832-f7ec-cf16-cbb2fd76f524-9c0c75ca, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e3b-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e40-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e45-1b1e33d1, #w-node-_84089996-92a2-82ed-a7dc-e8c9e2764e4a-1b1e33d1, #w-node-_1fb3c29d-4037-77ad-63c7-8043e6e7dbac-5db91f24, #w-node-_1fb3c29d-4037-77ad-63c7-8043e6e7dbb1-5db91f24, #w-node-_1fb3c29d-4037-77ad-63c7-8043e6e7dbb6-5db91f24, #w-node-_1fb3c29d-4037-77ad-63c7-8043e6e7dbbb-5db91f24 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}