@font-face {
    font-family: "MoriGothic";
    src: url("../fonts/MoriGothic-Normal.eot");
    src: local("@"),
        url("../fonts/MoriGothic-Normal.eot?#iefix") format("embedded-opentype"),
        url("../fonts/MoriGothic-Normal.ttf") format("truetype"),
        url("../fonts/MoriGothic-Normal.otf") format("otf"),
        url("../fonts/MoriGothic-Normal.woff") format("woff"),
        url("../fonts/MoriGothic-Normal.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

html {
    overflow-x: hidden;
}

:root {
    --color--background-color: #000000;
    /* --font-family--satoshi: Satoshi, sans-serif;*/
    --font-family--satoshi: "MoriGothic";
    /* --color--font-color: #fbfbfb; */
    --color--font-color: #ffffff;
    --text-size--regular: 1rem;
    --heading-style--h2: 6.5rem;
    --color--light-black: #1a1a1a;
    --text-size--display: 3.5vw;
    --text-size--xlarge: 1.5rem;
    --text-size--large: 1.25rem;
    --heading-style--h3: 5rem;
    --heading-style--h6: 3.5rem;
    --heading-style--h5: 4.25rem;
    --color--black\<deleted\|variable-ac22ca26\>: #151515;
    --text-size--medium: 1.125rem;
    --heading-style--h1: 7.5rem;
    --text-size--small: 0.875rem;
    --text-size--tiny: 0.75rem;
    --heading-style--h4: 4.7rem;
    --text-size--huge: 1.875rem;
    --color--grey: #232323;
    --text-size--xdisplay: 3vw;
    --text-size--xxhuge: 2.25rem;
    --text-size--xhuge: 2rem;
    --text-size--xxlarge: 1.625rem;
    --gray-100: #fbfbfb1a;
    --border: 0rem;
    --gray-400: #6b6b6b;
    --color--light-blue: #fbfbfb1a;
    --gap: 0.5rem;

    /* --color-gray900: #000000; */
    --color-gray900: #000000;
    --color-secondary400: #fc7af0;
    --color-amarillo: #ecfd31;
    --color-aqua: #73f3f5;
    --color-lila: #b1a9e9;
    --color-azulMarino: #266fb3;
    --color-naranja: #fa8919;
    --color-gray400: #e5e5e5;
}

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

.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-commerceaddtocartform {
    margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartopenlinkicon {
    margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    background-color: var(--color--background-color);
    font-family: var(--font-family--satoshi);
    color: var(--color--font-color);
    font-size: var(--text-size--regular);
    font-weight: 400;
    line-height: 1.5;
    /*overflow-x: hidden;*/
    content-visibility: auto;
}

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

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 36px;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 30px;
}

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

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 20px;
}

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

p {
    margin-bottom: 0;
}

a {
    color: var(--color--font-color);
    text-decoration: none;
}

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

ol {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 40px;
}

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

blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
}

.button-style-guide {
    color: #fff;
    background-color: #333;
    border-radius: 10rem;
    flex-direction: column;
    padding: 1rem 2rem;
    font-size: 1rem;
    text-decoration: none;
    transition: padding 0.6s;
    display: flex;
    overflow: hidden;
}

.button-style-guide:hover {
    grid-row-gap: 0.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.rich-text h1 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.rich-text p {
    margin-bottom: 1.5rem;
}

.rich-text h2 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.rich-text ul {
    margin-bottom: 1.5rem;
}

.rich-text h3,
.rich-text h4 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.rich-text img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.rich-text h5 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.rich-text blockquote {
    margin-bottom: 1.5rem;
}

.rich-text h6 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

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

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

.container.large {
    max-width: 90vw;
}

.container.medium {
    max-width: 100rem;
}

.container.small {
    max-width: 90rem;
}

.text-box {
    max-width: 60ch;
}

.text-box.large {
    max-width: 60rem;
}

.heading-2 {
    font-size: var(--heading-style--h2);
    font-weight: 400;
    line-height: 1;
}

.text-size-regular {
    font-size: var(--text-size--regular);
    display: block;
}

.padding-global {
    padding: 0;
    /* padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem; */
}

.padding-global.small {
    padding-left: 1rem;
    padding-right: 1rem;
}

.section-style-guide {
    margin-top: 5.75rem;
}

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

.hero-style-guide-content {
    grid-row-gap: 1.5rem;
    color: #f3f3f3;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.hero-style-guide-wrapper {
    background-color: var(--color--light-black);
    border-radius: 1rem;
    width: 100%;
    margin-top: 1rem;
    padding: 13rem 2rem 2rem;
    overflow: hidden;
}

.text-size-display {
    font-size: var(--text-size--display);
    line-height: 1;
}

.text-size-display.text-weight-regular {
    font-size: var(--text-size--display);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.heading-component {
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 90ch;
    display: flex;
}

.blog-pots-component {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    margin-top: 15vh;
    margin-bottom: 10rem;
    display: flex;
}

.card {
    grid-row-gap: 1.75rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

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

.block-header {
    border-color: var(--color--light-black);
    background-color: var(--color--light-black);
    padding-top: 1rem;
    padding-bottom: 0;
}

.payment-info {
    border: 1px solid var(--color--light-black);
    background-color: var(--color--light-black);
    overflow: hidden;
}

.checkout-wrapper {
    overflow: hidden;
}

.customer-info {
    border: 1px solid var(--color--background-color);
    background-color: var(--color--light-black);
    overflow: hidden;
}

.order-summary {
    border: 1px solid var(--color--background-color);
    overflow: hidden;
}

.checkout-form {
    background-color: var(--color--background-color);
    padding-top: 9rem;
}

.border-margin-checkout {
    border: 1px solid var(--color--light-black);
    overflow: hidden;
}

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

.shipping-method {
    background-color: #dfddda;
    overflow: hidden;
}

.checkbox {
    margin-top: 0;
}

.block-content {
    border-right-color: var(--color--light-black);
    border-bottom-color: var(--color--light-black);
    border-left-color: var(--color--light-black);
    background-color: var(--color--light-black);
    padding-top: 1.7rem;
    padding-bottom: 1.5rem;
}

.button-checkout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #2c2d2f;
    text-align: center;
    white-space: nowrap;
    background-color: #e9eae4;
    border: 1px solid #a39e94;
    border-radius: 10rem;
    justify-content: center;
    align-items: center;
    padding: 0.375rem 0.5rem;
    transition: all 0.2s;
    display: flex;
}

.button-checkout:hover {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    color: #e9eae4;
    background-color: #2c2d2f;
}

.shipping-address,
.order-items {
    border: 1px solid var(--color--light-black);
    overflow: hidden;
}

.billing-address {
    border: 1px solid var(--color--background-color);
    overflow: hidden;
}

.order-confirmation {
    background-color: var(--color--background-color);
    padding-top: 9rem;
}

.utility-page-wrap {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
    position: absolute;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
}

.utility-page-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
    width: 39rem;
    display: flex;
}

.password-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
}

.button-wrap {
    align-self: center;
    display: flex;
}

.button-password {
    z-index: 2;
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    color: #0000;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0%;
}

.error-404 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.2rem;
    display: flex;
}

.style-tag {
    background-color: var(--color--font-color);
    color: var(--color--background-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fbfbfb33;
    border-radius: 10rem;
    padding: 0.625rem 1.5rem;
    font-weight: 500;
}

.button-line {
    background-color: #3f3f3f;
    width: 100%;
    height: 1px;
}

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

.divider-line.margin-top-4rem {
    margin-top: 4rem;
}

.text-size-large {
    font-size: var(--text-size--large);
    line-height: 1.25;
    display: block;
}

.heading-3 {
    font-size: var(--heading-style--h3);
    font-weight: 400;
    line-height: 1;
}

.heading-6 {
    font-size: var(--heading-style--h6);
    width: auto;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.style-guide-component {
    grid-template-rows: auto;
    grid-template-columns: 0.25fr 1fr;
}

.heading-5 {
    font-size: var(--heading-style--h5);
    font-weight: 400;
    line-height: 1;
}

.typography-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    max-width: 30rem;
    display: flex;
}

.color-palette {
    border: 1px solid #ffffff1a;
    border-radius: 1rem;
    width: 100%;
    height: 10rem;
}

.color-palette.black {
    background-color: var(--color--black\<deleted\|variable-ac22ca26\>);
}

.color-palette.primary-color {
    background-color: var(--color--font-color);
}

.sticky-menu {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: sticky;
    top: 4rem;
}

.style-guide-header {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 4.5rem;
    display: flex;
}

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

.button-text-absolute {
    position: absolute;
    bottom: -2rem;
}

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

.style-gudie-content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.style-gudie-content.grid {
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 2rem;
    display: grid;
}

.text-size-medium {
    font-size: var(--text-size--medium);
    line-height: 1.2;
}

.text-size-medium.line-height-150 {
    line-height: 1.5;
}

.class-name-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.class-name-wrapper.margin-bottom-0 {
    margin-bottom: 0;
}

.button-text {
    flex-direction: column;
    display: flex;
    position: relative;
}

.style-guide-content {
    margin-bottom: 8rem;
}

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

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

.style-guide-menu-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
}

.heading-1 {
    font-size: var(--heading-style--h1);
    font-weight: 400;
    line-height: 1;
}

.color-palette-text {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.text-size-small {
    font-size: var(--text-size--small);
    line-height: 1.5;
}

.text-size-small.caps.line-height-150 {
    line-height: 1.5;
}

.button {
    grid-row-gap: 0.25rem;
    color: var(--color--font-color);
    flex-direction: column;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.text-size-tiny {
    font-size: var(--text-size--tiny);
    line-height: 1.15;
}

.color-palette-card {
    grid-row-gap: 2rem;
    border: 1px solid var(--color--light-black);
    border-radius: 1rem;
    flex-direction: column;
    padding: 0.5rem 0.5rem 2rem;
    display: flex;
}

.style-guide-menu {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.heading-4 {
    font-size: var(--heading-style--h4);
    font-weight: 400;
    line-height: 1;
}

.style-guide-menu-links {
    grid-row-gap: 1.5rem;
    opacity: 0.5;
    color: var(--color--font-color);
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    transition: opacity 0.3s;
    display: flex;
}

.style-guide-menu-links:hover,
.style-guide-menu-links.w--current {
    opacity: 1;
}

.text-size-huge {
    font-size: var(--text-size--huge);
    line-height: 1.25;
}

.caps {
    text-transform: uppercase;
}

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

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

.text-opacity {
    opacity: 0.7;
}

.text-size-xdisplay {
    font-size: var(--text-size--xdisplay);
    font-weight: 400;
    line-height: 1.25;
}

.text-size-xxhuge {
    font-size: var(--text-size--xxhuge);
    line-height: 1.25;
}

.text-size-xhuge {
    font-size: var(--text-size--xhuge);
    line-height: 1.25;
}

.text-size-xxlarge {
    font-size: var(--text-size--xxlarge);
    line-height: 1.25;
}

.text-size-xlarge {
    font-size: var(--text-size--xlarge);
    line-height: 1.25;
}

.divider-line-instructions {
    opacity: 0.1;
    background-color: #151515;
    width: 100%;
    height: 1px;
}

.instructions-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.instruction-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 15vh;
    display: flex;
}

.instruction-heading {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.heading-2-instruction {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
}

.heading-2-instruction.text-weight-bold {
    font-weight: 700;
}

.double-button-component {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.link {
    color: var(--color--font-color);
    text-decoration: none;
}

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

.max-width-50ch {
    max-width: 50ch;
}

.opacity-50 {
    opacity: 0.5;
}

.instructions {
    grid-column-gap: 1.3125rem;
    grid-row-gap: 1.3125rem;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.max-width-70ch {
    max-width: 70ch;
}

.margin-top-description {
    margin-top: 2rem;
}

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

.style-guide-text {
    font-size: 2.75rem;
    line-height: 1.55;
}

.changelog-component {
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(auto, 82%);
    width: 100%;
}

.license-content {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.style-guide-button {
    grid-row-gap: 0.25rem;
    color: var(--color--font-color);
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    transition: opacity 0.2s;
    display: flex;
    overflow: hidden;
}

.style-guide-button:hover {
    opacity: 0.5;
}

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

.opacity-85 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0.8;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    width: 100%;
    margin-left: 0;
    display: grid;
}

.opacity-85.logos-wrap {
    display: block;
}

.text-images-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
    display: flex;
}

.text-images {
    max-width: 65vw;
}

.span {
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    object-fit: cover;
    background-image: url("../images/placeholder.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 3.75rem 3.75rem;
    border: 2px solid #0000;
    border-radius: 4.75rem;
    width: 5vw;
    height: 3.3vw;
    font-size: 0.875rem;
    line-height: 7.5;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.span.one {
    pointer-events: none;
    white-space: nowrap;
    cursor: default;
    background-image: url("../images/text-images-01.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 5rem;
}

.span.two {
    pointer-events: none;
    cursor: default;
    background-image: url("../images/text-images-02.jpg");
    background-size: cover;
    border-radius: 5rem;
}

.span.three {
    pointer-events: none;
    cursor: default;
    background-image: url("../images/text-images-03.jpg");
    background-size: cover;
    border-radius: 5rem;
}

.big-numbers-wrapper {
    grid-column-gap: 10.5rem;
    grid-row-gap: 10.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
}

.big-numbers-card {
    grid-column-gap: 0.3125rem;
    grid-row-gap: 0.3125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.big-numbers {
    font-size: 5.3vw;
    font-weight: 400;
    line-height: 1;
}

.description-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 12rem;
    display: flex;
}

.tag-marquee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.description {
    max-width: 60vw;
}

.description-component {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.elipse {
    background-color: var(--color--font-color);
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
}

.tag-marquee-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    width: 15rem;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.tag-marquee-wrapper.align-center {
    justify-content: center;
    align-items: flex-start;
}

.hero-tab-placeholder {
    position: absolute;
    inset: 0%;
}

.hero-top-info {
    grid-column-gap: 0.6875rem;
    grid-row-gap: 0.6875rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.hero-tab {
    grid-column-gap: 0.87rem;
    grid-row-gap: 0.87rem;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.hero-tab.w--current {
    opacity: 1;
    background-color: #0000;
}

.home-hero {
    z-index: 2;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0%;
    overflow: hidden;
}

.hero-tab-content {
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
}

.gradient-overlay {
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(0deg, #000, #0000 90%);
    position: absolute;
    inset: 0%;
}

.white-elipse {
    background-color: #fff;
    border-radius: 50%;
    min-width: 0.3rem;
    min-height: 0.3rem;
}

.white-elipse.orange {
    background-color: #ed5145;
}

.underline-animation {
    background-color: #000;
    height: 1px;
    position: absolute;
}

.underline-animation.white {
    background-color: #fff;
}

.home-hero-card {
    grid-column-gap: 0.375rem;
    grid-row-gap: 0.375rem;
    color: #fff;
    flex-flow: column;
    max-width: 30ch;
    display: flex;
}

.hero-tab-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
}

.underline {
    background-color: #0003;
    width: 100%;
    height: 1px;
    display: flex;
    position: relative;
}

.underline.white {
    background-color: #ffffff80;
}

.hero-tab-menu {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 90vw;
    margin-bottom: 4rem;
    display: flex;
    position: relative;
}

.max-width-55vw {
    max-width: 55vw;
}

.hero-tab-header {
    z-index: 3;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    width: 90vw;
    display: flex;
    position: relative;
    bottom: 12rem;
}

.hero-tab-background {
    position: absolute;
    inset: 0%;
}

.images-marquee-wrapper {
    grid-column-gap: 1.67vw;
    grid-row-gap: 1.67vw;
    flex-flow: column;
    margin-top: 10vw;
    display: flex;
}

.images-marquee-wrapper._404-page {
    height: 100vh;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.images-marquee-bottom {
    grid-column-gap: 1.67vw;
    grid-row-gap: 1.67vw;
    flex: none;
    display: flex;
}

.images-marquee {
    white-space: nowrap;
    border-radius: 1.667vw;
    height: 50vh;
    overflow: hidden;
}

.images-marquee-component {
    grid-column-gap: 1.67vw;
    grid-row-gap: 1.67vw;
    display: flex;
    overflow: hidden;
}

.images-marquee-component.align-right {
    justify-content: flex-end;
}

.images-marquee-component.margin-marquee {
    margin-top: 8rem;
    margin-bottom: 12rem;
}

.images-marquee-component.mobile {
    display: none;
}

.images-marquee-top {
    grid-column-gap: 1.67vw;
    grid-row-gap: 1.67vw;
    flex: none;
    display: flex;
}

.sticky-wrapper {
    position: relative;
}

.sticky-overlay {
    z-index: 2;
    background-color: var(--color--background-color);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.titulo-section-works {
    text-align: center;
    margin: 4rem auto 0;
    display: grid;
    row-gap: 2.6vw;
}

.titulo-section-works h3 {
    line-height: normal;
}

.titulo-section-works h2 {
    font-size: 3.75rem;
    line-height: normal;
}

.works-square-wrapper {
    margin-top: 10rem;
}

.works-square-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.square-card {
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.375rem;
    flex-flow: column;
    display: flex;
}

.works-square-image {
    justify-content: center;
    align-items: center;
    height: 30vw;
    display: flex;
    position: relative;
    overflow: hidden;
}

.works-square-content {
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 1.5rem;
    display: flex;
}

.empty-state {
    text-align: center;
    background-color: #0000;
}

.video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto;
}

.source {
    position: relative;
}

.overflow-hidden {
    width: 100%;
    overflow: hidden;
}

.max-width-30ch {
    max-width: 30ch;
}

.mask-frame {
    background-color: var(--color--background-color);
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
}

.cta-heading-wrapper {
    z-index: 2;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.cta-images-wrap {
    filter: blur(4.35px);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.text-size-regular-vw {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 510px;
    font-size: 2vw;
    display: flex;
}

.text-size-regular-vw.caps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 357.594px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2vw;
    display: block;
}

.cta-heading-wrap {
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.sticky-gradient {
    background-image: linear-gradient(#000000, #00000000 50%, #000000);
    position: absolute;
    inset: 0%;
}

.cta-sticky-component {
    justify-content: center;
    align-items: center;
    height: 250rem;
    margin-top: 10vw;
}

.cta-sticky-component.marquesina-home {
    height: 30rem;
}

.cta-image {
    border-radius: 0.5rem;
    position: absolute;
    overflow: hidden;
}

.cta-image.is-third {
    width: 20vw;
    height: 18vw;
    right: -4vw;
}

.cta-image.is-second {
    width: 18vw;
    height: 18vw;
    bottom: 0;
    left: -6vw;
}

.cta-image.is-fourth {
    border-radius: 0.8vw;
    width: 20vw;
    height: 18vw;
    bottom: 0;
    right: 8vw;
}

.cta-image.is-first {
    width: 18vw;
    height: 18vw;
    left: -2vw;
}

.text-size-h1-vw {
    margin-right: auto;
    font-size: 14.1vw;
    font-weight: 700;
    line-height: 1;
}

.cta-sticky {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.cta-text-wrap {
    z-index: 2;
    max-width: 16vw;
    margin-top: 3.5vw;
    margin-left: 4.9vw;
    position: relative;
}

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

.works-sticky-wrapper {
    padding-top: 8rem;
    position: relative;
}

.works-sticky-wrapper.bg-white {
    background-color: var(--color--background-color);
}

.works-sticky-item {
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.hover-follow {
    color: #fbfbfb;
    background-color: #000000;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

.works-title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    position: absolute;
}

.hover-follow-wrapper {
    z-index: 3;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
}

.heading-5-vw {
    font-size: 3.8vw;
    font-weight: 400;
    line-height: 1;
}

.heading-5-vw.caps.text-weight-bold {
    text-align: center;
    text-transform: none;
    font-weight: 700;
}

.works-sticky-link {
    justify-content: center;
    align-items: center;
    width: 100vw;
    /* min-width: 100vw; */
    height: 100vh;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.works-image-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

.works-image-wrapper picture {
    width: 100%;
}

.about-wrapper {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.about-icon {
    width: 25rem;
    height: 14.375rem;
}

.max-width-80vw {
    max-width: 67vw;
    line-height: 1.15;
}

.max-width-30vw {
    max-width: 30vw;
}

.max-width-30vw.margin-top {
    margin-top: 0.5rem;
}

.logo-grid-component {
    margin-top: 5vw;
}

.opacity-85.logos-wrap {
    opacity: 1;
}

.logo-grid-component .heading-7 {
    font-size: 2rem;
    margin-bottom: 0;
}

.logos-wrap .container-3 {
    border-radius: 20px;
    border-color: #ffffff;
    padding: 2rem;
    gap: 16px;
    justify-content: center;
    flex-flow: row wrap;
}
.logos-wrap .container-3:before {
    display: none;
}

.logos-wrap .div-block-3 {
    padding: 0;
    /* width: 46%; */

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

.logos-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: grid;
}

.logo-card {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid #ffffff;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 32%;
    height: auto;
    padding: 4.75rem 1.5rem;
    transition: background-color 0.35s, border-color 0.35s;
    display: flex;
    border-radius: 20px;
    place-self: auto;
    place-content: center;
}

.logo-card .heading-7 {
    font-size: 3rem;
}

.logo-card .heading-7 .text-size-regular {
    font-size: 1.25rem;
}

/* .logo-card:hover {
    background-color: #232323;
    border-color: #232323;
} */

.hero-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 65vh;
    margin-top: 4vh;
    display: flex;
    position: absolute;
    overflow: hidden;
}

.max-width-25ch {
    max-width: 25ch;
}

.button-hero {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    color: var(--color--font-color);
    flex-direction: column;
    text-decoration: none;
    display: flex;
}

.background-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.hero-hover {
    z-index: 3;
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    mix-blend-mode: exclusion;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0%;
}

.hero-tabs {
    cursor: default;
}

.first-background,
.second-background,
.third-background {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.hero-bottom-content {
    z-index: 2;
    mix-blend-mode: exclusion;
    width: 100%;
    position: relative;
}

.home-description {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 8rem;
    display: flex;
}

.max-width-56vw {
    max-width: 55vw;
}

.works-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    align-items: center;
    display: flex;
}

.works-component.margin-top-works {
    margin-top: 18rem;
}

.collection-list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
}

.work-item {
    position: sticky;
    top: 5vh;
}

.categorie-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
}

.works-content {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.work-wrapper {
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.work-wrapper.space-between {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.text-size-works {
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1;
}

.categorie-tag {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff47;
    border-radius: 0.3125rem;
    padding: 0.3125rem 0.4375rem;
}

.collection-list-wrapper {
    width: 100%;
}

.works-header-component {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    align-items: center;
    display: flex;
}

.works-background-image {
    position: absolute;
    inset: 0%;
}

.hero {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 400vh;
    display: none;
    position: relative;
}

.hero-sticky {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.hero-title-component {
    z-index: 2;
    justify-content: space-between;
    width: auto;
    display: flex;
    position: relative;
}

.hero-title-component.full-width {
    width: 70vw;
    padding-bottom: 1rem;
    overflow: hidden;
}

.hero-title-component.exclusion-hero {
    mix-blend-mode: exclusion;
}

.hero-title.overflow {
    padding-bottom: 1rem;
    overflow: hidden;
}

.hero-background-image {
    z-index: 1;
    border-radius: var(--border);
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
}

.max-width-27ch {
    max-width: 27ch;
}

.max-width-27ch.text-align-center {
    text-align: center;
}

.culture {
    grid-column-gap: 2.875rem;
    grid-row-gap: 2.875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.culture-wrapper {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
    flex-flow: column;
    max-width: 41vw;
    display: flex;
}

.culture-text-size {
    font-size: 1.5vw;
}

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

.culture-heading {
    font-size: 1.5vw;
    font-weight: 400;
}

.about-content-wrapper {
    flex-flow: column;
    display: flex;
}

.culture-elipse {
    background-color: var(--color--font-color);
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}

.bottom-about-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.5vw;
    display: flex;
}

.services {
    grid-column-gap: 0.8rem;
    grid-row-gap: 0.8rem;
    white-space: nowrap;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.top-about-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.5vw;
    padding-bottom: 7vw;
    display: flex;
}

.services-wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    opacity: 1;
    width: 41vw;
    max-width: 41vw;
    display: flex;
}

.black-elipse {
    background-color: var(--color--background-color);
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
}

.sticky-image-wrapper {
    height: 400vh;
    padding-top: 3vw;
    position: relative;
}

.sticky-image-component {
    flex-flow: row;
    width: 100%;
    height: 100vh;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.sticky-image {
    flex: none;
    width: 100%;
    padding: 1vw 0.5vw;
}

.testimonial-home-component {
    grid-row-gap: 4.1vw;
    flex-direction: column;
    margin-top: 12rem;
    display: flex;
}

.testimonial-slider-heading {
    grid-row-gap: 0.625rem;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    display: flex;
}

.heading-testimonial-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    max-width: 28vw;
    display: flex;
}

.heading-testimonial-section.align-left {
    text-align: left;
}

.text-size-display-vw {
    letter-spacing: -0.0675rem;
    font-size: 3.3vw;
    font-weight: 400;
    line-height: 1.2;
}

.text-size-medium-vw {
    font-size: 1vw;
    font-weight: 400;
}

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

.max-width-19vw {
    max-width: 19vw;
}

.slider-content {
    z-index: 3;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: absolute;
}

.testimonial-overlay {
    z-index: 2;
    background-image: linear-gradient(0deg, #000, #0000 75%);
    position: absolute;
    inset: 0%;
}

.mask {
    width: 40vh;
    overflow: visible;
}

.testimonial-arrow-left {
    background-color: #0000;
    border: 1px solid #fbfbfb1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: flex;
    inset: auto 4rem -6rem auto;
}

.testimonial-arrow-left:hover {
    background-color: #3f3f41;
}

.testimonial-arrow-right {
    background-color: #0000;
    border: 1px solid #fbfbfb1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: flex;
    inset: auto 0% -6rem auto;
}

.testimonial-arrow-right:hover {
    background-color: #3f3f41;
}

.slider-wrapper {
    background-color: #0000;
    width: 100%;
    height: auto;
    display: flex;
}

.testimonial-slider-secondary {
    background-color: #1d1d1d;
    border-radius: 1.5rem;
    flex-direction: row;
    width: 25vw;
    height: 35vw;
    margin-right: 1rem;
    position: relative;
    overflow: hidden;
}

.testimonial-name {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    flex-flow: column;
    display: flex;
}

.slider-background-image {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.fit-contain {
    object-fit: contain;
    width: 1rem;
}

.fit-contain.invert {
    filter: invert();
}

.horizontal-line {
    background-color: #38383a;
    width: 100%;
    height: 1px;
    display: flex;
}

.display-none {
    display: none;
}

.slider-component {
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    display: flex;
}

.slider-component.wrapper {
    padding-bottom: 6rem;
    padding-left: 0;
}

.hero-header {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: flex-start;
    max-width: 92ch;
    display: flex;
}

.header-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.header-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: center;
    margin-top: 15vh;
    display: flex;
}

.home-hero-content {
    flex-flow: column;
    justify-content: flex-end;
    height: 100vh;
    display: flex;
}

.button-line-animation {
    background-color: #fbfbfb;
    width: 30%;
    height: 1px;
}

.bottom-content-hero {
    color: #fbfbfb;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2.5rem;
    display: flex;
}

.button-line-wrap {
    background-color: #fbfbfb1a;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 1px;
    display: flex;
}

.margin-top-6rem {
    margin-top: 6rem;
}

.about-hero-image {
    border-radius: 0.5rem;
    width: 100%;
    height: 90vh;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.features-image {
    z-index: 1;
    position: absolute;
    inset: 0%;
}

.features-description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    opacity: 0.7;
    flex-flow: column;
    max-width: 25vw;
    display: flex;
}

.features-stack-component {
    grid-column-gap: 1.12vw;
    grid-row-gap: 1.12vw;
    flex-flow: column;
    width: 100%;
    margin-top: 6.8vw;
    display: flex;
}

.left-content {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 6rem;
    display: flex;
}

.features-item {
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 8vh;
}

.features-heading-size {
    font-size: 2.7vw;
    font-weight: 500;
    line-height: 1.2;
}

.icon-wrapper {
    opacity: 0.6;
}

.features-secondary-heading {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    align-items: flex-start;
    max-width: 24vw;
    display: flex;
}

.features-secondary {
    background-color: #212121;
    width: 100%;
    height: 30vw;
    padding: 1rem;
    display: flex;
    overflow: hidden;
}

.right-content {
    justify-content: center;
    align-items: center;
    width: 50%;
    position: relative;
}

.features-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: #ffffff;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.testimonial-image {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
}

.testimonial-slider {
    background-color: #0000;
    width: 100%;
    max-width: 83rem;
    height: auto;
    margin-top: 2rem;
    overflow: hidden;
}

.testimonial-component {
    grid-row-gap: 3rem;
    flex-direction: column;
    align-items: center;
    padding-top: 12rem;
    display: flex;
}

.testimonial-message {
    text-align: center;
    margin-bottom: 2rem;
}

.star-icon {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.star-icon:hover {
    transform: translate(0, -3px);
}

.hidden {
    display: none;
}

.testimonial-stars {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.testimonial-slide {
    padding-left: 13rem;
    padding-right: 13rem;
}

.testimonial-slide-name {
    grid-row-gap: 0.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
}

.testimonial-slide-image {
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    display: flex;
}

.full-size-hero {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.full-size-hero.align-bottom {
    justify-content: flex-end;
}

.hero-content-wrapper {
    z-index: 2;
    grid-column-gap: 1.1vw;
    grid-row-gap: 1.1vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.hero-content-wrapper.margin-bottom {
    margin-bottom: 6.8vw;
}

.hero-heading-content {
    text-align: center;
    /* max-width: 41vw; */
    /* overflow: hidden; */
    padding-bottom: 3rem;
    display: grid;
    row-gap: 20px;
}

.culture-logos {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: column;
    margin-top: 7rem;
    margin-bottom: 8rem;
    display: flex;
}

.logo-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    opacity: 0.7;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

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

.about-logo-image {
    object-fit: cover;
    width: 12rem;
}

.margin-top-about {
    padding-top: 12rem;
}

.hero-works {
    z-index: 2;
    grid-column-gap: 1.1vw;
    grid-row-gap: 1.1vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 6vh;
    /* margin-bottom: 5.25rem; */
    display: flex;
    position: relative;
}

.hero-works.margin-blog {
    margin-top: 12vh;
}

.work-content {
    max-width: 90vh;
    /* margin-bottom: 8rem; */

    .rich-text {
        display: grid;
        h2 {
            font-size: 2rem;
        }
        p {
            font-size: 1.75rem;
        }
    }
}

.blog-image-wrapper {
    border-radius: 1.5rem;
    height: 80vh;
    width: 100%;
    /* margin-left: 1.25rem;
    margin-right: 1.25rem; */
    position: relative;
    overflow: hidden;
}

.works-template {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    display: flex;
    row-gap: 2.5rem;
}

.work-template-images {
    width: 100%;
    height: 80vh;
    margin-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.work-template-images.margin-bottom {
    margin-bottom: 12rem;
}

.work-template-images.vertical {
    width: 50%;
    height: 90vh;
    margin-bottom: 12rem;
    margin-left: 6vw;
    margin-right: auto;
}

.work-template-images.vertical.right {
    margin-left: auto;
    margin-right: 6vw;
}

.blog-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
}

.blog-card:first-child {
    flex-flow: column;
}

.blog-card.first-card-blog {
    grid-column-gap: 1.667vw;
    grid-row-gap: 1.667vw;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 40vw;
    max-height: 40rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
}

.blog-posts-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.blog-posts-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blog-cards-list {
    grid-column-gap: 1.667vw;
    grid-row-gap: 2.5vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.first-blog-card-cms {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 85rem;
}

.first-blog-card-cms.show-mobile {
    max-width: none;
}

.blog-card-image {
    height: 24vh;
    position: relative;
    overflow: hidden;
}

.blog-card-image.first-card-blog {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.no-wrap {
    white-space: nowrap;
}

.blog-card-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    display: flex;
}

.first-card-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    background-color: #202020;
    border-radius: 0.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 2.6875rem;
    padding-right: 2.6rem;
    display: flex;
    overflow: hidden;
}

.text-size-huge-vw {
    letter-spacing: -0.0375rem;
    font-size: 2vw;
    line-height: 1.16;
}

.blog-card-info {
    grid-column-gap: 0.6rem;
    grid-row-gap: 0.6rem;
    align-items: center;
    transition: all 0.25s;
    display: flex;
}

.blog-card-info:hover {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform: translate(0, 1px);
}

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

.blog-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.text-size-xlarge-vw {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.3;
}

.text-size-xlarge-vw.text-weight-medium {
    font-weight: 500;
}

.blog-second-card {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.opacity-80 {
    opacity: 0.8;
}

.max-width-100ch {
    max-width: 100ch;
}

.rich-text-padding {
    grid-row-gap: 4.5rem;
    flex-direction: column;
    align-items: center;
    margin-top: 6.875rem;
    display: flex;
}

.blog-heading {
    text-align: center;
    max-width: 60vw;
}

.pricing-component {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
}

.products-collection-list {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.pricing-card-grid {
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
    color: #ffffff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    max-width: 80rem;
    display: flex;
}

.pricing-card-grid:nth-child(2n) {
    flex-flow: row-reverse;
    display: flex;
}

.main-button {
    grid-column-gap: 4.75rem;
    grid-row-gap: 4.75rem;
    color: #212121;
    cursor: pointer;
    background-color: #fbfbfb;
    border-radius: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0.8rem 1.5rem;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.main-button.border {
    border-radius: 0.1875rem;
}

.pricing-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
}

.out-of-stock-state {
    color: #272727;
    text-align: center;
    border-radius: 0.3rem;
    width: 100%;
    margin-top: 0;
}

.price-text {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    font-size: 1.5rem;
    display: flex;
}

.button-mask-pricing {
    background-color: #ff7e5d;
    border: 1px solid #ff7e5d;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.button-mask-pricing.white {
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}

.check-item-content {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    display: flex;
}

.check-icon-wrap {
    color: #212121;
    background-color: #fbfbfb;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
    padding-left: 0.1rem;
    display: flex;
}

.card-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.cart-button-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #0000;
    background-color: #0000;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
}

.left-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #161616;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 3rem 2rem;
    display: flex;
    overflow: hidden;
}

.quantity {
    border-color: #0000;
}

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

.arrow {
    display: flex;
}

.price {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 45ch;
    display: flex;
}

.error-state {
    color: #ffffff;
    text-align: center;
    background-color: #e56464;
    border-radius: 0.3rem;
    margin-top: 0;
    position: relative;
    inset: 0%;
}

.check-icon {
    width: 0.875rem;
    height: auto;
}

.cart-button-wrapper {
    z-index: 5;
    align-self: stretch;
    display: flex;
    position: absolute;
    inset: 0%;
}

.right-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #161616;
    flex-flow: column;
    width: 50%;
    padding: 0.75rem 0.75rem 2rem;
    display: flex;
    overflow: hidden;
}

.card-image {
    border-radius: 0.5rem;
    height: 100%;
    max-height: 21.2rem;
    overflow: hidden;
}

.card-heading {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: column;
    max-width: 50ch;
    padding-left: 0.6rem;
    display: flex;
}

.product-description {
    opacity: 0.8;
    line-height: 1.7;
}

.cart-header {
    border-bottom-color: #21212133;
}

.cart-wrapper {
    color: #ffffff;
}

.cart-container {
    background-color: #212121;
    overflow: hidden;
}

.close-button {
    filter: invert();
    cursor: pointer;
}

.remove-button {
    color: #fbfbfb80;
    cursor: pointer;
}

.cart-quantity {
    color: #ffffff;
    background-color: #212121;
    border-color: #fbfbfb33;
}

.cart {
    z-index: 50;
}

.cart-footer {
    border-top-color: #333;
}

.cart-button {
    background-color: var(--color--font-color);
    color: var(--color--background-color);
    border-radius: 50%;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0.8rem 1rem;
    transition: all 0.3s;
    position: fixed;
    inset: auto 2rem 2rem auto;
}

.cart-button:hover {
    opacity: 0.8;
    color: #101011;
    transform: scale(0.9);
}

.icon-pricing {
    filter: invert();
}

.cart-icon {
    width: 100%;
    height: 60%;
    margin-right: 0;
}

.checkout-button {
    background-color: var(--color--font-color);
    color: var(--color--background-color);
    border-radius: 6px;
}

.contact-info-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
}

.contact-text-wrapper {
    max-width: 26vw;
}

.text-size-xhuge-vw {
    letter-spacing: -0.06rem;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1;
}

.contact-grid {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    place-items: start center;
    margin-top: 5rem;
    display: grid;
}

.contact-info {
    grid-column-gap: 0.5vw;
    grid-row-gap: 0.5vw;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
}

.contact-text-size {
    font-size: 1.667vw;
}

.contact-image-wrapper {
    border-radius: 1.5rem;
    height: 80vh;
    margin-top: 7.5vw;
    margin-left: 3rem;
    margin-right: 3rem;
    position: relative;
    overflow: hidden;
}

.text-size-medium-contact {
    font-size: 1.125rem;
}

.form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.text-field-contact {
    color: #ffffff;
    background-color: #0000;
    border: 1px solid #0000;
    border-bottom-color: #c9d4d833;
    border-radius: 0;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 0;
    font-size: 1rem;
    transition: all 0.4s;
}

.text-field-contact::placeholder {
    color: #ffffff;
}

.text-field-contact:hover {
    color: #ffffff;
    border-width: 1px;
    border-color: #c9d4d81a;
    padding-left: 1.2rem;
}

.text-field-contact:active {
    color: #212121;
}

.text-field-contact:focus {
    color: #ffffff;
    border-color: #212121;
}

.form-content {
    width: 100%;
}

.success-message {
    color: #000;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 0.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.form-content-wrapper {
    z-index: 2;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.form-wrapper {
    width: 60%;

    label {
        font-size: 1.25rem;
    }
}

.form-wrapper.full-width {
    width: 35%;
}

.heading-4-vw {
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1;
}

.heading-4-vw.text-weight-medium {
    font-weight: 500;
}

.text-size-contact {
    font-size: 1.375rem;
}

.name-wrapper-contact {
    width: 100%;
}

.form-heading {
    text-align: center;
    max-width: 41vw;
    margin-top: 8rem;
}

.form-heading.max-width-45vw {
    max-width: 45vw;
}

.submit-button {
    z-index: 3;
    color: #0000;
    background-color: #0000;
    position: absolute;
    inset: 0%;
}

.contact-button {
    background-color: #1d1d1f;
    border-radius: 0.3rem;
    transition: all 0.25s;
}

.contact-button.align-center {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.error-message {
    color: #ffffff;
    text-align: center;
    background-color: #ec3c3c;
    border-radius: 0.7rem;
    margin-top: 2rem;
    padding: 1.5rem 1.1rem;
}

.double-button {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 2.5rem;
    display: flex;
}

.secondary-button-navbar {
    grid-column-gap: 4.75rem;
    grid-row-gap: 4.75rem;
    color: var(--color--font-color);
    cursor: pointer;
    background-color: #383838;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 0.8rem 1.5rem;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.secondary-button-navbar:hover {
    color: #000000;
}

.secondary-button-navbar.button-hero {
    border-radius: 0.5rem;
}

.secondary-button-navbar.button-hero.mobile {
    margin-left: 0.5rem;
}

.contact-content {
    grid-row-gap: 1vw;
    color: #ffffff;
    flex-direction: column;
    display: flex;
}

.contact-1-grid {
    grid-column-gap: 0.833vw;
    grid-row-gap: 2.5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    flex-direction: column;

    .text-size-small-vw {
        font-size: 0.875rem;
        opacity: 1;
    }

    .opacity-85 {
        place-items: flex-start;
        opacity: 1;

        .text-size-xlarge-vw {
            font-size: 1.75rem;
        }
    }
}

.address-wrapper {
    display: grid;
    row-gap: 1.5rem;
}
.address-wrapper .text-size-xlarge-vw {
    font-size: 1.75rem;
}

.address-wrapper .text-size-xlarge-vw {
    display: grid;
    row-gap: 0.5rem;
    grid-row-gap: 1vw;
}

.contact-heading {
    grid-row-gap: 0.8rem;
    color: #ffffff;
    flex-direction: column;
    display: flex;
}

.opacity-60 {
    opacity: 1;
}

.contact-1-wrapper {
    grid-column-gap: 7.5vw;
    grid-row-gap: 7.5vw;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    width: 100%;
    margin-top: 3rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    display: flex;
}

.contact-size {
    /*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;*/
    font-size: 4.167vw;
    font-weight: 400;
    line-height: 1;
}

.text-size-small-vw {
    font-size: 0.8vw;
}

.contact-wrapper {
    grid-row-gap: 2.5vw;
    flex-direction: column;
    width: 50%;
    display: flex;
    overflow: hidden;

    .contact-heading {
        margin-bottom: 3rem;
    }
}

.team-list {
    perspective: 62.5rem;
    align-self: stretch;
}

.team-collection-list {
    grid-column-gap: 1.4rem;
    grid-row-gap: 2.6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.collection-item-team {
    perspective: 1000px;
    padding: 1rem;

    .opacity-85 {
        opacity: 1;
    }
}

.team-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.team-card-image.hover-imagen-team {
    position: relative;
    overflow: hidden;
}

.team-card {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    aspect-ratio: 1 / 1;

    display: flex;
    position: relative;
    overflow: hidden;
}

.team-1-info {
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 1rem;
    display: flex;
}

.team-link {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.highlight {
    opacity: 0.05;
    filter: blur(50px);
    background-color: #fff;
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden;
}

.highlight.card-team {
    width: 12rem;
    height: 12rem;
}

.team-member-grid {
    grid-column-gap: 4rem;
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 1rem 3.3rem 1rem 1rem;
    display: grid;
    overflow: hidden;
}

.team-member-post {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
}

.team-member-image {
    border-radius: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 45vh;
    display: flex;
    overflow: hidden;
}

.team-member-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.team-member-component {
    flex-direction: column;
    margin-top: 15vh;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
}

.social-links {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.2s;
    display: flex;
}

.social-links:hover {
    color: #ed5145;
    transform: translate(0, 1px);
}

.social-icons {
    align-items: center;
    padding-top: 0.1rem;
    display: flex;
}

.vertical-line {
    opacity: 0.31;
    background-color: #fbfbfb;
    align-self: center;
    width: 1px;
    height: 1rem;
}

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

.team-member-job {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    opacity: 0.8;
    flex-flow: row;
    display: flex;
}

.images-hover-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
}

.images-component {
    width: 30vw;
    height: 80vh;
    display: none;
    position: relative;
}

.first-image,
.second-image,
.third-image,
.fourth-image,
.fifth-image {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    justify-content: center;
    align-items: flex-start;
    width: 25vw;
    height: 60vh;
    margin: auto;
    display: flex;
    position: absolute;
    inset: 0;
}

.images-tags {
    grid-column-gap: 3.5vw;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 65vw;
    padding-left: 0;
    display: flex;
    position: relative;
}

.slash-wrapper {
    z-index: 0;
    opacity: 1;
    cursor: default;
    position: relative;
}

.images-text {
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.images-text._1 {
    font-size: var(--text-size--regular);
}

.images-text._2,
.images-text._3,
.images-text._4,
.images-text._6 {
    position: relative;
}

.heading-images {
    font-size: var(--text-size--regular);
    font-weight: 400;
    line-height: 1;
}

.heading-images:hover {
    color: var(--gray-400);
}

.overlay-mobiles {
    z-index: 2;
    display: none;
    position: absolute;
    inset: 0%;
}

.footer-arrow-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 1.5rem;
    position: relative;
    overflow: hidden;
}

.navbar-lottie {
    filter: invert();
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: auto;
    display: flex;
}

.footer-social-link {
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.2s;
    display: none;
}

.footer-social-link:hover {
    opacity: 0.8;
}

.menu-button {
    z-index: 2147483647;
    cursor: pointer;
    background-color: #0000;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

.menu-button.w--open {
    background-color: #c8c8c800;
    padding: 1rem;
}

.menu-button.exclusion {
    mix-blend-mode: exclusion;
}

.navbar-open-component {
    z-index: 2;
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    pointer-events: auto;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: flex-end center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
}

.navbar-component {
    grid-column-gap: 16px;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

.navbar-open {
    z-index: 90;
    pointer-events: auto;
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    /* height: 100dvh !important; */
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    inset: 0% 0% auto;
    overflow: hidden;
}

.brand {
    z-index: 2147483647;
    filter: invert();
    color: #e5e5e5;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    transition: opacity 0.25s;
    display: flex;
    position: relative;
    overflow: hidden;
}

.brand:hover {
    opacity: 0.7;
}

.brand.no-invert {
    filter: none;
}

.brand.no-invert.w--current {
    width: auto;
    display: block;
    overflow: visible;
}

.footer-arrow {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 1.5rem;
}

.footer-arrow.absolute {
    position: absolute;
    left: -1.5rem;
}

.navbar {
    background-color: #0000 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar.exclusion {
    mix-blend-mode: exclusion;
}

.navbar-bottom-content {
    z-index: 2;
    flex-flow: column;
    justify-content: flex-end;
    height: auto;
    display: none;
    position: absolute;
    bottom: 2.5vh;
    left: 0;
    right: 0;
}

.navbar-links-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    display: flex;
    position: relative;
}

.menu-button-white {
    z-index: 2147483647;
    cursor: pointer;
    background-color: #c8c8c800;
    display: none;
    position: relative;
}

.menu-button-white.w--open {
    background-color: #c8c8c800;
    padding: 1rem;
}

.navbar-lottie-white {
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: auto;
    display: flex;
}

.text-field {
    background-color: var(--color--background-color);
    color: var(--color--font-color);
    border-color: #0000;
}

.paypal-checkout-form {
    background-color: var(--color--background-color);
    padding-top: 9rem;
}

.overlay-404 {
    z-index: 1;
    background-color: #000000e3;
    position: absolute;
    inset: 0%;
}

.text-size-not-found {
    font-size: 20vw;
    font-weight: 400;
    line-height: 1;
}

.home-hero-image-wrapper {
    z-index: 2;
    perspective: 1500px;
    width: 45vh;
    height: 50vh;
    position: absolute;
}

.home-hero-image {
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    position: static;
    inset: 0% 0% 0;
}

.about-hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.hide {
    display: none;
}

.password-field {
    border: 1px solid var(--color--light-blue);
    background-color: var(--color--background-color);
    color: var(--color--font-color);
    border-radius: 0.5rem;
    height: 3rem;
    padding: 1rem;
    transition: padding 0.25s;
}

.password-field:hover {
    padding-left: 1.5rem;
}

.cta-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    /* height: 50vh; */

    display: flex;
    position: relative;
}

.cta-header {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.cta-button-line {
    background-color: var(--color--font-color);
    width: 100%;
    height: 4px;
}

.cta-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cta-effect {
    perspective: 1000px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    right: -25%;
}

.gradient-wrapper {
    z-index: -1;
    filter: blur(141px);
    flex-flow: column;
    justify-content: center;
    display: flex;
    position: absolute;
}

.footer-wrapper {
    grid-column-gap: 16rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
}

.footer-bottom-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    display: flex;
}

.footer-email {
    position: relative;
}

.footer-content {
    /* justify-content: space-between; */
    display: flex;
    column-gap: 2rem;
}
.footer-content {
    .w-inline-block {
        font-size: 1.75rem;
    }
}

.footer-content > div {
    align-items: center;
    display: flex;
}

.max-width-32ch {
    max-width: 33ch;
}

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

.footer-social-links {
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.7rem;
    transition: all 0.3s;
    display: flex;
}

.footer-social-links:hover {
    /* color: #000;
    background-color: #fff; */
    transform: translate(0, -2px);
}

.icon-embed {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}

.footer-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-links {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    align-items: center;
    display: flex;
}

.footer-link {
    color: var(--color--font-color);
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.25s;
}

.footer-link:hover {
    color: #ffffff;
    transform: translate(0, -2px);
}

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

.credits {
    text-decoration: none;
    transition: opacity 0.2s;
}

.credits:hover {
    opacity: 0.8;
}

.paragraph {
    color: #ffffff;
}

.text-color-white {
    opacity: 1;
    color: #ffffff;
}

.sticky-transiction {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.relative-sticky {
    background-color: var(--color--background-color);
    width: 100%;
    position: relative;
}

.sticky-component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.mask-footer {
    background-color: var(--color--background-color);
    width: 0%;
    position: absolute;
    inset: 0% auto 0% 0%;
}

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

.phone-number {
    color: #ffffff;
    text-decoration: none;
}

.button-secondary {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2rem;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
}

.button-secondary:hover {
    opacity: 0.8;
    transform: translate(0, -2px);
}

.template-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
    display: flex;
}

.template-component.margin-homepage {
    margin-bottom: 6rem;
    padding-top: 0;
}

.template-component.margin-homepage.no-margin-bottom {
    margin-bottom: 0;
}

.button-homepage {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: #000000;
    background-color: #fbfbfb;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.button-icon {
    z-index: 2;
    background-color: #000000;
    border-radius: 0.75rem;
    padding: 0.9rem 0.7rem;
    display: flex;
    position: relative;
}

.button-icon.absolute {
    z-index: 1;
    opacity: 0;
    border-radius: 0.75rem;
    position: absolute;
    inset: 0%;
    overflow: hidden;
}

.button-wrapper {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0.75rem;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0.4rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.icon {
    object-fit: contain;
    width: 82%;
}

.home-paragraph {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.5;
}

.heading-component-homepage {
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100ch;
    margin-top: 8rem;
    font-weight: 400;
    display: flex;
}

.button-text-color {
    z-index: 2;
    position: relative;
}

.button-text-color.margin-right {
    margin-right: 1.1rem;
}

.double-button-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.heading-homepage {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.15;
}

.figma-image {
    object-fit: cover;
    object-position: 0% 50%;
    height: 100%;
}

.figma-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    width: 50%;
    margin-top: 5rem;
    margin-bottom: 6rem;
    margin-left: 4rem;
    padding-right: 4rem;
    display: flex;
}

.figma {
    background-color: #1a1a1a;
    border: 1px solid #7d7d7d33;
    border-radius: 0.5rem;
    justify-content: space-between;
    margin-top: 1rem;
    display: flex;
}

.figma-image-wrap {
    width: 60%;
}

.max-width-50ch-2 {
    max-width: 50ch;
}

.template-component-homepage {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-size-xdisplay-homepage {
    font-size: 3.4375rem;
    font-weight: 400;
    line-height: 1.2;
}

.figma-logo {
    width: 2.125rem;
    height: auto;
}

.home-template-wrap {
    width: 100%;
    margin-top: 6rem;
}

.home-template-wrap.margin-top {
    margin-top: 0;
}

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

.video-card-content {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    text-decoration: none;
    display: flex;
}

.divider-line-homepage {
    opacity: 0.1;
    background-color: #fbfbfb;
    width: 100%;
    height: 1px;
}

.divider-line-homepage.margin-6rem {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.card-video-homepage {
    grid-row-gap: 1rem;
    border: 1px solid var(--color--light-black);
    background-color: var(--color--light-black);
    color: #ffffff;
    border-radius: 0.5rem;
    flex-direction: column;
    padding: 0.8rem 0.8rem 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: border 0.3s, background-color 0.2s;
    display: flex;
    overflow: hidden;
}

.card-video-homepage:hover {
    border-color: var(--color--light-blue);
    background-color: var(--color--light-blue);
    color: var(--color--font-color);
}

.background-video-homepage {
    z-index: 1;
    border-radius: 0.5rem;
    width: 101%;
    height: 100%;
    position: absolute;
}

.home-page-cards-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.home-card-video-wrap {
    aspect-ratio: 1.82 / 1.01;
    border-radius: 0.5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-card-video-wrap.ratio-auto {
    aspect-ratio: auto;
}

.heading-footer {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
}

.back-button-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    display: flex;
}

.max-width-40ch {
    max-width: 40ch;
}

.button-team {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    opacity: 0.5;
    align-items: center;
    display: flex;
}

.arrow-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 1.1rem;
    display: flex;
    overflow: hidden;
}

.relative-tag {
    z-index: 0;
    grid-column-gap: 1.4375rem;
    grid-row-gap: 1.4375rem;
    align-items: center;
    transition: z-index 0.25s;
    display: flex;
    position: relative;
}

.relative-tag:hover {
    z-index: 2;
}

.works-text-size {
    font-size: 1vw;
    font-weight: 400;
}

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

.text-block {
    color: var(--color--font-color);
    font-size: var(--text-size--xhuge);
}

.section-2 {
    padding: 100px 0 0;
    position: relative;
}

.heading-7 {
    padding-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 500;
}

.logos-grid-copy {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 3.75fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
}

.container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: stretch;
    display: flex;
}

.image-2 {
    width: 150px;
    height: 150px;
}

.logos-corporates {
    flex-flow: wrap;
    width: 100%;
    display: flex;
}

.container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--gray-400);
    opacity: 1;
    border-radius: 0;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: static;
    overflow: visible;
}

.image-3 {
    vertical-align: baseline;
    flex: 0 auto;
    width: 11rem;
    height: 6rem;
}

.text-block-2 {
    font-size: var(--text-size--xdisplay);
    text-align: center;
    margin-bottom: 60px;
}

.image-4 {
    text-align: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.heading-8 {
    font-size: var(--text-size--xxhuge);
    text-align: center;
    margin-top: 0;
    font-weight: 400;
}

.grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--gray-400);
    border-right: 1px solid var(--gray-400);
    border-bottom: 1px solid var(--gray-400);
    text-align: center;
    grid-template:
        "Area"
        "."
        "."
        "."
        / 1fr;
    grid-auto-flow: column;
    margin-top: 0;
}

.heading91 {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: var(--color--font-color) var(--gray-400) var(--gray-400);
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 400;
}

.heading-10 {
    font-size: var(--text-size--xlarge);
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 300;
}

.heading-10.text-work-10 {
    margin-top: 0;
}

.text-block-3 {
    font-size: var(--text-size--xdisplay);
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-left: 10rem;
    padding-right: 10rem;
}

.image-5 {
    width: 135px;
    min-width: 0%;
    height: 60px;
}

.section-4 {
    padding: 96px 0 0;
    position: relative;
}

.image-6 {
    width: 100%;
    height: 100%;
}

.div-block {
    width: 10rem;
}

.heading-11 {
    font-size: 2.5rem;
    font-weight: 400;
}

.div-block-2 {
    text-align: center;
    width: 100%;
}

.div-block-3 {
    width: 16.65%;
    padding: 40px 0.25rem;
}

.heading-12 {
    font-size: var(--text-size--xlarge);
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

.heading-13 {
    font-size: var(--text-size--xlarge);
    text-align: center;
    font-weight: 400;
}

.div-block-4 {
    margin-bottom: 4rem;
}

.div-block-5 {
    width: 8rem;
    height: 8rem;
}

.div-block-6 {
    width: 100%;
    height: 50rem;
}

.text-block-4 {
    width: 100%;
    padding: 1rem 2rem;
}

.text-block-5 {
    font-size: var(--text-size--xxhuge);
    text-align: center;
    padding: 3rem 8rem;
    font-weight: 300;
}

.heading-14 {
    font-size: var(--heading-style--h6);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-weight: 400;
}

.div-block-7 {
    text-align: left;
    width: 11rem;
    height: 8rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.heading-15 {
    font-size: var(--text-size--xxhuge);
    text-align: center;
    width: auto;
    margin-bottom: 3rem;
    font-weight: 400;
}

.image-7 {
    margin-bottom: 4rem;
}

.div-block-8 {
    border-left: 1px solid var(--gray-400);
    width: 250px;
    height: 250px;
}

.grid-2-footprint {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid var(--gray-400);
    border-right: 1px solid var(--gray-400);
    border-bottom: 1px solid var(--gray-400);
    text-align: center;
    grid-template:
        "Area"
        / 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 0;
}

.image-8 {
    width: 250px;
}

.navbar-open-component-copy {
    z-index: 2;
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    pointer-events: auto;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: flex-end center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
}

.image-member:hover {
    opacity: 1;
}

.image-member.img-default {
    position: absolute;
    inset: 0%;
}

.image-member.img-hover {
    opacity: 0;
    border-radius: 0;
    position: absolute;
    inset: 0%;
}

.img-default {
    position: absolute;
    inset: 0%;
}

.img-default:hover {
    opacity: 0;
}

.img-hover {
    opacity: 0;
    position: absolute;
    inset: 0%;
}

.img-hover:hover {
    opacity: 100;
}

.paragraph-2 {
    font-size: var(--text-size--xxlarge);
    text-align: center;
}

.paragraph-3 {
    font-size: var(--text-size--large);
}

.paragraph-4 {
    font-size: var(--text-size--xxlarge);
    text-align: center;
}

@media screen and (max-width: 991px) {
    /* .navbar .navbar-open-component {
        position: fixed;
        height: 100dvh;
        top: 0;
        left: 0;
    } */

    .rich-text h1 {
        font-size: 2.8rem;
    }

    .rich-text h2 {
        font-size: 2.3rem;
    }

    .rich-text h3 {
        font-size: 1.8rem;
    }

    .rich-text h4 {
        font-size: 1.5rem;
    }

    .rich-text h5 {
        font-size: 1.2rem;
    }

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

    .text-box {
        max-width: 26ch;
    }

    .heading-2 {
        font-size: 2.5rem;
    }

    .text-size-regular {
        font-size: 1rem;
    }

    .section-style-guide {
        margin-top: 4rem;
    }

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

    .blog-pots-component {
        margin-bottom: 4rem;
    }

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

    .checkout-wrapper {
        flex-flow: column;
        padding-top: 6rem;
        display: flex;
    }

    .order-confirmation {
        padding-top: 6rem;
    }

    .utility-page-wrap {
        height: 100svh;
        overflow: hidden;
    }

    .utility-page-form {
        width: 60%;
    }

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

    .heading-6 {
        font-size: 4.5rem;
    }

    .style-guide-component {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
    }

    .heading-5 {
        font-size: 1.5rem;
    }

    .color-palette.primary-color {
        background-color: var(--color--font-color);
    }

    .style-gudie-content.grid {
        grid-column-gap: 1rem;
    }

    .text-size-medium {
        font-size: 1.125rem;
    }

    .heading-1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .style-guide-menu {
        grid-column-gap: 5rem;
        flex-flow: wrap;
        width: 100%;
    }

    .heading-4 {
        font-size: 1.75rem;
    }

    .text-size-huge {
        font-size: 2rem;
    }

    .text-size-xdisplay {
        font-size: 2.6rem;
    }

    .text-size-xxhuge {
        font-size: 2.4rem;
    }

    .text-size-xhuge {
        font-size: 2.2rem;
    }

    .text-size-xxlarge {
        font-size: 1.8rem;
    }

    .text-size-xlarge {
        font-size: 1.7rem;
    }

    .heading-2-instruction {
        font-size: 4.5rem;
    }

    .max-width-50ch {
        max-width: none;
    }

    .style-guide-text {
        font-size: 2rem;
    }

    .changelog-component {
        flex-flow: column;
        display: flex;
    }

    .license-component {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
        margin-top: 5.3rem;
        margin-bottom: 6rem;
    }

    .opacity-85.logos-wrap {
        display: block;
    }

    .text-images-wrapper {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
        margin-top: 8rem;
    }

    .text-images {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .span {
        border-radius: 1rem;
        width: 3rem;
        height: 3rem;
        line-height: 6;
    }

    .span.one,
    .span.two,
    .span.three {
        width: 4rem;
    }

    .big-numbers-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 4rem;
        flex-flow: column;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
        place-items: center;
    }

    .big-numbers-card {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .big-numbers {
        font-size: 7rem;
    }

    .description-wrapper {
        margin-top: 8rem;
    }

    .description {
        max-width: none;
    }

    .hero-tab-content {
        inset: 0%;
    }

    .hero-tab-wrapper {
        position: absolute;
    }

    .hero-tab-menu {
        flex-flow: column;
        display: none;
    }

    .max-width-55vw {
        max-width: 100%;
    }

    .hero-tab-header {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        width: auto;
        padding-bottom: 2.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: static;
        bottom: 0;
    }

    .images-marquee-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        margin-top: 8rem;
    }

    .images-marquee-wrapper._404-page {
        height: 100svh;
    }

    .images-marquee-bottom {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .images-marquee {
        width: 30rem;
        height: 30rem;
    }

    .images-marquee-component {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .images-marquee-component.margin-marquee {
        margin-bottom: 8rem;
    }

    .images-marquee-top {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .works-square-grid {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

    .works-square-content {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
    }

    .text-size-regular-vw {
        font-size: 1rem;
    }

    .cta-image.is-third {
        width: 20rem;
        height: 18rem;
        right: -8rem;
    }

    .cta-image.is-second {
        width: 14rem;
        height: 14rem;
    }

    .cta-image.is-fourth {
        width: 15rem;
        height: 15rem;
        right: 4rem;
    }

    .cta-image.is-first {
        width: 18rem;
        height: 18rem;
    }

    .text-size-h1-vw.caps {
        font-size: 8rem;
    }

    .cta-sticky {
        height: 30vh;
    }

    .cta-text-wrap {
        max-width: 40vw;
    }

    .works-sticky-wrapper {
        padding-top: 6rem;
    }

    .works-title {
        margin-bottom: 2rem;
    }

    .hover-follow-wrapper.hide-mobile {
        display: none;
    }

    .heading-5-vw {
        font-size: 4rem;
    }

    .works-sticky-link {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .works-image-wrapper {
        height: 100%;
    }

    .about-wrapper {
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
    }

    .max-width-80vw,
    .max-width-30vw {
        max-width: none;
    }

    .logo-grid-component {
        margin-top: 6rem;
        margin-bottom: 0;
    }

    .logos-grid {
        border: 1px #000;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .logo-card {
        width: 100%;
        padding: 2rem 2.5rem;
    }

    .hero-hover {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
    }

    .max-width-56vw {
        max-width: 100%;
    }

    .works-component {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .works-component.margin-top-works {
        margin-top: 8rem;
    }

    .works-content {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
    }

    .works-content-left {
        text-align: center;
    }

    .work-wrapper {
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 2.5rem;
    }

    .work-wrapper.space-between {
        justify-content: flex-end;
        align-items: center;
    }

    .hero-title-component.full-width {
        z-index: 5;
        text-align: center;
        flex-flow: column;
        align-items: center;
    }

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

    .culture {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        opacity: 0.8;
        width: 100%;
    }

    .culture-wrapper {
        max-width: none;
    }

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

    .culture-title {
        width: auto;
    }

    .culture-heading {
        font-size: 1.8rem;
    }

    .about-content-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        margin-bottom: 4rem;
    }

    .bottom-about-content,
    .top-about-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
    }

    .services-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        width: 100%;
        max-width: none;
    }

    .sticky-image-wrapper {
        padding-top: 6rem;
    }

    .testimonial-home-component {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        margin-top: 8rem;
        margin-bottom: 4rem;
    }

    .testimonial-slider-heading {
        grid-row-gap: 2rem;
        text-align: left;
        flex-flow: column;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
    }

    .heading-testimonial-section {
        max-width: 60%;
    }

    .text-size-display-vw {
        font-size: 3rem;
    }

    .text-size-medium-vw {
        font-size: 1.125rem;
    }

    .max-width-19vw {
        max-width: none;
    }

    .slider-content {
        padding-bottom: 2.6rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: absolute;
    }

    .testimonial-overlay {
        background-image: linear-gradient(0deg, #000 20%, #0000);
    }

    .testimonial-slider-secondary {
        width: 20rem;
        height: 30rem;
    }

    .slider-background-image {
        flex-flow: column;
        justify-content: flex-end;
        align-items: stretch;
        display: flex;
    }

    .slider-component.wrapper {
        padding-top: 0;
        padding-left: 0;
    }

    .header-wrapper {
        z-index: 3;
        position: relative;
    }

    .features-description {
        max-width: none;
    }

    .features-stack-component {
        margin-top: 6rem;
    }

    .left-content {
        justify-content: space-between;
        width: 100%;
        padding: 4rem;
    }

    .features-item {
        position: relative;
        top: auto;
    }

    .features-heading-size {
        font-size: 2.8rem;
    }

    .features-secondary-heading {
        max-width: none;
    }

    .features-secondary {
        flex-flow: column;
        height: auto;
    }

    .right-content {
        width: 100%;
        height: 50vh;
    }

    .features-content-wrapper {
        width: 100%;
    }

    .testimonial-component {
        grid-row-gap: 2rem;
        padding-top: 6rem;
    }

    .testimonial-slide {
        padding-left: 0;
        padding-right: 0;
    }

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

    .hero-content-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .hero-content-wrapper.margin-bottom {
        margin-bottom: 8rem;
    }

    .hero-heading-content {
        max-width: none;
    }

    .culture-logos {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        margin-top: 4rem;
        margin-bottom: 0;
    }

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

    .margin-top-about {
        padding-top: 8rem;
    }

    .hero-works {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        margin-bottom: 4rem;
    }

    .hero-works.margin-blog {
        margin-bottom: 0;
    }

    .work-content {
        margin-bottom: 0;
    }

    .blog-image-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .works-template {
        margin-top: 4rem;
        margin-bottom: 8rem;
    }

    .work-template-images.vertical {
        margin-bottom: 6rem;
    }

    .blog-card.first-card-blog {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-flow: column;
        height: auto;
        max-height: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .blog-posts-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        margin-bottom: 6rem;
    }

    .blog-posts-component {
        margin-top: 4rem;
    }

    .blog-cards-list {
        grid-column-gap: 2rem;
        grid-row-gap: 3rem;
        grid-template-columns: 1fr 1fr;
    }

    .first-blog-card-cms {
        display: none;
    }

    .first-blog-card-cms.show-mobile {
        flex-flow: column;
        display: flex;
    }

    .blog-card-image.first-card-blog {
        width: 100%;
        height: 40vw;
        max-height: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .blog-card-content {
        margin-top: 1rem;
    }

    .first-card-wrapper {
        width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .text-size-huge-vw {
        font-size: 2rem;
    }

    .text-size-xlarge-vw {
        font-size: 1.5rem;
        line-height: 1.25;
    }

    .blog-heading {
        max-width: none;
    }

    .pricing-component {
        margin-bottom: 6rem;
    }

    .pricing-card-grid {
        flex-flow: column-reverse;
        max-width: none;
        display: flex;
    }

    .pricing-card-grid:nth-child(2n) {
        flex-flow: column-reverse;
    }

    .main-button {
        white-space: nowrap;
        overflow-wrap: normal;
    }

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

    .card-content {
        text-align: left;
        align-items: flex-start;
        max-width: none;
    }

    .left-card {
        text-align: center;
        order: -1;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
    }

    .price {
        max-width: none;
    }

    .right-card {
        width: auto;
    }

    .card-image {
        height: auto;
    }

    .card-heading {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-info-wrapper {
        flex-flow: row;
        justify-content: space-between;
        width: 100%;
    }

    .contact-text-wrapper {
        max-width: none;
    }

    .contact-grid {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: column;
        margin-top: 4rem;
        display: flex;
    }

    .contact-text-size {
        font-size: 1.125rem;
    }

    .contact-image-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }

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

    .form-content-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .form-wrapper,
    .form-wrapper.full-width {
        width: 100%;
    }

    .heading-4-vw {
        font-size: 4rem;
    }

    .form-heading,
    .form-heading.max-width-45vw {
        max-width: none;
    }

    .double-button {
        flex-flow: wrap;
    }

    .secondary-button-navbar {
        white-space: nowrap;
        overflow-wrap: normal;
    }

    .contact-content {
        grid-row-gap: 1.3rem;
    }

    .contact-1-grid {
        grid-column-gap: 10rem;
        grid-row-gap: 4rem;
        flex-flow: wrap;
        display: flex;
    }

    .contact-1-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-top: 15vh;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }

    .contact-size {
        font-size: 5rem;
    }

    .text-size-small-vw {
        font-size: 0.8rem;
    }

    .contact-wrapper {
        grid-row-gap: 2rem;
        flex-direction: column;
        width: 80%;
    }

    .highlight {
        width: 100%;
        height: 100%;
    }

    .team-member-grid {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
        padding-bottom: 3.3rem;
        padding-right: 1rem;
    }

    .team-member-post {
        width: 100%;
    }

    .team-member-image {
        width: 100%;
        min-width: auto;
        max-width: none;
    }

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

    .team-member-component {
        grid-row-gap: 0rem;
        padding-left: 0;
        padding-right: 0;
    }

    .team-member-job {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .images-hover-wrapper {
        justify-content: center;
        align-items: center;
        height: 50vh;
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .images-component {
        width: 100%;
    }

    .first-image,
    .second-image,
    .third-image,
    .fourth-image,
    .fifth-image {
        display: none;
    }

    .images-tags {
        z-index: 3;
        text-align: center;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        max-width: none;
    }

    .slash-wrapper {
        display: none;
    }

    .images-text {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .heading-images {
        font-size: 4rem;
    }

    .overlay-mobiles {
        background-image: linear-gradient(
            0deg,
            var(--color--background-color),
            #00000000
        );
        display: flex;
    }

    .navbar-open-component {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: flex;
    }

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

    .navbar-open {
        background-color: var(--color--background-color);
        display: none;
        position: fixed;
        inset: 0%;
    }

    .navbar-links-wrapper {
        z-index: 3;
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: none;
        display: flex;
    }

    .menu-button-white {
        display: flex;
    }

    .paypal-checkout-form {
        padding-top: 6rem;
    }

    .text-size-not-found {
        font-size: 18rem;
    }

    .home-hero-image-wrapper {
        width: 22rem;
        height: 50vh;
    }

    .about-hero {
        height: 100svh;
        padding-top: 4svh;
    }

    .cta-wrapper {
        justify-content: center;
        /* height: 35vh; */
    }

    .cta-header {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
        margin-top: 4rem;
    }

    .gradient-wrapper {
        filter: blur(180px);
        top: 25%;
    }

    .footer-wrapper {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
    }

    .footer-content {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: wrap;
        justify-content: center;
    }

    .footer-social-wrapper {
        /* margin-bottom: 4rem; */
        margin-bottom: 0;
    }

    .footer-links-wrapper {
        flex-flow: column;
        margin-top: 2rem;
    }

    .template-component {
        margin-bottom: 4rem;
        padding-top: 0;
    }

    .home-paragraph {
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .heading-component-homepage {
        margin-top: 0;
        padding-top: 6rem;
    }

    .heading-homepage {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 3.8rem;
        line-height: 1.15;
    }

    .figma-image {
        height: 100%;
    }

    .figma-content {
        width: 100%;
        margin-top: 4.2rem;
        margin-bottom: 4.2rem;
        margin-left: 0;
        padding-left: 3.1rem;
        padding-right: 3.1rem;
    }

    .figma {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        overflow: hidden;
    }

    .figma-image-wrap {
        width: 100%;
    }

    .home-template-wrap {
        margin-top: 0;
    }

    .home-page-cards-grid {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .heading-footer {
        font-size: 5rem;
        line-height: 1.2;
    }

    .relative-tag {
        justify-content: center;
        align-items: center;
    }

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

    .logos-grid-copy {
        grid-template-columns: 1fr;
        align-items: stretch;
        width: 100%;
    }

    .grid-2 {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
        place-items: stretch stretch;
    }

    .text-block-3 {
        font-size: var(--heading-style--h6);
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .grid-2-footprint {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: column;
        place-items: stretch stretch;
    }

    .navbar-open-component-copy {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: none;
    }

    #grid-work {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .rich-text h1 {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .rich-text p {
        margin-bottom: 2rem;
    }

    .rich-text h2 {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .rich-text ul {
        margin-bottom: 2rem;
    }

    .rich-text h3 {
        font-size: 1.8rem;
    }

    .rich-text h4 {
        font-size: 1.55rem;
    }

    .rich-text h5 {
        font-size: 1.3rem;
    }

    .rich-text blockquote {
        margin-bottom: 2rem;
    }

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

    .heading-2 {
        font-size: 2.375rem;
    }

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

    .hero-style-guide-wrapper {
        padding-top: 8rem;
    }

    .checkout-wrapper,
    .order-confirmation {
        padding-top: 4rem;
    }

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

    .heading-6 {
        font-size: 3.5rem;
    }

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

    .heading-5 {
        font-size: 1.375rem;
    }

    .style-guide-header {
        font-size: 0.875rem;
    }

    .style-gudie-content.grid {
        grid-column-gap: 1rem;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }

    .heading-1 {
        font-size: 2.875rem;
    }

    .style-guide-menu {
        grid-column-gap: 2rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .heading-4 {
        font-size: 1.625rem;
    }

    .text-size-xdisplay {
        font-size: 2rem;
    }

    .heading-2-instruction {
        font-size: 4rem;
    }

    .style-guide-text {
        font-size: 2rem;
        line-height: 1.15;
    }

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

    .license-content {
        grid-row-gap: 4rem;
        flex-direction: column;
    }

    .license-component {
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
        margin-top: 4.2rem;
        margin-bottom: 5.7rem;
    }

    .text-images-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        margin-top: 4rem;
    }

    .span {
        background-size: 2.5rem 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .big-numbers-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-flow: column;
        display: flex;
    }

    .big-numbers-card {
        text-align: center;
        max-width: none;
    }

    .big-numbers {
        font-size: 6rem;
    }

    .description-wrapper {
        margin-top: 6rem;
    }

    .hero-tab-header {
        top: 12rem;
        bottom: 0;
        left: 0;
    }

    .images-marquee-wrapper {
        margin-top: 6rem;
    }

    .images-marquee {
        width: 20rem;
        height: 20rem;
    }

    .images-marquee-component.margin-marquee {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .images-marquee-component.mobile {
        display: flex;
    }

    .works-square-wrapper {
        margin-top: 6rem;
    }

    .works-square-grid {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: column;
        display: flex;
    }

    .works-square-image {
        height: 50vh;
    }

    .works-square-content {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }

    .cta-image.is-third {
        top: -6rem;
    }

    .cta-image.is-second {
        display: none;
    }

    .cta-image.is-first {
        width: 17rem;
        height: 17rem;
    }

    .cta-text-wrap {
        text-align: right;
        max-width: 70vw;
        position: absolute;
        bottom: 6rem;
        right: 2.5rem;
    }

    .works-sticky-wrapper {
        padding-top: 3rem;
    }

    .logo-grid-component {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .logo-card {
        padding: 3rem 2rem;
    }

    .max-width-25ch.hide-mobile,
    .button-hero.hide-mobile {
        display: none;
    }

    .home-description {
        margin-top: 4rem;
    }

    .works-component.margin-top-works {
        margin-top: 6rem;
    }

    .works-content {
        justify-content: flex-end;
        align-items: center;
    }

    .text-size-works {
        font-size: 1.7rem;
    }

    .max-width-27ch.hide-mobile {
        display: none;
    }

    .culture-text-size {
        font-size: 1.25rem;
    }

    .culture-title {
        justify-content: flex-start;
        align-items: center;
        padding-left: 0;
    }

    .services {
        width: auto;
    }

    .services-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-flow: wrap;
    }

    .sticky-image-wrapper {
        padding-top: 4rem;
    }

    .testimonial-home-component {
        grid-row-gap: 3rem;
        margin-bottom: 4rem;
    }

    .heading-testimonial-section {
        max-width: none;
    }

    .text-size-display-vw {
        font-size: 3rem;
    }

    .slider-content {
        position: absolute;
    }

    .testimonial-slider-secondary {
        width: 90%;
        height: 30rem;
    }

    .slider-component {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        width: 100%;
        height: 100%;
    }

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

    .about-hero-image {
        margin-top: 3rem;
    }

    .features-stack-component {
        margin-top: 4rem;
    }

    .left-content {
        padding: 3rem 2rem 2rem 3rem;
    }

    .features-heading-size {
        font-size: 2.5rem;
    }

    .testimonial-component {
        padding-top: 4rem;
    }

    .hero-content-wrapper.margin-bottom {
        margin-bottom: 6rem;
    }

    .culture-logos {
        margin-top: 0;
    }

    .logo-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 2.5rem;
    }

    .margin-top-about {
        padding-top: 4rem;
    }

    .work-content {
        margin-bottom: 0;
    }

    .works-template {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .work-template-images.margin-bottom {
        margin-bottom: 6rem;
    }

    .work-template-images.vertical {
        width: 100%;
        margin-bottom: 4rem;
        margin-left: auto;
    }

    .work-template-images.vertical.right {
        width: 100%;
    }

    .blog-posts-wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        margin-bottom: 4rem;
    }

    .blog-posts-component {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .blog-cards-list {
        grid-column-gap: 2rem;
        grid-row-gap: 3rem;
        flex-flow: column;
        display: flex;
    }

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

    .blog-card-content {
        width: 100%;
    }

    .text-size-huge-vw {
        font-size: 1.6rem;
    }

    .rich-text-padding {
        padding-left: 0;
    }

    .pricing-component {
        margin-bottom: 4rem;
    }

    .pricing-card-grid {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
    }

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

    .left-card {
        padding: 1.5rem 1.5rem 2rem;
    }

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

    .contact-info-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        flex-flow: column;
    }

    .text-size-xhuge-vw {
        font-size: 1.7rem;
    }

    .contact-grid {
        margin-top: 0;
        margin-bottom: 4rem;
    }

    .heading-4-vw {
        font-size: 3rem;
    }

    .contact-content {
        grid-row-gap: 1rem;
    }

    .contact-1-grid {
        grid-column-gap: 4rem;
        flex-flow: column;
        display: flex;
    }

    .contact-heading {
        width: 100%;
    }

    .contact-1-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 6rem;
        margin-top: 4rem;
    }

    .contact-wrapper {
        width: 100%;
    }

    .team-collection-list {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }

    .team-member-image {
        height: 30vh;
    }

    .images-hover-wrapper {
        height: auto;
    }

    .images-text {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        justify-content: flex-start;
        align-items: center;
    }

    .heading-images {
        font-size: 3rem;
    }

    .navbar-open-component {
        background-color: var(--color--background-color);
        height: 100svh;
        /* position: fixed; */
        inset: 0% auto auto 0%;
    }

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

    .navbar-open {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        background-color: var(--color--background-color);
        flex-flow: row;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
        position: relative;
        inset: 0%;
    }

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

    .paypal-checkout-form {
        padding-top: 4rem;
    }

    .text-size-not-found {
        font-size: 14rem;
    }

    .home-hero-image-wrapper {
        width: 18rem;
    }

    .footer-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
    }

    .footer-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .footer-links-wrapper {
        margin-top: 1rem;
    }

    .credits-wrapper {
        flex-flow: row;
    }

    .template-component {
        margin-bottom: 4rem;
    }

    .home-paragraph {
        font-size: 1rem;
        line-height: 1.5;
    }

    .heading-homepage {
        font-size: 2.5rem;
    }

    .figma-content {
        margin-top: 3rem;
        margin-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .home-page-cards-grid {
        margin-top: 0;
    }

    .heading-footer {
        font-size: 4rem;
    }

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

    .list {
        margin-bottom: 2rem;
    }

    .container-3 {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
        justify-content: space-around;
        align-items: center;
    }

    .navbar {
        background-color: #000 !important;
    }

    .navbar .padding-global {
        padding: 0;
    }

    .navbar-open-component-copy {
        background-color: var(--color--background-color);
        height: 100svh;
        position: fixed;
        inset: 0% auto auto 0%;
    }

    .page-id-47,
    .page-id-48,
    .page-id-51 {
        .div-block-4 {
            padding: 0 1rem;
        }
    }
}

@media screen and (max-width: 479px) {
    .rich-text h1 {
        font-size: 2.5rem;
    }

    .rich-text h2 {
        font-size: 1.8rem;
    }

    .rich-text h3 {
        font-size: 1.5rem;
    }

    .rich-text h4 {
        font-size: 1.2rem;
    }

    .rich-text h5 {
        font-size: 1.1rem;
    }

    .heading-2 {
        font-size: 2.25rem;
    }

    .padding-global {
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-style-guide-wrapper {
        padding-top: 6rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text-size-display.text-weight-regular {
        font-size: var(--text-size--xlarge);
    }

    .blog-pots-component {
        margin-top: 15vh;
        margin-bottom: 0;
    }

    .card {
        grid-row-gap: 1rem;
        padding-bottom: 3rem;
    }

    .checkout-wrapper {
        margin-top: 4rem;
    }

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

    .divider-line {
        width: 100%;
    }

    .heading-3 {
        font-size: 2.5rem;
    }

    .heading-6 {
        font-size: 3rem;
    }

    .style-guide-component {
        width: 100%;
    }

    .heading-5 {
        font-size: 1.25rem;
    }

    .sticky-menu {
        width: 100%;
    }

    .style-guide-content {
        margin-bottom: 6rem;
    }

    .style-guide-menu-wrapper {
        width: 100%;
    }

    .heading-1 {
        font-size: 2.75rem;
    }

    .style-guide-menu {
        grid-column-gap: 1rem;
        grid-template-columns: 1fr;
        width: 100%;
        display: flex;
    }

    .heading-4 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .divider-line-instructions {
        width: 100%;
    }

    .heading-2-instruction {
        font-size: 3rem;
        line-height: 1.1;
    }

    .double-button-component {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column;
        align-items: center;
        width: 100%;
    }

    .style-guide-text {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .changelog-component {
        width: 100%;
    }

    .license-component {
        grid-row-gap: 1.75rem;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 2.5rem;
    }

    .opacity-85 {
        display: block;
    }

    .big-numbers {
        font-size: 5rem;
    }

    .hero-tab {
        padding-left: 0;
        padding-right: 0;
    }

    .home-hero {
        height: 100svh;
    }

    .hero-tab-header {
        align-self: center;
        top: 8rem;
        left: 0;
    }

    .images-marquee-component.margin-marquee {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .works-square-wrapper {
        margin-top: 4rem;
    }

    .text-size-regular-vw {
        display: inline;
    }

    .sticky-gradient {
        flex: 0 auto;
    }

    .cta-sticky-component.marquesina-home {
        /* height: 250rem; */
        height: 0rem;
    }

    .cta-image.is-first {
        display: none;
    }

    .cta-sticky {
        justify-content: flex-start;
        align-items: center;
        height: 35vh;
    }

    .heading-5-vw {
        font-size: 3.5rem;
    }

    .about-icon {
        width: 100%;
        height: 10rem;
    }

    .logo-grid-component {
        margin-top: 4rem;
    }

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

    .logo-card {
        border-width: 0.5px;
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .button-hero.hide-mobile {
        display: none;
    }

    .works-component.margin-top-works {
        margin-top: 4rem;
    }

    .categorie-list {
        flex-flow: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .works-content {
        height: auto;
    }

    .work-wrapper {
        height: 75vh;
    }

    .work-wrapper.space-between {
        justify-content: flex-end;
        align-items: center;
    }

    .works-header-component,
    .hero-title-component.full-width {
        text-align: center;
    }

    .hero-title-component.exclusion-hero {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        text-align: center;
        flex-flow: wrap;
        justify-content: center;
        width: 100%;
    }

    .hero-title {
        white-space: nowrap;
        width: 100%;
    }

    .culture {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .culture-text-size {
        font-size: 1rem;
    }

    .bottom-about-content {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        padding-top: 0;
    }

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

    .services-wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        display: flex;
    }

    .testimonial-home-component {
        grid-row-gap: 3rem;
        margin-top: 4rem;
    }

    .testimonial-slider-heading {
        grid-row-gap: 0.7rem;
    }

    .text-size-display-vw {
        font-size: 2.5rem;
    }

    .slider-content {
        width: 100%;
    }

    .testimonial-overlay {
        background-image: linear-gradient(0deg, #000 40%, #0000);
    }

    .mask,
    .slider-wrapper {
        width: 100%;
    }

    .testimonial-slider-secondary {
        width: 100%;
        height: 30rem;
        margin-right: 1rem;
    }

    .slider-component.wrapper {
        padding-bottom: 4rem;
    }

    .hero-interaction-trigger {
        width: 100%;
    }

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

    .features-stack-component {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
    }

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

    .features-item {
        top: auto;
    }

    .features-heading-size {
        font-size: 2rem;
    }

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

    .right-content {
        flex-flow: column;
        align-items: center;
        padding-right: 1.75rem;
    }

    .features-content-wrapper {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .testimonial-component {
        padding-top: 4rem;
    }

    .full-size-hero {
        justify-content: flex-end;
        height: 100vh;
    }

    .logo-grid {
        grid-row-gap: 2.25rem;
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
    }

    .blog-card-image {
        height: 25vh;
    }

    .blog-card-image.first-card-blog {
        height: 30vh;
        padding-bottom: 0;
    }

    .blog-card-content {
        width: 100%;
        margin-bottom: 1rem;
    }

    .first-card-wrapper {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text-size-xlarge-vw {
        font-size: 1.25rem;
    }

    .rich-text-padding {
        padding-left: 0;
    }

    .pricing-card-grid {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
    }

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

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

    .contact-info-wrapper {
        text-align: center;
        align-items: center;
    }

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

    .contact-grid {
        justify-content: center;
        align-items: center;
    }

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

    .form,
    .form-wrapper {
        width: 100%;
    }

    .heading-4-vw {
        font-size: 2.5rem;
    }

    .double-button {
        justify-content: center;
        align-items: center;
    }

    .secondary-button-navbar.button-hero.mobile {
        justify-content: center;
        align-items: center;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-1-grid {
        grid-row-gap: 2rem;
        flex-direction: column;
        display: flex;
    }

    .contact-1-wrapper {
        margin-top: 4rem;
        margin-bottom: 2.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-size {
        font-size: 3.5rem;
    }

    .contact-wrapper {
        grid-row-gap: 2rem;
    }

    .team-collection-list {
        flex-flow: column;
        display: flex;
    }

    .team-member-grid {
        grid-row-gap: 1rem;
    }

    .team-member-post {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .images-hover-wrapper {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .images-text {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .heading-images {
        font-size: 2.5rem;
    }

    .navbar-open-component {
        display: flex;
    }

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

    .navbar-open {
        display: none;
        position: relative;
    }

    .navbar-links-wrapper {
        grid-column-gap: 8vw;
        grid-row-gap: 8vw;
    }

    .text-size-not-found {
        font-size: 7rem;
    }

    .home-hero-image-wrapper {
        width: 14.3rem;
        height: 47vh;
    }

    .footer-social-wrapper {
        margin-bottom: 2rem;
    }

    .footer-links-wrapper {
        text-align: center;
    }

    .credits-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
    }

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

    .button-secondary {
        padding-top: 0;
        padding-bottom: 0;
    }

    .template-component {
        margin-bottom: 4rem;
    }

    .home-paragraph {
        font-size: 1rem;
        line-height: 1.5;
    }

    .heading-component-homepage {
        align-items: stretch;
    }

    .double-button-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
    }

    .double-button-wrapper.homepage {
        flex-flow: wrap;
    }

    .heading-homepage {
        font-size: 2.5rem;
    }

    .figma-content {
        margin-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .text-size-xdisplay-homepage {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .divider-line-homepage {
        width: 100%;
    }

    .heading-footer {
        font-size: 2.75rem;
        width: 60%;
    }

    .image-bg {
        object-fit: cover;
        object-position: 50% 0%;
        background-image: url("../images/about-3-hero.jpg");
        background-position: 0 0;
        background-size: cover;
        height: 100svh;
    }

    .relative-tag {
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
        flex-flow: column;
    }

    .heading-7 {
        font-size: 2rem;
    }

    .logos-grid-copy {
        grid-template-columns: 1fr;
    }

    .container-3 {
        padding-top: 0;
    }

    .text-block-2 {
        font-size: var(--heading-style--h6);
    }

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

    .heading91 {
        font-size: var(--text-size--xxhuge);
    }

    .text-block-3 {
        font-size: var(--text-size--xxlarge);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .div-block-3 {
        width: 100%;
    }

    .heading-13 {
        font-size: var(--text-size--small);
        line-height: 26px;
    }

    .div-block-6 {
        height: 30rem;
    }

    .text-block-4 {
        font-size: var(--text-size--tiny);
    }

    .text-block-5 {
        font-size: var(--text-size--large);
        padding: 2rem 1rem;
    }

    .heading-14 {
        font-size: var(--text-size--huge);
        margin-bottom: 2rem;
    }

    .grid-2-footprint {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }

    .image-8 {
        width: 8rem;
    }

    .navbar-open-component-copy {
        display: none;
    }

    .paragraph-2,
    .paragraph-4 {
        font-size: var(--text-size--regular);
    }
}

#w-node-_183a39d5-54a8-90dd-93c4-f5d23f764f15-3f764f11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
}

#w-node-_776ef29b-848e-9b7b-b015-5a2dc772ff4b-3f764f11 {
    grid-area: 1 / 12 / 2 / 13;
    justify-self: end;
}

#w-node-_183a39d5-54a8-90dd-93c4-f5d23f764f1a-3f764f11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b236f9d9-4788-9c49-897a-66786d2cb099-6d2cb095 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
}

#w-node-c6f7e7ba-2210-a3ef-ad4f-3e0e4db07221-6d2cb095 {
    grid-area: 1 / 12 / 2 / 13;
    justify-self: end;
}

#w-node-b236f9d9-4788-9c49-897a-66786d2cb09e-6d2cb095,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019a7-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019be-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019c3-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b9019da-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a04-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a28-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a46-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a48-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a4d-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a5c-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a57-31728eea,
#w-node-_926d3338-e78f-69d0-ce1c-20907b901a65-31728eea,
#w-node-_84378496-ec00-04e6-1abc-ed48ccc087b3-31728eef,
#w-node-_84378496-ec00-04e6-1abc-ed48ccc087d2-31728eef,
#w-node-_84378496-ec00-04e6-1abc-ed48ccc087ed-31728eef {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

/* #w-node-ce6e01ea-ae67-ee5a-eb6a-cd16e35ef583-31728ef1,
#w-node-ce6e01ea-ae67-ee5a-eb6a-cd16e35ef589-31728ef1,
#w-node-ce6e01ea-ae67-ee5a-eb6a-cd16e35ef58f-31728ef1,
#w-node-bd64b8e1-be15-c405-1965-1650ddbeb487-31728ef1,
#w-node-_5f5906a4-053b-f4c3-d2d7-13c5bbeecad7-31728ef1,
#w-node-b278867e-2a39-995d-a7a5-d9db9f3426be-31728ef1,
#w-node-_892d7fb5-a2e0-b78e-f33c-b965065a7f72-31728ef1,
#w-node-_100554a5-a2c9-47e7-4bad-b3cd2e8b82b7-31728ef1,
#w-node-_9cc30191-56b1-d7fb-4b3c-1d5f1999f9ba-31728ef1 {
    place-self: center;
} */

#w-node-_88627a12-d78b-5024-17c1-000aad56c2e2-ad56c2dc {
    align-self: start;
}

#w-node-_88627a12-d78b-5024-17c1-000aad56c2e6-ad56c2dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88627a12-d78b-5024-17c1-000aad56c2ee-ad56c2dc {
    align-self: start;
}

#w-node-_88627a12-d78b-5024-17c1-000aad56c2f2-ad56c2dc,
#w-node-f0912195-4dbf-f3ff-fd9f-f240098ea8aa-31728ef7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfe9ad4f-7767-bde9-7d5f-66aa3bf4b83c-31728ef8,
#w-node-bfe9ad4f-7767-bde9-7d5f-66aa3bf4b842-31728ef8,
#w-node-bfe9ad4f-7767-bde9-7d5f-66aa3bf4b848-31728ef8,
#w-node-bfe9ad4f-7767-bde9-7d5f-66aa3bf4b84e-31728ef8,
#w-node-ea618e9c-5798-5a7b-d7e5-81ca90101fa3-31728ef8,
#w-node-_5642f361-d4e7-88d8-3e53-61401fba2b7e-31728ef8,
#w-node-_5bf8246f-d1ac-b835-2629-1e5e54e70bbe-31728ef8,
#w-node-_78e6a855-46df-2ae2-09bf-1ada7efca614-31728ef8 {
    place-self: center;
}

#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a6e-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a70-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a72-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a74-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a76-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a78-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a7a-31728ef9,
#w-node-_04987687-2ea7-de8c-f8a3-7f8d13cf1a7c-31728ef9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7284580f-8916-9c78-d07a-1f09b1367b3b-31728efd {
    place-self: center;
}

#w-node-_41a640d2-f12a-632f-271c-627122d2b9ef-31728efd,
#w-node-b4f9e758-4d6e-013f-5704-99e00301bc4b-31728efd,
#w-node-d28cc0b7-a17d-d750-1006-833ae88bbe66-31728efd,
#w-node-d6d911a0-c801-59e0-2e6b-16c708342c68-31728efd {
    align-self: auto;
}

#w-node-b6c02281-12fd-9b9c-ff84-a3aba0a3f750-31728eff {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_171b3754-a41f-cb55-62f0-942f4526e9c4-31728eff {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88c6e728-7a15-8d84-1aca-4d0e9609050f-31728f03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c6e728-7a15-8d84-1aca-4d0e9609051d-31728f03 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7284580f-8916-9c78-d07a-1f09b1367b3b-839b0ba6 {
    place-self: center;
}

#w-node-a5c0c5fb-3573-e675-e4d3-d14788f5e0d9-839b0ba6,
#w-node-_994b3dff-af81-f8d8-5e97-2285d793f36a-839b0ba6,
#w-node-_40dca316-0ef8-75e0-798b-f8bcacfb90e6-839b0ba6,
#w-node-fdbd8750-edc3-cfc3-89b9-5dff2d643427-839b0ba6 {
    justify-self: center;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379a-f2e75fd1 {
    place-self: center;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379f-f2e75fd1,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a1-f2e75fd1,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a3-f2e75fd1,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a5-f2e75fd1 {
    align-self: auto;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379a-268c2856 {
    place-self: center;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379f-268c2856,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a1-268c2856,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a3-268c2856,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a5-268c2856 {
    align-self: auto;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379a-f034b603 {
    place-self: center;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379f-f034b603,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a1-f034b603,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a3-f034b603,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a5-f034b603 {
    align-self: auto;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379a-18dcd637 {
    place-self: center;
}

#w-node-_8e3b0775-86ad-ef3b-75a8-204ced96379f-18dcd637,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a1-18dcd637,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a3-18dcd637,
#w-node-_8e3b0775-86ad-ef3b-75a8-204ced9637a5-18dcd637 {
    align-self: auto;
}

@media screen and (max-width: 991px) {
    #w-node-_776ef29b-848e-9b7b-b015-5a2dc772ff4b-3f764f11 {
        grid-column: 6 / 7;
    }

    #w-node-c6f7e7ba-2210-a3ef-ad4f-3e0e4db07221-6d2cb095 {
        grid-column: 5 / 7;
    }

    #w-node-f0912195-4dbf-f3ff-fd9f-f240098ea8aa-31728ef7 {
        justify-self: center;
    }

    #w-node-_91a01834-c038-dfe3-021c-eac391961131-839b0ba6 {
        place-self: auto;
    }
}

@media screen and (max-width: 767px) {
    #w-node-c6f7e7ba-2210-a3ef-ad4f-3e0e4db07221-6d2cb095 {
        grid-column: 3 / 5;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_183a39d5-54a8-90dd-93c4-f5d23f764f15-3f764f11 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_776ef29b-848e-9b7b-b015-5a2dc772ff4b-3f764f11 {
        grid-column: 2 / 3;
    }

    #w-node-b236f9d9-4788-9c49-897a-66786d2cb099-6d2cb095 {
        grid-column: span 1 / span 1;
    }

    #w-node-c6f7e7ba-2210-a3ef-ad4f-3e0e4db07221-6d2cb095 {
        grid-column: 2 / 3;
    }
}

@media screen and (max-width: 1279px) {
    .brand {
        flex-basis: 40%;
    }

    .padding-global {
        padding: 0 1rem;
    }

    .img-parallax {
        display: none;
    }

    .footer {
        padding-top: 6rem;
    }

    .logos-wrap .div-block-3 {
        width: 12%;
    }

    .works-sticky-wrapper {
        padding-top: 3rem;
    }
}

/************ V2 ************ */

.navbar .logo {
    width: 150px;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.about-wrapper h2.text-size-display.text-weight-regular {
    margin: 0;
}

.section-works {
    padding: 0 20px;
}

.img-parallax img {
    object-fit: contain;
}

.img-parallax:has(img[src=""]) {
    display: none;
}

.home {
    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax img {
        object-fit: contain;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .img-parallax.esfera {
        width: 400px;
        height: 400px;
        left: calc(-40px + 270 * (100vw - 1280px) / 1920);
        top: 33%;
    }
    .img-parallax.esfera:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.mancha {
        width: 300px;
        height: 300px;
        top: calc(59% + 110 * (100vw - 1280px) / 1920);
        right: calc(-50px + 290 * (100vw - 1280px) / 1920);
    }

    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .img-parallax.espiral {
        width: 370px;
        height: 370px;
        left: calc(-60px - 10 * (100vw - 1280px) / 1920);
        bottom: 7%;
    }

    .hero-video {
        iframe {
            aspect-ratio: 3 / 1.69;
            width: 100%;
            height: auto;
        }
    }

    .video-desktop {
        video {
            aspect-ratio: 3 / 1.69;
        }
    }

    .video-mobile {
        display: none;
        aspect-ratio: 9 / 16;
    }

    .logo-svg {
        margin: auto;
    }

    #logo-services-1 {
        svg {
            width: min(100%, 22rem);
            height: auto;
        }
    }

    #logo-services-2 {
        svg {
            width: min(100%, 12rem);
            height: auto;
        }
    }
}

.footer {
    padding: 3rem 0;
    overflow: visible !important;
}

.navbar {
    position: sticky !important;
}

.home .wp-block-video {
    border-radius: 20px;
    overflow: hidden;

    /* video {
        width: 100%;
        height: 100%;
    } */
}

.home .works-sticky-item {
    border-radius: 20px;
}

.lottie-player {
    max-width: 200px;
    max-height: 200px;
    margin: auto;
}

.lottie-footprint {
    width: 100%;
    margin: auto;
    max-width: none;
    height: 560px;
}

/* WORKS */

.banner-works {
    padding: 0 1.25rem;
    display: grid;
    row-gap: 1.25rem;

    .hero-works--datos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 15.3dvw;
        column-gap: 1.25rem;

        h5 {
            font-size: 1.25rem;
            flex: 0 1 50%;
        }

        .hero-works--datos--location {
            display: flex;
            align-items: center;
            column-gap: 1rem;
            row-gap: 20px;
            align-items: flex-end;
            text-align: right;
            flex: 0 1 50%;
            justify-content: flex-end;

            h5 {
                flex: initial;
            }
        }
    }
}

.works-info {
    padding: 0 15.3dvw 4rem;
    position: relative;

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .img-parallax.cubo {
        width: 250px;
        height: 250px;
        right: calc(-90px + 150 * (100vw - 1280px) / 1920);
    }
    .img-parallax.cubo:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .img-parallax.circulo {
        width: 400px;
        height: 400px;
        left: calc(-190px + 150 * (100vw - 1280px) / 1920);
        top: 35%;
    }
    .img-parallax.circulo:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.mancha {
        width: 400px;
        height: 400px;
        right: -10%;
        bottom: 5%;
    }
    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .works--video {
        /* height: 500px; */
        width: 100%;
        margin-bottom: 2rem;

        iframe,
        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            aspect-ratio: 3 / 1.69;
        }
    }

    .works--data {
        display: grid;
        row-gap: 2.75rem;
        position: relative;
        margin-bottom: 2rem;
        width: 100%;

        .pleca {
            right: 0;
            top: 0;
            width: 200px;
            height: auto;
            object-fit: contain;
            position: relative;
            left: 0;
            margin: auto;

            svg {
                width: 100%;
            }
        }

        h4 {
            font-size: 3rem;
        }

        ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            align-items: stretch;
            gap: 1.5rem;
            flex-flow: wrap row;
            justify-content: center;

            li {
                padding: 1.25rem;
                border-radius: 12px;
                border: 1px solid #ffffff;
                display: grid;
                row-gap: 0.75rem;
                /* width: 25%; */
                flex: 0 0 22.9%;

                h5 {
                    font-size: 2.5rem;
                    line-height: normal;
                }

                p {
                    font-size: 1.25rem;
                }
            }
        }
    }
}

/* ALTER EXPEREINCE */

.hero-alter {
    padding: 0 15.3dvw;

    figure {
        border-radius: 20px;
        overflow: hidden;
    }
}

.page-id-47 {
    .navbar-links-wrapper a:nth-child(2) .heading-images {
        color: var(--color-aqua);
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .img-parallax.esfera {
        width: 400px;
        height: 400px;
        left: calc(-90px + 150 * (100vw - 1280px) / 1920);
        top: 50%;
        display: none;
    }
    .img-parallax.esfera:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.mancha {
        width: 550px;
        height: 550px;
        right: 0;
        top: calc(36% + 390 * (100vw - 1280px) / 1920);
        opacity: 1 !important;
        left: 0;
        margin: auto;
    }
    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .logo-svg {
        margin: auto;
    }
}

.page-id-48 {
    .navbar-links-wrapper a:nth-child(3) .heading-images {
        color: var(--color-lila);
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .img-parallax.esfera {
        width: 400px;
        height: 500px;
        left: calc(-70px + 340 * (100vw - 1280px) / 1920);
        top: 50%;
        display: none;
    }
    .img-parallax.esfera:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.espiral {
        left: calc(-70px + 340 * (100vw - 1280px) / 1920);
        width: 400px;
        height: 400px;
        top: calc(2% - 30 * (100vw - 1280px) / 1920);
        opacity: 1 !important;
    }
    .img-parallax.espiral:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .logo-svg {
        margin: auto;
    }
}

.page-id-51 {
    .navbar-links-wrapper a:nth-child(4) .heading-images {
        color: var(--color-azulMarino);
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .img-parallax.esfera {
        width: 450px;
        height: 450px;
        left: calc(-200px + 240 * (100vw - 1280px) / 1920);
        top: calc(50% + 240 * (100vw - 1280px) / 1920);
    }

    .img-parallax.esfera:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.mancha {
        right: calc(60px + 1400 * (100vw - 1280px) / 1920);
        width: 400px;
        height: 400px;
        bottom: calc(15% + 30 * (100vw - 1280px) / 1920);
        opacity: 1 !important;
    }
    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .logo-svg {
        margin: auto;
    }
}

.page-id-47,
.page-id-48,
.page-id-51 {
    .section-3 {
        padding: 0 15.3dvw;

        .text-block-1 {
            font-size: 2rem;
            margin-bottom: 0;
        }

        .heading-8 {
            font-size: 3rem;
        }
    }

    .text-block-2 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .text-block-3 {
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: 3.75rem;
    }

    #grid-work {
        display: flex;
        justify-content: center;
        border: 0;
        column-gap: 16px;
    }
    #grid-work h1 {
        border-radius: 16px;
        padding: 40px 16px;
        flex: 0 0 25%;
        font-size: 1.75rem;
        display: grid;
        align-items: center;
        border: 1px solid #fff;
    }
    #grid-work h1:empty {
        display: none;
    }
}

.page-id-50 {
    .navbar-links-wrapper a:nth-child(5) .heading-images {
        color: var(--color-naranja);
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
        display: none;
    }

    .img-parallax.mancha {
        width: 450px;
        height: 450px;
        left: calc(230px + 430 * (100vw - 1280px) / 1920);
        top: calc(24% - 410 * (100vw - 1280px) / 1920);
    }

    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .img-parallax.espiral {
        left: calc(-70px + 200 * (100vw - 1280px) / 1920);
        width: 450px;
        height: 450px;
        top: 35%;
        opacity: 1 !important;
        display: none;
    }

    .img-parallax.espiral:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.circulo-3 {
        width: 450px;
        height: 450px;
        right: calc(-50px + 240 * (100vw - 1280px) / 1920);
        bottom: 15%;
        display: none;
    }

    .logo-svg {
        margin: auto;
        margin-bottom: 4rem;
        width: max-content;
    }

    .hero-team {
        padding: 0 15.3dvw;

        .div-block-6 {
            border-radius: 20px;
            height: 560px;
            width: 100%;
            overflow: hidden;

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

        .text-block-5 {
            padding: 4rem 0;
            font-size: 1.75rem;
        }

        .heading-14 {
            margin-top: 0;
            margin-bottom: 4rem;
        }
    }

    .cards-team {
        padding: 0 15.3dvw;
    }
}

.page-id-62 {
    .navbar-links-wrapper a:nth-child(6) .heading-images {
        color: var(--color-amarillo);
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .img-parallax.cubo {
        width: 350px;
        height: 350px;
        right: calc(-120px + 0 * (100vw - 1280px) / 1920);
        top: 25%;
    }
    .img-parallax.cubo:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .img-parallax.esfera {
        left: calc(-60px + 240 * (100vw - 1280px) / 1920);
        width: 400px;
        height: 400px;
        top: 50%;
        z-index: -1;
        opacity: 1 !important;
        display: none;
    }
    .img-parallax.esfera:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .logo-svg {
        margin: auto;
    }

    .hero-team {
        padding: 0 15.3dvw;

        picture {
            border-radius: 20px;
            height: 560px;
            width: 100%;
            overflow: hidden;
            display: block;

            img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    .div-block-4 {
        .text-block-3 {
            font-size: 3.0625rem;
            margin-top: 3rem;
        }
    }

    .section-3 {
        padding: 0 15.3dvw;

        .grid-2-footprint {
            border: 0;
            display: flex;
            flex-flow: wrap;
            gap: 16px;
            justify-content: center;

            .div-block-8 {
                border: 1px solid #ffffff;
                border-radius: 16px;
                padding: 20px;
                aspect-ratio: 1 / 1;
                height: auto;
                flex: 0 0 23.5%;

                img {
                    object-fit: contain;
                }
            }
        }
    }
}

.page-id-52 {
    .navbar-links-wrapper a:nth-child(7) .heading-images {
        color: #797979;
    }

    .img-parallax {
        position: absolute;
        z-index: -1;
    }

    .img-parallax:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .img-parallax.cubo-2 {
        width: 280px;
        height: 280px;
        right: calc(20px + 400 * (100vw - 1280px) / 1920);
        top: 10%;
    }

    .img-parallax.cubo-2:after {
        background: linear-gradient(
            22.68deg,
            #000000 32.17%,
            rgba(18, 18, 18, 0) 119.35%
        );
    }

    .img-parallax.mancha {
        width: 400px;
        height: 400px;
        left: calc(120px + 330 * (100vw - 1280px) / 1920);
        bottom: calc(21% - 40 * (100vw - 1280px) / 1920);
        z-index: -1;
        opacity: 1 !important;
    }
    .img-parallax.mancha:after {
        background: linear-gradient(
            43.46deg,
            #000000 44.54%,
            rgba(18, 18, 18, 0) 81.47%
        );
        transform: rotate(-150deg);
    }

    .formulario {
        padding: 0 15.3dvw;

        .contact-titulo {
            z-index: 2;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            margin-top: 6vh;
            display: flex;
            position: relative;
            max-width: none;
            grid-row-gap: 1.1vw;
        }

        .form-content {
            .contact-heading {
                margin-bottom: 5rem;
            }

            .wrap-check {
                display: flex;
                align-items: baseline;
                column-gap: 1rem;

                label {
                    font-size: 1rem;
                    margin-bottom: 0;

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

html:has(.loader) {
    overflow: hidden;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease; /* transición suave */

    img {
        width: min(100%, 300px);
        margin: auto;
        display: block;
    }
}

.loader.fade-out {
    opacity: 0; /* estado final */
}

.navegacion-works {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 80px;

    span,
    a {
        font-size: 2em;
        color: #fff;
        transition: opacity 0.5s ease; /* transición suave */
    }

    a:hover {
        opacity: 0.8;
    }
}

.wrap-lada {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;

    .custom-select-container {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        width: 300px;
    }

    #country_code {
        /* Oculta el select original de la vista, pero no del DOM */
        position: absolute;
        opacity: 0;
        cursor: pointer;
        flex: 0 0 20%;
        width: 20%;
        height: 50px;
        border-radius: 0.5em;
    }

    .selected-option-display {
        border-bottom: 1px solid #c9d4d833;
        flex: 0 0 20%;
        width: 20%;
        background: none;
        height: 50px;
        border-radius: 0.5em;
        color: #fff;
        display: flex;
        align-items: center;
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;

        span:not(.data):after {
            content: "▾";
            display: block;
            position: relative;
            right: 10px;
            font-size: 0.8em;
            color: #fff;
        }

        .data {
            min-width: 57px;
        }
    }

    #phone_number {
        border: none;
        padding: 8px 12px;
        flex-grow: 1; /* Permite que el input ocupe el espacio restante */
        outline: none;
    }

    input {
        flex: 1 0 60%;
    }
}

.politicas {
    min-height: 100dvh;

    .padding-global {
        padding: 6vh 15.3dvw 0;
    }

    .heading-6 {
        text-align: center;
        margin-bottom: 1em;
    }
}

.logo-alter {
    height: 180px;
    margin: auto;
    display: block;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .brand {
        flex-basis: 50%;
    }

    .home {
        .margin-top-6rem {
            margin-top: 3rem;
        }

        .img-parallax {
            width: 120px;
            height: 120px;
            display: none;
        }
        .img-parallax.esfera {
            left: -15%;
        }

        .video-desktop {
            display: none;
        }
        .video-mobile {
            display: block;

            video {
                aspect-ratio: 9/16;
            }
        }

        .video-mobile.fullwidth {
            aspect-ratio: auto;
            margin: 2rem auto;
            padding: 0 1rem;

            video {
                aspect-ratio: auto;
            }
        }

        .about-wrapper {
            .text-size-regular-vw {
                font-size: 1.25rem;
                min-width: auto;
            }

            h2 {
                font-size: 2.5rem;
            }
        }

        .logos-wrap .div-block-3 {
            width: 29%;
        }
    }

    .hero-alter {
        padding: 1rem;
    }

    .hero-heading-content {
        padding-bottom: 1rem;
    }

    .hero-works {
        margin: 1.25rem auto;
    }

    .banner-works {
        .blog-image-wrapper {
            height: 30vh;
            margin: 0;
        }

        .hero-works--datos {
            padding: 0;

            .hero-works--datos--location {
                flex-flow: wrap column;
            }
        }
    }

    .works-info {
        padding: 0;

        .img-parallax {
            display: none;
        }

        .works--data {
            h4 {
                font-size: 2.25rem;
            }

            .pleca {
                display: none;
            }

            ul {
                flex-direction: column;
                row-gap: 1.25rem;

                li {
                    width: 100%;
                    flex: 1;
                }
            }
        }
    }

    .page-id-47,
    .page-id-48,
    .page-id-51 {
        .img-parallax {
            display: none;
        }

        .text-block-3 {
            font-size: 3rem;
        }

        .heading-13 {
            font-size: 1.5rem;
        }

        .section-3 {
            padding: 0 1rem;

            .logos-grid {
                grid-template-rows: auto auto auto auto;
                grid-auto-flow: row;
            }
        }

        #grid-work {
            flex-direction: column;
            display: grid;

            h1 {
                width: 100%;
            }
        }
    }

    .page-id-50 {
        .img-parallax {
            display: none;
        }

        .hero-team {
            padding: 0;

            .div-block-6 {
                height: auto;
                max-height: 600px;
            }
        }

        .cards-team {
            padding: 0;
        }
    }

    .page-id-62 {
        padding: 0 20px;

        .img-parallax {
            display: none;
        }

        .hero-team {
            padding: 0;

            picture {
                height: auto;
                max-height: 600px;
            }
        }

        .div-block-4 {
            .text-block-3 {
                font-size: 32px;
            }

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

        .section-3 {
            padding: 0;
            .grid-2-footprint {
                .div-block-8 {
                    flex: auto;
                }
            }
        }
    }

    .page-id-52 {
        .img-parallax {
            display: none;
        }

        .formulario {
            padding: 0;

            .contact-titulo {
                margin-top: 1.5rem;
            }
        }
    }

    .titulo-section-works h2 {
        font-size: 2.5rem;
    }

    .address-wrapper .text-size-xlarge-vw {
        grid-row-gap: 1rem;
    }

    .logo-alter {
        height: auto;
    }

    .page-id-62 {
        padding: 0;

        .section-3 {
            .grid-2-footprint {
                width: 70%;
                margin: auto;
                .div-block-8 {
                    img {
                        width: 70%;
                    }
                }
            }
        }
    }
}

@media (min-width: 1280px) {
    .navbar {
        padding: 20px 15.3dvw;
    }

    .navbar .padding-global {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .brand {
        width: 30%;
    }

    .navbar-links-wrapper a:nth-child(1) .heading-images:hover {
        color: var(--color-secondary400);
    }
    .navbar-links-wrapper a:nth-child(2) .heading-images:hover {
        color: var(--color-aqua);
    }
    .navbar-links-wrapper a:nth-child(3) .heading-images:hover {
        color: var(--color-lila);
    }
    .navbar-links-wrapper a:nth-child(4) .heading-images:hover {
        color: var(--color-azulMarino);
    }
    .navbar-links-wrapper a:nth-child(5) .heading-images:hover {
        color: var(--color-naranja);
    }
    .navbar-links-wrapper a:nth-child(6) .heading-images:hover {
        color: var(--color-amarillo);
    }
    .navbar-links-wrapper a:nth-child(7) .heading-images:hover {
        color: #797979;
    }

    .home {
        .hero-video {
            .wrapper {
                padding: 0 15.3dvw;
            }

            .fullwidth {
                padding: 0;
            }
        }
    }

    .home .margin-top-6rem {
        margin-top: 3em;
    }

    .home .works-sticky-wrapper {
        padding-top: 3rem;
    }

    .about-wrapper h2.text-size-display.text-weight-regular {
        font-size: 3.75rem;
    }

    .section-4 {
        padding: 96px 15.3dvw 0;
    }
    .section-2 {
        padding: 100px 15.3dvw 0;
    }

    .logos-wrap .container-3 {
        flex-flow: wrap;
    }

    .logos-wrap .div-block-3 {
        width: 15%;
    }

    .footer {
        padding: 10rem 15.3dvw 5rem;

        .footer-social-wrapper {
            margin-left: auto;
        }
    }
}

/************ V2 ************ */
