.anchor-headings_anchorList__vmVIY{padding:0;border-left:2px solid var(--secondary)}.anchor-headings_anchorItem__p_n2O{padding:.375em .75em;position:relative;left:-2px;line-height:1.3em;list-style:none;color:var(--color-primary);font-size:16px}.anchor-headings_anchorItem__p_n2O:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background-color:rgba(0,0,0,0);transition:background-color .2s ease-in-out}.anchor-headings_anchorItem__p_n2O:hover{color:var(--color-primary)}.anchor-headings_anchorItemActive__RSzTl{color:var(--color-primary);font-weight:500}.anchor-headings_anchorItemActive__RSzTl:before{background-color:var(--primary)}.anchor-headings_nestedAnchorItem__9gkgu{padding-left:.375em;position:relative;line-height:1.4em;list-style:none}.anchor-headings_anchorLink__gkFmP{display:block;font-size:1em;color:var(--color-inactive);letter-spacing:.3px;text-decoration:none}.anchor-headings_anchorLink__gkFmP:hover{color:var(--color-primary);font-weight:500;text-decoration:none}.anchor-headings_anchorLink__gkFmP:visited{color:var(--color-inactive)}
.anchor-menu_nav__CzeGB{padding-left:0;margin:-12px 0 0 0;top:calc(var(--top-bar-lg) + 24px);align-self:flex-start;position:sticky;font-size:18px;opacity:0}@media(min-width: 1024px){.anchor-menu_nav__CzeGB{padding-left:calc(var(--margin-base)*1.5);flex-direction:row}}.anchor-menu_navReduced__ASHBz{padding-left:calc(var(--margin-base)*2);margin:1.5em 0 0 0;top:calc(var(--top-bar-lg) + 24px);align-self:flex-start;position:sticky;font-size:18px;opacity:.4}
.favourites_favourites__KAjPg{color:#fff;position:absolute;z-index:1;left:var(--margin-base);top:var(--margin-base)}.favourites_showFavourites__Ekr2Q{padding:12px 0 12px 12px;overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:nowrap;gap:calc(var(--margin-base))}@media(min-width: 768px){.favourites_showFavourites__Ekr2Q{padding:12px 0 12px 48px;gap:calc(var(--margin-base)*2)}}.favourites_item__ooFXs{width:220px;flex-shrink:0}.favourites_label__ZEdhm{margin-left:12px;color:var(--white);font-weight:500}@media(min-width: 768px){.favourites_label__ZEdhm{margin-left:48px}}.favourites_noFavourite__TBnM7{margin-top:48px;font-size:var(--fs-body-90);color:var(--white)}.favourites_line__cewK_{position:absolute;border-left:2.5px solid var(--white);border-bottom:2.5px solid var(--white);border-bottom-left-radius:12px 26px;height:273px;width:12px;top:-179px;left:24px}@media(max-width: 1356px){.favourites_line__cewK_{display:none}}.favourites_arrow__Ufk9I{position:absolute;top:-178px;left:16px;border:solid var(--white);border-width:0 2.5px 2.5px 0;display:inline-block;padding:8px;transform:rotate(-135deg)}@media(max-width: 1356px){.favourites_arrow__Ufk9I{display:none}}@media(max-width: 1356px){.favourites_showFavourites__Ekr2Q{flex-wrap:nowrap;overflow-x:auto}}@media(min-width: 1024px){.favourites_showFavourites__Ekr2Q{margin-bottom:24px;flex-wrap:wrap;overflow-x:hidden}}.favourites_hero__ViMCv{position:absolute;top:-230px;left:0;width:min(100%,800px)}@media(min-width: 768px){.favourites_hero__ViMCv{top:-245px}}.favourites_hero__ViMCv.favourites_hasSubtitle__skXvm{top:-236px}@media(min-width: 768px){.favourites_hero__ViMCv.favourites_hasSubtitle__skXvm{top:-272px}}
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple-effect {
  width: 2px;
  height: 2px;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: inset(0 0 round 50%);
}
.ripple-inverted .ripple-effect {
  background-color: rgba(0, 0, 0, 0.3);
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}

.loader-container {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2800;
  background-color: rgba(0, 0, 0, 0.4);
}
.loader-placeholder {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dialog-popup-items.dialog-items-closed {
  pointer-events: none;
}
.dialog-popup-items {
  z-index: 10;
  position: relative;
  overflow: hidden;
  background: white;
  width: 100%;
  max-width: 560px;
  margin: 12px 12px;
  border-radius: 2px;
}
.dialog-popup-items:has(.dialog-item:first-child > .dialog-header) {
  border-radius: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-popup-items {
    min-width: 480px;
    margin: 0 auto;
  }
}
.dialog-popup-item {
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dialog-popup-item .dialog-header {
  height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  gap: 12px;
  font-weight: 500;
  padding-left: 12px;
  border-bottom: 1px solid #d4d4d9;
}
.dialog-popup-item .dialog-header .dialog-header-icon {
  height: 24px;
  width: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ed0000;
}
.dialog-popup-item .dialog-header .dialog-header-close-icon-button {
  align-self: stretch;
  width: 44px;
  background: none;
  margin-left: auto;
  cursor: pointer;
  border: none;
}
.dialog-popup-item .dialog-content {
  padding-bottom: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-popup-item .dialog-content {
    padding-bottom: 24px;
  }
}
.dialog-popup-item .dialog-content-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog-popup-item .dialog-text-left .dialog-text {
  text-align: left;
}
.dialog-popup-item .dialog-text-left {
  text-align: left;
}
.dialog-popup-item .dialog-text-center {
  text-align: center;
}
.dialog-popup-item .dialog-text-right {
  text-align: right;
}
.dialog-popup-item .dialog-text {
  text-align: center;
  margin: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  .dialog-popup-item .dialog-text {
    margin: 36px;
    margin-bottom: 0;
  }
}
.dialog-popup-item .dialog-message {
  margin-top: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-popup-item .dialog-message {
    margin-top: 24px;
  }
}
.dialog-popup-item .dialog-message-row {
  padding-bottom: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-popup-item .dialog-message-row {
    padding-bottom: 24px;
  }
}
.dialog-popup-item .dialog-message-row:last-child {
  padding-bottom: 12px;
}
.dialog-popup-item .dialog-message-checkbox {
  display: inline-block;
}
.dialog-popup-item .dialog-message-checkbox-block {
  display: block;
}
.dialog-popup-item .dialog-icon {
  text-align: center;
  padding: 36px 36px 0;
}
.dialog-popup-item .dialog-title {
  text-align: center;
}
.dialog-popup-item .dialog-button-container {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.dialog-popup-item .dialog-button-scrollable {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.dialog-popup-item .dialog-buttons {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dialog-popup-item .dialog-buttons .dialog-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  white-space: nowrap;
}
.dialog-popup-item .dialog-buttons .dialog-button-cancel,
.dialog-popup-item .dialog-buttons .dialog-button-secondary {
  border-top: 1px solid #d4d4d9;
}

.dialog-toaster-items {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  vertical-align: middle;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dialog-item.dialog-toaster-item {
  visibility: visible;
}
.dialog-toaster-item {
  min-height: 100px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 698px) {
  .dialog-toaster-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.dialog-toaster-item:not(:last-child) {
  border-bottom: 1px solid #d4d4d9;
}
.dialog-toaster-item .dialog-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-toaster-item .dialog-content {
    margin: 24px;
  }
}
.dialog-toaster-item .dialog-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 12px;
}
@media only screen and (min-width: 480px) {
  .dialog-toaster-item .dialog-icon {
    margin-right: 24px;
  }
}
.dialog-toaster-item .dialog-message-row {
  margin-top: 6px;
}
@media only screen and (min-width: 480px) {
  .dialog-toaster-item .dialog-message-row {
    margin-top: 12px;
  }
}
.dialog-toaster-item .dialog-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 698px) {
  .dialog-toaster-item .dialog-button-container {
    margin-left: auto;
    width: auto;
  }
}
.dialog-toaster-item .dialog-buttons {
  width: 100%;
}
@media screen and (max-width: 698px) {
  .dialog-toaster-item .dialog-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d4d4d9;
  }
}
.dialog-toaster-item .dialog-button {
  min-height: 50px;
  margin: 0;
  border: 0;
  padding: 0 12px;
}
@media screen and (max-width: 698px) {
  .dialog-toaster-item .dialog-button {
    -webkit-box-flex: 50;
    -moz-box-flex: 50;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    height: 50px;
  }
}
@media screen and (min-width: 698px) {
  .dialog-toaster-item .dialog-button {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .dialog-toaster-item .dialog-button {
    width: 210px;
  }
}
@media screen and (min-width: 698px) {
  .dialog-toaster-item .dialog-button-secondary {
    border-left: 1px solid #d4d4d9;
  }
}

.dialog {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  pointer-events: none;
}
.dialog-dimmed {
  pointer-events: inherit;
}
.dialog-close-outside-click {
  pointer-events: initial;
}
.dialog-items-closed {
  pointer-events: none;
}
.dialog-items {
  pointer-events: initial;
}
.dialog-items:focus.svs-keyboard-focus.focus-inverted {
  text-decoration: inherit;
}
.dialog-item {
  visibility: hidden;
  background: #ffffff;
}
.dialog-item:first-child {
  visibility: visible;
}
.dialog-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.dialog-title:empty {
  display: none;
}
@media only screen and (min-width: 480px) {
  .dialog-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.dialog-message:empty {
  display: none;
}
@media only screen and (max-width: 480px) {
  .dialog-message {
    font-size: 14px;
  }
}
.dialog-icon .icon {
  font-size: 48px;
}
@media only screen and (min-width: 480px) {
  .dialog-icon .icon {
    font-size: 60px;
  }
}
.dialog-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.dialog-button {
  border: none;
  padding: 12px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  height: 100%;
  min-height: 50px;
  font-size: 16px;
  letter-spacing: 0.01875em;
  text-align: center;
  outline: none;
  user-select: none;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
@media only screen and (min-width: 480px) {
  .dialog-button {
    font-size: 18px;
    letter-spacing: 0.01666667em;
  }
}
.dialog-button:disabled {
  pointer-events: none;
}
.focus-inverted .dialog-button:focus.svs-keyboard-focus {
  outline-offset: -2px;
}
.dialog-button-primary {
  background: #323233;
}
.dialog-button-primary:hover {
  background: #3f3f40;
}
.dialog-button-scrollable {
  display: none;
}
.dialog-button-secondary {
  background: #ffffff;
  color: #000000;
}
.dialog-button-secondary:disabled {
  color: #e1e1e5;
}
.dialog-button-secondary:hover {
  background: #ededf2;
}
.dialog-button.svs-keyboard-focus {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line  declaration-no-important */
  border: 1px solid #afafb3 !important;
}
.dialog-branding-sport .dialog-button-primary {
  background: #00befa;
}
.dialog-branding-sport .dialog-button-primary:hover {
  opacity: 0.95;
}
.dialog-branding-sport .dialog-icon .icon {
  color: #001932;
}
.dialog-branding-tur .dialog-button-primary {
  background: #008912;
}
.dialog-branding-tur .dialog-button-primary:hover {
  opacity: 0.95;
}
.dialog-branding-tur .dialog-icon .icon {
  color: #001932;
}
.dialog-branding-momang .dialog-button-primary {
  background: linear-gradient(284.67deg, #9E29FF 0%, #6E14EB 100%);
}
.dialog-branding-momang .dialog-button-primary:hover {
  opacity: 0.95;
}
.dialog-branding-momang .dialog-icon .icon {
  color: #001932;
}
.dialog-branding-neutral .dialog-button-primary {
  background: #001932;
}
.dialog-branding-neutral .dialog-button-primary:hover {
  opacity: 0.95;
}
.dialog-branding-neutral .dialog-icon .icon {
  color: #001932;
}
.dialog-branding-error .dialog-button-primary {
  background: #ed0000;
}
.dialog-branding-error .dialog-button-primary:hover {
  opacity: 0.95;
}
.dialog-branding-error .dialog-icon .icon {
  color: #ed0000;
}

.hero_heroBrand__vN4Gy{align-self:center;transform-origin:center;transform:scale(2.6)}@media(max-width: 480px){.hero_heroBrand__vN4Gy{transform:scale(1.1)}}@media(min-width: 480px)and (max-width: 767px){.hero_heroBrand__vN4Gy{transform:scale(1.6)}}.hero_container__NpvAA{background:var(--navy);position:relative}.hero_content__YYvsr{max-width:var(--max-width-content);position:relative;display:flex;align-items:stretch;justify-content:center;height:144px;overflow:hidden}.hero_content__YYvsr [class~=brand]{background:rgba(0,0,0,0) !important}@media(min-width: 768px){.hero_content__YYvsr{height:234px}}.hero_contentLarge__k43Ao{height:480px}@media(min-width: 768px){.hero_contentLarge__k43Ao{height:480px}}.hero_text__1KPFq.hero_largeHeroText__3yw4u{justify-content:flex-start;padding-top:48px}.hero_text__1KPFq{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column;align-content:flex-start;justify-content:center;padding-left:12px;padding-right:var(--margin-base)}@media(min-width: 768px){.hero_text__1KPFq{padding-left:48px}}.hero_ingress__v553x{width:100%;color:var(--white)}.hero_heroImage__iGn3N{margin-right:-120px}.hero_fade__GQ_d_{visibility:hidden;position:absolute;right:0;width:120px;height:100%;background-image:linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 25, 50, 0.2) 80%, rgba(0, 25, 50, 0.7) 90%, rgba(0, 25, 50, 0.9) 95%, var(--navy) 100%);transition:visibility 250ms ease-in-out}@media(min-width: 1600px){.hero_fade__GQ_d_{visibility:visible}}.hero_shimmer__azzut{color:hsla(0,0%,100%,.1);background:linear-gradient(113deg, rgb(255, 255, 255) 0%, var(--secondary) 28%, rgb(255, 255, 255) 66%, var(--secondary) 100%);-webkit-background-size:125px 100%;-moz-background-size:125px 100%;background-size:125px 100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-animation-name:hero_shimmer__azzut;-moz-animation-name:hero_shimmer__azzut;animation-name:hero_shimmer__azzut;-webkit-animation-duration:3s;-moz-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;background-repeat:no-repeat;background-position:36px 0;background-color:#fff}@media(max-width: 768px){.hero_shimmer__azzut{font-size:calc(35px + 20*(100vw - 320px)/448)}}@-moz-keyframes hero_shimmer__azzut{0%{background-position:top left}100%{background-position:top right}}@-webkit-keyframes hero_shimmer__azzut{0%{background-position:top left}100%{background-position:top right}}@-o-keyframes hero_shimmer__azzut{0%{background-position:top left}100%{background-position:top right}}@keyframes hero_shimmer__azzut{0%{background-position:top left}100%{background-position:top right}}
.layouts_layout__jKg6S{position:relative;padding:12px 12px;max-width:var(--max-width-content)}@media(min-width: 768px){.layouts_layout__jKg6S{padding:36px 48px}}.layouts_itemsMenu__d0ONX{padding-left:0;background-color:var(--bg-secondary)}.layouts_itemsMenu__d0ONX [class~=items-menu-holder]{overflow-x:visible}.layouts_itemsMenu__d0ONX [class~=items-menu-item]{color:var(--color-primary)}.layouts_itemsMenu__d0ONX [class~=items-menu-active]{border-bottom-color:var(--primary)}@media(min-width: 768px){.layouts_itemsMenu__d0ONX{padding-left:36px}}.layouts_grid__fjA5n{flex-direction:column-reverse}@media(min-width: 1024px){.layouts_grid__fjA5n{flex-direction:row}}@media(min-width: 1024px){.layouts_hiddenGridCol__tW6s_{display:block}}.layouts_unread__ONWmU{position:relative}.layouts_unread__ONWmU:before{content:"";position:absolute;top:55%;left:10px;height:8px;width:8px;border-radius:50%;border:1px solid var(--green);transform:translate(-100%, -50%);box-shadow:0 0 0 rgba(0,137,18,.4);animation:layouts_pulse__VR54z 2s infinite}@-webkit-keyframes layouts_pulse__VR54z{0%{-webkit-box-shadow:0 0 0 0 rgba(0,137,18,.4)}70%{-webkit-box-shadow:0 0 0 6px rgba(0,137,18,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(0,137,18,0)}}@keyframes layouts_pulse__VR54z{0%{-moz-box-shadow:0 0 0 0 rgba(0,137,18,.4);box-shadow:0 0 0 0 rgba(0,137,18,.4)}70%{-moz-box-shadow:0 0 0 6px rgba(0,137,18,0);box-shadow:0 0 0 6px rgba(0,137,18,0)}100%{-moz-box-shadow:0 0 0 0 rgba(0,137,18,0);box-shadow:0 0 0 0 rgba(0,137,18,0)}}
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  text-align: left;
  font-weight: normal;
}
.table th {
  padding: 6px;
}
.table td {
  padding: 0 6px;
}
.table .bold {
  font-weight: bold;
}
.table .f-center {
  text-align: center;
}
.table .f-right {
  text-align: right;
}
.table .f-numeric {
  font-variant-numeric: tabular-nums;
}
.table-bordered tbody tr {
  border-bottom: 1px solid transparent;
}
.table-bordered td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table-col-bordered td {
  border-right: 1px solid transparent;
}
.table-col-bordered td:last-child {
  border-right: none;
}
.table-default {
  background: #ffffff;
  border: 1px solid;
  border-color: #d4d4d9 #d4d4d9 #afafb3 #d4d4d9;
}
.table-default thead tr {
  background-color: #ededf2;
  border-bottom: 1px solid #d4d4d9;
}
.table-default td {
  border-color: #afafb3;
}
.table-default tfoot tr,
.table-default .table-footer {
  background-color: #ededf2;
}
.table-default tbody tr {
  border-color: #afafb3;
}
.table-default tr:first-child td {
  padding-top: 6px;
}
.table-default tr:last-child td {
  padding-bottom: 6px;
}
.table-default .table-row-striped {
  background-color: #fafaff;
}
.table-no-shadow {
  border: 1px solid #d4d4d9;
}
.table-no-border {
  border: none;
}
.table-inverted {
  background: #323233;
  color: #ffffff;
}
.table-inverted thead tr {
  color: #afafb3;
}
.table-inverted td {
  border-color: #4b4b4d;
}
.table-inverted tbody tr {
  border-color: #5e5e5e;
}
.table-inverted .table-row-striped {
  background-color: #252526;
}
.table-large th {
  font-weight: bold;
}
.table-large tbody tr:nth-child(odd) {
  background-color: #ededf2;
}
.table-large td,
.table-large th {
  padding: 12px;
}
.table-default.table-striped tr:nth-child(even) {
  background-color: #fafaff;
}
.table-inverted.table-striped tr:nth-child(even) {
  background-color: #252526;
}
.table-default.table-large,
.table-inverted.table-large {
  border: none;
}
.table-default.table-large th,
.table-inverted.table-large th {
  font-weight: bold;
}
.table-default.table-large thead tr,
.table-inverted.table-large thead tr {
  background-color: #fafaff;
  border: none;
}
.table-default.table-large tbody tr:nth-child(odd),
.table-inverted.table-large tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-default.table-large td,
.table-inverted.table-large td,
.table-default.table-large th,
.table-inverted.table-large th {
  padding: 12px;
}

.brands_brandLinks__HtVo1 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 67px;
  text-decoration: none;
  border-bottom: 1px solid var(--grey-400);
  padding: var(--margin-base);
  transition: background-color 0.2s ease-in-out;
  &:hover {
    background-color: var(--bg-secondary);
  }
}

.brands_ul__62FDH {
  list-style: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--grey-400);
  border-radius: var(--border-radius);
}
.brands_ul__62FDH > li:last-child .brands_brandLinks__HtVo1 {
  border-bottom: none;
}

[class~='icon-default'].brands_brandsLinkIcon__uqqdQ {
  color: var(--color-primary);
  justify-self: end;
}

.brands_brands__2HsR8 {
  display: flex;
  align-items: center;
  gap: 6px;
}

