:root {
  --theme-halo: rgba(255,255,255,0.1);
  --supabet-strong-halo: rgba(255,255,255,0.2);
  --headline-text: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --ui-font-body: 'Montserrat','Helvetica Neue',Arial,sans-serif;
  --block-inset: 4.5rem 2rem;
  --tile-pad: 1.8rem;
  --ui-gutter: 1.5rem;
  --theme-radius: 14px;
  --supabet-card-box-corner: 20px;
  --ui-frosted-fill: #f9f9f9;
  --sheen-edge: #e9e9e9;
  --theme-glass-shade: 0 2px 12px rgba(0, 0, 0, 0.3);
  --ui-colophon-licence: #3096fd;
  --positive: #2ec77b;
  --negative: #e5484d;
  --on-media: #ffffff;
  --h-header: 64px;
  --topbar-fill: var(--supabet-fill);
  --supabet-site-header-copy: var(--theme-text-content);
  --topbar-label-dim: var(--supabet-subtle-text-content);
  --header-badge-outline: var(--supabet-border-line);
  --border-search: var(--supabet-primary);
  --login-fill: var(--alt, #0f3460);
  --theme-promo-tag-grad: var(--ui-gradient, linear-gradient(97deg, #501091 0%, #3831a4 50%, #213a96 100%));
  --supabet-width-aside: 64px;
  --supabet-fill: #ffffff;
  --alt-surface: #f5f5f5;
  --supabet-primary: #d80807;
  --ui-hover-accent-primary: #82c9f8;
  --dark-lead: #c40000;
  --alt: #3c88be;
  --theme-text-content: #5c6f93;
  --supabet-subtle-text-content: #265392;
  --button-copy: #f5f5f5;
  --ui-accent-color: #d80807;
  --ui-label-accent-color: #f5f5f5;
  --supabet-border-line: #e9e9e9;
  --surface-panel: #f9f9f9;
  --ui-gradient: linear-gradient(135deg, #d80807 0%, #ea1a19 50%, #c40000 100%);
  --primary-ink: #d80807;
  --accent-ink: #d80807;
  --secondary-ink: #2070a4;
  --promo-action-grad-upper: #d80807!important;
  --offer-cta-grad-bottom-area: #c40000!important
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%
}
body {
  font-family: var(--ui-font-body);
  background: var(--supabet-fill);
  color: var(--theme-text-content);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--h-header)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-text);
  line-height: 1.15
}
a {
  color: var(--supabet-primary);
  text-decoration: none;
  transition: color .25s
}
a:hover {
  color: var(--ui-hover-accent-primary)
}
.seo-region-breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
  font-size: .9rem;
  color: var(--supabet-subtle-text-content,var(--theme-text-content))
}
.seo-region-breadcrumb a {
  color: var(--supabet-primary)
}
@keyframes shimmer {
  0% {
    background-position: 200% center
  }
  100% {
    background-position: -200% center
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 15px var(--theme-halo)
  }
  50% {
    box-shadow: 0 0 28px var(--supabet-strong-halo)
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-burger-open span:first-child {
  transform: translateY(7px) rotate(45deg)
}
.header-burger-open span:nth-child(2) {
  opacity: 0
}
.header-burger-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}
@media (max-width:768px) {
  .header-nav-open {
    display: flex!important
  }
}
.widget-zone-area.alt-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--supabet-width-aside,64px);
  overflow-y: auto;
  z-index: 10;
  flex-shrink: 0
}
.side-panel-main-grid {
  position: relative;
  height: 100%;
  overflow-y: auto
}
.footer {
  padding: 2.5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: var(--alt-surface)
}
.colophon-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem
}
.site-footer-identity-section {
  display: flex;
  align-items: center;
  gap: .5rem
}
.page-footer-brand {
  height: 30px;
  width: auto
}
.colophon-menu {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap
}
.colophon-menu a {
  font-size: .82rem;
  color: var(--supabet-subtle-text-content);
  text-decoration: none;
  transition: color .2s
}
.colophon-menu a:hover {
  color: var(--supabet-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.site-footer-rule {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .5rem 0
}
.site-footer-bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding-top: .6rem
}
.colophon-call-to-action {
  font-size: .78rem;
  padding: .35rem 1rem
}
@media (max-width:480px) {
  :root {
    --block-inset: 1.8rem 0.8rem;
    --tile-pad: 0.9rem;
    --ui-gutter: 0.6rem
  }
}
@media (max-width:768px) {
  :root {
    --block-inset: 2.5rem 1rem;
    --tile-pad: 1.2rem
  }
}
@media (min-width:769px) and (max-width:1024px) {
  :root {
    --block-inset: 3.5rem 1.5rem;
    --tile-pad: 1.5rem
  }
}
header {
  background-color: var(--topbar-fill);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--h-header);
  z-index: 9999;
  border-bottom: 1px solid var(--supabet-border-line);
  font-family: var(--headline-text);
  background-color: #c3d7e5!important
}
.masthead-container {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  height: 100%;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto
}
.masthead-container a {
  color: var(--supabet-site-header-copy);
  text-decoration: none;
  transition: color .2s
}
.site-page-header-left-side {
  display: flex;
  align-items: center;
  gap: 16px
}
.site-masthead-right {
  display: flex;
  align-items: center;
  gap: 18px
}
.main-hamburger-cta-wrapper {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center
}
.main-hamburger-cta-wrapper img {
  filter: invert(1)
}
.supabet-container {
  display: flex;
  align-items: center;
  padding-right: 8px;
  border-right: 1px solid rgba(255,255,255,.12);
  margin-right: 4px
}
.supabet-container img {
  max-height: 50px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block
}
.site-search-circle-panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--border-search);
  flex-shrink: 0;
  transition: background .2s
}
.site-search-circle-panel:hover {
  background: rgba(255,255,255,.06)
}
.site-search-circle-panel img {
  width: 16px;
  height: 16px
}
.promo-badge-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px 7px 10px;
  border-radius: 1000px;
  background: var(--theme-promo-tag-grad);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 12px color-mix(in srgb,var(--ui-accent-color,#3831a4) 45%,transparent);
  transition: filter .2s,transform .15s
}
.promo-badge-block:hover {
  filter: brightness(1.12)
}
.promo-badge-block:active {
  transform: translateY(1px)
}
.promo-badge-block img {
  width: 18px;
  height: 18px
}
.page-header-menu-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 8px
}
.header-navigation {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  height: 100%
}
.header-navigation li {
  display: flex;
  align-items: center;
  height: 100%
}
.header-navigation a {
  color: var(--supabet-site-header-copy);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative
}
.header-navigation a:hover {
  color: var(--supabet-primary)
}
.main-support-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--supabet-site-header-copy);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap
}
.main-support-info img {
  width: 22px;
  height: 22px
}
.topbar-action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700
}
.topbar-action-buttons a {
  padding: 9px 18px;
  border-radius: 1000px;
  line-height: 1;
  letter-spacing: .2px;
  transition: filter .2s,background .2s,transform .15s
}
.sign-in-action-area {
  border: 1px solid var(--login-fill);
  color: #fff;
  background: var(--login-fill)
}
.sign-in-action-area:hover {
  filter: brightness(1.15)
}
.register-btn {
  background: var(--supabet-primary);
  border: 1px solid var(--supabet-primary);
  color: var(--button-copy,#fff)
}
.register-btn:hover {
  filter: brightness(1.1)
}
.register-btn:active {
  transform: translateY(1px)
}
.main-offcanvas-grid {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100vh;
  background: var(--topbar-fill);
  z-index: 10000;
  transition: left .3s;
  display: flex;
  flex-direction: column
}
.main-offcanvas-grid.open {
  left: 0
}
.offcanvas-close-row {
  background: 0 0;
  border: none;
  padding: 10px;
  color: var(--supabet-site-header-copy);
  cursor: pointer
}
.main-offcanvas-masthead-container {
  display: flex;
  justify-content: flex-end
}
.offcanvas-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.offcanvas-inner .header-navigation {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px
}
.offcanvas-inner .header-navigation a {
  font-size: 16px;
  padding: 12px 0;
  display: block;
  height: auto
}
.offcanvas-backdrop-box {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999
}
.offcanvas-backdrop-box.show {
  opacity: 1;
  pointer-events: all
}
@media (max-width:1124px) {
  .main-support-info,
  .page-header-menu-holder,
  .promo-badge-block,
  .site-search-circle-panel {
    display: none
  }
  .main-offcanvas-grid .page-header-menu-holder,
  .main-offcanvas-grid .promo-badge-block {
    display: flex
  }
  .main-offcanvas-grid .header-navigation {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 15px
  }
}
@media (min-width:1125px) {
  .main-offcanvas-grid,
  .offcanvas-backdrop-box {
    display: none
  }
}
@media (max-width:768px) {
  .masthead-container {
    padding: 0 16px
  }
  .site-page-header-left-side {
    gap: 10px
  }
  .topbar-action-buttons a {
    padding: 8px 14px;
    font-size: 11px
  }
  .site-masthead-right {
    flex-shrink: 0
  }
  .supabet-container {
    max-width: 100px;
    min-width: 0;
    flex-shrink: 1
  }
  .supabet-container img {
    max-width: 100%
  }
}
#secondary {
  width: 64px;
  min-width: 64px;
  background: var(--alt-surface);
  border-right: 1px solid rgba(128,128,128,.18);
  background-color: #c3d7e5!important
}
.side-panel-main-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 8px
}
.side-column-icon-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 6px;
  transition: background .2s
}
.side-column-icon-entry:hover {
  background: var(--surface-panel)
}
.side-column-icon-entry img {
  object-fit: contain;
  opacity: .7;
  transition: opacity .2s
}
.side-column-icon-entry:hover img {
  opacity: 1
}
.side-rail-hr {
  border: 0;
  height: 1px;
  background: rgba(128,128,128,.18);
  width: 80%;
  margin: 4px auto
}
.header-fill-lower,
.header-fill-lower *,
.site-header-fill,
.site-header-fill * {
  font-family: var(--headline-text)!important
}
.site-header-fill {
  background: url(../images/header-bg.png?v=fbe50cbf) 0 0/cover no-repeat;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden
}
.page-header-background-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 50px
}
.page-header-background-inner br {
  display: none
}
.page-header-background-inner > a {
  display: inline-block;
  width: auto
}
.main-site-header-fill-heading {
  text-transform: uppercase;
  font-size: 36px!important;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--ui-accent-color);
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.site-topbar-surface-deposit {
  font-size: 126px!important;
  font-weight: 900!important;
  font-style: italic;
  line-height: 1.15;
  color: var(--theme-text-content);
  filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0, 1))
}
.topbar-background-promo {
  font-size: 28.8px!important;
  font-weight: 900;
  color: var(--theme-text-content);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000,0 0 15px #000
}
.masthead-bg-action-wrapper {
  background: var(--supabet-primary);
  color: var(--button-copy,#fff);
  border: none;
  cursor: pointer;
  padding: 9px 58px!important;
  border-radius: 1000px!important;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: auto!important;
  box-shadow: none;
  transition: .5s
}
.masthead-bg-action-wrapper:hover {
  background: var(--ui-hover-accent-primary);
  transform: translateY(-2px)
}
.header-bg-action-inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0
}
.main-page-header-surface-btn {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.6
}
.main-header-background-action-description {
  font-size: 13px!important;
  font-weight: 500;
  opacity: .8;
  text-transform: none;
  line-height: 1.6
}
.header-fill-lower {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background: var(--alt-surface);
  padding: 8px 0;
  margin-bottom: 24px;
  position: relative
}
.header-fill-lower::after,
.header-fill-lower::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1;
  pointer-events: none
}
.header-fill-lower::before {
  left: 0;
  background: linear-gradient(to right,var(--supabet-fill),transparent)
}
.header-fill-lower::after {
  right: 0;
  background: linear-gradient(to left,var(--supabet-fill),transparent)
}
.header-fill-lower p {
  display: none
}
.main-bonus-strip-group {
  gap: 14px;
  padding: 12px 24px
}
.main-bonus-strip-group .offer-strip-crown {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain
}
.main-bonus-strip-group .offer-strip-text-content {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--theme-text-content);
  line-height: 1.2
}
@media (min-width:769px) {
  .page-header-background-inner {
    padding-top: calc(12% - 21px)!important;
    padding-bottom: 29px!important
  }
}
@media (max-width:768px) {
  .site-header-fill {
    background-image: url(../images/header-bg-mobile.png?v=4a8fec1b);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    max-width: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    --banner-drop: 144px;
    margin-bottom: calc(var(--banner-drop) + 16px)
  }
  .site-header-fill .page-header-background-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(var(--banner-drop) * -1);
    padding: 0 16px;
    gap: 4px
  }
  .main-site-header-fill-heading {
    font-size: 20px!important;
    margin-bottom: 4px
  }
  .site-topbar-surface-deposit {
    font-size: 66px!important;
    line-height: 1.1
  }
  .topbar-background-promo {
    font-size: 24px!important;
    margin-bottom: 16px
  }
  .masthead-bg-action-wrapper {
    box-sizing: border-box
  }
  .header-fill-lower {
    background: var(--alt-surface);
    gap: 10px;
    padding: 8px 15px
  }
  .main-bonus-strip-group {
    gap: 10px;
    padding: 10px 14px
  }
  .main-bonus-strip-group .offer-strip-crown {
    width: 18px;
    height: 18px
  }
  .main-bonus-strip-group .offer-strip-text-content {
    font-size: 11px;
    letter-spacing: .4px
  }
}
.payment-method-methods-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 20px 24px;
  margin: 24px auto;
  max-width: 1100px;
  background: 0 0
}
.payment-method-methods-wrapper img {
  width: 72px;
  height: 56px;
  object-fit: fill;
  flex-shrink: 0;
  opacity: .9;
  transition: opacity .2s,transform .2s;
  filter: grayscale(10%)
}
.payment-method-methods-wrapper img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px)
}
@media (max-width:768px) {
  .payment-method-methods-wrapper {
    gap: 14px 20px;
    padding: 16px
  }
  .payment-method-methods-wrapper img {
    width: 56px;
    height: 44px
  }
}
.site-primary {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 60px
}
.site-inner-area {
  font-size: 15px;
  line-height: 1.8;
  color: var(--supabet-subtle-text-content)
}
.site-inner-area p {
  margin-bottom: 1rem
}
.site-inner-area strong {
  color: var(--theme-text-content)
}
.site-inner-area a:not(.primary-btn):not(.main-app-banner-button):not([class*="-button"]) {
  color: var(--supabet-primary);
  text-decoration: underline
}
.site-inner-area a:not(.primary-btn):not(.main-app-banner-button):not([class*="-button"]):hover {
  color: var(--ui-accent-color)
}
@media (max-width:768px) {
  .site-primary {
    padding: 5rem 15px 30px
  }
  .site-inner-area {
    font-size: 14px
  }
  .app-promo-banner-holder,
  .site-primary > .app-promo-banner-holder {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none
  }
  .main-application-banner,
  .main-application-banner-mobile img {
    border-radius: 0;
    width: 100%;
    max-width: 100%
  }
}
.features-holder {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 14px;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1400px
}
.main-highlight-card {
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 14px;
  background-color: var(--surface-panel,var(--alt-surface));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform .25s,box-shadow .25s
}
.main-highlight-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,.22)
}
.main-highlight-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
  pointer-events: none
}
.features-holder .main-highlight-card h3 {
  text-transform: none;
  border: none;
  padding: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: .2px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,.45);
  text-align: left;
  width: auto
}
.site-fcdl-payouts-inner {
  background-image: url(../images/fast-pay.png?v=7710e643)
}
.site-cashback {
  background-image: url(../images/cashback.png?v=bd76098e)
}
.vip-group {
  background-image: url(../images/vip-level.png?v=4bff1963)
}
.site-game {
  background-image: url(../images/games.png?v=78ad393f)
}
.main-missions-group {
  background-image: url(../images/feature-missions.png?v=280dffa4)
}
@media (max-width:1024px) {
  .features-holder {
    grid-template-columns: repeat(3,1fr)
  }
}
@media (max-width:768px) {
  .features-holder {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 16px 24px;
    gap: 12px;
    margin: 0 -16px;
    scrollbar-width: thin
  }
  .features-holder::-webkit-scrollbar {
    height: 4px
  }
  .features-holder::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 2px
  }
  .main-highlight-card {
    flex: 0 0 44%;
    max-width: 44%;
    scroll-snap-align: start
  }
  .features-holder .main-highlight-card h3 {
    font-size: 12px
  }
}
.site-area-support {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto
}
.group-care {
  flex: 1;
  background: var(--alt-surface);
  border-radius: 8px;
  padding: 18px;
  max-width: 320px
}
.site-heading-service-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}
.site-heading-service-group img {
  width: 33px;
  height: 33px;
  flex-shrink: 0
}
.name-support-text-content {
  font-weight: 700;
  font-size: 16px
}
.group-care p {
  color: var(--supabet-subtle-text-content);
  font-size: 13px;
  margin-bottom: 0
}
@media (max-width:768px) {
  .site-area-support {
    flex-direction: column;
    padding: 0 16px
  }
}
.app-promo-banner-holder {
  margin: 32px auto;
  max-width: 800px
}
.main-application-banner {
  display: flex;
  align-items: stretch;
  background: var(--surface-panel,var(--alt-surface));
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid var(--supabet-border-line);
  box-shadow: 0 4px 18px rgba(0,0,0,.18)
}
.application-banner-content-body {
  flex: 1;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}
.application-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--supabet-border-line);
  background: var(--alt-surface);
  align-self: flex-start
}
.application-banner-tag-image {
  border-radius: 6px;
  height: 28px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
  background: 0 0
}
.app-banner-text-content-body-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}
.application-banner-label-title-group {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--theme-text-content);
  letter-spacing: .2px
}
.app-promo-banner-text-rate-row {
  display: flex;
  gap: 1px
}
.app-promo-banner-text-rate-row img {
  width: 12px;
  height: 12px
}
.app-promo-banner-text-rate-row .main-star-half-grid {
  opacity: .85
}
.app-promo-banner-tag-verify {
  background: #069815;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 2px;
  text-transform: none;
  letter-spacing: .3px;
  align-self: center;
  white-space: nowrap
}
.application-banner-heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--theme-text-content);
  font-family: var(--headline-text);
  margin: 0
}
.site-application-banner-description {
  color: var(--supabet-subtle-text-content);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0
}
.app-promo-banner-button-holder-grid {
  margin-top: 4px
}
.app-promo-banner-button-holder-grid .primary-btn {
  margin: 0;
  display: inline-block
}
.application-banner-image-shell {
  flex: 0 0 38%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  padding: 16px;
  box-sizing: border-box
}
.main-mobile-banner-image {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px
}
.main-application-banner-mobile {
  display: none
}
.main-application-banner-mobile img {
  max-width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  border-radius: 12px
}
@media (max-width:768px) {
  .main-application-banner {
    flex-direction: column;
    min-height: unset
  }
  .application-banner-image-shell {
    display: none
  }
  .main-application-banner-mobile {
    display: flex;
    justify-content: center;
    padding: 16px 16px 0
  }
  .main-application-banner-mobile img {
    max-width: 320px
  }
  .application-banner-content-body {
    padding: 20px 20px 24px;
    gap: 12px
  }
  .application-banner-heading {
    font-size: 20px
  }
  .app-promo-banner-button-holder-grid .primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}
.primary-btn {
  font-size: 18px;
  font-weight: 700;
  background: var(--supabet-primary);
  color: var(--button-copy,var(--theme-text-content));
  padding: 10px 56px;
  border-radius: 16px;
  margin: 30px auto;
  display: block;
  max-width: fit-content;
  text-decoration: none
}
.primary-btn:hover {
  background: var(--ui-hover-accent-primary,var(--supabet-primary));
  color: var(--button-copy,var(--theme-text-content))
}
.main-updated-date-panel {
  background: var(--alt-surface);
  margin: 30px auto;
  border-radius: 10px;
  border-left: 5px solid var(--supabet-primary);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 18px 30px;
  color: var(--theme-text-content);
  max-width: 1400px
}
@media (max-width:768px) {
  .main-updated-date-panel {
    font-size: 16px;
    padding: 14px 20px;
    margin: 20px 15px
  }
}
.site-page-footer.footer {
  background: var(--surface-footer,var(--alt-surface,#060e2a));
  color: var(--theme-text-footer,#fff);
  font-family: Montserrat,system-ui,sans-serif;
  padding: 0;
  margin-top: 60px
}
.site-page-footer.footer .colophon-upper,
.site-page-footer.footer .site-footer-bottom-block {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box
}
.site-page-footer.footer .colophon-upper {
  display: grid;
  grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(180px,1fr) minmax(220px,297px);
  gap: 24px;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 36px
}
.site-page-footer.footer .site-footer-identity-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px
}
.site-page-footer.footer .page-footer-brand {
  width: 257px;
  max-width: 100%;
  height: 64px;
  object-fit: contain;
  object-position: left center
}
.site-page-footer.footer .page-footer-social-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px
}
.site-page-footer.footer .site-footer-socials-inner {
  display: flex;
  gap: 4px
}
.site-page-footer.footer .site-footer-social {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--footer-social-links-bg,#444a5f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .18s
}
.site-page-footer.footer .site-footer-social:hover {
  background: var(--ui-accent-color,#5a6178)
}
.site-page-footer.footer .site-footer-social img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1)
}
.site-page-footer.footer .footer-identity-label-section {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 8px
}
.site-page-footer.footer .colophon-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 7px
}
.site-page-footer.footer .colophon-menu a {
  color: var(--ui-link-page-footer,#9296a2);
  font-size: 12px;
  font-weight: 600;
  line-height: 22.29px;
  text-decoration: none
}
.site-page-footer.footer .colophon-menu a:hover {
  color: var(--theme-text-footer,#fff)
}
.site-page-footer.footer .page-footer-support-area {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.site-page-footer.footer .page-footer-support-area .main-site-footer-support-heading {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.2
}
.site-page-footer.footer .page-footer-support-area p {
  color: var(--theme-text-footer,#b1b4bc);
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 600
}
.site-page-footer.footer .site-footer-mail-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-text-footer,#fff);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none
}
.site-page-footer.footer .site-footer-mail-wrap img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  opacity: .85
}
.site-page-footer.footer .colophon-call-to-action {
  background: var(--ui-accent-color,#e45809);
  color: var(--theme-text-footer,#fff);
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 6px;
  text-transform: capitalize;
  text-decoration: none;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  margin-top: 4px;
  transition: filter .18s
}
.site-page-footer.footer .colophon-call-to-action:hover {
  filter: brightness(1.08)
}
.site-page-footer.footer .site-footer-rule {
  height: 0;
  background: 0 0;
  margin: 0
}
.site-page-footer.footer .site-footer-bottom-block {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 36px;
  text-align: center
}
.site-page-footer.footer .colophon-legal-panel {
  color: var(--theme-text-footer,#a2a5af);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 auto;
  max-width: 1100px
}
@media (max-width:1100px) {
  .site-page-footer.footer .colophon-upper {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }
}
@media (max-width:600px) {
  .site-page-footer.footer .colophon-upper {
    grid-template-columns: 1fr;
    padding: 24px 20px
  }
  .site-page-footer.footer .page-footer-brand {
    object-position: center
  }
  .site-page-footer.footer .site-footer-rule {
    margin: 0
  }
  .site-page-footer.footer .site-footer-bottom-block {
    padding: 24px 20px
  }
  .site-page-footer.footer .colophon-upper,
  .site-page-footer.footer .page-footer-support-area,
  .site-page-footer.footer .site-footer-identity-section {
    text-align: center;
    align-items: center;
    justify-content: center
  }
  .site-page-footer.footer .site-footer-socials-inner {
    justify-content: center;
    flex-wrap: wrap
  }
  .site-page-footer.footer .colophon-menu {
    align-items: center
  }
  .site-page-footer.footer .site-footer-mail-wrap {
    justify-content: center
  }
  .site-page-footer.footer .colophon-call-to-action {
    align-self: center
  }
}
.site-page-footer .colophon-menu:not(:has(a)) {
  display: none
}
.site-page-footer .site-footer-menu-legal-block,
.site-page-footer .site-footer-nav-primary-inner {
  text-align: left
}
.site-page-footer.footer .colophon-menu:not(:has(a)) {
  display: none
}
@media (min-width:961px) {
  .site-page-footer.footer .colophon-upper:has(.site-footer-nav-primary-inner a):not(:has(.site-footer-menu-legal-block a)),
  .site-page-footer.footer .colophon-upper:not(:has(.site-footer-nav-primary-inner a)):has(.site-footer-menu-legal-block a) {
    grid-template-columns: minmax(220px,297px) minmax(120px,1fr) minmax(220px,297px)
  }
  .site-page-footer.footer .colophon-upper:not(:has(.colophon-menu a)) {
    grid-template-columns: 1fr auto
  }
}
.site-layout-box {
  position: relative;
  display: block;
  min-height: calc(100vh - 64px)
}
.main-site {
  flex: 1;
  min-width: 0;
  padding-top: 0
}
.main-site .site-primary {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px
}
.faqs-wrapper,
.features-holder,
.main-application-banner {
  margin-left: auto;
  margin-right: auto
}
.site-page-footer[class] {
  padding-left: var(--supabet-width-aside,0)
}
.site-page-footer[class] .colophon-upper,
.site-page-footer[class] .site-footer-bottom-block {
  padding-left: 20px;
  padding-right: 20px
}
@media (max-width:921px) {
  #secondary {
    display: none
  }
  .site-page-footer[class] {
    padding-left: 0
  }
}
.main-call-to-action-center-wrap {
  text-align: center;
  margin: 30px 0;
  clear: both
}
.main-call-to-action-center-wrap .primary-btn,
.main-call-to-action-center-wrap a.primary-btn {
  display: inline-block
}
@media (max-width:768px) {
  .main-call-to-action-center-wrap {
    display: block;
    margin: 30px auto
  }
  .legal-inner-panel .table-scroll > table,
  .site-inner-area .table-scroll > table {
    width: auto;
    min-width: 100%
  }
}
.primary-btn.main-app-banner-button {
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 24px;
  margin: 0
}
.faqs-headline,
.faqs-wrapper h2,
.features-holder h2 {
  font-family: var(--headline-text);
  color: var(--theme-text-content);
  margin: 2.5rem 0 1rem;
  padding: 0;
  line-height: 1.3;
  clear: both
}
.faqs-wrapper {
  padding: 0
}
.features-holder .main-highlight-card {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px;
  background-size: contain;
  background-position: center 40px
}
.features-holder .main-highlight-card h3 {
  margin: 0;
  font-size: 14px
}
.site-inner-area li {
  padding: .3rem 0;
  line-height: 1.7
}
.site-inner-area table {
  font-size: .92rem
}
.site-inner-area table th {
  background: var(--supabet-primary);
  color: var(--button-copy,#fff)
}
.site-inner-area table td {
  border-bottom: 1px solid rgba(255,255,255,.08)
}
.site-layout-box > .widget-zone-area.alt-area {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  width: var(--supabet-width-aside,64px);
  overflow-y: auto;
  z-index: 10
}
.site-layout-box > .main-site {
  margin-left: var(--supabet-width-aside,64px);
  min-width: 0;
  overflow-x: clip
}
@media (min-width:993px) {
  .main-site .site-primary {
    padding-left: 20px
  }
  .site-layout-box > .widget-zone-area.alt-area {
    max-width: var(--supabet-width-aside,80px)
  }
}
@media (max-width:992px) {
  .site-layout-box > .widget-zone-area.alt-area {
    display: none
  }
  .site-layout-box > .main-site {
    margin-left: 0
  }
}
.site-header-fill {
  position: relative;
  z-index: 1
}
.page-header-background-inner {
  position: relative;
  z-index: 2
}
.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both
}
.side-column-icon-entry img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.side-column-icon-entry.aside-icon-mark-lg img {
  object-fit: contain;
  opacity: 1;
  width: 48px;
  height: 48px
}
.main-hamburger-cta-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
.legal-title-panel {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: .3rem;
  color: var(--theme-text-content);
  line-height: 1.15;
  letter-spacing: -.02em
}
.legal-inner-panel {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--supabet-subtle-text-content)
}
.legal-inner-panel p {
  margin-bottom: 1.1rem
}
.legal-inner-panel strong {
  color: var(--theme-text-content)
}
.legal-inner-panel li,
.site-inner-area li {
  color: var(--supabet-subtle-text-content)
}
.legal-inner-panel li strong,
.site-inner-area li strong {
  color: var(--supabet-subtle-text-content);
  font-weight: 700
}
.legal-inner-panel a {
  color: var(--supabet-primary);
  text-decoration: underline;
  text-underline-offset: 2px
}
.legal-inner-panel a:hover {
  color: var(--ui-hover-accent-primary,var(--ui-accent-color))
}
.legal-inner-panel article em {
  color: var(--supabet-subtle-text-content);
  font-style: italic
}
img {
  max-width: 100%;
  height: auto
}
.content-body-img-panel {
  max-width: 24%;
  max-height: 300px;
  width: auto;
  height: auto;
  object-fit: contain
}
.content-body-img-panel.main-img-left-wrap {
  float: left;
  clear: both;
  margin: .75rem 1.8rem 1rem 0
}
.content-body-img-panel.content-img-right-side {
  float: right;
  clear: both;
  margin: .75rem 0 1rem 1.8rem
}
.site-inner-area h2,
.site-inner-area h3,
.site-inner-area ol,
.site-inner-area table,
.site-inner-area ul {
  clear: both
}
.inner-clear-wrapper {
  clear: both;
  display: block;
  height: 0
}
@media (max-width:768px) {
  .legal-title-panel {
    font-size: 1.6rem
  }
  .legal-inner-panel h1 {
    font-size: 1.5rem
  }
  .legal-inner-panel h2 {
    font-size: 1.2rem
  }
  .content-body-img-panel,
  .content-img-right-side,
  .main-img-left-wrap {
    float: none!important;
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    max-height: none;
    height: auto;
    margin: 1rem auto
  }
}
.faqs-headline,
.faqs-question,
.faqs-wrapper h2,
.faqs-wrapper h3,
.legal-inner-panel h1,
.legal-inner-panel h2,
.legal-inner-panel h3,
.questions-entry h3,
.site-inner-area h1,
.site-inner-area h2,
.site-inner-area h3 {
  font-family: var(--headline-text);
  color: var(--theme-text-content);
  text-decoration: none;
  border: none
}
.legal-inner-panel h1,
.site-inner-area h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 2.5rem;
  margin-bottom: .75rem
}
.faqs-headline,
.faqs-wrapper h2,
.legal-inner-panel h2,
.site-inner-area h2 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: .6rem
}
.faqs-question,
.faqs-wrapper h3,
.legal-inner-panel h3,
.questions-entry h3,
.site-inner-area h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: .5rem
}
@media (max-width:600px) {
  .legal-inner-panel h1,
  .site-inner-area h1 {
    font-size: 2rem
  }
  .faqs-headline,
  .faqs-wrapper h2,
  .legal-inner-panel h2,
  .site-inner-area h2 {
    font-size: 1.6rem
  }
  .faqs-question,
  .faqs-wrapper h3,
  .legal-inner-panel h3,
  .questions-entry h3,
  .site-inner-area h3 {
    font-size: 1.2rem
  }
}
.legal-inner-panel ul,
.site-inner-area ul {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0
}
.legal-inner-panel ul li,
.site-inner-area ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .6rem;
  line-height: 1.6
}
.legal-inner-panel ul li::before,
.site-inner-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--supabet-primary)
}
.legal-inner-panel ol,
.site-inner-area ol {
  list-style: none;
  padding-left: 0;
  margin: .75rem 0;
  counter-reset: ol-counter
}
.legal-inner-panel ol li,
.site-inner-area ol li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: .6rem;
  counter-increment: ol-counter
}
.legal-inner-panel ol li::before,
.site-inner-area ol li::before {
  content: counter(ol-counter) '.';
  position: absolute;
  left: 0;
  color: var(--supabet-primary);
  font-weight: 600
}
.legal-inner-panel table,
.site-inner-area table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 1.5rem 0
}
.legal-inner-panel table th,
.site-inner-area table th {
  font-weight: 700;
  color: var(--button-copy,#fff);
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: var(--supabet-primary);
  font-size: 13px
}
.legal-inner-panel table td,
.site-inner-area table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--supabet-border-line);
  color: var(--theme-text-content);
  font-size: 14px
}
.legal-inner-panel table tr:last-child td,
.site-inner-area table tr:last-child td {
  border-bottom: none
}
.legal-inner-panel table tr:nth-child(2n) td,
.site-inner-area table tr:nth-child(2n) td {
  background: rgba(255,255,255,.03)
}
.legal-inner-panel table tr td,
.site-inner-area table tr td {
  background: 0 0
}
.faqs-open {
  margin: 30px auto
}
.faqs-open .faqs-headline {
  color: var(--theme-text-content)
}
.faqs-open .questions-entry {
  padding: 20px 0;
  border-bottom: 1px solid var(--supabet-border-line);
  overflow: visible
}
.faqs-open .questions-entry:first-of-type {
  border-top: 1px solid var(--supabet-border-line)
}
.faqs-open .questions-entry:last-child {
  border-bottom: none
}
.faqs-open .faqs-question {
  font-weight: 700;
  color: var(--theme-text-content);
  margin: 0 0 8px;
  line-height: 1.4;
  cursor: default!important;
  display: block!important;
  padding: 0!important;
  background: 0 0!important;
  border: none!important;
  user-select: text
}
.faqs-open .faqs-question::after {
  display: none!important
}
.faqs-open .questions-reply-wrap {
  max-height: none!important;
  overflow: visible!important;
  transition: none!important
}
.faqs-open .questions-reply-wrap p {
  color: var(--supabet-subtle-text-content);
  line-height: 1.7;
  margin: 0;
  padding: 0 0 0 12px!important;
  border-left: 2px solid var(--supabet-primary)
}
.site-inner-area h2 {
  border: none;
  border-bottom: none
}
.legal-inner-panel ol li,
.legal-inner-panel ul li,
.site-inner-area ol li,
.site-inner-area ul li {
  border-bottom: none
}
.legal-inner-panel,
.site-inner-area {
  max-width: 1400px;
  margin: 0 auto
}
[data-slot=content-image-1]:not(a):not(button),
[data-slot=content-image-3]:not(a):not(button) {
  max-width: 45%!important;
  max-height: none!important
}
[data-slot=content-image-2]:not(a):not(button) {
  max-width: 40%!important;
  max-height: none!important
}
[data-slot=app-content-image-2]:not(a):not(button),
[data-slot=deutschland-content-image-2]:not(a):not(button) {
  max-width: 35%!important;
  max-height: none!important
}
[data-slot=deutschland-content-image-1]:not(a):not(button) {
  max-width: 50%!important;
  max-height: none!important
}
@media (max-width:768px) {
  [data-slot=app-content-image-2]:not(a):not(button),
  [data-slot=content-image-1]:not(a):not(button),
  [data-slot=content-image-2]:not(a):not(button),
  [data-slot=content-image-3]:not(a):not(button),
  [data-slot=deutschland-content-image-1]:not(a):not(button),
  [data-slot=deutschland-content-image-2]:not(a):not(button) {
    max-width: 100%!important
  }
}
img[src*="-mono-black"],
img[src*="-mono-white"] {
  filter: none!important
}
.header-navigation a,
.masthead-container a,
header,
header * {
  color: #000!important
}
.site-page-footer {
  --surface-footer: #90b8d0;
  background-color: #90b8d0!important;
  --theme-text-footer: #ffffff;
  --ui-link-page-footer: #ffffff
}
.site-page-footer,
.site-page-footer * {
  color: #fff!important
}
.main-application-banner {
  background-color: #fff!important;
  background-blend-mode: multiply!important
}
.main-highlight-card {
  background-color: #fff!important;
  background-blend-mode: normal!important
}
.main-site-header-fill-heading {
  color: #fff!important
}
.site-topbar-surface-deposit,
.topbar-background-promo {
  color: #ffe83e!important
}
.main-header-background-action-description,
.main-page-header-surface-btn,
.masthead-bg-action-wrapper,
.promo .promo-cta {
  color: #050505!important
}
:root .masthead-bg-action-wrapper {
  --promo-action-grad-upper: #d80807!important;
  --offer-cta-grad-bottom-area: #c40000!important
}
:root .site-page-footer.footer {
  background: #90b8d0!important;
  color: #fff!important
}
:root .site-page-footer.footer .colophon-call-to-action {
  background: #d80807!important
}