.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;
    -ms-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 {
    height: 18px;
    min-width: 18px;
    color: #3898ec;
    text-align: center;
    background-color: #fff;
    border-radius: 9px;
    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: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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: rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0;
}

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

.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 {
    height: 38px;
    width: 60px;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px 6px 8px 12px;
    line-height: 20px;
    display: block;
}

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

.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;
    -ms-appearance: none;
    appearance: none;
    height: 38px;
    min-height: 30px;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    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;
    -ms-appearance: none;
    appearance: none;
    height: 38px;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    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;
    -ms-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
}

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

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

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
    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 {
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

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

.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 {
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
    height: 38px;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
    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;
    -ms-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 20px;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    color: #272621;
    background-color: #f7f2e2;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    line-height: 150%;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 100px;
    font-weight: 400;
    line-height: 115%;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 400;
    line-height: 115%;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

a {
    color: #272621;
    text-decoration: underline;
}

blockquote {
    border-left: 5px solid #272621;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px 32px 24px 24px;
    font-size: 24px;
    line-height: 130%;
}

.navbar {
    height: 86px;
    background-color: #f7f2e2;
}

.container-navbar {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
}

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

.brand-link-navbar {
    height: 32px;
}

.brand-navbar {
    width: 120px;
    height: auto;
    max-width: 100%;
}

.nav-menu {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

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

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

.section.stats-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.section.testimonials-section {
    padding-top: 80px;
    padding-bottom: 240px;
    transition: opacity .2s;
    position: relative;
}

.section.logo-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section.footer {
    color: #f7f2e2;
    background-color: #b39572;
    padding-bottom: 40px;
}

.section.hero-about {
    padding-top: 140px;
    position: relative;
}

.section.hero-services {
    padding-top: 140px;
    padding-bottom: 24px;
    position: relative;
}

.section.projects-page, .section.hero-project {
    padding-top: 120px;
}

.section.hero-template {
    color: #f7f2e2;
    background-color: #272621;
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.section._404-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section.hero-sales {
    padding-top: 90px;
    padding-bottom: 110px;
    position: relative;
}

.section.included-section, .section.more-power-section {
    background-color: #fffbf0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.pages-section {
    background-color: #faf8ea;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-container {
    max-width: 1400px;
    padding-left: 24px;
    padding-right: 24px;
}

.title-wrap-home {
    width: 100%;
    max-width: 925px;
    grid-row-gap: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.mega-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 90px;
    font-weight: 400;
}

.text-subheading-serif {
    font-family: Zodiak, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
}

.master-home-hero-image {
    margin-top: 64px;
    position: relative;
}

.wrap-home-hero-image {
    z-index: 10;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.image-home-hero {
    width: 100%;
}

.master-block-reveal {
    height: 100%;
    position: relative;
}

.inside-block-reveal {
    transform-origin: 50% 100%;
    background-color: #f7f2e2;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.master-hero-home-lines {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.inside-hero-home-lines {
    width: 100vw;
    grid-row-gap: 48px;
    flex-direction: column;
    display: flex;
    transform: scale(1.2) rotate(-6deg);
}

.first-line-home {
    width: 100%;
    height: 20px;
    transform-origin: 0%;
    background-color: #a19b8a;
}

.second-line-home {
    width: 100%;
    height: 20px;
    transform-origin: 0%;
    background-color: #ccc7b6;
}

.third-line-home {
    width: 100%;
    height: 20px;
    transform-origin: 0%;
    background-color: #d9d4c3;
}

.grid-halves-text {
    grid-column-gap: 48px;
    grid-template-rows: auto;
}

.left-halves-text {
    max-width: 577px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.flex-cta-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.flex-cta-left.mg-top-16 {
    margin-top: 16px;
}

.flex-cta-left.mg-top-40 {
    margin-top: 40px;
}

.no-margins {
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    display: flex;
}

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

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

.cta-with-arrow {
    grid-column-gap: 16px;
    color: #272621;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    display: flex;
}

.circle-cta-with-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #272621;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.icon-cta-with-arrow {
    width: 18px;
    height: 18px;
}

.right-halves-text {
    width: 100%;
    max-width: 577px;
}

.paragraph-mega {
    font-size: 26px;
    line-height: 140%;
}

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

.paragraph-mega.project-subtitle {
    margin-bottom: 11px;
}

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

.master-horizontal-line-animated.mg-bottom-100 {
    margin-bottom: 100px;
}

.master-horizontal-line-animated.mg-top-100 {
    margin-top: 100px;
}

.master-horizontal-line-animated.mg-bottom-48 {
    margin-bottom: 48px;
}

.master-horizontal-line-animated.margins-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.master-horizontal-line-animated.mg-top-64 {
    margin-top: 64px;
}

.master-horizontal-line-animated.mg-bottom-64 {
    margin-bottom: 64px;
}

.master-horizontal-line-animated.blog-hero-line {
    margin-bottom: 80px;
}

.line-horizontal {
    width: 100%;
    height: 1px;
    transform-origin: 0%;
    background-color: #272621;
}

.grid-stats {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.wrap-stat {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
}

.text-stat {
    text-align: center;
    font-size: 68px;
    line-height: 115%;
}

.line-vertical {
    width: 1px;
    height: 100%;
    transform-origin: 50% 0;
    background-color: #272621;
}

.video-section {
    min-height: 200vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.sticky-video {
    perspective: 200px;
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
}

.video-sticky {
    height: 90vh;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 32px;
    display: flex;
}

.lightbox-play-video {
    width: 100px;
    height: 100px;
    background-color: #272621;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 24px;
    display: flex;
}

.icon-play-video {
    width: 32px;
    height: 32px;
}

.wrap-services-tab-content {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.tab-circle {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.tabs-menu-services {
    width: 100%;
    max-width: 520px;
    flex-direction: column;
    display: flex;
}

.text-tab-link {
    font-size: 32px;
    line-height: 120%;
}

.tabs-services {
    grid-column-gap: 140px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
}

.tab-link {
    grid-column-gap: 16px;
    color: rgba(39, 38, 33, .5);
    background-color: rgba(221, 221, 221, 0);
    border-bottom: 1px solid #d3c8c2;
    align-items: center;
    padding: 32px 0;
    font-size: 28px;
    display: flex;
}

.tab-link.w--current {
    color: #000;
    background-color: rgba(221, 221, 221, 0);
    border-bottom-color: #272621;
}

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

.tag {
    height: 38px;
    border: 1px solid #272621;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: flex;
}

.tabs-content-services {
    width: 100%;
    max-width: 520px;
    flex: 1;
}

.master-tabs-services {
    margin-top: 64px;
}

.paragraph-big {
    font-size: 20px;
    line-height: 150%;
}

.paragraph-big.coma-divider {
    margin-right: 4px;
}

.paragraph-big.service-detail {
    max-width: 346px;
}

.paragraph-big.left-contact-detail {
    opacity: .8;
}

.paragraph-big.right-contact-detail {
    text-align: right;
}

.paragraph-big.project-detail-title {
    opacity: .8;
}

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

.master-moving-text {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.inside-moving-text {
    grid-column-gap: 64px;
    opacity: .8;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.moving-text-sans {
    text-transform: uppercase;
    flex: none;
    font-size: 100px;
    line-height: 115%;
}

.moving-text-serif {
    text-transform: uppercase;
    flex: none;
    font-family: Zodiak, sans-serif;
    font-size: 100px;
    line-height: 115%;
}

.master-project-item {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
}

.grid-project-item {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: .31fr .69fr;
}

.left-project-item {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.wrap-project-number {
    grid-column-gap: 4px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.number-project-big {
    font-size: 32px;
    line-height: 100%;
}

.number-project-total {
    opacity: .5;
    font-size: 24px;
    line-height: 100%;
}

.wrap-project-image {
    height: 560px;
    cursor: none;
    display: block;
    position: relative;
    overflow: hidden;
}

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

.bottom-left-project-item {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.list-projects {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
}

.text-project-name-grid {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 115%;
}

.wrap-project-details-grid {
    opacity: .85;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.master-cursor {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.circle-cursor {
    width: 80px;
    height: 80px;
    background-color: #272621;
    border-radius: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-cursor {
    width: 24px;
    height: 24px;
}

.grid-master-team-halves {
    grid-column-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: .35fr .65fr;
}

.grid-team-halves {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
}

.tile-team {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.image-team {
    width: 100%;
    display: block;
}

.wrap-team-name {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    display: flex;
}

.wrap-socials {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-social {
    width: 40px;
    height: 40px;
    background-color: #e2decf;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-social {
    width: 18px;
    height: 18px;
}

.master-testimonials-slider {
    position: relative;
}

.slider {
    height: auto;
    background-color: rgba(247, 242, 226, 0);
    position: static;
}

.slide-nav-hidden {
    display: none;
}

.inside-slide {
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: flex-start;
    transition: opacity .2s;
    display: flex;
}

.text-mega-testimonial {
    max-width: 1120px;
    font-size: 72px;
    line-height: 115%;
}

.slide {
    height: auto;
}

.mask {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

.arrow-slider {
    width: 48px;
    height: 48px;
    border: 1px solid #272621;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: -48px;
    left: 0%;
    right: auto;
}

.arrow-slider.right-arrow {
    left: 55px;
}

.icon-arrow-slider {
    width: 24px;
    height: 24px;
}

.connection-logo {
    height: 88px;
    margin-left: 32px;
    margin-right: 32px;
}

.connection-circle {
    width: 13px;
    height: 13px;
    background-color: #272621;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.connection-circle.right-circle {
    margin-left: 8px;
}

.connection-circle.left-circle {
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
}

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

.connection-line.left-line {
    transform-origin: 0%;
}

.connection-line.right-line {
    transform-origin: 100%;
}

.connection-line-master {
    flex: 1;
    align-items: center;
    display: flex;
}

.connection-text {
    color: #272621;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    top: 24px;
    bottom: auto;
    left: auto;
    right: auto;
}

.connection-master {
    width: 100%;
    max-width: 880px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.wrap-lines-background {
    z-index: -1;
    width: 100%;
    height: 310px;
    background-image: url('../images/Lines-Wide.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.gradient-lines-background {
    background-image: linear-gradient(rgba(247, 242, 226, 0), rgba(247, 242, 226, .86) 71%, #f7f2e2);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.wrap-under-logo-text {
    width: 100%;
    max-width: 780px;
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

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

.grid-footer-left-halves {
    grid-column-gap: 0px;
    grid-template: ". Area-2 Area"
  / 420px 420px 420px;
}

.column-footer-links {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.link-footer {
    color: #f7f2e2;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}

.circle-top {
    width: 64px;
    height: 64px;
    border: 1px solid #f7f2e2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-top {
    width: 32px;
    height: 32px;
}

.master-middle-footer {
    color: #f7f2e2;
    border-top: 1px solid #f7f2e2;
    border-bottom: 1px solid #f7f2e2;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    padding-top: 48px;
    padding-bottom: 48px;
    text-decoration: none;
    display: flex;
}

.text-contact-footer {
    font-size: 120px;
    line-height: 151%;
}

.icon-footer-big {
    width: 64px;
    height: 64px;
}

.flex-bootom-footer {
    border-bottom: 1px solid #f7f2e2;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
}

.wrap-legal-footer {
    padding-top: 24px;
}

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

.link-white {
    color: #f7f2e2;
}

.master-hero-about {
    width: 100%;
    max-width: 1237px;
    grid-row-gap: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrap-partners {
    grid-column-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.gallery-section {
    padding-top: 32px;
    padding-bottom: 32px;
    transition: opacity .2s;
}

.moving-images-master-hero-b {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.moving-images-inside-hero-b {
    width: 160vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.moving-image-hero-b {
    width: 32%;
}

.moving-images-top-fill {
    width: 102vw;
    position: absolute;
    top: -1%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.moving-images-bottom-fill {
    width: 102vw;
    max-width: none;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0%;
    right: 0%;
}

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

.wrap-big-text-right {
    width: 100%;
    max-width: 660px;
    margin-right: 115px;
}

.big-text {
    font-size: 32px;
    line-height: 140%;
}

.grid-divided-halves {
    grid-column-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
}

.master-divided-halves-image {
    max-height: 90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 5vh;
}

.right-values {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
}

.image-divided-halves {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.expand-open {
    transform-origin: 50% 0;
}

.space-24 {
    height: 24px;
}

.expandable-content-flex {
    height: auto;
    cursor: pointer;
    border-top: 1px solid #272621;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
}

.expandable-content-wrap {
    width: 100%;
    height: auto;
    max-width: 314px;
}

.expandable-content-wrap.wide-content-expandable {
    max-width: 600px;
}

.expand-icon-wrap {
    width: 48px;
    height: 48px;
    border: 1px solid #272621;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    display: flex;
}

.expanded-text {
    margin-bottom: 0;
}

.expandable-wrap {
    width: 100%;
}

.service-expandable-left {
    align-items: flex-start;
    display: flex;
}

.text-heading-3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 120%;
}

.icon-expandable-arrow {
    width: 24px;
    height: 24px;
}

.wrap-mega-text-right {
    width: 100%;
    max-width: 1237px;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    display: flex;
}

.mega-text {
    font-size: 50px;
    line-height: 115%;
}

.flex-heading-text-sides {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.left-heading-text {
    width: 100%;
    max-width: 545px;
}

.right-heading-text {
    width: 100%;
    max-width: 577px;
}

.grid-team-with-dividers {
    grid-column-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    margin-top: 80px;
}

.wrap-heading-left-space {
    max-width: 430px;
    margin-left: 115px;
}

.master-awards-table {
    width: 100%;
    max-width: 890px;
    margin-top: 100px;
    margin-right: 115px;
}

.grid-awards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 130px 1fr 320px;
}

.cell-award {
    border-top: 1px solid #272621;
    padding-top: 24px;
    padding-bottom: 24px;
}

.nav-link {
    color: #272621;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link.w--current {
    color: #272621;
}

.master-hero-services {
    width: 100%;
    max-width: 1237px;
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.sevice-image {
    width: 100%;
}

.industry-bottom-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    transform-origin: 50% 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

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

.industry-space-home-b {
    height: 48px;
}

.single-service-images {
    color: #000;
    border-top: 1px solid #000;
    padding-top: 48px;
    padding-bottom: 48px;
    text-decoration: none;
    display: block;
}

.right-contact-details {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
}

.single-contact-detail {
    border-top: 1px solid #272621;
    border-bottom: 1px #272621;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
}

.right-contact-form {
    flex-direction: column;
    display: flex;
}

.form {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.button {
    height: 48px;
    color: #272621;
    background-color: #f7f2e2;
    border: 1px solid #272621;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    transition: background-color .2s;
}

.button:hover {
    background-color: rgba(39, 38, 33, .08);
}

.button.filled {
    color: #f7f2e2;
    background-color: #272621;
}

.button.nav-button {
    height: 44px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.button.cart-button {
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
}

.button.white-outline {
    color: #f7f2e2;
    background-color: #272621;
    border-color: #f7f2e2;
}

.button.cookies-small {
    height: 38px;
    justify-content: center;
    align-items: center;
    padding: 4px 16px 5px;
    font-size: 16px;
    display: flex;
}

.text-field {
    height: 50px;
    background-color: #f7f2e2;
    border: 1px #000;
    border-bottom: 1px solid #272621;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
}

.text-field:focus {
    color: #272621;
    border-color: #000 #000 #272621;
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
}

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

.flex-submit-button {
    justify-content: flex-end;
    display: flex;
}

.text-area {
    height: 50px;
    background-color: #f7f2e2;
    border: 1px #000;
    border-bottom: 1px solid #272621;
    padding-bottom: 78px;
    padding-left: 0;
    font-size: 20px;
}

.text-area:focus {
    color: #272621;
    border-color: #000 #000 #272621;
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
}

.master-faq-items {
    width: 100%;
    max-width: 545px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.master-projects-hero {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
}

.circle-scroll-down {
    width: 110px;
    height: 110px;
    background-color: #272621;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
}

.icon-scroll-down {
    width: 48px;
    height: 48px;
}

.title-wrap-blog {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
}

.grid-blogs {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.link-blog {
    grid-row-gap: 24px;
    flex-direction: column;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
}

.link-blog:hover {
    transform: scale(.98);
}

.flex-shop-title {
    display: flex;
    align-items: center; /* Centra verticalmente su contenido */
    justify-content: center; /* Centra horizontalmente su contenido */
}
.flex-shop-title h1 {
    padding: 0 0 20px 0;
}

.list-categories-container {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (min-width: 480px) {
    .list-categories-container {
        margin: 0 0 0 50px;
    }
}

.list-categories-container::-webkit-scrollbar {
    width: 0;
}

.list-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0 1px 0;
}

.tag-category {
    height: 32px;
    background-color: #e2decf;
    border-radius: 40px;
    margin-right: 10px;
    padding: 0 8px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.badge-info{
    height: 32px;
    background-color: #e2decf;
    border-radius: 40px;
    margin-right: 5px;
    padding: 0 8px;
    font-size: 16px;
    text-decoration: none;
    display: inline;
}

.grid-products {
    grid-column-gap: 32px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.link-shop {
    grid-row-gap: 32px;
    flex-direction: column;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
}

.link-shop:hover {
    transform: scale(.98);
}

.background-shop-image {
    background-color: #e2decf;
    padding: 24px;
}

.image-shop {
    width: 100%;
}

.wrap-shop-tile-text {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.title-wrap-blog-hero {
    width: 100%;
    max-width: 1122px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.master-blog-image {
    margin-top: 64px;
    margin-bottom: 100px;
}

.image-blog-main {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.master-blog-content {
    width: 100%;
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
}

.left-product {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.image-product {
    width: 100%;
}

.list-wrap-product-gallery {
    margin-top: 24px;
}

.list-product-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.lightbox-product-gallery {
    max-width: 100px;
    transform: translate(0);
}

.lightbox-product-gallery:hover {
    transform: scale(1.05);
}

.right-product {
    grid-row-gap: 72px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 120px;
    display: flex;
}

.top-right-product {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.wrap-name-price {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.product-name-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
}

.add-to-cart {
    width: 100%;
}

.default-add-to-cart {
    grid-column-gap: 12px;
    align-items: flex-end;
    display: flex;
}

.flex-project-title {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}

.grid-project-details {
    grid-column-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 490px 160px 160px 1fr;
    align-items: flex-start;
    display: flex;
}

.column-project-detail {
    grid-row-gap: 8px;
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    display: flex;
}

.column-project-detail.last-column {
    flex: 1;
    align-items: flex-end;
}

.column-project-detail.first-column {
    max-width: 450px;
    padding-right: 20px;
}

.image-main-project {
    width: 100%;
}

.master-left-text-space {
    width: 100%;
    max-width: 660px;
    margin-left: 115px;
}

.grid-thirds-project-gallery {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.image-project-thirds {
    width: 100%;
}

.master-right-text-space {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: 115px;
}

.list-big-gallery {
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
}

.image-big-project {
    width: 100%;
}

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

.link-project-thirds {
    grid-row-gap: 24px;
    flex-direction: column;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
}

.link-project-thirds:hover {
    transform: scale(.98);
}

.wrap-text-project-thirds {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.master-legal-text {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.limit-720 {
    max-width: 720px;
}

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

.template-h2 {
    margin-top: 0;
}

.icon-template {
    width: 40px;
}

.left-column-template-details {
    padding: 0;
}

.color {
    background-color: #faebe3;
    border: 1px solid rgba(62, 59, 54, .3);
    padding-top: 100%;
}

.color.color-three {
    background-color: #e2decf;
}

.color.color-two {
    background-color: #f7f2e2;
}

.color.color-one {
    background-color: #272621;
}

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

.icons-grid-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.columns-template-details {
    display: flex;
}

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

.divider-typography {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.text-quote {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 300;
    line-height: 160%;
}

.link-template-navigation {
    color: rgba(19, 19, 19, .7);
    font-size: 24px;
    font-weight: 400;
    line-height: 135%;
    text-decoration: none;
}

.link-template-navigation.w--current {
    color: #131313;
    font-weight: 500;
}

.right-column-template-details {
    grid-row-gap: 32px;
    flex-direction: column;
    padding: 0 0 0 24px;
    display: flex;
}

.tile-template-details {
    grid-row-gap: 16px;
    background-color: #e2decf;
    flex-direction: column;
    padding: 40px;
    display: flex;
}

.wrap-template-ui {
    grid-row-gap: 12px;
    background-color: rgba(0, 0, 0, .13);
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
}

.grid-buttons {
    grid-template-rows: auto;
}

.color-master {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
}

.tile-template-navigation {
    grid-row-gap: 16px;
    background-color: #e2decf;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.tile-changelog {
    width: 100%;
    max-width: 562px;
    background-color: #e2decf;
    padding: 40px 32px;
}

.checkout-form {
    background-color: #fffcf4;
    padding: 64px 0;
}

.brand-checkout {
    height: 72px;
    background-color: #f7f2e2;
    border-bottom: 1px solid rgba(62, 59, 54, .2);
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-brand-checkout {
    height: 32px;
}

.brand-image-checkout {
    height: 100%;
}

.apple-pay {
    height: 44px;
}

.block-header {
    background-color: #f7f2e2;
    border-color: #cec8b1;
}

.block-content {
    background-color: #f7f2e2;
    border-bottom-color: #cec8b1;
    border-left-color: #cec8b1;
    border-right-color: #cec8b1;
}

.text-field-checkout {
    height: 44px;
    background-color: #f7f2e2;
    border-color: #aaa48f;
    margin-bottom: 8px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
    border-color: #272621;
}

.shipping-method {
    background-color: #f7f2e2;
}

.billing-address-toggle {
    justify-content: flex-start;
    align-items: center;
}

.checkbox {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.checkbox-label {
    margin-bottom: 0;
}

.utility-page-wrap {
    width: 100vw;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

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

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

.icon-lock {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

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

.title-wrap-contact {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.wrap-faq-heading {
    text-align: center;
}

.dropdown-toggle {
    grid-column-gap: 9px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 14px;
    display: flex;
}

.icon-drodown {
    width: 20px;
    height: 20px;
}

.dropdown-list {
    background-color: #e2decf;
}

.dropdown-list.w--open {
    border: 1px solid rgba(39, 38, 33, .1);
}

.dropdown-link {
    text-align: center;
    font-size: 16px;
}

.dropdown-link:hover {
    background-color: #dbd7c5;
}

.dropdown-link.w--current {
    color: #272621;
}

.wrap-nav-buttons {
    grid-column-gap: 6px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.divider-nav {
    width: 1px;
    height: 12px;
    background-color: #272621;
    margin-right: 12px;
}

.master-hero-sales {
    width: 100%;
    max-width: 1237px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.flex-sales-cta {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
}

.container-sales-mockups {
    max-width: 1400px;
    padding-left: 24px;
    padding-right: 24px;
}

.section-sales-mockups {
    height: 95vh;
    max-height: 900px;
    min-height: 600px;
    background-color: #272621;
    overflow: hidden;
}

.grid-thirds-mokckups {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.sales-mock-image {
    width: 100%;
    border: 1px solid rgba(226, 222, 207, .36);
    border-radius: 1px;
    margin-bottom: 0;
}

.sales-mock-link-block {
    width: 100%;
    margin-bottom: 24px;
    transition: transform .5s;
}

.sales-mock-link-block:hover {
    transform: scale(1.03);
}

.heading-wrap-sales {
    width: 100%;
    max-width: 800px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.wrap-figma-content {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.grid-included {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
}

.icon-figma {
    width: 120px;
    height: 120px;
}

.included-padding-wrap {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    display: flex;
}

.image-included {
    width: 100%;
}

.included-card {
    height: 100%;
    min-height: 340px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #f7f2e2;
    border-radius: 2px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
}

.included-card.figma-card {
    min-height: 0;
    grid-column-gap: 56px;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    padding: 32px;
}

.span-link {
    color: #000;
    font-weight: 700;
}

.master-sales-pages {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
}

.single-sales-pages {
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
}

.grid-thirds-sales-page {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #0a0a0a;
    text-align: center;
    background-color: #f7f2e2;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    text-decoration: none;
    transition: transform .2s;
    display: flex;
}

.sales-card:hover {
    transform: translate(0, -4px);
}

.image-sales-page {
    width: 100%;
    border: 1px solid rgba(39, 38, 33, .1);
    border-radius: 4px;
}

.grid-fourths-sales-fourths {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-thirds-all-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
}

.more-power-card {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: #f7f2e2;
    border-radius: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 24px;
    display: flex;
}

.flex-cta-more-power {
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    display: flex;
}

.cookie-banner {
    z-index: 100;
    max-width: 460px;
    background-color: #e2decf;
    padding: 28px;
    position: fixed;
    top: auto;
    bottom: 16px;
    left: 16px;
    right: auto;
}

.cookies-heading {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
}

.flex-cookies-cta {
    grid-column-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    line-height: 98%;
    display: flex;
}

.text-cookies-paragraph {
    font-size: 16px;
    line-height: 142%;
}

.text-cookies-ps {
    margin-top: 10px;
    font-size: 14px;
    line-height: 142%;
}

.cookie-close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-color: rgba(25, 25, 25, .08);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    transition: transform .2s, opacity .2s;
    display: flex;
    position: absolute;
    top: 12px;
    bottom: auto;
    left: auto;
    right: 12px;
}

.cookie-close:hover {
    background-color: rgba(25, 25, 25, .15);
    transform: scale(1.08);
}

.cookie-close-image {
    width: 20px;
    height: 20px;
}

.success-message {
    background-color: #e2decf;
    border: 1px solid #272621;
}

.heading {
    font-size: 80px;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 64px;
    }

    .nav-menu {
        max-height: 80vh;
        background-color: #e2decf;
        border-top: 1px solid rgba(39, 38, 33, .5);
        border-bottom: 1px solid rgba(39, 38, 33, .5);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: scroll;
    }

    .section.hero-about, .section.hero-services, .section.projects-page, .section.hero-project {
        padding-top: 100px;
    }

    .section.hero-sales, .section.included-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mega-h1 {
        font-size: 80px;
        line-height: 110%;
    }

    .text-subheading-serif {
        font-size: 66px;
        line-height: 80px;
    }

    .grid-halves-text {
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }

    .left-halves-text {
        text-align: center;
        align-items: center;
    }

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

    .master-horizontal-line-animated.mg-bottom-100 {
        margin-bottom: 64px;
    }

    .master-horizontal-line-animated.mg-top-100 {
        margin-top: 64px;
    }

    .master-horizontal-line-animated.blog-hero-line {
        margin-bottom: 40px;
    }

    .grid-stats {
        grid-row-gap: 40px;
        grid-template-columns: 1fr 1px 1fr;
    }

    .master-vertical-line-animated.second-line-stat, .master-vertical-line-animated.team-divider, .master-vertical-line-animated.divided-halves-line {
        display: none;
    }

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

    .wrap-tags {
        flex-wrap: wrap;
    }

    .moving-text-sans, .moving-text-serif {
        font-size: 80px;
    }

    .wrap-project-image {
        height: 450px;
    }

    .grid-master-team-halves {
        grid-row-gap: 52px;
        grid-template-columns: 1fr;
    }

    .grid-team-halves {
        width: 100%;
        max-width: 720px;
    }

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

    .text-mega-testimonial {
        font-size: 52px;
    }

    .connection-logo {
        height: 70px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .connection-master {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .flex-top-footer {
        grid-row-gap: 48px;
        flex-direction: column;
        align-items: stretch;
    }

    .right-top-footer {
        order: -1;
    }

    .grid-footer-left-halves {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .text-contact-footer {
        font-size: 80px;
    }

    .master-hero-about {
        grid-row-gap: 48px;
    }

    .moving-images-inside-hero-b {
        width: 180vw;
    }

    .big-text {
        font-size: 30px;
    }

    .grid-divided-halves {
        width: 100%;
        max-width: 620px;
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-divided-halves.contact-form-grid {
        margin-top: 64px;
    }

    .master-divided-halves-image {
        max-height: 390px;
        position: static;
    }

    .expandable-content-wrap.wide-content-expandable {
        max-width: 400px;
    }

    .mega-text {
        font-size: 60px;
    }

    .flex-heading-text-sides {
        grid-row-gap: 24px;
        text-align: center;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .grid-team-with-dividers {
        width: 100%;
        max-width: 390px;
        grid-row-gap: 64px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-heading-left-space {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .master-awards-table {
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-link {
        max-width: 80%;
        justify-content: center;
        align-items: center;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 22px;
        display: flex;
    }

    .sevice-image.image-three {
        display: none;
    }

    .industry-bottom-grid, .service-top-grid {
        grid-template-columns: 1fr 1fr;
    }

    .circle-scroll-down {
        width: 80px;
        height: 80px;
    }

    .icon-scroll-down {
        width: 32px;
        height: 32px;
    }

    .grid-blogs {
        width: 100%;
        max-width: 480px;
        grid-row-gap: 80px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

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

    .image-blog-main {
        max-height: 470px;
    }

    .left-product {
        width: 100%;
        max-width: 470px;
    }

    .right-product {
        padding-top: 0;
    }

    .flex-project-title {
        grid-row-gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-project-details {
        grid-row-gap: 64px;
        flex-direction: column;
        align-items: flex-start;
    }

    .column-project-detail.last-column {
        align-items: flex-start;
    }

    .master-left-text-space {
        margin-left: auto;
        margin-right: auto;
    }

    .grid-projects-halves {
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }

    .left-column-template-details {
        display: none;
    }

    .columns-template-details {
        flex-direction: column;
    }

    .text-quote {
        font-size: 32px;
    }

    .right-column-template-details {
        padding: 0;
    }

    .tile-changelog {
        padding-right: 4px;
    }

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

    .title-wrap-contact {
        width: 100%;
        max-width: 540px;
        text-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-faq-heading {
        margin-top: 64px;
    }

    .dropdown-toggle {
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 20px;
    }

    .dropdown-list.w--open {
        background-color: rgba(39, 38, 33, .03);
        position: static;
    }

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

    .divider-nav {
        display: none;
    }

    .menu-button {
        width: 44px;
        height: 44px;
        background-color: rgba(39, 38, 33, .08);
        border-radius: 50%;
        flex: none;
        padding: 0;
    }

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

    .wrap-menu-button {
        width: 100%;
        height: 100%;
        grid-row-gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        display: flex;
    }

    .line-menu {
        width: 32px;
        height: 2px;
        background-color: #272621;
        padding: 0;
    }

    .line-menu.first-line {
        width: 28px;
    }

    .line-menu.second-line {
        width: 18px;
    }

    .dropdown {
        width: 80%;
        font-size: 22px;
        display: block;
    }

    .sales-mockups-column.third-column {
        display: none;
    }

    .grid-thirds-mokckups {
        grid-template-columns: 1fr;
    }

    .grid-thirds-mokckups.sales-mokcups {
        grid-template-columns: 1fr 1fr;
    }

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

    .included-card {
        min-height: 260px;
    }

    .grid-thirds-sales-page {
        width: 100%;
        max-width: 400px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .sales-card {
        padding: 16px;
    }

    .grid-fourths-sales-fourths {
        grid-template-columns: 1fr 1fr;
    }

    .grid-thirds-all-features {
        width: 100%;
        max-width: 600px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    h2 {
        font-size: 42px;
    }

    .brand-link-navbar {
        height: 27px;
        padding-left: 0;
    }

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

    .section.hero-about, .section.hero-services {
        padding-top: 80px;
    }

    .section.hero-project {
        padding-bottom: 24px;
    }

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

    .title-wrap-home {
        grid-row-gap: 8px;
    }

    .mega-h1 {
        font-size: 62px;
    }

    .text-subheading-serif {
        font-size: 52px;
        line-height: 60px;
    }

    .wrap-home-hero-image {
        width: 84%;
    }

    .paragraph-mega {
        font-size: 24px;
    }

    .wrap-stat {
        grid-row-gap: 16px;
    }

    .text-stat {
        font-size: 52px;
    }

    .tabs-services {
        grid-row-gap: 64px;
        grid-template-columns: 1fr;
    }

    .tab-link {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 24px;
    }

    .grid-project-item {
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }

    .left-project-item {
        grid-row-gap: 48px;
    }

    .grid-team-halves {
        grid-column-gap: 24px;
        grid-row-gap: 48px;
    }

    .text-mega-testimonial {
        font-size: 44px;
    }

    .connection-logo {
        height: 70px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .connection-text {
        font-size: 18px;
    }

    .connection-master {
        width: 90%;
        max-width: none;
    }

    .moving-images-inside-hero-b {
        width: 1280px;
    }

    .wrap-big-text-right {
        margin-right: 32px;
    }

    .master-divided-halves-image {
        max-height: 330px;
    }

    .service-expandable-left {
        flex-direction: column;
    }

    .text-heading-3 {
        font-size: 24px;
    }

    .mega-text {
        font-size: 40px;
    }

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

    .cell-award {
        font-weight: 500;
    }

    .cell-award.second-row {
        border-top-style: none;
        padding-top: 0;
        padding-bottom: 16px;
        font-weight: 400;
    }

    .cell-award.third-row {
        border-top-style: none;
        padding-top: 2px;
        padding-bottom: 24px;
        font-weight: 400;
    }

    .button.nav-button {
        display: none;
    }

    .master-projects-hero {
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .grid-products {
        width: 100%;
        max-width: 400px;
        grid-row-gap: 64px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .master-blog-image {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .image-blog-main {
        max-height: 72vw;
    }

    .grid-thirds-project-gallery {
        grid-column-gap: 8px;
    }

    .left-column-template-details {
        display: none;
    }

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

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

    .columns-template-details {
        flex-direction: column;
    }

    .text-quote {
        font-size: 5vw;
    }

    .right-column-template-details {
        padding: 0;
    }

    .tile-template-details {
        padding: 24px;
    }

    .tile-changelog {
        padding: 32px 24px;
    }

    .utility-page-content {
        width: 90%;
    }

    .image-wide {
        min-height: 80vw;
    }

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

    .sales-mockups-column.third-column {
        display: none;
    }

    .wrap-figma-content {
        text-align: center;
        align-items: center;
    }

    .grid-included {
        width: 100%;
        max-width: 460px;
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .included-card.figma-card {
        text-align: center;
        flex-direction: column;
    }

    .cookie-banner {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 10vw;
    }

    h2 {
        font-size: 28px;
    }

    blockquote {
        font-size: 22px;
    }

    .navbar {
        height: 72px;
    }

    .container-navbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .brand-link-navbar {
        height: 24px;
        max-width: 44vw;
        padding-left: 0;
    }

    .brand-navbar {
        width: 90px;
        height: auto;
    }

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

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

    .main-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mega-h1 {
        font-size: 11.2vw;
    }

    .text-subheading-serif {
        font-size: 9vw;
        line-height: 120%;
    }

    .master-home-hero-image {
        margin-top: 48px;
    }

    .wrap-home-hero-image {
        width: 80%;
    }

    .inside-hero-home-lines {
        grid-row-gap: 24px;
    }

    .first-line-home, .second-line-home, .third-line-home {
        height: 14px;
    }

    .left-halves-text {
        grid-row-gap: 16px;
    }

    .paragraph-mega {
        font-size: 22px;
    }

    .wrap-stat {
        grid-row-gap: 8px;
    }

    .text-stat {
        font-size: 10vw;
    }

    .lightbox-play-video {
        width: 80px;
        height: 80px;
    }

    .text-tab-link {
        font-size: 24px;
    }

    .paragraph-big.right-contact-detail {
        text-align: left;
    }

    .inside-moving-text {
        grid-column-gap: 12vw;
    }

    .moving-text-sans, .moving-text-serif {
        font-size: 16vw;
    }

    .wrap-project-image {
        height: 72vw;
    }

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

    .text-mega-testimonial {
        font-size: 32px;
    }

    .connection-logo {
        height: 70px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .connection-circle.right-circle {
        margin-left: 0;
    }

    .connection-circle.left-circle {
        margin-right: 0;
    }

    .connection-line {
        width: 1px;
        height: 80px;
    }

    .connection-line-master {
        flex-direction: column;
    }

    .connection-text {
        top: -32px;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .connection-text.second-text {
        top: 32px;
    }

    .connection-master {
        flex-direction: column;
    }

    .grid-footer-left-halves {
        grid-row-gap: 64px;
        grid-template-columns: 1fr;
    }

    .text-contact-footer {
        font-size: 16vw;
    }

    .wrap-partners {
        grid-column-gap: 12px;
        grid-row-gap: 16px;
        flex-wrap: wrap;
    }

    .moving-images-inside-hero-b {
        width: 1070px;
    }

    .wrap-big-text-right {
        margin-right: 0;
    }

    .big-text {
        font-size: 24px;
    }

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

    .master-divided-halves-image {
        max-height: 80vw;
    }

    .expandable-content-wrap {
        max-width: none;
        flex: 0 auto;
    }

    .expand-icon-wrap {
        flex: none;
    }

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

    .service-expandable-left {
        flex-direction: column;
        flex: 1;
        margin-right: 16px;
    }

    .mega-text {
        font-size: 9.5vw;
    }

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

    .sevice-image.image-three {
        display: block;
    }

    .industry-bottom-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: 1fr;
    }

    .service-top-grid {
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
    }

    .industry-space-home-b {
        height: 24px;
    }

    .single-contact-detail {
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .circle-scroll-down {
        width: 64px;
        height: 64px;
    }

    .icon-scroll-down {
        width: 28px;
        height: 28px;
    }

    .flex-shop-title {
        grid-row-gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    .background-shop-image {
        padding: 12px;
    }

    .image-blog-main {
        max-height: 90vw;
    }

    .lightbox-product-gallery {
        max-width: 24vw;
    }

    .right-product {
        grid-row-gap: 40px;
    }

    .product-name-h1 {
        font-size: 10vw;
    }

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

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

    .text-quote {
        font-size: 6vw;
    }

    .wrap-template-ui {
        padding: 16px;
    }

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

    .utility-page-wrap {
        padding-top: 64px;
    }

    .image-wide {
        min-height: 100vw;
    }

    .master-hero-sales {
        grid-row-gap: 24px;
    }

    .flex-sales-cta {
        width: 100%;
        max-width: 230px;
        grid-row-gap: 8px;
        flex-direction: column;
        align-items: stretch;
        margin-top: 16px;
    }

    .container-sales-mockups {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sales-mockups-column.third-column {
        display: block;
    }

    .sales-mockups-column.second-column, .sales-mockups-column.first-column {
        display: none;
    }

    .grid-thirds-mokckups.sales-mokcups {
        grid-template-columns: 1fr;
    }

    .included-card {
        padding: 24px;
    }

    .sales-card {
        padding: 16px;
    }

    .grid-fourths-sales-fourths {
        grid-row-gap: 8px;
        grid-template-columns: 1fr;
    }

    .more-power-card {
        padding: 24px;
    }

    .cookie-banner {
        text-align: center;
        bottom: 0;
    }

    .flex-cookies-cta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cookie-close {
        width: 32px;
        height: 32px;
    }
}

#w-node-_50e753ae-abdb-d285-7129-04d4fc5fbe26-ef561d67, #w-node-_50e753ae-abdb-d285-7129-04d4fc5fbe2d-ef561d67, #w-node-_50e753ae-abdb-d285-7129-04d4fc5fbe34-ef561d67, #w-node-ea3ddebc-968f-36d2-960b-7dbb9c186d54-ef561d67, #w-node-ea3ddebc-968f-36d2-960b-7dbb9c186d5b-ef561d67, #w-node-ea3ddebc-968f-36d2-960b-7dbb9c186d62-ef561d67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea3ddebc-968f-36d2-960b-7dbb9c186d6a-ef561d67 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0f32816-c341-79e6-48fa-7eecb674de2e-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de34-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de3a-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de40-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de46-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de4c-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de52-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de58-ef561d67, #w-node-c0f32816-c341-79e6-48fa-7eecb674de5e-ef561d67, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d5386-430d5381, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d538f-430d5381, #w-node-_83993fc1-8e54-c8d3-faae-6d8a430d539f-430d5381 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_885993ee-211e-8f43-a626-84203e030b24-430d5381 {
    grid-area: Area;
    justify-self: end;
}

#w-node-_83993fc1-8e54-c8d3-faae-6d8a430d53a6-430d5381, #w-node-_7fe30ded-4729-ec7d-0148-9f3265f4ed22-ef561d6a, #w-node-_61dec195-3536-ea92-3ce7-0362862520fb-ef561d6a, #w-node-ba80750d-03f0-5900-f128-16a6296cfb6a-ef561d6a, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d3a-ef561d6e, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d3e-ef561d6e, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d40-ef561d6e, #w-node-dcde15d9-a748-91df-75a9-5874ea35d131-ef561d6e, #w-node-dcde15d9-a748-91df-75a9-5874ea35d135-ef561d6e, #w-node-dcde15d9-a748-91df-75a9-5874ea35d137-ef561d6e, #w-node-_0ab7706c-e820-8c83-9e2e-12bcb5355035-b5355029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab7706c-e820-8c83-9e2e-12bcb5355045-b5355029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
}

#w-node-_0ab7706c-e820-8c83-9e2e-12bcb5355047-b5355029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab7706c-e820-8c83-9e2e-12bcb5355057-b5355029 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
}

#w-node-_0ab7706c-e820-8c83-9e2e-12bcb5355059-b5355029, #w-node-_33ba04d5-2d54-f979-da17-cdfc23f9bf3b-ef561d71, #w-node-_30118fd3-1958-43f6-5df8-b954fb24288f-ef561d71, #w-node-_76b5257d-b328-d8d5-4feb-115851158faf-ef561d71, #w-node-_0d1c3b30-0430-5127-d66b-9f6ea6cd010e-ef561d72, #w-node-b1932a51-c2ee-8763-457e-9883e6363c84-ef561d72, #w-node-c74db157-2ff9-f212-1971-be61f2e25cee-ef561d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b32bff0-a055-a9d0-e04f-b44dbf93cee2-ef561d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
}

#w-node-c9eae2a6-fb79-c10b-bb83-e50f26f03f50-ef561d74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
}

#w-node-_69a98f32-8556-7592-b321-d13be33344b8-ef561d74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
}

#w-node-_23f03895-24c9-e79b-380e-2e7a8a35afc6-ef561d74 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
}

#w-node-_23f03895-24c9-e79b-380e-2e7a8a35afd7-ef561d74 {
    justify-self: start;
}

#w-node-_6dada926-dff3-35b0-092b-09c3ce0c5346-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c5347-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c5348-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c5349-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534a-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534b-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534c-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534d-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534e-ef561d76, #w-node-_6dada926-dff3-35b0-092b-09c3ce0c534f-ef561d76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_2f50fec4-1b7a-e814-110a-baaed2efb3f3-ef561d79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31a6-ef561d7a, #w-node-_19c113d8-6800-f456-fa79-b92b0137058f-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31ab-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31ac-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31ad-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c8068e-d5cc-dfdb-85ca-b84a93067710-ef561d7a, #w-node-dc508a6e-e113-aac1-0754-941c1016dd4c-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31b7-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31b8-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31b9-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f6b0c3f-66a9-77a3-66d0-540071655205-ef561d7a, #w-node-_8e1cadfc-01a6-b3e3-f046-f11d230ea3ef-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31c3-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31c4-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31c5-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2f85699-6001-9427-e9af-7a8922ea7de7-ef561d7a, #w-node-_4ead8b74-7ff4-0de6-bcfb-81dbc820272c-ef561d7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
}

#w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31cf-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31d0-ef561d7a, #w-node-_9380cb75-28be-8f08-a6e4-c71bcb3d31d1-ef561d7a, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b4f-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b53-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b57-ef561d7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98c1872a-6a62-50cd-fa96-18010fde5b66-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b67-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b68-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b69-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6a-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6b-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6c-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6d-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6e-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b6f-ef561d7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_98c1872a-6a62-50cd-fa96-18010fde5b7d-ef561d7d, #w-node-_98c1872a-6a62-50cd-fa96-18010fde5b84-ef561d7d, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d3a-54e7b3cd, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d3e-54e7b3cd, #w-node-_2ea9e0a2-46b4-5ca6-1c38-95199be33d40-54e7b3cd, #w-node-dcde15d9-a748-91df-75a9-5874ea35d131-54e7b3cd, #w-node-dcde15d9-a748-91df-75a9-5874ea35d135-54e7b3cd, #w-node-dcde15d9-a748-91df-75a9-5874ea35d137-54e7b3cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_33ba04d5-2d54-f979-da17-cdfc23f9bf3b-ef561d71, #w-node-c9eae2a6-fb79-c10b-bb83-e50f26f03f50-ef561d74, #w-node-_69a98f32-8556-7592-b321-d13be33344b8-ef561d74, #w-node-_23f03895-24c9-e79b-380e-2e7a8a35afc6-ef561d74, #w-node-_23f03895-24c9-e79b-380e-2e7a8a35afd7-ef561d74 {
        justify-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-ea3ddebc-968f-36d2-960b-7dbb9c186d6a-ef561d67 {
        grid-column: span 1 / span 1;
    }
}


@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Zodiak';
    src: url('../fonts/Zodiak-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.block {
    display: block;
}
.font-bold{
    font-weight: bold;
}