/* input(1259,16): run-time error CSS1036: Expected expression, found '$'
input(1259,16): run-time error CSS1019: Unexpected token, found '$'
input(1259,16): run-time error CSS1042: Expected function, found '$'
input(1259,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$' */
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-Regular.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-RegularItalic.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-RegularItalic.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-Medium.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-MediumItalic.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-MediumItalic.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-Bold.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-BoldItalic.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-BoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-CondensedRegular.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-CondensedRegular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-CondensedLight.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-CondensedLight.woff") format("woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NationaleSans";
  src: url("../../../content/fonts/NationaleSans-CondensedBold.woff2") format("woff2"), url("../../../content/fonts/NationaleSans-CondensedBold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* ELEMENT SIZES */
/* COLORS - NBC Brand Colors from Zeplin */
/* SCREEN SIZES */
/* SPACING - NBC Spacing System (from Zeplin) */
/* FONTS - NBC Typography from Zeplin */
body {
  margin: 0;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
h1, h1 * {
  font-size: 36px;
}

h2, h2 * {
  font-size: 30px;
}

@media (max-width: 991px) {
  h1, h1 * {
    font-size: 28px;
  }

  h2, h2 * {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .desk-only {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .mob-only {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.background-parent {
  position: relative;
  width: 100%;
  text-align: left;
}
.background-parent img.background {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.pattern {
  background-repeat: repeat;
  width: 100%;
}

.inputs-container .input-group {
  flex-wrap: nowrap;
}
.inputs-container .input-group .brand1-input {
  width: 330px;
}
@media (max-width: 480px) {
  .inputs-container .input-group .brand1-input {
    width: 100%;
  }
}
.inputs-container .input-group .brand1-btn {
  width: 105px !important;
}
@media (max-width: 380px) {
  .inputs-container .input-group .brand1-input {
    padding-left: 8px;
    font-size: 14px;
    line-height: 26px;
  }
  .inputs-container .input-group .brand1-btn {
    width: 80px !important;
  }
}

.accordion-button {
  justify-content: space-between;
  height: 30px;
  line-height: 25px;
  text-decoration: none;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus-within {
  text-decoration: none;
}
.accordion-button .chevron {
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
}
.accordion-button.collapsed .chevron {
  background-image: url(/content/icons/brand1/chevron-up-white.svg?v=VJpzBiLoIZev7Mvie9YIGOvNAIM);
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) .chevron {
  background-image: url(/content/icons/brand1/chevron-down-white.svg?v=vkiPLZQWmxtkElLK-MVK4SQF0NI);
  transform: rotate(-180deg);
}
.accordion-button a {
  display: block;
}
.accordion-button a:focus-within {
  outline: 2px solid #D14200;
  outline-offset: -2px;
  border-radius: 7px;
}

.rotate-180 {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-out;
}

.rotate-back {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.scroll::-webkit-scrollbar {
  width: 7px;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D3D3D3;
}

.static-map {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.coming-soon {
  text-align: left;
  font-weight: bold;
}

body.overlay:before {
  content: " ";
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.no-results-found {
  display: none;
  font-size: 18px;
  line-height: 21px;
}

.nbc-breadcrumb {
  background-color: #F7F4F0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .nbc-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .nbc-breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nbc-breadcrumb__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .nbc-breadcrumb__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .nbc-breadcrumb__container {
    padding: 16px 16px;
  }
}
@media (max-width: 480px) {
  .nbc-breadcrumb__container {
    padding: 16px 16px;
  }
}
.nbc-breadcrumb__nav {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.nbc-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.nbc-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nbc-breadcrumb__item::after {
  content: "/";
  color: #333333;
}
.nbc-breadcrumb__item:last-child::after {
  content: none;
}
.nbc-breadcrumb__item a {
  color: #DE161D;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nbc-breadcrumb__item a:hover, .nbc-breadcrumb__item a:focus-visible {
  text-decoration: underline;
  color: #DE161D;
}
.nbc-breadcrumb__item span {
  color: #333333;
}
.nbc-breadcrumb__item--current {
  line-height: 22px;
}
.nbc-breadcrumb__item--current span {
  font-weight: 500;
}

#contactMobile {
  display: none;
}
#contactMobile .left {
  padding-right: 5px;
}
#contactMobile .right {
  padding-left: 5px;
}
#contactMobile a {
  text-decoration: none;
  width: 100%;
}
#contactMobile a .darkred-outline {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#contactMobile a.chevronWhite {
  letter-spacing: 1px;
  font-size: 14px;
  justify-content: center;
}
#contactMobile a.chevronWhite::after {
  right: 13px;
  top: 14px;
}
#contactMobile a.chevronWhite:not(.collapsed)::after {
  right: 13px;
  top: 19px !important;
}
@media (max-width: 991px) {
  #contactMobile {
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 420px) {
  #contactMobile a.chevronWhite {
    letter-spacing: 0px;
    padding: 10px 20px 10px 0;
  }
}

.featured-recipes-brand1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
}
.featured-recipes-brand1 .flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
.featured-recipes-brand1 .flex .child {
  width: 32%;
  height: 223px;
  max-width: 100%;
  text-align: left;
  align-items: flex-end;
  display: flex;
}
.featured-recipes-brand1 .flex .child, .featured-recipes-brand1 .flex .child img.background {
  border-radius: 10px;
}
.featured-recipes-brand1 .flex .child:nth-child(1), .featured-recipes-brand1 .flex .child:nth-child(2) {
  width: 49%;
  height: 351px;
  max-width: 100%;
}
.featured-recipes-brand1 .flex .child > div {
  width: 100%;
  margin: 15px;
}
.featured-recipes-brand1 .flex .child > div span {
  color: #FFFFFF;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}
.featured-recipes-brand1 .flex .child > div p {
  color: #FFFFFF;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.featured-recipes-brand1 .flex .child > div a {
  letter-spacing: 0.5px;
  height: 43px;
}
.featured-recipes-brand1 .flex .child > div a:hover, .featured-recipes-brand1 .flex .child > div a:active {
  background-color: #D14200;
  border: 1px solid #D14200;
  color: white;
}
@media (max-width: 1200px) {
  .featured-recipes-brand1 .flex {
    row-gap: 18px;
  }
}
@media (max-width: 991px) {
  .featured-recipes-brand1 .flex {
    row-gap: 15px;
  }
}
@media (max-width: 768px) {
  .featured-recipes-brand1 .flex {
    row-gap: 10px;
  }
  .featured-recipes-brand1 .flex .child {
    width: 100%;
    height: 202px;
    max-width: unset;
  }
  .featured-recipes-brand1 .flex .child:nth-child(1), .featured-recipes-brand1 .flex .child:nth-child(2) {
    width: 100%;
    height: 202px;
    max-width: unset;
  }
  .featured-recipes-brand1 .flex .child > div {
    margin: 0 15px 20px 15px;
  }
  .featured-recipes-brand1 .flex .child > div p br {
    display: none;
  }
}
@media (max-width: 480px) {
  .featured-recipes-brand1 .flex .child > div p {
    display: none;
  }
}

.list-filter-hero {
  color: #FFFFFF;
  border-radius: 60px;
  padding: 62px 323px 73px 117px;
  background: linear-gradient(180deg, #D14200 10%, #B03800);
  margin-bottom: 50px;
}
.list-filter-hero h1 {
  margin: 0 0 40px 0;
}
.list-filter-hero p {
  margin-bottom: 14px;
}
.list-filter-hero .filter-block {
  display: flex;
  align-items: center;
  gap: 29px;
}
.list-filter-hero .filter-block .filter-component {
  display: flex;
  align-items: center;
  width: 350px;
  height: 50px;
  cursor: text;
  border-radius: 44px;
  background: #FFFFFF;
}
.list-filter-hero .filter-block .filter-component .magnifier {
  width: 25px;
  height: 24px;
  margin: 0 10px 0 13px;
  vertical-align: text-top;
}
.list-filter-hero .filter-block .filter-component input {
  height: 30px;
  padding-left: 24px;
  width: calc(100% - 60px);
  border-left: 1px solid #B3B4B5;
}
.list-filter-hero .filter-block .filter-component input::placeholder {
  color: #6E6F71;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-transform: capitalize;
}
.list-filter-hero .filter-block a {
  color: #FFFFFF;
  font-weight: 400;
}
.list-filter-hero .filter-block a:hover, .list-filter-hero .filter-block a:focus, .list-filter-hero .filter-block a:active {
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .list-filter-hero {
    padding: 62px 117px 73px 117px;
  }
}
@media (max-width: 991px) {
  .list-filter-hero {
    padding: 62px;
  }
  .list-filter-hero .filter-block .filter-component input {
    border: none;
  }
}
@media (max-width: 768px) {
  .list-filter-hero {
    padding: 30px;
    text-align: center;
  }
  .list-filter-hero .filter-block {
    flex-direction: column;
    gap: 15px;
  }
  .list-filter-hero .filter-block .clear-block {
    width: 100%;
    text-align: center;
  }
  .list-filter-hero .filter-block .filter-component {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-filter-hero {
    padding: 33px 12px;
    margin-bottom: 40px;
    border-radius: 29px;
  }
  .list-filter-hero .background {
    border-radius: 29px;
  }
  .list-filter-hero .container {
    padding: 0;
  }
  .list-filter-hero h1 {
    margin-bottom: 15px;
  }
  .list-filter-hero p {
    margin-bottom: 10px;
  }
  .list-filter-hero .filter-block .filter-component input {
    padding-left: 0;
  }
}

.location-cities-brand1 {
  background-color: #000000;
  border-top: 5px solid #F14D00;
}
.location-cities-brand1 > p {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.location-cities-brand1 .location-container .row {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  margin: 0 auto;
}
.location-cities-brand1 .location-container .row .item {
  justify-content: center;
  max-width: calc( 100% / 6 );
  margin-bottom: 35px;
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}
.location-cities-brand1 .location-container .row .item a {
  text-transform: uppercase;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
.location-cities-brand1 .location-container .row .item p.location-street {
  margin-top: 7px;
}
.location-cities-brand1 .location-container .row .item p.location-street, .location-cities-brand1 .location-container .row .item p.location-phone, .location-cities-brand1 .location-container .row .item p.location-csz {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  padding-bottom: 7px;
}
.location-cities-brand1 .location-container .row .item p.location-csz {
  display: inline-block;
}
.location-cities-brand1 .location-container .row .item p.location-csz span {
  margin-right: 5px;
}
@media (max-width: 1160px) {
  .location-cities-brand1 .location-container .row .item {
    max-width: calc( 100% / 5 );
  }
}
@media (max-width: 1024px) {
  .location-cities-brand1 .location-container .row .item {
    max-width: calc( 100% / 4 );
  }
}
@media (max-width: 991px) {
  .location-cities-brand1 .location-container .row .item {
    max-width: calc( 100% / 3 );
  }
}
@media (max-width: 768px) {
  .location-cities-brand1 {
    border-top: 0 none;
  }
  .location-cities-brand1 .location-container .row .item {
    max-width: calc( 100% / 2 );
  }
}
@media (max-width: 480px) {
  .location-cities-brand1 > p {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .location-cities-brand1 .location-container {
    padding-bottom: 50px;
  }
  .location-cities-brand1 .location-container .row {
    display: block;
  }
  .location-cities-brand1 .location-container .row .item {
    display: block;
    justify-content: unset;
    max-width: unset;
    margin: 0;
    padding-bottom: 10px;
  }
}

/* Reviews Variables */
.star-rating {
  color: #fecc43;
  letter-spacing: 0.2rem;
}

.contact-data-title h1 {
  text-transform: uppercase;
}
.contact-data-title .review-average-score {
  text-align: left;
}

#reviews-section {
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}
#reviews-section .review-heading {
  font-size: 18px;
  font-weight: bold;
}
#reviews-section .review {
  font-size: 14px;
  justify-content: normal;
}
#reviews-section .section-heading h2 {
  text-transform: uppercase;
  font-size: 42px;
}
#reviews-section .section-heading p {
  text-transform: uppercase;
  font-size: 20px;
}

.search-block {
  display: block;
  background-color: #F2F2F2;
  width: 100%;
  height: auto;
  padding: 18px 0 18px 0;
}
.search-block .search-inputs .mob-only,
.search-block .search-inputs .desk-only {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 25px;
}
.search-block .search-inputs .mob-only.container-fluid {
  padding: 0;
}
.search-block .search-inputs .mob-only a.search-text {
  text-decoration: none;
}
.search-block .search-inputs .mob-only a.search-text img {
  vertical-align: text-top;
}
.search-block .search-inputs .mob-only a.search-text > span {
  margin: 0 0 0 15px;
}
.search-block .search-inputs .mob-only a.search-text > span:hover, .search-block .search-inputs .mob-only a.search-text > span:focus, .search-block .search-inputs .mob-only a.search-text > span:active {
  text-decoration: none;
}
.search-block .search-inputs .mob-only .noStyles {
  background: none;
  border: none;
  padding: 0;
}
.search-block .search-inputs .desk-only.active {
  display: block !important;
}
.search-block .search-inputs .desk-only.active .search-text {
  text-align: center;
  margin: 10px 0;
}
.search-block .search-inputs span {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.search-block .search-inputs .search-text {
  text-transform: uppercase;
  color: #000000;
}
.search-block .search-inputs .or-block {
  cursor: default;
}
.search-block .search-inputs .current-location {
  width: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid #d14200;
  padding: 17px 0 15px 0;
}
.search-block .search-inputs .current-location .arrow {
  background-image: url(../../../content/icons/brand1/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.search-block .search-inputs .current-location:hover .arrow {
  background-image: url(../../../content/icons/brand1/arrow-white.svg);
}
.search-block .search-inputs .search-location {
  width: 140px;
  padding: 15px 0 15px 0;
}
.search-block .search-inputs .brand1-input {
  width: 310px;
}
.search-block .search-inputs .brand1-btn, .search-block .search-inputs .brand1-input {
  height: 45px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .search-block .search-inputs .desk-only span {
    margin: 0;
  }
  .search-block .search-inputs .desk-only .current-location {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-block .search-inputs .desk-only .inputs-container {
    margin-left: 10px;
  }
  .search-block .search-inputs .current-location {
    margin: 0;
    width: auto;
  }
  .search-block .search-inputs .search-location {
    width: 100px;
  }
  .search-block .search-inputs .brand1-input {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .search-block {
    padding: 18px 0 3px 0;
    border-top: 2px solid #595959;
    border-bottom: 2px solid #595959;
  }
  .search-block .search-inputs .mob-only {
    margin-bottom: 15px;
  }
  .search-block .search-inputs .mob-only .closeOption {
    color: #D14200;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    cursor: pointer;
  }
  .search-block .search-inputs .mob-only .closeOption img {
    margin-right: 5px;
    vertical-align: text-top;
  }
  .search-block .search-inputs .desk-only.active .search-text:first-of-type {
    display: none;
  }
  .search-block .search-inputs span {
    font-size: 18px;
    line-height: 28px;
  }
  .search-block .search-inputs .search-text {
    cursor: pointer;
  }
  .search-block .search-inputs .or-block span {
    font-size: 14px;
  }
  .search-block .search-inputs .current-location {
    margin-left: 0;
    width: 100%;
  }
  .search-block .search-inputs .current-location .arrow {
    width: 22px;
    height: 22px;
  }
  .search-block .search-inputs .current-location img {
    width: 24px;
    margin-right: 10px;
  }
  .search-block .search-inputs .search-location {
    width: 100%;
  }
  .search-block .search-inputs .magnifier {
    width: 22px;
    cursor: pointer;
    padding-bottom: 1px;
  }
  .search-block .search-inputs .brand1-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-block .search-inputs .brand1-input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .search-block .search-inputs .mob-only a.search-text > span {
    margin: 0 0 0 5px;
  }
  .search-block .search-inputs .mob-only span {
    margin: 0 0 0 5px;
  }
  .search-block .search-inputs .current-location {
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    line-height: unset;
  }
}
@media (max-width: 365px) {
  .search-block .search-inputs .current-location {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .search-block .search-inputs .current-location {
    font-size: 11px;
  }
}
@media (max-width: 330px) {
  .search-block .search-inputs .current-location {
    font-size: 10px;
  }
}

.nbc-location-states {
  background-color: #FFFFFF;
  position: relative;
}
.nbc-location-states__vedette {
  padding: 80px 0 0;
}
.nbc-location-states__title-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  border-top: 1px solid #000000;
  padding-top: 20px !important;
}
.nbc-location-states__title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -1px;
  color: #DE161D;
  margin: 0;
  text-align: left;
}
.nbc-location-states__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 80px;
  list-style: none;
  padding-left: 0;
  column-width: 180px;
  column-gap: 160px;
}
.nbc-location-states__list-item {
  break-inside: avoid;
  margin: 0 0 32px;
}
.nbc-location-states__link {
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}
.nbc-location-states__link:hover, .nbc-location-states__link:focus-visible {
  color: #b01117;
  text-decoration: underline;
}
.nbc-location-states__link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
@media (max-width: 1200px) {
  .nbc-location-states {
    padding: 0 16px;
  }
  .nbc-location-states__title-container {
    padding: 0;
  }
  .nbc-location-states__list {
    padding: 30px 0 40px;
    column-count: 3;
    column-gap: 32px;
  }
}
@media (max-width: 991px) {
  .nbc-location-states__vedette {
    padding-top: 48px;
  }
  .nbc-location-states__title-container {
    padding: 0;
    padding-bottom: 16px;
  }
  .nbc-location-states__title {
    font-size: 24px;
    line-height: 28px;
  }
  .nbc-location-states__list {
    padding: 30px 0 40px;
    column-count: 2;
    column-gap: 32px;
  }
  .nbc-location-states__list-item {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .nbc-location-states__vedette {
    padding-top: 32px;
  }
  .nbc-location-states__title-container {
    padding: 0;
    padding-bottom: 12px;
  }
  .nbc-location-states__list {
    padding: 24px 0 32px;
    column-count: 1;
    column-gap: 0;
  }
  .nbc-location-states__list-item {
    margin-bottom: 20px;
  }
}

.nbc-state-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}
.nbc-state-page__header {
  margin-bottom: 32px;
}
.nbc-state-page__header h1 {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -1px;
  color: #DE161D;
  margin: 0;
}
.nbc-state-page__list {
  margin-top: 24px;
}
.nbc-state-page__empty {
  margin-top: 32px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.nbc-state-page__groups {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.nbc-state-page__group-letter {
  display: flex;
  align-items: center;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 4px;
}
.nbc-state-page__group-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nbc-state-page__group-item {
  margin: 0;
}
.nbc-state-page__group-link {
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}
.nbc-state-page__group-link:hover, .nbc-state-page__group-link:focus-visible {
  color: #b01117;
  text-decoration: underline;
}
.nbc-state-page__group-link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-state-page__group-count {
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
}
.nbc-state-page__group-count:hover, .nbc-state-page__group-count:focus-visible {
  color: #b01117;
  text-decoration: underline;
}
.nbc-state-page__group-count:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
@media (max-width: 1200px) {
  .nbc-state-page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .nbc-state-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-state-page__group-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .nbc-state-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-state-page__group-letter {
    margin-bottom: 16px;
  }
}

.skip-to-main {
  position: absolute;
  top: 12px;
  left: 120px;
  transform: translateY(-150%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DE161D;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 100;
}
.skip-to-main:focus-visible {
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}
.skip-to-main__label {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 991px) {
  .skip-to-main {
    left: 24px;
    top: 8px;
  }
}
@media (max-width: 480px) {
  .skip-to-main {
    left: 16px;
    padding: 10px 20px;
  }
}

.nbc-header {
  background-color: #F7F4F0;
  color: #FFFFFF;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nbc-header-main-height: 0px;
}
.nbc-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}
.nbc-header__quick {
  background-color: #000000;
}
.nbc-header__quick-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  min-height: 58px;
  flex-wrap: wrap;
}
.nbc-header__quick-link {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  padding: 18px 0;
  transition: opacity 0.2s ease;
}
.nbc-header__quick-link:hover, .nbc-header__quick-link:focus-visible {
  opacity: 0.9;
  color: #FFFFFF;
  text-decoration: none;
}
.nbc-header__main {
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  padding: 15px 0 12px;
}
.nbc-header--stuck {
  padding-bottom: var(--nbc-header-main-height, 0);
}
.nbc-header--stuck .nbc-header__main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.nbc-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.nbc-header__logo:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 4px;
}
.nbc-header__logo-img {
  width: 140px;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .nbc-header__container {
    padding: 0 16px;
  }
  .nbc-header__quick-nav {
    gap: clamp($nbc-spacing-md, 4vw, $nbc-spacing-xl);
  }
}
@media (max-width: 991px) {
  .nbc-header__container {
    display: flex;
    justify-content: center;
  }
  .nbc-header__quick-nav {
    justify-content: center;
    padding: 8px 0;
  }
  .nbc-header__main {
    padding: 17px 0;
  }
  .nbc-header__logo-img {
    width: 32px;
  }
}
@media (max-width: 480px) {
  .nbc-header__container {
    padding: 0 16px;
  }
  .nbc-header__quick-nav {
    gap: 16px;
  }
}

.nbc-header--stuck + main {
  padding-top: var(--nbc-header-main-height, 0);
}

.nbc-footer {
  background-color: #000000;
  color: #C6C3C0;
  padding: 24px 0;
  position: relative;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nbc-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nbc-footer__links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  flex-wrap: wrap;
  font-weight: 500;
}
.nbc-footer__link {
  color: #C6C3C0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nbc-footer__link:hover, .nbc-footer__link:focus-visible {
  color: #FFFFFF;
  text-decoration: none;
}
.nbc-footer__link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-footer__separator {
  margin: 0 8px;
  color: #C6C3C0;
  user-select: none;
}
.nbc-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.nbc-footer__left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.nbc-footer__logo {
  width: 28px;
  height: 28px;
  background-color: #DE161D;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nbc-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.nbc-footer__logo a:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
  border-radius: 2px;
}
.nbc-footer__logo img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  display: block;
}
.nbc-footer__text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #C6C3C0;
}
.nbc-footer__text p {
  margin-bottom: 4px;
  margin-top: 0;
}
.nbc-footer__text p:last-child {
  margin-bottom: 0;
}
.nbc-footer__social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}
.nbc-footer__social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nbc-footer__social-icons a:hover {
  opacity: 0.8;
}
.nbc-footer__social-icons picture {
  display: inline-block;
  line-height: 0;
}
.nbc-footer__social-icons img {
  display: block;
  width: auto;
  height: auto;
}
.nbc-footer__social-icons-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.nbc-footer__social-label {
  display: none;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 8px;
  width: 100%;
}
.nbc-footer__social-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C6C3C0;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.nbc-footer__social-icon:hover, .nbc-footer__social-icon:focus-visible {
  background-color: #FFFFFF;
}
.nbc-footer__social-icon:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-footer__social-icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0);
  transition: filter 0.3s ease;
}
.nbc-footer__social-icon:hover img, .nbc-footer__social-icon:focus-visible img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .nbc-footer__container {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .nbc-footer {
    padding: 64px 0;
  }
  .nbc-footer__container {
    padding: 0 24px;
    display: grid;
    grid-template-areas: "social" "links" "left";
  }
  .nbc-footer__links {
    grid-area: links;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px;
  }
  .nbc-footer__links a {
    color: #b5b5b5 !important;
  }
  .nbc-footer__bottom {
    display: contents;
  }
  .nbc-footer__social-icons {
    grid-area: social;
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nbc-footer__social-label {
    display: block;
    width: 100%;
  }
  .nbc-footer__social-icons-wrapper {
    width: 100%;
    flex-wrap: wrap;
  }
  .nbc-footer__left {
    grid-area: left;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  .nbc-footer__text {
    color: #b5b5b5;
  }
  .nbc-footer__text br {
    display: block;
    margin-top: 12px;
    content: "";
  }
  .nbc-footer__separator {
    display: none;
  }
}
@media (max-width: 480px) {
  .nbc-footer__container {
    padding: 0 16px;
  }
}

#results-map #marker {
  background-size: cover;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#results-map #marker:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
#results-map .mapboxgl-ctrl-bottom-left, #results-map .mapboxgl-ctrl-top-right {
  z-index: 1;
}
#results-map .mapboxgl-ctrl-bottom-left, #results-map .mapboxgl-ctrl-attrib {
  display: none;
}
#results-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 12px 18px 0 0;
}
#results-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 20px 15px 0;
}
#results-map .mapboxgl-ctrl-zoom-in:focus,
#results-map .mapboxgl-ctrl-zoom-out:focus {
  outline: 2px solid #4299E1 !important;
  outline-offset: -2px !important;
  box-shadow: none;
}
#results-map .mapboxgl-ctrl-icon {
  outline: none !important;
}
#results-map .mapboxgl-popup .mapboxgl-popup-tip {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
#results-map .mapboxgl-popup .mapboxgl-popup-content {
  text-align: left;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 240px;
  padding: 16px 24px 16px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content {
    width: 200px;
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content {
    width: 180px;
    padding: 8px 10px;
    font-size: 11px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle {
  max-width: 100%;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  color: #DE161D;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  line-height: 24px;
  padding-right: 12px;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 3px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name:hover, #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name:focus-visible {
  text-decoration: underline;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name:focus-visible, #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .marker-location-name:focus {
  outline: none;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .street {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 18px;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .street {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .street {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 3px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 8px 0;
  line-height: 18px;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 3px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone span {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #000000;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone a {
  color: #DE161D;
  text-decoration: none;
  font-weight: 500;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone a:hover, #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone a:focus-visible {
  text-decoration: underline;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .phone a:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  line-height: 18px;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours {
    font-size: 10px;
    line-height: 13px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours p {
  margin: 0 0 4px 0;
  padding: 0;
  color: #000000;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours p {
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours p {
    margin-bottom: 2px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours p:last-child {
  margin-bottom: 0;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .popStyle .hours p span {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #000000;
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  height: 24px;
  width: 24px;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 1080px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
    right: 4px;
    top: 4px;
    font-size: 18px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 480px) {
  #results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
    right: 4px;
    top: 4px;
    font-size: 16px;
    height: 18px;
    width: 18px;
  }
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
#results-map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}

.nbc-not-found {
  background-color: #F7F4F0;
  padding: 80px 0;
  display: flex;
  align-items: center;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nbc-not-found__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.nbc-not-found__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.nbc-not-found__text-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nbc-not-found__title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #000000;
  margin: 0;
}
.nbc-not-found__description {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
.nbc-not-found__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background-color: #DE161D;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.2s ease;
  width: fit-content;
  margin-top: 8px;
}
.nbc-not-found__button:hover, .nbc-not-found__button:focus-visible {
  background-color: #b01117;
  color: #FFFFFF;
  text-decoration: none;
}
.nbc-not-found__button:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-not-found__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.nbc-not-found__divider {
  height: 1px;
  background-color: #b5b5b5;
  margin: 16px 0;
  width: 100%;
}
.nbc-not-found__question {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.nbc-not-found__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #DE161D;
  text-decoration: none;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.2s ease;
  width: fit-content;
}
.nbc-not-found__link:hover, .nbc-not-found__link:focus-visible {
  color: #b01117;
  text-decoration: none;
}
.nbc-not-found__link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
  border-radius: 2px;
}
.nbc-not-found__image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbc-not-found__illustration {
  width: 100%;
  height: auto;
  max-width: 600px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .nbc-not-found {
    padding: 40px 0;
  }
  .nbc-not-found__container {
    padding: 0 16px;
  }
  .nbc-not-found__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .nbc-not-found__text-column {
    order: 1;
  }
  .nbc-not-found__image-column {
    order: 2;
  }
  .nbc-not-found__title {
    font-size: 48px;
  }
  .nbc-not-found__description, .nbc-not-found__question {
    font-size: 16px;
  }
  .nbc-not-found__button, .nbc-not-found__link {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .nbc-not-found {
    padding: 40px 0;
  }
  .nbc-not-found__title {
    font-size: 36px;
  }
  .nbc-not-found__content {
    gap: 32px;
  }
}

.nbc-city-page {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0;
}
.nbc-city-page__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nbc-city-page__title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #DE161D;
  margin: 0;
}
@media (max-width: 991px) {
  .nbc-city-page__title {
    font-size: 26px;
    line-height: 32px;
  }
}
.nbc-city-page__count {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.nbc-city-page__cards {
  padding: 0 0 40px 0;
}
.nbc-city-page__cards .nbc-nearby__list {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.nbc-city-page__empty {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 48px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .nbc-city-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-city-page__cards.nbc-nearby {
    padding: 0;
  }
  .nbc-city-page__cards .nbc-nearby__list {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
@media (max-width: 991px) {
  .nbc-city-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-city-page__cards .nbc-nearby__list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .nbc-city-page {
    gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-city-page__cards {
    padding: 0 0 32px 0;
  }
  .nbc-city-page__cards .nbc-nearby__list {
    grid-template-columns: 1fr;
  }
}

.nbc-results {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
}
.nbc-results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .nbc-results__header .nbc-results__showing-count {
    display: none;
  }
}
.nbc-results__headline {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nbc-results__title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -1px;
  color: #DE161D;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.nbc-results__title span:first-child {
  color: #000000;
}
.nbc-results__subtitle {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
.nbc-results__filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nbc-results__filters .distance-filter {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 4px 16px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1080px) {
  .nbc-results__filters .distance-filter {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.nbc-results__filters .distance-filter span {
  margin: 0;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1080px) {
  .nbc-results__filters .distance-filter span {
    font-size: 14px;
  }
}
.nbc-results__filters .distance-filter .selectWrapper {
  position: relative;
}
.nbc-results__filters .distance-filter .selectWrapper select {
  padding: 0 20px 0 8px;
  border: none;
  background: transparent;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  cursor: pointer;
  appearance: none;
}
@media (max-width: 1080px) {
  .nbc-results__filters .distance-filter .selectWrapper select {
    font-size: 14px;
    padding: 0 16px 0 4px;
  }
}
.nbc-results__filters .distance-filter .selectWrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/content/icons/brand1/chevron-down.svg?v=jWpoexsT0GuHqG0itmZoFUTSzn4");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1080px) {
  .nbc-results__filters .distance-filter .selectWrapper::after {
    width: 10px;
    height: 10px;
  }
}
.nbc-results__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 696px;
  gap: 24px;
  align-items: start;
}
.nbc-results__list {
  display: flex;
  flex-direction: column;
  height: 815px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-color: transparent transparent;
}
.nbc-results__list::-webkit-scrollbar {
  width: 12px;
}
.nbc-results__list::-webkit-scrollbar-track {
  background: transparent;
}
.nbc-results__list::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 6px;
  transition: background 0.2s ease;
}
.nbc-results__list:hover {
  scrollbar-color: #DE161D transparent;
}
.nbc-results__list:hover::-webkit-scrollbar-thumb {
  background: #DE161D;
}
.nbc-results__list:hover::-webkit-scrollbar-thumb:hover {
  background: #b01117;
}
.nbc-results__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .nbc-results__items {
    gap: 20px;
  }
}
.nbc-results__map {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nbc-results__map .nbc-results__showing-count {
  display: none;
}
@media (max-width: 1080px) {
  .nbc-results__map .nbc-results__showing-count {
    display: block;
    font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin: 0;
    margin-top: 0;
    order: 2;
    font-size: 16px;
  }
}
.nbc-results__showing-count {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin: 0;
}
@media (max-width: 1080px) {
  .nbc-results__showing-count {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .nbc-results__showing-count {
    font-size: 16px;
  }
}
.nbc-results__filter {
  display: flex;
  justify-content: flex-end;
}
.nbc-results__filter-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: transparent;
  border: none;
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}
.nbc-results__filter-button svg {
  transition: transform 0.2s ease;
}
.nbc-results__filter-button--open svg {
  transform: rotate(180deg);
}
.nbc-results__filter-button:hover, .nbc-results__filter-button:focus-visible {
  color: #b01117;
}
.nbc-results__filter-panel {
  display: grid;
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.nbc-results__filter-group {
  display: grid;
  gap: 4px;
}
.nbc-results__filter-group h3 {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: 500;
  color: #DE161D;
  margin: 0;
}
.nbc-results__filter-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.nbc-results__filter-group label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
}
.nbc-results__filter-group label input {
  accent-color: #DE161D;
}
.nbc-results__filter-group label small {
  display: block;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #565656;
}
.nbc-results__filter-panel .distance-filter.mob-only {
  display: inline-flex;
}
.nbc-results__map-canvas {
  width: 100%;
  height: 685px;
  border-radius: 6px;
  overflow: hidden;
  background: #f6f5f3;
}
@media (max-width: 1080px) {
  .nbc-results__map-canvas {
    order: 3;
  }
}
.nbc-results #results-map {
  width: 100%;
  height: 100%;
}
.nbc-results__legend {
  gap: 7px !important;
  font-size: 14px;
  color: #000000;
  height: auto;
  padding: 16px 15px 16px 15px !important;
}
@media (max-width: 1080px) {
  .nbc-results__legend {
    order: 1;
    padding: 12px 12px !important;
    gap: 5px !important;
  }
}
.nbc-results__legend-item {
  display: flex;
  align-items: normal;
  gap: 7px;
}
@media (max-width: 1080px) {
  .nbc-results__legend-item {
    gap: 5px;
  }
}
@media (max-width: 480px) {
  .nbc-results__legend-item {
    gap: 4px;
  }
}
.nbc-results__legend-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 1080px) {
  .nbc-results__legend-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .nbc-results__legend-icon {
    width: 18px;
    height: 18px;
  }
}
.nbc-results__legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.nbc-results__legend-dot--branch {
  background-color: #de161d;
}
.nbc-results__legend-dot--abm {
  background-color: #f39c12;
}
.nbc-results__legend-dot--partner {
  background-color: #3498db;
}
.nbc-results__empty {
  display: none;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin: 48px auto 0;
  max-width: 480px;
}
.nbc-results--empty .nbc-results__body {
  display: none;
}
.nbc-results--empty .nbc-results__empty {
  display: block;
}
@media (max-width: 1200px) {
  .nbc-results {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1080px) {
  .nbc-results {
    width: 100%;
    max-width: 100%;
  }
  .nbc-results__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .nbc-results__list {
    width: 100%;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    order: 2;
  }
  .nbc-results__map {
    width: 100%;
    order: 1;
    gap: 14px;
  }
  .nbc-results__map-canvas {
    width: 100%;
    height: 420px;
  }
  .nbc-results__header {
    width: 100%;
    gap: 0;
  }
  .nbc-results__filters {
    width: 100%;
  }
  .nbc-results__items {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .nbc-results {
    padding: 25px 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .nbc-results__filters {
    width: 100%;
    justify-content: flex-start;
  }
  .nbc-results__map-canvas {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .nbc-results {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.nbc-result-card__header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.nbc-result-card__index {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #DE161D;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(222, 22, 29, 0.25);
}
.nbc-result-card__heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  width: 100%;
}
.nbc-result-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.nbc-result-card__name {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #DE161D;
  text-decoration: none;
  line-height: 28.8px;
  margin: 0 0 16px 0;
  display: inline-block;
  max-width: calc(100% - 80px);
}
.nbc-result-card__name:hover, .nbc-result-card__name:focus-visible {
  text-decoration: underline;
}
.nbc-result-card__distance {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-top: 4px;
  flex-shrink: 0;
}
.nbc-result-card__address {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #333333;
  font-style: normal;
  line-height: 1.6;
}
.nbc-result-card__phone {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #DE161D;
  text-decoration: none;
  font-weight: 400;
  margin: 0 0 16px 0;
  display: inline-block;
}
.nbc-result-card__phone:hover, .nbc-result-card__phone:focus-visible {
  text-decoration: underline;
}
.nbc-result-card__phone:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-result-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: rgba(222, 22, 29, 0.08);
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nbc-result-card__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}
.nbc-result-card__status--open {
  background-color: rgba(222, 22, 29, 0.1);
  color: #DE161D;
}
.nbc-result-card__hours {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px;
}
.nbc-result-card__hours p {
  margin: 0;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #000000;
}
.nbc-result-card__hours p span {
  font-weight: 500;
  color: #000000;
  margin-right: 4px;
}
.nbc-result-card__accessibility {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  align-items: flex-start;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
  padding: 2px 8px 2px 8px;
  width: fit-content;
}
.nbc-result-card__accessibility svg {
  height: 16px;
  width: 16px;
  margin-top: 3px;
}
.nbc-result-card__accessibility span {
  margin-top: 3px;
}
.nbc-result-card__ctas {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.nbc-result-card__ctas--single {
  justify-content: flex-start;
}
.nbc-result-card__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 999px;
  border: 1px solid #DE161D;
  background-color: #DE161D;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.nbc-result-card__cta:hover, .nbc-result-card__cta:focus-visible {
  background-color: #c7141a;
  color: #FFFFFF;
}
.nbc-result-card__cta:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-result-card__cta--secondary {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #DE161D;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.nbc-result-card__cta--secondary:hover, .nbc-result-card__cta--secondary:focus-visible {
  background-color: transparent;
  color: #DE161D;
  text-decoration: underline;
}
.nbc-result-card__cta-icon {
  fill: currentColor;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

@media (max-width: 991px) {
  .nbc-result-card {
    padding: 20px 24px;
  }
}
.nbc-results--loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.nbc-results__loading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px;
  max-width: 500px;
}
.nbc-results__loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nbc-results__loading-spinner svg {
  width: 50px;
  height: 50px;
}
.nbc-results__loading-title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0;
}
.nbc-results__loading-message {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

.nbc-results__no-results {
  text-align: center;
  padding: 64px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.nbc-results__no-results h1 {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
  color: #DE161D;
  margin: 0;
}
.nbc-results__no-results p {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #333333;
  margin: 0;
  max-width: 600px;
}
.nbc-results__no-results .nbc-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: #DE161D;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  transition: background-color 0.2s ease;
}
.nbc-results__no-results .nbc-button:hover {
  background-color: #b01117;
  color: #FFFFFF;
  text-decoration: none;
}

.nbc-location-search {
  position: relative;
  background-color: #F7F4F0;
  padding: 40px 0 40px;
  color: #000000;
  overflow: hidden;
}
.nbc-location-search__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nbc-location-search__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nbc-location-search__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
}
.nbc-location-search__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nbc-location-search__title {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1px;
  color: #DE161D;
  margin: 0;
}
.nbc-location-search__description {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  font-size: 20px;
  margin: 0;
}
.nbc-location-search__controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
  position: relative;
}
.nbc-location-search__search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.nbc-location-search__form {
  flex: 1 1 360px;
}
.nbc-location-search__filter-wrapper {
  position: relative;
}
.nbc-location-search__filter-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s ease;
}
.nbc-location-search__filter-button svg {
  transition: transform 0.2s ease;
}
.nbc-location-search__filter-button[aria-expanded=true] svg, .nbc-location-search__filter-button--open svg {
  transform: rotate(180deg);
}
.nbc-location-search__filter-button:hover, .nbc-location-search__filter-button:focus-visible {
  opacity: 0.8;
}
.nbc-location-search__filter-button:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
  border-radius: 4px;
}
@media (max-width: 1080px) {
  .nbc-location-search__filter-button {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.nbc-location-search__filter-panel {
  display: flex;
  gap: 84px;
  margin-top: 15px;
}
.nbc-location-search__filter-panel[hidden] {
  display: none;
}
@media (max-width: 1080px) {
  .nbc-location-search__filter-panel {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
}
.nbc-location-search__filter-group {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .nbc-location-search__filter-group {
    width: 100%;
  }
}
.nbc-location-search__filter-group h3, .nbc-location-search__filter-group b, .nbc-location-search__filter-group strong {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.nbc-location-search__filter-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.nbc-location-search__filter-group label {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}
.nbc-location-search__filter-group label input {
  accent-color: #DE161D;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.nbc-location-search__filter-group label span {
  margin-top: 2px;
}
.nbc-location-search__filter-group label small {
  display: block;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #565656;
}
.nbc-location-search__filter-group .distance-filter.mob-only {
  display: inline-flex;
}
.nbc-location-search__field {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 0 24px 0 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nbc-location-search__field:focus-within {
  border-color: #DE161D;
  box-shadow: 0 0 0 4px rgba(222, 22, 29, 0.15);
}
.nbc-location-search__icon-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #DE161D;
  position: absolute;
  left: 16px;
  top: 12px;
}
.nbc-location-search__icon-button:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
  border-radius: 50%;
}
.nbc-location-search__icon {
  display: block;
}
.nbc-location-search__input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 22px;
  font-weight: 400;
  height: 50px;
  color: #585858;
  outline-offset: unset;
  padding-left: 36px;
  padding-right: 16px;
  padding-block: 0;
  flex: 1;
}
.nbc-location-search__input::placeholder {
  color: #585858;
}
.nbc-location-search__input:focus {
  outline: none;
}
.nbc-location-search__loader {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 2;
}
.nbc-location-search__loader:not([hidden]) {
  display: flex;
}
.nbc-location-search__loader svg {
  width: 20px;
  height: 20px;
  animation: nbc-spin 1s linear infinite;
}
.nbc-location-search__error {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #DE161D;
  min-height: 18px;
  position: absolute;
  left: 21px;
  top: 50px;
}
.nbc-location-search__location-btn {
  border: 1px solid #DE161D;
  border-radius: 999px;
  background: transparent;
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 32px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.nbc-location-search__location-btn.current-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nbc-location-search__location-btn:hover, .nbc-location-search__location-btn:focus-visible {
  background-color: #DE161D;
  color: #FFFFFF;
  border-color: #DE161D;
}
.nbc-location-search__location-btn:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-location-search__location-btn:hover .nbc-location-search__location-icon svg path,
.nbc-location-search__location-btn:hover .nbc-location-search__location-icon svg circle, .nbc-location-search__location-btn:hover .nbc-location-search__location-icon svg rect, .nbc-location-search__location-btn:focus-visible .nbc-location-search__location-icon svg path,
.nbc-location-search__location-btn:focus-visible .nbc-location-search__location-icon svg circle, .nbc-location-search__location-btn:focus-visible .nbc-location-search__location-icon svg rect {
  stroke: #FFFFFF;
}
.nbc-location-search__location-btn > div:last-child {
  padding-top: 0;
}
.nbc-location-search__location-icon svg {
  display: block;
}
.nbc-location-search__location-icon svg path {
  stroke: #DE161D;
}
.nbc-location-search__location-icon svg circle {
  stroke: #DE161D;
}
.nbc-location-search__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1200px) {
  .nbc-location-search__container {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .nbc-location-search {
    padding: 40px 0 40px;
  }
  .nbc-location-search__content {
    max-width: 100%;
    gap: 0;
  }
  .nbc-location-search__controls {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .nbc-location-search__search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nbc-location-search__form {
    flex: 1 1 auto;
  }
  .nbc-location-search__filter-wrapper {
    width: 100%;
  }
  .nbc-location-search__filter-panel {
    position: static;
    min-width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .nbc-location-search__location-btn {
    justify-content: center;
    width: 100%;
    padding: 6px 18px;
  }
  .nbc-location-search__input {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .nbc-location-search {
    padding: 32px 0 32px;
  }
  .nbc-location-search__container {
    padding: 0 16px;
  }
  .nbc-location-search__title {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }
  .nbc-location-search__controls {
    margin-top: 16px;
  }
  .nbc-location-search__input {
    font-size: 16px;
  }
}

@keyframes nbc-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.location-state-section-brand1 {
  color: #040404;
}
.location-state-section-brand1 .city-container {
  margin-bottom: 50px;
}
.location-state-section-brand1 .title {
  margin: 50px 0 40px 0;
}
.location-state-section-brand1 .title h1 {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.location-state-section-brand1 .title h1 span {
  color: #D14200;
}
.location-state-section-brand1 .city-container p {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 28px;
  text-transform: uppercase;
}
.location-state-section-brand1 .cities-block {
  margin-bottom: 35px;
  --bs-gutter-x: 0;
}
.location-state-section-brand1 .cities-block .alphabet-title {
  color: #000000;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #979797;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  padding: 0;
}
.location-state-section-brand1 .cities-block .city-name {
  color: #040404;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .location-state-section-brand1 .title {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #979797;
  }
  .location-state-section-brand1 .cities-block .city-name {
    padding-bottom: 30px;
  }
}

.location-stores-section-brand1 {
  width: 100%;
  text-align: center;
  color: #000000;
}
.location-stores-section-brand1 h1 {
  width: 100%;
  height: 100%;
  text-align: left;
  color: #000000;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2.25rem auto 0.5rem auto;
}
.location-stores-section-brand1 .heading h2 {
  text-transform: uppercase;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 46px;
}
.location-stores-section-brand1 .heading p {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.location-stores-section-brand1 .contact-data {
  margin-bottom: 3rem;
}
.location-stores-section-brand1 .contact-data .main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 24px;
}
.location-stores-section-brand1 .contact-data .main p {
  text-align: left;
}
.location-stores-section-brand1 .contact-data .main .buttons {
  text-transform: uppercase;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.location-stores-section-brand1 .contact-data .main .buttons > div.wrapperButton,
.location-stores-section-brand1 .contact-data .main .buttons > a {
  width: 100%;
}
.location-stores-section-brand1 .contact-data .main .buttons a {
  text-decoration: none;
}
.location-stores-section-brand1 .contact-data .main .buttons a .brand1-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 18px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.location-stores-section-brand1 .contact-data .main .buttons a .brand1-btn.phone {
  background-image: url(../../../content/icons/brand1/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.location-stores-section-brand1 .contact-data .main .buttons a .brand1-btn:hover .phone {
  background-image: url(../../../content/icons/brand1/phone-white.svg);
}
.location-stores-section-brand1 .contact-data .main .buttons a.chevronWhite {
  padding-left: 40px;
}
.location-stores-section-brand1 .contact-data .main .buttons a.chevronWhite::after {
  right: 17px;
}
.location-stores-section-brand1 .contact-data .main .buttons a.chevronBlack {
  padding-left: 35px;
}
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderPickup] .accordion-body,
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderDelivery] .accordion-body {
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px 1px #c1bebe80;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderPickup] .accordion-body img,
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderDelivery] .accordion-body img {
  width: 100%;
}
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderPickup] .accordion-body > div,
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderDelivery] .accordion-body > div {
  margin-bottom: 0;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderPickup] .accordion-body > div:last-of-type,
.location-stores-section-brand1 .contact-data .main .buttons [id^=orderDelivery] .accordion-body > div:last-of-type {
  border-bottom: 0 none;
}
.location-stores-section-brand1 .contact-data .main .directions {
  text-align: left;
}
.location-stores-section-brand1 .contact-data .main .directions a {
  font-weight: bold;
}
.location-stores-section-brand1 .contact-data .main .global-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  width: 100%;
  height: auto;
  background-color: #DFEF95;
  border: 1px solid #C4D600;
  font-size: 16px;
  text-align: left;
}
.location-stores-section-brand1 .contact-data .main .global-message .icon {
  font-size: 20px;
}
.location-stores-section-brand1 .contact-data .main .global-message .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.location-stores-section-brand1 .contact-data .main .global-message .text .title {
  font-weight: bold;
}
.location-stores-section-brand1 .contact-data .hours {
  border-left: 2px solid #F2F2F2;
  border-right: 2px solid #F2F2F2;
  padding: 0 24px;
  text-align: left;
}
.location-stores-section-brand1 .contact-data .hours p, .location-stores-section-brand1 .contact-data .hours p a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.location-stores-section-brand1 .contact-data .hours p.specialHours, .location-stores-section-brand1 .contact-data .hours p a.specialHours {
  margin-top: 15px;
}
.location-stores-section-brand1 .contact-data .hours #restoHoursTitle .brand1-btn {
  font-size: 18px;
}
.location-stores-section-brand1 .contact-data .hours #restoHours {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 54px;
}
.location-stores-section-brand1 .contact-data .hours #restoHours.collapse {
  display: block;
}
.location-stores-section-brand1 .contact-data .hours #restoHours .row.active {
  color: #D14200;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.location-stores-section-brand1 .contact-data .hours #restoHours .row.active > div:nth-child(2) {
  text-align: left;
}
.location-stores-section-brand1 .contact-data .mapTitle {
  display: none;
  margin-top: 0;
  text-align: left;
}
.location-stores-section-brand1 .contact-data .mapTitle a {
  line-height: 22px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
.location-stores-section-brand1 .contact-data .map {
  position: relative;
  padding-left: 24px;
}
.location-stores-section-brand1 .contact-data .map #results-map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.location-stores-section-brand1 .favorites-recipes img {
  width: 100%;
}
.location-stores-section-brand1 .favorites-recipes .favorites-recipes-item {
  background-color: #F2F2F2;
  color: #000000;
}
.location-stores-section-brand1 .favorites-recipes .favorites-recipes-item span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  padding: 1rem 1.5rem 0px 1.5rem;
  min-height: 72px;
}
.location-stores-section-brand1 .favorites-recipes .favorites-recipes-item p {
  font-size: 18px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  margin: 0 1.5rem 0 1.5rem;
  min-height: 70px;
}
.location-stores-section-brand1 .brand1-description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #F2F2F2;
  line-height: 28px;
  color: #040404;
}
.location-stores-section-brand1 .brand1-description img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.location-stores-section-brand1 .brand1-description .text-area span {
  font-size: 24px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0 auto 20px auto;
}
.location-stores-section-brand1 .brand1-description .text-area p {
  font-size: 18px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}
.location-stores-section-brand1 #results-map {
  height: 298px;
}
.location-stores-section-brand1 #results-map #marker {
  background-image: url("/content/icons/brand1/pin.svg?v=DtiAHmM8yiidJgS5lxrHDrzBuQo");
}
@media (max-width: 1200px) {
  .location-stores-section-brand1 .contact-data .main .buttons a.chevronWhite {
    padding-left: 0;
    justify-content: center;
  }
  .location-stores-section-brand1 .contact-data .main .buttons a.chevronBlack {
    padding-left: 0;
    justify-content: center;
  }
  .location-stores-section-brand1 .contact-data .hours #restoHours {
    padding: 0;
  }
  .location-stores-section-brand1 .contact-data .map #results-map {
    left: 24px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .location-stores-section-brand1 h1 {
    margin: 1.5rem auto;
  }
  .location-stores-section-brand1 .heading p br {
    display: none;
  }
  .location-stores-section-brand1 .contact-data {
    margin-bottom: 2rem;
  }
  .location-stores-section-brand1 .contact-data .main {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 12px;
  }
  .location-stores-section-brand1 .contact-data .main .buttons a.chevronWhite::after {
    right: 30px;
  }
  .location-stores-section-brand1 .contact-data .main .directions {
    font-size: 18px;
  }
  .location-stores-section-brand1 .contact-data .main .global-message {
    gap: 24px;
    padding: 24px;
  }
  .location-stores-section-brand1 .contact-data .hours {
    width: 100%;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 12px;
    margin-bottom: 1em;
  }
  .location-stores-section-brand1 .contact-data .hours p, .location-stores-section-brand1 .contact-data .hours p a {
    margin: 0 0 0 0;
    font-size: 18px;
  }
  .location-stores-section-brand1 .contact-data .hours p.specialHours, .location-stores-section-brand1 .contact-data .hours p a.specialHours {
    margin: 25px 0 0 0;
  }
  .location-stores-section-brand1 .contact-data .mapTitle {
    display: block;
  }
  .location-stores-section-brand1 .contact-data .map {
    width: 100%;
    padding: 0;
    margin-top: 0;
    max-height: 300px;
  }
  .location-stores-section-brand1 .contact-data .map #results-map {
    left: 0;
    width: 100%;
  }
  .location-stores-section-brand1 .favorites-recipes .favorites-recipes-item {
    margin-bottom: 1.5rem;
  }
  .location-stores-section-brand1 .favorites-recipes .favorites-recipes-item span {
    min-height: unset;
  }
  .location-stores-section-brand1 .favorites-recipes .favorites-recipes-item p {
    min-height: unset;
    margin-bottom: 1rem;
  }
}
@media (max-width: 380px) {
  .location-stores-section-brand1 .contact-data .hours #restoHours {
    font-size: 16px;
  }
}

.nbc-location-hours, .nbc-location-traits {
  background-color: #F7F4F0;
  padding: 64px 0;
}

.nbc-location-nearby__vedette, .nbc-location-hours__vedette, .nbc-location-traits__vedette {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
@media (max-width: 1200px) {
  .nbc-location-nearby__vedette, .nbc-location-hours__vedette, .nbc-location-traits__vedette {
    padding: 0 16px;
  }
}

.nbc-location-nearby__title, .nbc-location-hours__title, .nbc-location-traits__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  color: #DE161D;
  letter-spacing: -1px;
}

.nbc-location-hours__grid, .nbc-location-traits__grid {
  display: grid;
  gap: 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .nbc-location-hours__grid, .nbc-location-traits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .nbc-location-hours__grid, .nbc-location-traits__grid {
    grid-template-columns: 1fr;
  }
}

.nbc-nearby-card, .nbc-results__legend, .nbc-result-card {
  background-color: #FFFFFF;
  border: 1px solid #dadada;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 24px 16px 24px 16px;
}

.nbc-location-page {
  display: flex;
  flex-direction: column;
}

.nbc-location-hero {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .nbc-location-hero {
    padding: 40px 16px;
  }
}
@media (max-width: 991px) {
  .nbc-location-hero {
    padding: 24px 16px;
  }
}
@media (max-width: 480px) {
  .nbc-location-hero {
    padding: 24px 16px;
  }
}
@media (max-width: 360px) {
  .nbc-location-hero {
    padding: 24px 16px;
  }
}
.nbc-location-hero__grid {
  align-items: flex-start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 462px;
}
@media (max-width: 1200px) {
  .nbc-location-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.nbc-location-hero__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  height: 100%;
}
.nbc-location-hero__badge {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 5px;
  color: #333333;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 3px 8px 1px 8px;
  text-transform: uppercase;
  width: fit-content;
}
.nbc-location-hero__title {
  color: #DE161D;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
@media (max-width: 991px) {
  .nbc-location-hero__title {
    font-size: 32px;
  }
}
.nbc-location-hero__subtitle {
  color: #333333;
  font-size: 16px;
  margin: -14px 0 0;
}
.nbc-location-hero__details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  width: 100%;
}
.nbc-location-hero__details--columns-1 {
  grid-template-columns: 1fr;
}
.nbc-location-hero__details--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nbc-location-hero__details--columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .nbc-location-hero__details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .nbc-location-hero__details {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 25px;
  }
}
.nbc-location-hero__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .nbc-location-hero__column {
    gap: 5px;
  }
}
.nbc-location-hero__column-title {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.nbc-location-hero__list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nbc-location-hero__list li {
  align-items: baseline;
  color: #333333;
  display: block;
  font-size: 16px;
  gap: 4px;
  line-height: 1.6;
}
.nbc-location-hero__list li span:first-child {
  font-weight: 500;
}
.nbc-location-hero__list li a {
  color: #DE161D;
  text-decoration: none;
}
.nbc-location-hero__list li a:hover, .nbc-location-hero__list li a:focus-visible {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .nbc-location-hero__list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}
.nbc-location-hero__cta {
  align-items: flex-start;
  background-color: #DE161D;
  border-radius: 999px;
  width: fit-content;
  color: #FFFFFF;
  display: inline-flex;
  gap: 8px;
  padding: 8px 32px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nbc-location-hero__cta:hover, .nbc-location-hero__cta:focus-visible {
  background-color: #c21319;
  color: #FFFFFF;
}
.nbc-location-hero__cta:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-location-hero__cta--desktop-only {
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .nbc-location-hero__cta--desktop-only {
    display: none;
  }
}
.nbc-location-hero__cta--tablet-only {
  align-items: center;
  display: none;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .nbc-location-hero__cta--tablet-only {
    display: inline-flex;
    justify-content: center;
  }
}
.nbc-location-hero__link {
  align-items: end;
  color: #DE161D;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  text-decoration: none;
}
.nbc-location-hero__link:hover, .nbc-location-hero__link:focus-visible {
  color: #c21319;
}
.nbc-location-hero__link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-location-hero__link-icon {
  fill: currentColor;
  height: 20px;
  width: 20px;
}
.nbc-location-hero__link--tablet-only {
  display: none;
}
@media (max-width: 991px) {
  .nbc-location-hero__link--tablet-only {
    display: inline-flex;
  }
}
.nbc-location-hero__side {
  display: flex;
  flex-direction: column;
}
.nbc-location-hero__map-title {
  display: none;
}
@media (max-width: 991px) {
  .nbc-location-hero__map-title--tablet-only {
    display: block;
    margin-bottom: 10px;
  }
}
.nbc-location-hero__map-toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
}
.nbc-location-hero__map-toggle span {
  width: 100%;
}
.nbc-location-hero__map-toggle:hover, .nbc-location-hero__map-toggle:focus-visible {
  color: #DE161D;
  outline: none;
}
.nbc-location-hero__map-toggle:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-location-hero__map-toggle.collapsed .nbc-location-hero__map-chevron {
  transform: rotate(180deg);
}
.nbc-location-hero__map-chevron {
  flex-shrink: 0;
  height: 20px;
  transition: transform 0.3s ease;
  width: 20px;
}
.nbc-location-hero__map {
  background-color: #FFFFFF;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nbc-location-hero__map {
    height: 300px;
  }
}
.nbc-location-hero__map-link {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.nbc-location-hero__map-link:hover, .nbc-location-hero__map-link:focus-visible {
  opacity: 0.9;
}
.nbc-location-hero__map-link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-location-hero__map-canvas,
.nbc-location-hero__map .static-map {
  display: block;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .nbc-location-traits {
    padding: 40px 0;
  }
}
.nbc-location-traits--adjacent {
  padding-bottom: 0;
}
.nbc-location-traits__title-container {
  border-top: 1px solid #333333;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 40px;
}
@media (max-width: 991px) {
  .nbc-location-traits__title {
    font-size: 28px;
  }
}
.nbc-location-traits__grid {
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .nbc-location-traits__grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}
.nbc-location-traits__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nbc-location-traits__column-header h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.nbc-location-traits__list {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nbc-location-traits__item {
  color: #333333;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}
.nbc-location-traits__text {
  color: #333333;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

@media (max-width: 991px) {
  .nbc-location-hours {
    padding: 40px 0;
  }
}
.nbc-location-hours__title-container {
  border-top: 1px solid #000;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 40px;
}
@media (max-width: 991px) {
  .nbc-location-hours__title {
    font-size: 28px;
  }
}
.nbc-location-hours__grid {
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .nbc-location-hours__grid {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .nbc-location-hours__grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}
.nbc-location-hours__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nbc-location-hours__column-header h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.nbc-location-hours__list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nbc-location-hours__item {
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(0, 95px) minmax(0, 1fr);
}
.nbc-location-hours__item--current .nbc-location-hours__day {
  font-weight: 500;
}
.nbc-location-hours__day {
  color: #333333;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
}
.nbc-location-hours__time {
  color: #333333;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nbc-location-hours__special {
  border-top: 1px solid #333333;
  display: grid;
  gap: 8px;
  margin-top: 64px;
  padding-top: 32px;
}
.nbc-location-hours__special-title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}
.nbc-location-hours__special-list {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nbc-location-hours__special-item {
  color: #333333;
  display: flex;
  font-size: 14px;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .nbc-location-hours__special-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.nbc-location-hours__special-day {
  color: #333333;
  font-weight: 500;
}

.nbc-location-nearby {
  background-color: #FFFFFF;
  padding: 64px 0;
}
@media (max-width: 1200px) {
  .nbc-location-nearby {
    padding: 40px 0;
  }
}
.nbc-location-nearby__title-container {
  border-top: 1px solid #000;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 40px;
}
@media (max-width: 991px) {
  .nbc-location-nearby__title {
    font-size: 28px;
  }
}
.nbc-location-nearby .nbc-nearby {
  margin: 0 auto;
  max-width: 1200px;
}

.nbc-nearby {
  display: grid;
  gap: 40px;
}
@media (max-width: 1200px) {
  .nbc-nearby {
    padding: 0 16px;
  }
}
.nbc-nearby__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
@media (max-width: 991px) {
  .nbc-nearby__list {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .nbc-nearby__list {
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .nbc-nearby__list {
    grid-template-columns: 1fr;
  }
}
.nbc-nearby__more {
  display: flex;
  justify-content: center;
}
.nbc-nearby__more-link {
  align-items: center;
  border: 1px solid #DE161D;
  border-radius: 999px;
  color: #DE161D;
  display: inline-flex;
  gap: 4px;
  padding: 8px 32px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.nbc-nearby__more-link span {
  color: #333333;
}
.nbc-nearby__more-link:hover, .nbc-nearby__more-link:focus-visible {
  background-color: #DE161D;
  border-color: #DE161D;
  color: #FFFFFF;
}
.nbc-nearby__more-link:hover span, .nbc-nearby__more-link:focus-visible span {
  color: #FFFFFF;
}
.nbc-nearby__more-link:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .nbc-nearby__more-link {
    width: 100%;
    justify-content: center;
  }
}

.nbc-nearby-card__title {
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
.nbc-nearby-card__title a {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
}
.nbc-nearby-card__title a:hover, .nbc-nearby-card__title a:focus-visible {
  text-decoration: underline;
}
.nbc-nearby-card__address {
  color: #333333;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 2px;
}
.nbc-nearby-card__phone {
  color: #DE161D;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px;
  text-decoration: none;
}
.nbc-nearby-card__phone:hover, .nbc-nearby-card__phone:focus-visible {
  text-decoration: underline;
}
.nbc-nearby-card__phone:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 2px;
}
.nbc-nearby-card__hours {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px;
}
.nbc-nearby-card__hours p {
  color: #000000;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  margin: 0;
}
.nbc-nearby-card__hours p span {
  font-weight: 500;
  margin-right: 4px;
}
.nbc-nearby-card__accessibility {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  align-items: flex-start;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
  padding: 2px 8px 2px 8px;
  width: fit-content;
}
.nbc-nearby-card__accessibility svg {
  height: 16px;
  width: 16px;
  margin-top: 3px;
}
.nbc-nearby-card__accessibility span {
  margin-top: 3px;
}
.nbc-nearby-card__ctas {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 16px;
  flex-wrap: wrap;
}
.nbc-nearby-card__ctas--single {
  justify-content: flex-start;
}
.nbc-nearby-card__cta {
  align-items: center;
  background-color: #DE161D;
  border: 1px solid #DE161D;
  border-radius: 999px;
  color: #FFFFFF;
  display: inline-flex;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  padding: 8px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.nbc-nearby-card__cta:hover, .nbc-nearby-card__cta:focus-visible {
  background-color: #c7141a;
  color: #FFFFFF;
  text-decoration: none;
}
.nbc-nearby-card__cta:focus-visible {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}
.nbc-nearby-card__cta--secondary {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #DE161D;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.nbc-nearby-card__cta--secondary:hover, .nbc-nearby-card__cta--secondary:focus-visible {
  background-color: transparent;
  color: #DE161D;
  text-decoration: underline;
}
.nbc-nearby-card__cta-icon {
  fill: currentColor;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.nbc-nearby-card__cta span {
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 991px) {
  .nbc-nearby-card {
    padding: 20px 24px;
  }
  .nbc-nearby-card__cta {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .nbc-nearby-card {
    padding: 18px 20px;
  }
}
@media (max-width: 360px) {
  .nbc-nearby-card {
    padding: 16px;
  }
  .nbc-nearby-card__address, .nbc-nearby-card__phone, .nbc-nearby-card__hours p {
    word-break: break-word;
  }
}

.brand1-btn {
  border-radius: 0;
  text-align: center;
  padding: 16px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  column-gap: 9px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .brand1-btn {
    width: 100%;
  }
}
.brand1-btn:hover, .brand1-btn:active, .brand1-btn:focus {
  text-decoration: none !important;
}
.brand1-btn:focus:not(.accordion-panel) {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
  box-shadow: none;
}
.brand1-btn.darkred {
  background-color: #D14200;
  color: white;
}
.brand1-btn.darkred:hover {
  background-color: #B03800;
}
.brand1-btn.darkred:focus, .brand1-btn.darkred :active {
  background-color: #D14200;
}
.brand1-btn.darkred-outline {
  background-color: transparent;
  color: #D14200;
  border: 2px solid #D14200;
}
@media (max-width: 991px) {
  .brand1-btn.darkred-outline.keepInMobile {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .brand1-btn.darkred-outline.keepInMobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.brand1-btn.darkred-outline:hover, .brand1-btn.darkred-outline :focus, .brand1-btn.darkred-outline :active {
  background-color: #D14200;
  color: #FFFFFF;
}
.brand1-btn.darkred-outline:hover .phone, .brand1-btn.darkred-outline :focus .phone, .brand1-btn.darkred-outline :active .phone {
  background-image: url(/content/icons/brand1/phone-white.svg?v=J8dYo2VMGzU_80bBzM7cR_CE9Bg);
}
.brand1-btn.darkred-outline .phone {
  background-image: url(/content/icons/brand1/phone.svg?v=J2DtD1NIIrEIK_mnPV-9fsQvsXo);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
@media (max-width: 1024px) {
  .brand1-btn.darkred-outline .phone {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .brand1-btn.darkred-outline .phone {
    display: block;
  }
}
.brand1-btn.borderWhite {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  position: relative;
  max-width: 144px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  padding-right: 24px;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.brand1-btn.borderWhite::after {
  content: "";
  background-image: url(/content/icons/brand1/chevron-right-white.svg?v=rsagfJR4qkj9BH2pOWjhi_zlwcM);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.brand1-btn.chevronWhite:focus, .brand1-btn.chevronBlack:focus {
  z-index: unset;
  border-color: unset;
  box-shadow: unset;
}
.brand1-btn.chevronWhite::after {
  background-image: url(/content/icons/brand1/chevron-up-white.svg?v=VJpzBiLoIZev7Mvie9YIGOvNAIM) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(-180deg) !important;
  top: 13px;
  right: 30px;
}
@media (max-width: 991px) {
  .brand1-btn.chevronWhite::after {
    right: 30px;
  }
}
.brand1-btn.chevronWhite:not(.collapsed)::after {
  transform: unset !important;
  top: 17px;
}
.brand1-btn.chevronBlack::after {
  background-image: url(/content/icons/brand1/chevron-up.svg?v=CxuB0emLybMNqkCKyVCDRPEHML0) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: rotate(-180deg) !important;
  top: 13px;
  right: 17px;
}
@media (max-width: 991px) {
  .brand1-btn.chevronBlack::after {
    right: 30px;
  }
}
.brand1-btn.chevronBlack:not(.collapsed)::after {
  transform: unset !important;
  top: 19px;
}
.brand1-btn.noStyles.accordion-button {
  color: initial;
  background-color: initial;
  box-shadow: initial;
  padding: 0;
  margin: 0;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 991px) {
  .brand1-btn.noStyles.accordion-button {
    cursor: pointer;
    pointer-events: auto;
  }
}
.brand1-btn.noStyles.accordion-button::after {
  display: none;
}
@media (max-width: 991px) {
  .brand1-btn.noStyles.accordion-button::after {
    right: 10px;
    display: block;
  }
}
.brand1-btn.disabled, .brand1-btn[disabled] {
  background: #F2F2F2 !important;
  border-color: #595959 !important;
  cursor: default !important;
  color: #595959 !important;
}
.brand1-btn.disabled:hover, .brand1-btn.disabled:active, .brand1-btn.disabled:focus, .brand1-btn[disabled]:hover, .brand1-btn[disabled]:active, .brand1-btn[disabled]:focus {
  background: #F2F2F2 !important;
  border-color: #595959 !important;
  cursor: default !important;
  color: #595959 !important;
  text-decoration: none !important;
}

.brand1-input {
  height: 50px;
  background-color: #FFFFFF;
  border: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  color: #040404;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .brand1-input {
    border: 1px solid #595959;
  }
}
.brand1-input:focus {
  outline: none;
}
.brand1-input::placeholder {
  color: #040404;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

a {
  color: #040404;
}
a .white {
  color: #FFFFFF;
}
a .white:hover, a .white:active, a .white:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
a.store-phone {
  display: block;
}

a:focus:not(.accordion-panel) {
  outline: 2px solid #4299E1;
  outline-offset: 3px;
}

.accordion-body a {
  display: block;
}
.accordion-body a:focus {
  outline: 2px solid #4299e1;
  outline-offset: -2px;
}

.section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.section-heading h1 {
  font-size: 36px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}
.section-heading h2 {
  font-size: 30px;
  font-family: "NationaleSans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

/*_::-webkit-full-page-media, _:future, :root .brand1-btn {
    padding: 19px 0 15px 0;
}

_::-webkit-full-page-media, _:future, :root .brand1-btn.darkred.current-location {
    padding: 15px 20px 15px 20px;
}

_::-webkit-full-page-media, _:future, :root .brand1-btn.darkred-outline.current-location {
    padding: 20px 20px 15px 20px;
}

_::-webkit-full-page-media, _:future, :root #search-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

_::-webkit-full-page-media, _:future, :root #city-filter {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

_::-webkit-full-page-media, _:future, :root .search-location {
    padding: 17px 0 15px 0;
}*/
