body {
    font-family: "Poppins", sans-serif;
}
.header__buttons a,
.header__buttons a span {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px !important;
}
.header__buttons a {
    padding: 11px 0;
}
@media (max-width: 767px) {
    .header__logo {
        width: 124px;
        padding-top: 5px;
    }
}
.button {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
}
.home-button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 200px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 110%;
    transition: all ease-in-out 250ms;
}
.home-button:hover {
    opacity: 1;
    background-color: #FF4E00;
    color: white;
}
.home-button--white {
    background-color: white;
    color: #571700;
}
.home-button--brown {
    background-color: #571700;
    color: white;
}
.header__meta {
    margin-left: 0;
}
.header__buttons {
    display: flex;
    margin: -5px;
}

.header__buttons a span {
    font-size: 12px !important;
}

.header__button-wrap {
    padding: 5px;
}

.header-button {
    min-width: unset;
    margin-left: 0;
    border-color: #FF4E00;
    border-width: 2px;
    display: block;
    width: 100%;
}
.header-button:hover {
    background-color: #FF4E00;
}
.header-button__text--primary {
    color: #571700;
}
.header-button--order-online {
    background-color: #571700;
    border-color: #571700;
}
.header-button--order-online:hover {
    background-color: #571700;
}
.header__container::after {
    content: none;
}
.nav-button {
    background-color: #FF4E00;
}
@media (max-width: 639px) {
    .header__container::after {
        content: '';
        top: 58px;
        background-color: #571700;
    }
    .header__buttons {
        width: calc(100% + 10px);
    }
    .header__button-wrap {
        flex: 0 1 25%;
    }
}
@media (min-width: 640px) {
    .header__buttons {
        margin-right: 8px;
    }
    .header-button {
        margin-left: 8px;
        min-width: 80px;
    }
    .header__buttons a span {
        font-size: 13px !important;
    }
}

@media (min-width: 1024px) {
    .header-button {
        min-width: 100px;
    }
    .header__buttons a span {
        font-size: 15px !important;
    }
}

.hero-slider {
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.tns-nav {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.tns-nav button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #D9D9D9;
    opacity: 0.5;
    transition: opacity 250ms ease-in-out;
    outline: none;
}

.tns-nav button:hover {
    opacity: 1;
}

.tns-nav button.tns-nav-active {
    opacity: 1;
}

.tns-controls button {
    position: absolute;
    bottom: 14px;
    display: block;
    width: 16px;
    height: 32px;
    text-indent: -100000px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0.5;
    outline: none;
    transition: opacity 250ms ease-in-out;
}

.tns-controls button:hover {
    opacity: 1;
}

.tns-controls button[data-controls=prev] {
    background-image: url(../img/ico-hero-slider-prev.svg);
    left: 14px;
}

.tns-controls button[data-controls=next] {
    background-image: url(../img/ico-hero-slider-next.svg);
    right: 14px;
}

.hero-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 46/75;
    height: auto;
}
.hero-slide__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg,rgba(87, 23, 0, 0.35) 0%, rgba(56, 15, 0, 1) 100%);*/
    background-color: rgba(87,23,0,.55);
    opacity: .7;
    z-index: 2;
}
.hero-slide__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 2;*/
    opacity: 1 !important;
}
.hero-slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 3;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
}
.hero-slide__heading {
    font-size: 42px;
    margin-bottom: 20px;
}
.hero-slide__description {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
}
.hero-slide__button-container {
    margin-top: 40px;
}
.hero-slide__button {
    display: inline-block;
    background-color: white;
    text-align: center;
    padding: 12px 24px;
    color: #571700;
    font-weight: bold;
    font-size: 18px;
    border-radius: 200px;
    line-height: 100%;
}
.hero-slide__background {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}
.hero-slide__background--mobile {
    aspect-ratio: 46/75;
}
.hero-slide__background--tablet {
    aspect-ratio: 22/15;
    display: none;
}
.hero-slide__background--desktop {
    aspect-ratio: 44/19;
    display: none;
}
.hero-footer {
    text-align: center;
    margin-bottom: 20px;
}
.hero-footer a {
    display: inline-block;
    background-color: #571700;
    color: white;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 200px;
    line-height: 100%;
    margin-top: 10px;
    transition: all ease-in-out 250ms;
}
.hero-footer a:hover {
    opacity: 1;
    background-color: #FF4E00;
    color: white;
}
.hero-footer__notice {
    border: solid 1px #EEC496;
    background-color: #FFF3E0;
    padding: 10px 15px;
}

.hero-footer__notice p {
    font-size: 14.5px;
    font-weight: 500;
}

.hero-footer__order {
    background-color: #571700;
    padding: 10px 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.hero-footer__order img {
    display: block;
    max-width: 100%;
    width: 350px;
    margin: 0 auto 10px auto;
}
.hero-footer__order a {
    background-color: white;
    color: #571700;
}
.home-cards {
    display: flex;
    margin: -5px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.home-card {
    padding: 5px;
}

.home-cards a {
    transition: all ease-in-out 250ms
}

.home-cards:hover a {
    opacity: .75;
}

.home-card a:hover {
    opacity: 1;
}

.home-card__image {
    width: 100%;
    aspect-ratio: 336/255;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.home-card__image--square {
    aspect-ratio: 1/1;
}

.home-cards--quarters .home-card {
    flex: 0 1 50%;
    max-width: 50%;
}

.home-cards--thirds .home-card {
    flex: 0 1 100%;
    max-width: 100%;
}

.explore-menu__heading {
    text-align: center;
    font-size: 32px;
    color: #571700;
    margin-bottom: 20px;
    font-weight: 700;
}
.home-card__title {
    padding: 8px;
    border: solid 1px #EEC496;
    background-color: #FFF3E0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    line-height: 110%;
}
.home-card__title::after {
    content:"";
    display: block;
    border: solid 1px #FF4E00;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -9px;
    background: transparent url(/assets/new/img/ico-home-card-arrow.svg) 6px center no-repeat;
    background-size: 8px auto;
    box-sizing: border-box;
}
.explore-menu__link {
    text-align: center;
    margin: 0 0 25px 0;
}
.home-rewards {
    margin-bottom: 20px;
}
.home-rewards__left {
    background: linear-gradient(180deg, #FFF3E0 0%, #FFD8AE 100%);
    padding: 20px;
    border-radius: 16px 16px 0 0;
    border: 1px solid #EEC496;
    align-content: center;
}
.home-rewards__right {
    background: #571700 url(/assets/new/img/bg-home-rewards-right.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px;
    color: white;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
.home-rewards__logo {
    margin-bottom: 20px;
}
.home-rewards__logo img {
    display: block;
    max-width: 100%;
    width: 260px;
    margin: 0 auto;
}
.home-rewards__heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: normal;
    line-height: 120%;
}
.home-rewards__heading strong {
    font-weight: 700;
}
.home-rewards__disclaimer {
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
}
.home-rewards__content-header {
    display: flex;
    align-items: center;
}
.home-rewards__icon {
    flex: 0 1 100px;
    max-width: 80px;
}
.home-rewards__icon img {
    display: block;
    width: 80px;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.80));
}
.home-rewards__download {
    padding-left: 20px;
}
.home-rewards__download p {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
}
.home-rewards__apps {
    display: flex;
    margin: -10px -10px 10px -10px;
}
.home-rewards__app {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 10px
}
.home-rewards__app-image {
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-rewards__button {
    margin: 20px 0;
}
.home-rewards__image {
    position: relative;
}
.home-rewards__image img {
    display: block;
    max-width: 100%;
    width: 260px;
    /*position: absolute;
    top: 0;
    left: 0;*/
    margin: 0 auto -200px auto;
}
@media (max-width: 639px) {
    .home-rewards__button {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 260px;
    }
}
@media (min-width: 640px) {
    .hero-slide {
        aspect-ratio: 22/15;
    }
    .hero-slide__heading {
        font-size: 45px;
    }
    .hero-slide__description {
        font-size: 22px;
    }
    .hero-slide__background--mobile {
        display: none;
    }
    .hero-slide__background--tablet {
        display: block;
    }
    .home-rewards__logo img {
        width: 340px;
    }
    .home-rewards__right {
        padding: 20px;
    }
    .home-rewards__right-inner {
        display: flex;
        align-items: center;
    }
    .home-rewards__logo img {
        width: 400px;
    }
    .home-rewards__content {
        order: 2;
        flex: 0 1 55%;
        max-width: 55%;
    }
    .home-rewards__apps {
        margin-bottom: -10px;
    }
    .home-rewards__image {
        order: 1;
        flex: 0 1 45%;
        max-width: 45%;
        padding-right: 15px;
        align-self: flex-start;
    }
}
@media (min-width: 1024px) {
    .home-button {
        font-size: 20px;
        padding: 10px 24px;
    }
    .hero-slide {
        aspect-ratio: 44/19;
    }
    .hero-slide__content {
        max-width: 65%;
    }
    .hero-slide__heading {
        font-size: 48px;
    }
    .hero-slide__description {
        font-size: 24px;
    }
    .hero-slide__background--tablet {
        display: none;
    }
    .hero-slide__background--desktop {
        display: block;
    }
    .hero-footer {
        display: flex;
    }
    .hero-footer a {
        margin-top: 0
    }
    .hero-footer__notice {
        display: flex;
        flex-wrap: wrap;
        flex: 0 1 65%;
        align-items: center;
        border-bottom-left-radius: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .hero-footer__notice-text {
        flex: 0 1 77.5%;
    }

    .hero-footer__notice-link {
        flex: 0 1 22.5%;
    }

    .hero-footer__order {
        display: flex;
        align-items: center;
        flex: 0 1 35%;
        border-bottom-left-radius: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hero-footer__order-image {
        flex: 0 1 60%;
    }

    .hero-footer__order img {
        margin-bottom: 0;
    }

    .hero-footer__order-link {
        flex: 0 1 40%;
    }
    .home-cards {
        margin: -11px;
    }
    .home-card {
        padding: 11px;
    }
    .home-cards--quarters .home-card {
        flex: 0 1 25%;
        max-width: 25%;
    }

    .home-cards--thirds .home-card {
        flex: 0 1 33.333333333%;
        max-width: 33.333333333%;
    }
    .home-card__title {
        font-size: 18px;
        padding: 10px 40px 10px 14px;
    }
    .home-card__title::after {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        border-width: 2px;
        background-size: 11px auto;
        background-position-x: 7px;
    }
    .home-rewards {
        display: flex;
    }
    .home-rewards__heading {
        font-size: 26px;
    }
    .home-rewards__disclaimer {
        font-size: 10.5px;
    }
    .home-rewards__left,
    .home-rewards__right {
        flex: 0 1 50%;
    }
    .home-rewards__left {
        border-radius: 16px 0 0 16px;
    }
    .home-rewards__right {
        border-radius: 0 16px 16px 0;
    }

}
