@font-face {
    font-family: 'Spline Sans';
    src: url(https://fonts.gstatic.com/s/splinesans/v8/_6_7ED73Uf-2WfU2LzycEbAimC0.woff2) format('woff2');
}

.float-button {
    position: fixed;
    z-index: 999;
    right: 1em;
    bottom: 1em;
}

.float-button a {
    background-image: url("https://storage.googleapis.com/helpdesk-images/float-button-whatsapp_image.svg");
    height: 5em;
    width: 6em;
    display: block;
    background-repeat: no-repeat;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Spline Sans';
    font-style: normal;
}

header .menu {
    padding: 0 14em;
}

header .menu-header {
    height: 80px;
}


header .menu-header ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 80px;
}

header .menu-header ul li {
    display: table-cell;
    vertical-align: middle;
}

header .menu-header ul li:nth-child(2) {
    width: 82rem;
}

header .menu-header ul li div {
    margin: 0 10px;
}

header .menu-header ul li .logo {
    margin-left: 0;
}

header .menu-header ul li .logo a {
    background-image: url("https://storage.googleapis.com/helpdesk-images/logo_sushi_image.svg");
    padding-left: 5%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 77px;
    height: 80px;
}

header .menu-header ul li .about-us p a {
    font-weight: 600;
    color: #FF0635;
    text-decoration: none;
}

header .menu-header ul li p {
    white-space: nowrap;
}

header .menu-header ul li .get-help {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FF0635;
}

header .menu-header ul li .get-help p {
    text-align: right;
}

.contact {
    margin-top: 7px;
    margin-right: 0;
}

.contact a {
    text-decoration: none;
}

.contact a button {
    width: 195px;
    height: 40px;
    background: #FF0635;
    border-radius: 8px;
    padding: 5%;
    border: none;
    display: flex;
    text-decoration: none;
}


.contact a button img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.contact a button p {
    color: #fff;
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 700;
    line-height: 152%;
    padding: 0;
    font-size: 1rem;
    margin: 0 4%;
}

header .menu-question {
    height: 154px;
    background: #B4012C;
}

header .menu-question h1 {
    padding: 1.7em 0;
    margin: 0;
    color: #fff;
}

header .menu-question .contact {
    display: none;
}

.box var {
    background-color: red;
}

/* Article */

article {
    padding: 0 14em;
}

article h2 {
    margin: 2em 0;
}

article ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

article ul li div {
    border: 1px solid;
    margin-bottom: 10px;
    padding: 2em;
    border-radius: 1rem;
}

article ul li.question.question-1 .response a {
    text-decoration: none;
    font-weight: 900;
    color: #ff0635;
}

article ul li.question.question-5 {
    margin-bottom: 64px;
}

article ul li.question .question {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

article ul li.question .response {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

/* Footer */

.footer-nav {
    min-height: 513px;
    background: rgba(180, 1, 44, 0.1);
}

.footer-nav .text {
    padding: 2em 14em;
}

.footer-nav .text h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
}

.footer-nav .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.footer-nav .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 5%;
}

.footer-nav .boxes .box {
    margin-right: 1%;
    margin-bottom: 2em;
}

.footer-nav .boxes .box div {
    width: 100%;
    max-width: 16em;
    height: 271px;
    background: #B4012C;
    border-radius: 8px 8px 0px 0px;
}

.footer-nav .boxes .box div.image {
    position: relative;
    height: 144px;
}

.footer-nav .boxes .box div p {
    height: 95px;
    background: #fff;
    font-size: 1em;
    margin: 0;
    padding: 1em;
}

.footer-nav .boxes .box div p strong {
    font-size: 1.3em;
}

.footer-nav .boxes .box div.image img {
    margin-left: 39%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-info {
    min-height: 306px;
    padding: 2rem 14em;
    color: #fff;
    background: #090A0A;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
    justify-content: left;
}

.footer-info .grid {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    padding: 2em;
}

.footer-info .grid .text {
    margin-right: 3em;
}

.footer-info .grid .text .about-us {
    display: none;
}

.footer-info .grid .text p {
    margin-top: 0;
    margin-bottom: 7px;
}

.footer-info .grid .text .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.footer-info .grid .text .contact .number,
.footer-info .grid .text .contact .email,
.footer-info .grid .text .contact .number,
.footer-info .grid .text .open-hours .hours {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff !important;
}

.footer-info .signature {
    padding-top: 0.1em;
    text-align: center;
    width: 100%;
}

.powered-by-zendesk {
    width: auto !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 831px) {

    header .menu-header ul li .get-help,
    header .menu-header ul li .about-us {
        display: none;
    }

    header .menu,
    article {
        padding: 0 3%;
    }

    header .menu-header ul li .contact {
        display: none;
    }

    .contact {
        width: 11rem;
    }

    .contact a button {
        width: 100%;
        display: inline-block;
        background-color: #fff;
    }

    .contact a button img {
        display: none;
    }

    .contact a button p {
        color: #B4012C;
        font-family: 'Spline Sans';
        font-style: normal;
        font-weight: 700;
        padding: 0;
        font-size: 1rem;
        margin: 0;
    }

    header .menu-question {
        height: 160px;
    }

    header .menu-question h1 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    header .menu-question .contact {
        display: block;
        width: 195px;
        height: 40px;
    }

    article ul li.question .question {
        font-size: 16px;
    }

    article ul li.question .response {
        font-size: 14px;
    }

    .footer-nav .boxes .box div p strong {
        font-size: 16px;
    }

    .footer-nav .boxes .box div p {
        font-size: 14px;
        height: 99px;
    }


    .footer-nav .text {
        padding: 2em 5%;
    }

    .footer-info {
        padding: 2rem 1em;
        display: grid;
        justify-items: center;
        justify-content: center;
    }

    .footer-info .grid .text {
        margin-bottom: 1em;
        margin-right: 0;
    }

    .footer-info .grid .text .about-us {
        display: block;
        margin-bottom: 17px;
    }

    .footer-info .grid .text .about-us a {
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        line-height: 150%;
        font-size: 18px;
    }

    .footer-info .grid {
        display: flex;
        grid-template-columns: auto auto auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .footer-info hr {
        width: 100%;
    }
}