@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-UltraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Verveine;
  src: url('../fonts/VerveineRegular.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivy Mode;
  src: url('../fonts/ivy-mode-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d0d0d;
  --white: #fdfdfd;
  --dark: #313233;
  --secondary-grey: #c6c9cc;
  --grey: #888a8c;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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



body {
  background-color: #81cbee;
  color: var(--white);
  text-transform: uppercase;
  font-family: Mona Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

/* EVITAR QUE LAS IMÁGENES SE PUEDAN ARRASTRAR */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
}

/* Header logo responsive styles */
.header-logo {
  max-width: 300px;
  height: auto;
  width: 100%;
}

/* Eliminar efectos hover del logo del navbar */
.brand-link:hover .logo,
.brand-link:hover,
.logo:hover {
  opacity: 1;
  transform: none;
  transition: none;
}

@media screen and (max-width: 479px) {
  .header-logo {
    max-width: 180px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-logo {
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .header-logo {
    max-width: 400px;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Beba Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
}

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

blockquote {
  border-left: 5px solid var(--dark);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.heading-style-h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
}

.text-size-small.text-color-alternate {
  color: var(--grey);
}

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

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: #acacac var(--white) #acacac #acacac;
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.form-input.is-select-input {
  color: #222;
}

.form-input.no-margin {
  margin-bottom: 0;
}

.background-color-tertiary {
  background-color: var(--grey);
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 6rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0;
}

.form-message-success {
  color: #114e0b;
  text-align: center;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.text-size-tiny {
  color: var(--secondary-grey);
  text-transform: uppercase;
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.text-rich-text h6 {
  font-size: 1rem;
}

.text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  color: var(--secondary-grey);
  font-size: .875rem;
}

.text-rich-text blockquote {
  color: var(--secondary-grey);
  font-size: 1rem;
}

.text-rich-text a {
  color: var(--white);
  font-weight: 500;
}

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  color: var(--white);
  text-transform: uppercase;
  font-family: Ivy Mode, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.text-color-secondary {
  color: var(--white);
}

.text-size-regular.text-color-primary {
  color: var(--white);
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav-component {
  background-color: var(--dark);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  margin-bottom: 0;
  font-family: Ivy Mode, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-color-secondary {
  color: var(--white);
}

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

.margin-xsmall {
  margin: .5rem;
}

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 1rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Beba Neue, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-quote {
  border-left: .25rem solid var(--dark);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .35s;
}

.button:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.width-100 {
  width: 100%;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

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

.form-label {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-medium {
  color: var(--secondary-grey);
  font-size: 1.25rem;
}

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.background-color-alternate {
  background-color: var(--white);
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-component {
  margin-bottom: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-medium {
  padding: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--black);
  color: #fff;
}

.text-color-alternate {
  color: var(--grey);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-primary {
  color: var(--white);
}

.background-color-secondary {
  background-color: var(--dark);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide-spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  color: #fff;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Verveine, Arial, sans-serif;
  font-size: 15vw;
  font-weight: 400;
  line-height: .9;
}

.heading-style-h1.text-align-center {
  font-family: Ivy Mode, Arial, sans-serif;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.nav-style-guide {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: var(--black);
  overflow: hidden;
}

.utility-page-wrap {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.checkout-form, .paypal-checkout-form, .order-confirmation-form {
  background-color: #0000;
  padding: 0;
}

.blog-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.link-text.is-hover {
  color: #888;
}

.link-text.bottom {
  font-size: 14px;
}

.link-text.bottom-hover {
  color: #888;
  font-size: 14px;
}

.link-button {
  flex-direction: column;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button.bottom {
  height: 14px;
}

.link-button.underline {
  border-bottom: 1px solid #000;
}

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

.changelog-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.list {
  list-style-type: square;
}

.checkout-header-block {
  border-color: var(--dark);
  background-color: #31323333;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-right-color: var(--dark);
  border-bottom-color: var(--dark);
  border-left-color: var(--dark);
  background-color: #31323333;
}

.checkout-title {
  font-family: Beba Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.padding-top-header {
  padding-top: 10rem;
}

.utility-icon {
  color: var(--grey);
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.shipping-method-list {
  border-right-style: none;
  border-right-color: var(--dark);
  border-left-style: none;
  border-left-color: var(--dark);
}

.shipping-method {
  border-bottom-style: none;
  border-bottom-color: var(--dark);
  background-color: #fff0;
}

.utility-page-title {
  text-transform: uppercase;
  font-family: Beba Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.contact-form-wrapper {
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.empty-state {
  background-color: var(--dark);
  text-align: center;
}

.blog-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link-wrapper {
  display: block;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  color: var(--white);
  font-family: Beba Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-post-icon {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-category {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 12px;
  position: absolute;
  inset: .75rem auto auto .75rem;
}

.newsletter-form-wrapper {
  color: var(--white);
  border: 1px solid #ddd;
  padding: 2rem 3rem 2rem 2rem;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blog-post-icon-wrap {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  display: flex;
}

.blog-post-icon-overflow {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-top-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.blog-post-content-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-author-wrapper {
  position: sticky;
  top: 2rem;
}

.author-picture {
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
}

.author-s-social-media-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: border-color .35s;
  display: flex;
}

.social-link:hover {
  border-color: var(--white);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: var(--white);
  width: 1.375rem;
  height: 1.375rem;
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.nav-menu-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.nav-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.nav-text.is-hover {
  color: var(--grey);
}

.brand-link {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  height: 3rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  height: 3rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.menu-button-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
  overflow: hidden;
}

.menu-line-item {
  width: 100%;
}

.menu-line {
  background-color: #f7f7f7;
  width: 100%;
  height: 1px;
}

.produc-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-content-wrapper {
  border: 1px solid var(--grey);
  background-color: #1b1b1b;
  padding: 3rem 1.75rem;
}

.product-title {
  font-family: Beba Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.pricing-benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  color: var(--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.product-feature-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: .875rem;
}

.faq-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-content-wrap {
  overflow: hidden;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.plus-block {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--grey);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.accordion-top-wrap {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-track-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-track-line {
  background-color: var(--white);
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-track-progress {
  background-color: var(--dark);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.background-navbar {
  display: none;
}

.product-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-quantity {
  display: none;
}

.nav-menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-text {
  color: var(--white);
  font-size: 1rem;
  transition: opacity .35s;
}

.cart-text:hover {
  opacity: .65;
}

.cart-quantity {
  color: #000;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
  display: flex;
}

.remove-text {
  color: #00000080;
  transition: color .35s;
}

.remove-text:hover {
  color: #000;
}

.cart-title {
  font-size: 2rem;
  font-weight: 400;
}

.close-button {
  cursor: pointer;
}

.cart-header {
  border-bottom-color: var(--dark);
}

.cart-container {
  background-color: #1b1b1b;
}

.cart-footer {
  border-top-color: var(--dark);
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 5rem;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  transition: opacity .35s;
}

.footer-logo-link:hover {
  opacity: .75;
}

.footer-logo {
  color: var(--white);
  text-transform: uppercase;
  height: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.back-to-top-link {
  border: 1px solid #ddd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.back-to-top-arrow {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.footer-top-content {
  margin-bottom: 3rem;
}

.footer-padding {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 4rem;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bottom-content-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.divider-line {
  background-color: #ddd;
  width: 100%;
  height: 1px;
}

.section-about-header {
  padding-bottom: 12rem;
  overflow: hidden;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

.project-info-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  width: 100%;
  padding-bottom: 20px;
}

.project-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.testimonial-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.testimonial-picture {
  border-radius: 100%;
  height: 8rem;
}

.testimonial-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.next-project-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cover-image-wrapper {
  position: relative;
  overflow: hidden;
}

.header-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

._3d-front-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._3d-wrapper {
  perspective: 1000px;
  transform: translate(0)scale(.9);
}

._3d-wrapper._3d-about {
  perspective: 1600px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0)translate(0)scale(.9);
}

._3d-object {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

._3d-block {
  justify-content: center;
  align-items: center;
  padding-top: 32rem;
}

._3d-block.about-page {
  padding-top: 20rem;
}

._3d-face {
  transform-origin: 50% 0;
  background-image: url('../images/image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28rem;
  height: 24rem;
  position: absolute;
  top: 0;
}

._3d-face._03 {
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-face._04 {
  transform-style: preserve-3d;
  transform: rotateX(-135deg)rotateY(0)rotateZ(0);
}

._3d-face._02 {
  transform-style: preserve-3d;
  transform: rotateX(-45deg)rotateY(0)rotateZ(0);
}

._3d-face._05 {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

._3d-face._08 {
  transform-style: preserve-3d;
  transform: rotateX(-315deg)rotateY(0)rotateZ(0);
}

._3d-face._07 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0);
}

._3d-face._06 {
  transform-style: preserve-3d;
  transform: rotateX(-225deg)rotateY(0)rotateZ(0);
}

._3d-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  pointer-events: auto !important;
  -webkit-touch-callout: none !important;
}

.button-line-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-line-wrapper.hide-mobile {
  font-family: Ivy Mode, Arial, sans-serif;
}

.button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.main-button {
  border: 1px solid #fdfdfd;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.35rem;
  padding-right: 1.5rem;
  display: flex;
}

.main-button {
  text-decoration: none !important;
}

.main-button:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.main-button .text-button {
  text-decoration: none !important;
  transition: text-decoration 0.2s ease;
}

.main-button:hover .text-button {
  text-decoration: underline !important;
}

.button-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.button-line {
  width: 100%;
  height: 2px;
}

.dot {
  background-color: #fdfdfd;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.text-button {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.text-button.is-hover {
  color: var(--white);
}

.button-separator {
  color: var(--white);
  opacity: 0.6;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  font-weight: 400;
}

.dual-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.entradas-btn, .galeria-btn {
  position: relative;
}

.entradas-btn .button-block, .galeria-btn .button-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.entradas-btn .dot, .galeria-btn .dot {
  display: none;
}

.entradas-btn .button-line-wrapper, .galeria-btn .button-line-wrapper {
  display: none;
}

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

.link-line-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-line {
  background-color: #fdfdfd;
  width: 100%;
  height: 2px;
}

.subtitle-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Ivy Mode, Arial, sans-serif;
  display: flex;
}

.asterisk {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.subtitle-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  display: flex;
  overflow: hidden;
}

.subtitle-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle {
  color: #fafafa;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.heading-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.intro-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: .35fr 1fr;
  width: 100%;
  height: 100%;
}

.featured-color-text {
  color: var(--white);
  font-size: 5rem;
}

.button-wrapper {
  display: flex;
}

.text-image-wrapper {
  perspective: 500px;
  width: 5.5rem;
  height: 5.5rem;
  margin-top: 12px;
}

.text-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-home-projects {
  position: relative;
}

.project-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-content-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
}

.project-collection-item {
  cursor: pointer;
  height: 100vh;
  position: relative;
}

.project-content-link {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project-content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-side {
  backface-visibility: hidden;
  background-color: #1b1b1b;
  padding: 2.5rem 1.5rem;
  position: absolute;
  inset: 0%;
}

.card-side.is-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container {
  perspective: 1000px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.card-icon {
  color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.card-icon-item {
  color: #fafafa;
  background-color: #3d3d3d;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.card-title {
  color: var(--white);
  font-family: Beba Neue, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

.card-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 28em;
  position: relative;
}

.service-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.card-content-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.card-icon-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.card-icon-wrap.is-back {
  bottom: 1.5rem;
  left: 1.5rem;
}

.card-icon-wrap.is-front {
  left: auto;
  right: 1rem;
}

.card-number {
  color: #fafafa;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 300;
}

.service-icon {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}

.card-description {
  color: var(--white);
  text-transform: uppercase;
  font-size: .875rem;
}

.project-name-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Beba Neue, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

.project-service {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.start-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-to-action {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.call-to-action-content {
  z-index: 10;
  position: relative;
}

.call-to-action-image-wrapper {
  z-index: 1;
  perspective: 800px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.start-arrow {
  color: var(--white);
  justify-content: center;
  width: 8rem;
  height: 8rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.start-arrow._02 {
  color: var(--white);
}

.cta-image-01 {
  object-fit: cover;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 5vw;
  left: 5vw;
}

.cta-image-02 {
  width: 14rem;
  height: 14rem;
  position: absolute;
  inset: 8vw 8vw auto auto;
}

.cta-image-03 {
  width: 12rem;
  height: 12rem;
  position: absolute;
  inset: auto auto 8vw 8vw;
}

.cta-image-04 {
  width: 16rem;
  height: 16rem;
  position: absolute;
  inset: auto 6vw 6vw auto;
}

.start-project-overflow {
  width: 8rem;
  height: 8rem;
  position: relative;
  overflow: hidden;
}

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

.empty-shipping-state {
  border-right-color: var(--dark);
  border-bottom-color: var(--dark);
  border-left-color: var(--dark);
  background-color: #0000;
}

.form-input-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.close-icon {
  mix-blend-mode: exclusion;
}

.cart-quantity-product {
  border-color: var(--grey);
  background-color: #0000;
}

.link-underline-wrap {
  border-bottom: 1px solid var(--grey);
}

.next-project-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.diagonal-arrow {
  width: 1.125rem;
  height: 1.125rem;
}

.link-arrow-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-line {
  background-color: var(--grey);
  width: 1px;
  height: 100%;
}

.section-service-content {
  padding-bottom: 5rem;
}

.service-line {
  background-color: #adadad;
  width: 0%;
  height: 1px;
}

.service-top-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.alternate-service-title {
  color: var(--grey);
  text-transform: uppercase;
  font-family: Beba Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  white-space: nowrap;
}

.service-description-item {
  z-index: 1;
  width: 20rem;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 16rem;
  height: 20rem;
  position: absolute;
  inset: auto 40% -75% auto;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-number-wrap {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.bg-service-line {
  background-color: #33333308;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-spacer {
  height: 2.5rem;
}

.service-title-wrap {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.service-number-relative {
  width: 100%;
  padding-right: 1.5rem;
}

.service-arrow {
  width: 1.25rem;
  height: 1.25rem;
}

.service-line-wrap {
  z-index: 1;
  background-color: #262626;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-number {
  color: var(--grey);
  width: 100%;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.service-component-wrapper {
  cursor: pointer;
  padding-top: 3rem;
  position: relative;
}

.service-title-item {
  width: 100%;
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-name {
  text-transform: uppercase;
  font-family: Beba Neue, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.service-name.service {
  white-space: nowrap;
}

.view-button {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: flex-start;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-text {
  white-space: nowrap;
}

.view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.view-text-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.about-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.about-heading {
  margin-bottom: 0;
  font-size: 10vw;
  line-height: .9;
}

.social-media-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
}

.number.alternate {
  color: #777;
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.numbers-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.roll-awards-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.numbers-content-wrapper {
  padding-top: 2.5rem;
}

.numbers-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-content-block {
  border: 1px solid var(--dark);
  background-color: #1b1b1b;
  width: 100%;
  padding: 2.5rem 1.5rem;
  position: sticky;
  top: 10vh;
}

.sticky-content-block._02 {
  margin-top: 80vh;
}

.sticky-content-block._03 {
  margin-top: 140vh;
}

.process-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.sticky-container-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.step-number {
  color: var(--grey);
}

.mission-component-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.team-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.team-member-block {
  border: 1px solid var(--dark);
  background-color: #1b1b1b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.member-social-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.member-content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.next-project-content {
  perspective: 800px;
  position: relative;
}

.next-project-image {
  height: 8rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-top-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-icon {
  height: 2rem;
  margin-top: 3px;
}

.product-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.product-icon {
  height: 4rem;
}

.preloader {
  z-index: 9999;
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.preloader-container {
  width: 100%;
}

.preloader-padding {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.preloader-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-line {
  background-color: #0505051a;
  border-radius: 50px;
  width: 25%;
  max-width: 30rem;
  height: 3px;
  overflow: hidden;
}

.preloader-progress-bar {
  background-color: var(--white);
  border-radius: 50px;
  width: 50%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .padding-global {
    background-color: #81cbee;
  }

  .heading-style-h1 {
    font-size: 12rem;
  }

  .product-title {
    font-size: 3rem;
  }

  ._3d-block {
    padding-top: 29rem;
  }

  .card-title {
    font-size: 2.5rem;
  }

  .service-icon {
    width: 2.5rem;
  }

  .card-description {
    font-size: 1rem;
  }

  .sticky-content-block {
    border-color: var(--dark);
  }

  .process-title {
    font-size: 3rem;
  }

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

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

@media screen and (min-width: 1440px) {
  .heading-style-h1 {
    font-size: 14rem;
  }

  .card-title {
    font-size: 2.75rem;
  }

  .about-heading {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global {
    background-color: #0000;
  }

  ._3d-wrapper._3d-about {
    transform: rotateX(0)rotateY(-30deg)rotateZ(0)translate(0)scale(.9);
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 10rem;
    min-height: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    letter-spacing: -3px;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .blog-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .author-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .author-picture {
    margin-bottom: 10px;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-content {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .nav-link {
    height: 4rem;
  }

  .nav-text {
    font-size: 4rem;
  }

  .brand-link {
    z-index: 99;
  }

  .brand-link.w--current {
    z-index: 999;
  }

  .menu-button {
    border: 1px solid #ffffff80;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
    height: 100%;
  }

  .menu-line {
    background-color: #fff;
    height: 1px;
  }

  .produc-component-grid {
    grid-template-columns: 1fr;
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .background-navbar {
    z-index: 1;
    background-color: var(--dark);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-home-header {
    padding-top: 8rem;
  }

  .section-about-header {
    padding-bottom: 10rem;
  }

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

  .header-component-grid {
    height: 100%;
  }

  ._3d-wrapper {
    transform: scale(.75);
  }

  ._3d-wrapper._3d-about {
    transform: rotateX(0)rotateY(-25deg)rotateZ(0)translate(0)scale(.8);
  }

  ._3d-block {
    justify-content: center;
    align-items: center;
    height: 45rem;
    padding-top: 0;
    display: flex;
  }

  ._3d-block.about-page {
    padding-top: 8rem;
  }

  .button-line-wrapper.hide-mobile, .link-line-wrap {
    display: none;
  }

  .subtitle-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .heading-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .card-side {
    backface-visibility: hidden;
  }

  .card-title {
    font-size: 2.5rem;
  }

  .service-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-icon {
    width: 2.5rem;
  }

  .card-description {
    font-size: 1rem;
  }

  .project-name {
    font-size: 8rem;
  }

  .top-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .start-icon-wrapper {
    width: 8rem;
    height: 8rem;
    margin-top: 0;
  }

  .start-arrow._02 {
    display: none;
  }

  .cta-image-01 {
    width: 20vw;
    height: 20vw;
    top: 10vw;
  }

  .cta-image-02 {
    width: 15vw;
    height: 15vw;
    top: 15vw;
  }

  .cta-image-03 {
    width: 18vw;
    height: 18vw;
    bottom: 12vw;
  }

  .cta-image-04 {
    width: 24vw;
    height: 24vw;
    bottom: 10vw;
  }

  .vertical-line.mobile-hide {
    display: none;
  }

  .section-service-content {
    padding-bottom: 0;
  }

  .alternate-service-title {
    font-size: 2.5rem;
  }

  .alternate-service-title.service, .service-image-absolute {
    display: none;
  }

  .service-number-relative {
    padding-right: 1rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .service-name {
    font-size: 4rem;
  }

  .view-button-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 22%;
  }

  .about-heading {
    font-size: 16vw;
  }

  .sticky-content-block._02 {
    margin-top: 10vh;
  }

  .sticky-content-block._03 {
    margin-top: 15vh;
  }

  .sticky-container-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .preloader-line {
    width: 90%;
    max-width: none;
  }
  
  .nav-menu-wrapper {
    display: flex;
  }
  
  .menu-button {
    display: none !important;
  }
  
  /* ELIMINAR COMPLETAMENTE EL NAV-MENU ORIGINAL EN RESPONSIVE */
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none !important;
  }
  
  /* POSICIONAR BOTÓN ENTRADAS DIRECTAMENTE EN NAVBAR */
  .navbar {
    position: relative !important;
  }
  /* ELIMINAR TODOS LOS ESTILOS CONFLICTIVOS Y EMPEZAR DE NUEVO */
  .responsive-entradas-button {
    display: block !important;
    position: relative !important;
    height: auto !important;
    margin: 0 !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: auto !important;
    animation: none !important;
  }
  
  /* Ajustar tamaño del botón para responsive */
  .responsive-entradas-button .main-button {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    margin: 0 !important;
  }
  
  .responsive-entradas-button .text-button {
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  
  /* Ocultar elementos que interfieren en responsive */
  .cart-wrap {
    display: none !important;
  }

  .cta-image-04 {
    width: 24vw;
    height: 24vw;
    bottom: 10vw;
  }
  
  /* FORZAR VISIBILIDAD DE IMÁGENES L'AMETLLA DE MAR EN RESPONSIVE */
  .cta-image-01, .cta-image-02, .cta-image-03, .cta-image-04 {
    transform: scale3d(1, 1, 1) !important;
    opacity: 1 !important;
  }
}

/* OCULTAR BOTÓN RESPONSIVE EN DESKTOP */
@media screen and (min-width: 992px) {
  .responsive-entradas-button {
    display: none !important;
  }
  
  /* TEXTO L'AMETLLA DE MAR MÁS PEQUEÑO SOLO EN DESKTOP */
  .call-to-action .heading-style-h1 {
    font-size: 8rem !important;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    letter-spacing: -1px;
    font-size: 20vw;
  }

  .checkout-title {
    font-size: 1.5rem;
  }

  .checkout-image {
    width: 30px;
  }

  .blog-component-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-top-content-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .blog-post-author-wrapper {
    position: static;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
  }

  .nav-link {
    height: 2.75rem;
  }

  .nav-text {
    font-size: 2.5rem;
  }

  .brand-link, .logo {
    height: 3.2rem;
  }
  
  .logo {
    font-size: 3.2rem;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .accordion-heading {
    line-height: 1.2;
  }

  .product-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-padding {
    padding-top: 6rem;
  }

  .bottom-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

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

  .section-home-header {
    padding-top: 2rem;
  }

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

  ._3d-wrapper {
    transform: scale(.55);
  }

  ._3d-wrapper._3d-about {
    transform: rotateX(0)rotateY(-15deg)rotateZ(0)translate(0)scale(.6);
  }

  ._3d-block {
    height: 30rem;
    margin-bottom: 6rem;
  }

  ._3d-block.about-page {
    margin-bottom: 0;
    padding-top: 10rem;
  }

  .subtitle-wrap {
    width: 14rem;
  }

  .heading-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-image-wrapper {
    width: 2.75rem;
    height: 2.75rem;
    margin-top: 6px;
  }

  .card-wrapper {
    height: 25em;
  }

  .service-component-grid {
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 6rem;
  }

  .start-icon-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .cta-image-01 {
    width: 20vw;
  }
  
  /* MANTENER VISIBILIDAD DE IMÁGENES L'AMETLLA DE MAR EN MOBILE LANDSCAPE */
  .cta-image-01, .cta-image-02, .cta-image-03, .cta-image-04 {
    transform: scale3d(1, 1, 1) !important;
    opacity: 1 !important;
  }

  .alternate-service-title {
    font-size: 2.25rem;
  }

  .service-number {
    font-size: 1.5rem;
  }

  .service-name {
    font-size: 2.25rem;
  }

  .view-button-wrapper {
    padding-bottom: 35%;
  }

  .about-heading {
    font-size: 20vw;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

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

  .roll-awards-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .numbers-content-wrapper {
    padding-top: 1rem;
  }

  .sticky-content-block._02, .sticky-content-block._03 {
    margin-top: 5vh;
  }

  .process-title {
    font-size: 3rem;
  }

  .sticky-container-wrapper, .mission-component-grid {
    grid-template-columns: 1fr;
  }

  .team-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .next-project-image {
    height: 6rem;
  }

  .product-icon {
    height: 4rem;
  }

  .preloader-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader-line {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    letter-spacing: 0;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

  .utility-page-title {
    font-size: 2.5rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-title {
    font-size: 1.75rem;
  }

  .blog-post-category {
    top: .5rem;
    left: .5rem;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .blog-post-icon-wrap {
    width: 2.75rem;
    height: 2.75rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .price-text {
    font-size: 2.25rem;
  }

  .plus-block {
    width: 2.5rem;
    height: 2.5rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.5rem;
    line-height: 1;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cart-title {
    font-size: 1.5rem;
  }

  .footer-logo {
    height: 1.75rem;
  }

  .section-about-header {
    padding-bottom: 8rem;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-info-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-picture {
    height: 6rem;
  }

  ._3d-wrapper {
    transform: scale(.45);
  }

  ._3d-wrapper._3d-about {
    transform: rotateX(0)rotateY(-10deg)rotateZ(0)translate(0)scale(.4);
  }

  ._3d-block {
    height: 25rem;
  }

  ._3d-block.about-page {
    padding-top: 8rem;
  }

  .subtitle-wrap {
    width: 10rem;
  }

  .subtitle {
    font-size: 14px;
  }

  .heading-item {
    flex-flow: wrap;
  }

  .card-side {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card-side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-wrapper {
    height: 22em;
  }

  .service-component-grid {
    margin-top: 2rem;
  }

  .card-content-block {
    margin-bottom: 1.5rem;
  }

  .card-icon-wrap {
    top: auto;
  }

  .card-number {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .card-description {
    font-size: .875rem;
  }

  .project-name {
    font-size: 5rem;
  }

  .top-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .start-icon-wrapper, .start-arrow._01 {
    width: 5rem;
    height: 5rem;
  }

  .cta-image-01 {
    width: 35vw;
    height: 35vw;
    top: 20vw;
  }

  .cta-image-02 {
    width: 25vw;
    height: 25vw;
    top: 25vw;
  }

  .cta-image-03 {
    width: 25vw;
    height: 25vw;
    bottom: 30vw;
  }

  .cta-image-04 {
    width: 30vw;
    height: 30vw;
    bottom: 25vw;
  }
  
  /* MANTENER VISIBILIDAD DE IMÁGENES L'AMETLLA DE MAR EN MOBILE PORTRAIT */
  .cta-image-01, .cta-image-02, .cta-image-03, .cta-image-04 {
    transform: scale3d(1, 1, 1) !important;
    opacity: 1 !important;
  }

  .start-project-overflow {
    width: 5rem;
    height: 5rem;
  }

  .alternate-service-title {
    font-size: 2rem;
  }

  .service-title-wrap {
    grid-column-gap: 1rem;
  }

  .service-number-relative {
    padding-right: .875rem;
  }

  .service-number {
    font-size: 1.5rem;
    line-height: 1;
  }

  .service-name {
    font-size: 2.25rem;
  }

  .view-button-wrapper {
    padding-bottom: 60%;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

  .roll-numbers, .roll-numbers-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .numbers-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .roll-awards-wrapper {
    height: 15vw;
    min-height: 15vw;
  }

  .process-title {
    font-size: 2.5rem;
  }

  .pricing-icon {
    height: 1.75rem;
  }

  .product-icon {
    height: 3rem;
  }
}

#w-node-_73e48adc-ba6b-6a46-1824-a4bd840aa5da-0dd4d452 {
  grid-area: 1 / 1 / 5 / 7;
  align-self: center;
}

#w-node-d2bd0362-d3a3-44c4-a36d-a246654a5a09-0dd4d452 {
  grid-area: 1 / 6 / 5 / 7;
  place-self: center end;
}

#w-node-_698ea95a-390a-737b-c028-12132071e4c4-0dd4d452 {
  grid-area: 1 / 4 / 5 / 6;
  justify-self: center;
}

#w-node-_698ea95a-390a-737b-c028-12132071e4c9-0dd4d452, #w-node-_698ea95a-390a-737b-c028-12132071e4d1-0dd4d452 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_793f013d-b201-a204-f506-4eb174169cf7-0dd4d452 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: center start;
}

#w-node-_17ff6382-9a83-69bd-dcc1-2536f5283ed4-0dd4d452 {
  grid-area: 4 / 5 / 5 / 7;
  place-self: center end;
}

#w-node-b0fc409e-be72-437a-9a7e-dad0510e4be7-0dd4d452 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_640f1835-561b-8769-fc0b-ba32d462edb5-0dd4d452 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_679148b9-7aba-8d9d-2438-deaafea91023-0dd4d452 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f, #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
  place-self: start end;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
  place-self: center end;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-0dd4d453 {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-0dd4d453, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-0dd4d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-0dd4d453 {
  justify-self: start;
}

#w-node-c4c34427-6d3f-f603-e1b6-4d35b7619f79-0dd4d454 {
  grid-area: 2 / 1 / 8 / 9;
  align-self: start;
}

#w-node-f15d9a36-36c6-570a-e28c-11b57798382a-0dd4d454 {
  grid-area: 2 / 1 / 8 / 5;
  place-self: start;
}

#w-node-_4a9b6214-bf95-2be9-752d-35fd3e28116d-0dd4d454 {
  grid-area: 1 / 6 / 5 / 9;
  justify-self: center;
}

#w-node-_4a9b6214-bf95-2be9-752d-35fd3e281172-0dd4d454, #w-node-_4a9b6214-bf95-2be9-752d-35fd3e28117a-0dd4d454 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e451278e-7fd6-d3fc-2357-600f85eee532-0dd4d454, #w-node-e451278e-7fd6-d3fc-2357-600f85eee562-0dd4d454, #w-node-e451278e-7fd6-d3fc-2357-600f85eee592-0dd4d454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d42848e9-3707-e80f-d848-1660fc148e0a-0dd4d454 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-d42848e9-3707-e80f-d848-1660fc148e15-0dd4d454 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_64d5bcfa-ba32-83f8-cad2-270cf24725cf-0dd4d454, #w-node-_64d5bcfa-ba32-83f8-cad2-270cf24725d8-0dd4d454, #w-node-_64d5bcfa-ba32-83f8-cad2-270cf24725e1-0dd4d454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_220283a0-f327-6d9c-720e-21da5368dd12-0dd4d454 {
  justify-self: start;
}

#w-node-d26aa961-5ef7-51e8-83a1-ecd41a534cfe-0dd4d454 {
  place-self: start end;
}

#w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-0dd4d461 {
  place-self: start;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-0dd4d461 {
  place-self: end start;
}

#w-node-aceabef6-e9b2-c965-5aa6-353da66472a1-0dd4d461 {
  place-self: end;
}

#w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-0dd4d466 {
  justify-self: start;
}

#w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-0dd4d466, #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-0dd4d466 {
  justify-self: center;
}

#w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-0dd4d466 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_73e48adc-ba6b-6a46-1824-a4bd840aa5da-0dd4d452, #w-node-d2bd0362-d3a3-44c4-a36d-a246654a5a09-0dd4d452 {
    grid-row: 2 / 3;
    align-self: start;
  }

  #w-node-_698ea95a-390a-737b-c028-12132071e4c4-0dd4d452 {
    grid-area: 3 / 1 / 5 / 7;
    align-self: end;
  }

  #w-node-_793f013d-b201-a204-f506-4eb174169cf7-0dd4d452, #w-node-_17ff6382-9a83-69bd-dcc1-2536f5283ed4-0dd4d452 {
    align-self: end;
  }

  #w-node-_640f1835-561b-8769-fc0b-ba32d462edb5-0dd4d452 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_679148b9-7aba-8d9d-2438-deaafea91023-0dd4d452 {
    grid-column-end: 3;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab7a-df01ab5a {
    place-self: center end;
  }

  #w-node-c4c34427-6d3f-f603-e1b6-4d35b7619f79-0dd4d454 {
    grid-row: 1 / 3;
  }

  #w-node-_4a9b6214-bf95-2be9-752d-35fd3e28116d-0dd4d454 {
    grid-area: 3 / 3 / 9 / 9;
    align-self: start;
  }

  #w-node-e451278e-7fd6-d3fc-2357-600f85eee532-0dd4d454 {
    justify-self: start;
  }

  #w-node-e451278e-7fd6-d3fc-2357-600f85eee592-0dd4d454 {
    justify-self: end;
  }

  #w-node-d42848e9-3707-e80f-d848-1660fc148e15-0dd4d454 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-0dd4d461 {
    order: -9999;
  }

  #w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-0dd4d466 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-0dd4d466 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: end;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-0dd4d466 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-0dd4d466 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-e451278e-7fd6-d3fc-2357-600f85eee532-0dd4d454, #w-node-e451278e-7fd6-d3fc-2357-600f85eee562-0dd4d454, #w-node-e451278e-7fd6-d3fc-2357-600f85eee592-0dd4d454, #w-node-d26aa961-5ef7-51e8-83a1-ecd41a534cfe-0dd4d454, #w-node-aceabef6-e9b2-c965-5aa6-353da66472a1-0dd4d461 {
    justify-self: start;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-0dd4d466 {
    justify-self: end;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-0dd4d466 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_793f013d-b201-a204-f506-4eb174169cf7-0dd4d452 {
    grid-column-end: 5;
  }

  #w-node-_17ff6382-9a83-69bd-dcc1-2536f5283ed4-0dd4d452 {
    grid-column-start: 4;
  }

  #w-node-e451278e-7fd6-d3fc-2357-600f85eee562-0dd4d454, #w-node-e451278e-7fd6-d3fc-2357-600f85eee592-0dd4d454 {
    justify-self: start;
  }

  #w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-0dd4d466 {
    grid-column-end: 2;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-0dd4d466 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-0dd4d466 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-0dd4d466 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }
}

/* Selector de idiomas */
.language-selector {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-link {
  color: var(--white);
  text-decoration: none;
  font-family: 'Mona Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

/* Estilo para span con clase language-link (idioma actual) */
span.language-link {
  cursor: default;
}

a.language-link:hover {
  opacity: 0.7;
}

.language-link.current {
  font-weight: 600;
}

.language-separator {
  color: var(--white);
  font-family: 'Mona Sans', sans-serif;
  font-size: 14px;
  opacity: 0.6;
}

.nav-language-selector {
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}



/* RESPONSIVE LANGUAGE BUTTON STYLES */
.responsive-language-button {
  display: none;
}

.dropdown-wrapper {
  position: relative;
}

.language-button {
  cursor: pointer;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--black);
  border: 1px solid var(--grey);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 80px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.dropdown-wrapper:hover .language-dropdown,
.language-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: block;
  padding: 8px 16px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.language-option:hover {
  background-color: var(--dark);
}

.language-option.current {
  color: var(--secondary-grey);
  cursor: default;
}

.language-option.current:hover {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  /* ANULAR COMPLETAMENTE EL GRID DE WEBFLOW */
  .navbar,
  .navbar .padding-global,
  .navbar .container-large {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
  }
  
  .navbar .padding-global {
    padding: 0.5rem 1rem !important;
  }
  
  /* FORZAR LAYOUT HORIZONTAL */
  .navbar .w-layout-grid.nav-component-grid {
    display: flex !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    grid-auto-columns: unset !important;
    grid-auto-flow: unset !important;
    grid-column-gap: unset !important;
    grid-row-gap: unset !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    position: relative !important;
    flex-wrap: nowrap !important;
  }
  
  /* LOGO */
  .navbar .brand-link {
    flex: 0 0 auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
    grid-area: unset !important;
    /* Mover el logo más hacia la derecha en pantallas pequeñas */
    margin-left: 2rem !important;
  }
  
    /* CONTENEDOR DE BOTONES */
  .navbar .nav-menu-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.5rem !important;
    position: relative !important;
    flex: 0 0 auto !important;
    top: -50px !important;
    right: auto !important;
    grid-area: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Posicionar cerca del logo con margen específico */
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

/* Reducir separación entre botones en responsive */
.button-separator {
  margin: 0 0.10rem !important;
}
  
  /* BOTONES */
  .navbar .responsive-language-button,
  .navbar .responsive-entradas-button {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  
  /* Ocultar todos los demás elementos del nav */
  .navbar .cart-wrap,
  .navbar .nav-menu,
  .navbar .menu-button {
    display: none !important;
  }
  
  /* DROPDOWN CON FONDO BLANCO Y TEXTO AZUL EN RESPONSIVE */
  .language-dropdown {
    right: 0;
    left: auto;
    min-width: 100px;
    background-color: var(--white) !important;
    border: 1px solid var(--grey) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  .language-option {
    padding: 12px 16px;
    font-size: 16px;
    color: #3898ec !important;
    transition: all 0.2s ease;
  }
  
  .language-option:hover {
    background-color: #f0f8ff !important;
    color: #001701 !important;
  }
  
  .language-option.current {
    color: var(--grey) !important;
    cursor: default;
  }
  
  .language-option.current:hover {
    background-color: transparent !important;
    color: var(--grey) !important;
  }
  
  .nav-language-selector {
    display: none !important;
  }
  
  /* Ajuste para pantallas más pequeñas */
  @media screen and (max-width: 479px) {
    .navbar .padding-global {
      padding: 0.5rem 0.5rem !important;
    }
    
    .navbar .brand-link {
      /* Ajustar el logo para pantallas muy pequeñas */
      margin-left: 1rem !important;
    }
    
    .navbar .nav-menu-wrapper {
      gap: 0.25rem !important;
      /* Ajustar los botones para pantallas muy pequeñas */
      margin-left: 0.25rem !important;
      margin-right: 0 !important;
    }
    
    .button-separator {
      margin: 0 0.25rem !important;
    }
    
    .navbar .responsive-language-button .main-button,
    .navbar .responsive-entradas-button .main-button {
      padding: 0.5rem 0.75rem !important;
      font-size: 0.75rem !important;
    }
    
    .language-dropdown {
      min-width: 90px;
      background-color: var(--white) !important;
      border: 1px solid var(--grey) !important;
    }
    
    .language-option {
      padding: 10px 12px;
      font-size: 14px;
      color: #3898ec !important;
    }
    
    .language-option:hover {
      background-color: #f0f8ff !important;
      color: #001701 !important;
    }
    
    .language-option.current {
      color: var(--grey) !important;
    }
    
    .language-option.current:hover {
      background-color: transparent !important;
      color: var(--grey) !important;
    }
  }
}

@media screen and (min-width: 992px) {
  .responsive-language-button {
    display: none !important;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beba Neue';
  src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verveine';
  src: url('../fonts/VerveineRegular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivy Mode';
  src: url('../fonts/ivy-mode-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}