body,
.elementor,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-button .elementor-button,
.elementor-widget-h7_menu_link .h7-menu-link {
  font-family: "Prompt", sans-serif;
}

.elementor-widget-h7_menu_link .h7-menu-link {
  color: #F4F8FF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.elementor-widget-h7_hero_register {
  margin-left: auto;
  margin-right: auto;
}

.elementor-widget-h7_hero_register .h7-hero-register {
  display: block;
  line-height: 0;
  transform: translateY(0) scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.7s !important;
}

.elementor-widget-h7_hero_register .h7-hero-register:focus-visible {
  outline: 2px solid rgba(248, 213, 106, 0.75);
  outline-offset: 0.25rem;
}

.elementor-widget-h7_hero_register .h7-hero-register img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    brightness(1)
    drop-shadow(0 5px 12px rgba(0, 0, 0, 0.32))
    drop-shadow(0 0 0 rgba(248, 213, 106, 0));
  transition: filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.7s !important;
}

.elementor-widget-h7_hero_register .h7-hero-register:hover {
  transform: scale(1.02) translateY(-1px);
}

.elementor-widget-h7_hero_register .h7-hero-register:hover img {
  filter:
    brightness(1.15)
    drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 10px rgba(248, 213, 106, 0.36));
}

.elementor-widget-h7_hero_register .h7-hero-register:active {
  transform: scale(1.01);
}

.elementor-widget-h7_hero_register .h7-hero-register:active img {
  filter:
    brightness(1.08)
    drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 6px rgba(248, 213, 106, 0.26));
}

.elementor-widget-h7_hero_register .h7-hero-register--shine {
  position: relative;
}

.elementor-widget-h7_hero_register .h7-hero-register__shine {
  --h7-shine: #D6A84F;
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  -webkit-mask-image: var(--h7-register-mask);
  mask-image: var(--h7-register-mask);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.elementor-widget-h7_hero_register .h7-hero-register__shine::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 30%,
    color-mix(in srgb, var(--h7-shine) 20%, transparent) 35%,
    color-mix(in srgb, var(--h7-shine) 50%, transparent) 40%,
    color-mix(in srgb, var(--h7-shine) 42%, white) 45%,
    #fff 50%,
    color-mix(in srgb, var(--h7-shine) 42%, white) 55%,
    color-mix(in srgb, var(--h7-shine) 50%, transparent) 60%,
    color-mix(in srgb, var(--h7-shine) 20%, transparent) 65%,
    transparent 70%,
    transparent 100%
  );
  transform: translateX(-100%) translateY(-100%) skewX(-25deg);
  animation: h7-register-shine 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  mix-blend-mode: screen;
  filter: blur(0.5px);
}

@keyframes h7-register-shine {
  0% { transform: translateX(-100%) translateY(-100%) skewX(-25deg); }
  100% { transform: translateX(100%) translateY(100%) skewX(-25deg); }
}

#categories,
#categories .e-con,
#categories .e-con > .e-con {
  overflow: visible !important;
}

#categories .e-con > .e-con {
  aspect-ratio: 745 / 450;
  min-height: 0 !important;
  height: auto !important;
  align-self: start;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

#categories .e-con > .e-con > .elementor-widget-image {
  position: relative;
  z-index: 1;
  /* Width / Max Width / Height / Object Fit → Elementor Style */
}

#categories .e-con > .e-con > .elementor-widget-heading {
  width: 100%;
}

#promotions,
#promotions .e-con,
#promotions .e-con > .e-con {
  overflow: visible !important;
}

#promotions .e-con > .e-con {
  aspect-ratio: 750 / 337;
  min-height: 0 !important;
  height: auto !important;
  align-self: start;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

/* Devices: layout chrome only — width/font/padding come from Elementor */
#devices,
#devices .e-con,
#devices .e-con > .e-con {
  overflow: visible;
}

#devices .h7-device-card .elementor-heading-title,
#devices .h7-device-card .elementor-widget-text-editor {
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 24, 64, 0.45);
}

#devices .h7-device-chevron .elementor-heading-title {
  margin: 0;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 24, 64, 0.35);
}

#devices .e-con > .e-con.h7-device-card {
  --h7-device-ratio: 4 / 1;
  --h7-device-img-left: 1%;
  --h7-device-copy-left: 34%;
  --h7-device-copy-right: 12%;
  --h7-device-chevron-right: 4%;
  position: relative;
  aspect-ratio: var(--h7-device-ratio);
  height: auto;
  align-self: stretch;
  overflow: visible;
}

#devices .h7-device-card--mobile {
  --h7-device-copy-left: 32%;
}

#devices .h7-device-card--pc {
  --h7-device-copy-left: 38%;
  --h7-device-img-left: 0%;
}

#devices .h7-device-copy {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: var(--h7-device-copy-left);
  right: var(--h7-device-copy-right);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  text-align: left;
  width: auto;
  pointer-events: none;
}

#devices .h7-device-copy .elementor-element {
  pointer-events: auto;
}

#devices .h7-device-card .elementor-widget-image {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: var(--h7-device-img-left);
  right: auto;
  bottom: auto;
  /* Full card width so Style → Width % on the <img> is relative to the card */
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  text-align: left;
  pointer-events: none;
}

#devices .h7-device-card .elementor-widget-image .elementor-widget-container {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

#devices .h7-device-card .elementor-widget-image img {
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
}

#devices .h7-device-chevron {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: var(--h7-device-chevron-right);
  transform: translateY(-52%);
  width: auto;
}

#devices .h7-device-card .elementor-heading-title {
  text-align: left;
}

#devices .h7-device-card .elementor-widget-text-editor,
#devices .h7-device-card .elementor-widget-text-editor p {
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  #devices .e-con > .e-con.h7-device-card {
    --h7-device-ratio: 3.45 / 1;
    --h7-device-copy-right: 13%;
    --h7-device-chevron-right: 3.5%;
  }

  #devices .h7-device-card--mobile {
    --h7-device-img-left: 0%;
    --h7-device-copy-left: 30%;
  }

  #devices .h7-device-card--pc {
    --h7-device-img-left: -1%;
    --h7-device-copy-left: 36%;
  }
}

#contact.e-con {
  aspect-ratio: 2167 / 305;
  min-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

@media (max-width: 1024px) {
  #contact.e-con {
    aspect-ratio: auto;
    /* Floor = mobile art ratio; grow with logo + text + button */
    min-height: calc(100vw * 733 / 2146);
    height: auto !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    background-size: 100% 100% !important;
  }

  #contact.e-con > .elementor-element {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }

  #contact .elementor-widget-image img {
    height: auto;
    object-fit: contain;
  }
}

#features.e-con {
  aspect-ratio: 2172 / 500;
  min-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

@media (max-width: 1024px) {
  #features.e-con {
    aspect-ratio: 1905 / 826;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    --flex-direction: column;
    --justify-content: center;
    --align-items: center;
    --gap: 6px;
    --row-gap: 6px;
    --padding-top: 8%;
    --padding-bottom: 8%;
    --padding-left: 12%;
    --padding-right: 12%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #features.e-con > .elementor-element {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: center;
    text-align: center;
  }

  #features .elementor-heading-title,
  #features .elementor-widget-text-editor,
  #features .elementor-widget-text-editor p {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    white-space: normal !important;
    text-align: center !important;
    overflow-wrap: anywhere;
  }

  #features .elementor-element-a89015d .elementor-heading-title {
    max-width: 12.5rem;
  }

  #features .elementor-element-8f18fdf,
  #features .elementor-element-8f18fdf p {
    max-width: 16rem;
  }

  #features .elementor-element-f5b47e0,
  #features .elementor-widget-button {
    display: none;
  }
}

#promotions .e-con > .e-con .elementor-heading-title,
#promotions .e-con > .e-con .elementor-widget-text-editor {
  text-shadow: 0 1px 3px rgba(0, 24, 64, 0.45);
}

.h7-promo-dots {
  display: none;
}

@media (max-width: 1024px) {
  #promotions.e-con {
    --align-items: stretch;
    --padding-left: 12px;
    --padding-right: 12px;
  }

  #promotions > .elementor-element-03dce42 {
    width: 100%;
    text-align: left;
  }

  #promotions > .elementor-element-03dce42 .elementor-heading-title {
    text-align: left;
  }

  #promotions > .elementor-element-e25419a {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 8%;
    padding: 2px 8% 22px;
    scrollbar-width: none;
  }

  #promotions > .elementor-element-e25419a::-webkit-scrollbar {
    display: none;
  }

  #promotions > .elementor-element-e25419a.h7-promo-free {
    scroll-snap-type: none;
  }

  #promotions > .elementor-element-e25419a > .e-con {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    flex: 0 0 84%;
    align-items: center;
    justify-content: center;
    width: 84%;
    max-width: 84%;
    min-width: 0;
    scroll-snap-align: center;
    --flex-direction: column;
    --flex-wrap: nowrap;
    --flex-wrap-mobile: nowrap;
    --padding-top: 8px;
    --padding-bottom: 8px;
    --padding-left: 10px;
    --padding-right: 10px;
    --justify-content: center;
    --align-items: center;
    --gap: 2px 0;
    --row-gap: 2px;
    --column-gap: 0;
  }

  #promotions > .elementor-element-e25419a > .e-con > .elementor-widget-heading,
  #promotions > .elementor-element-e25419a > .e-con > .elementor-widget-text-editor,
  #promotions > .elementor-element-e25419a > .e-con > .elementor-widget-button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    align-self: center;
  }

  #promotions > .elementor-element-e25419a > .e-con > .elementor-widget-text-editor {
    text-align: center;
  }

  #promotions > .elementor-element-e25419a > .e-con .elementor-heading-title {
    margin: 0;
    text-align: center;
    white-space: normal;
  }

  #promotions > .elementor-element-e25419a > .e-con .elementor-button {
    min-height: 34px;
    padding: 7px 14px;
    white-space: nowrap;
  }

  #promotions .h7-promo-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: -16px;
    position: relative;
    z-index: 2;
  }

  #promotions .h7-promo-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.7);
  }

  #promotions .h7-promo-dots button.is-active {
    width: 18px;
    background: #fff;
  }
}

#categories .e-con > .e-con > .elementor-widget-heading .elementor-heading-title {
  margin: 0;
  line-height: 1.15;
  text-shadow: 0 1px 3px rgba(0, 24, 64, 0.55);
}

@media (max-width: 1024px) {
  #categories.e-con {
    --align-items: stretch;
    --padding-top: 14px;
    --padding-bottom: 16px;
    --padding-left: 12px;
    --padding-right: 12px;
    --gap: 10px;
    --row-gap: 10px;
  }

  #categories > .elementor-element-d648b9f {
    width: 100%;
    text-align: left;
  }

  #categories > .elementor-element-d648b9f .elementor-heading-title {
    color: #2b3550;
    text-align: left;
  }

  #categories > .elementor-element-31c016b {
    --e-con-grid-template-columns: repeat(3, minmax(0, 1fr));
    --e-con-grid-template-rows: auto;
    --gap: 10px 8px;
    --row-gap: 10px;
    --column-gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #categories .e-con > .e-con {
    aspect-ratio: auto;
    min-height: 108px !important;
    --padding-top: 8px;
    --padding-bottom: 8px;
    --padding-left: 4px;
    --padding-right: 4px;
  }

  #categories .e-con > .e-con > .elementor-widget-heading {
    width: 100%;
  }
}

#providers .elementor-widget-image-carousel {
  container-type: inline-size;
}

#providers .elementor-widget-image-carousel .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#providers .elementor-widget-image-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--h7-logo-height, 36px) + 4.2rem);
  min-height: 0;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  #providers.e-con {
    height: var(--min-height, auto);
    min-height: 0 !important;
    overflow: hidden;
  }

  #providers.e-con > .elementor-element {
    min-height: 0;
    flex-shrink: 1;
  }

  #providers .elementor-widget-image-carousel .swiper-slide {
    height: var(--h7-logo-height, 36px);
    min-height: 0 !important;
  }
}

#providers .elementor-widget-image-carousel .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

#providers .elementor-widget-image-carousel .swiper-slide img {
  width: auto !important;
  height: var(--h7-logo-height, 36px) !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(var(--h7-logo-shadow-x, 0px) var(--h7-logo-shadow-y, 0px) var(--h7-logo-shadow-blur, 0px) var(--h7-logo-shadow-color, transparent));
}

#hero.e-con {
  aspect-ratio: 2164 / 727;
  min-height: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

#hero.e-con.h7-parallax-yes {
  position: sticky;
  top: 0;
  z-index: 1;
}

@media (max-width: 1024px) {
  #hero.e-con {
    /* Lock box to mobile/tablet art ratio — never grow (that flattens background-size 100% 100%). */
    aspect-ratio: 1448 / 1086;
    min-height: 0 !important;
    height: auto;
    flex-wrap: nowrap !important;
    --padding-top: 11%;
    --padding-right: 30%;
    --padding-bottom: 8%;
    --padding-left: 6%;
    --justify-content: center;
    --align-items: flex-start;
    --gap: 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    overflow-x: clip;
    overflow-y: visible;
  }

  #hero .elementor-element-51eaecb {
    display: none;
  }

  #hero .elementor-element-21cbfc0,
  #hero .elementor-element-182bcf2,
  #hero .elementor-element-7381ece {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  #hero .elementor-element-182bcf2 {
    margin-top: 2px;
  }

  #hero .elementor-element-7381ece {
    margin-top: 6px;
    text-align: left;
  }

  #hero .elementor-element-f75238b {
    width: 78%;
    max-width: min(220px, 100%);
    margin-top: 12px;
    margin-left: 0;
    margin-right: auto;
    align-self: flex-start;
  }
}

.elementor-29 > #hero.e-con.h7-parallax-yes ~ .e-con {
  position: relative;
  z-index: 2;
}

body.h7-elementor-editing #hero.e-con,
body.h7-elementor-editing .elementor-29 > #hero.e-con ~ .e-con {
  position: var(--position);
  top: auto;
  z-index: var(--z-index);
}

.elementor header.e-con.e-grid {
  grid-template-columns: 220px 1fr auto !important;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: visible;
  transition: box-shadow 0.2s ease;
}

body.admin-bar .elementor header.e-con.e-grid {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .elementor header.e-con.e-grid {
    top: 46px;
  }
}

.elementor header.e-con.e-grid.h7-header-stuck {
  box-shadow: 0 10px 28px rgba(0, 9, 40, 0.35);
}

.elementor .e-con.h7-header-row.casino-inner {
  max-width: none;
  width: 100%;
}

.elementor .e-con.casino-hero__inner {
  max-width: none;
}

.elementor .h7-header-row .casino-nav,
.elementor .h7-header-row .casino-header-actions,
.elementor .h7-header-row .casino-brand .logo-image {
  font-size: inherit;
  gap: inherit;
  height: auto;
  max-width: none;
}

.elementor .h7-header-row > .elementor-element.h7-align-left {
  justify-self: start;
}

.elementor .h7-header-row > .elementor-element.h7-align-center {
  justify-self: center;
}

.elementor .h7-header-row > .elementor-element.h7-align-right {
  justify-self: end;
}

.elementor-widget-h7_nav .casino-nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 16px;
  font-size: 14px;
}

.elementor-widget-h7_nav.h7-nav-wrap .casino-nav {
  flex-wrap: wrap;
  white-space: normal;
}

.elementor-element-fc77068 > .elementor-element-7539f38,
.elementor-element-fc77068 > .elementor-element-6fecc4f {
  flex: 0 0 9rem;
  width: 9rem;
}

.elementor-element-fc77068 > .elementor-element-7539f38 .elementor-button,
.elementor-element-fc77068 > .elementor-element-6fecc4f .elementor-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 12px 16px;
  line-height: 1;
  text-align: center;
}

.elementor-element-fc77068 > .elementor-element-7539f38 .elementor-button-content-wrapper,
.elementor-element-fc77068 > .elementor-element-6fecc4f .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.elementor-element-6fecc4f .elementor-button {
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 1px rgba(1, 48, 110, 0.55),
    inset 1px 0 0 rgba(190, 230, 255, 0.35),
    inset -1px 0 0 rgba(190, 230, 255, 0.35),
    0 0 18px rgba(36, 156, 253, 0.55),
    0 0 6px rgba(30, 185, 253, 0.7),
    0 3px 10px rgba(0, 0, 0, 0.32);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: box-shadow 0.2s ease, filter 0.2s ease;
}

.elementor-element-6fecc4f .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 248, 255, 0.22) 14%, transparent 30%);
  pointer-events: none;
}

.elementor-element-6fecc4f .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}

.elementor-element-6fecc4f .elementor-button:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 1px rgba(1, 48, 110, 0.5),
    inset 1px 0 0 rgba(210, 240, 255, 0.45),
    inset -1px 0 0 rgba(210, 240, 255, 0.45),
    0 0 22px rgba(36, 156, 253, 0.65),
    0 0 8px rgba(30, 185, 253, 0.85),
    0 4px 12px rgba(0, 0, 0, 0.34);
  filter: brightness(1.03);
}


.h7-header-row .elementor-widget-container {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
}

.h7-header-row .elementor-widget-h7_nav .elementor-widget-container {
  width: 100%;
  justify-content: center;
}

.h7-header-row .h7-align-left .elementor-widget-container,
.h7-header-row .h7-nav-left .elementor-widget-container {
  justify-content: flex-start;
}

.h7-header-row .h7-align-right .elementor-widget-container,
.h7-header-row .h7-nav-right .elementor-widget-container {
  justify-content: flex-end;
}

.h7-header-row .h7-wrap .casino-nav,
.h7-header-row .h7-wrap .casino-header-actions {
  flex-wrap: wrap;
  white-space: normal;
}

.h7-header-toggle {
  display: none;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 8px 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.h7-header-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 6px rgba(90, 190, 255, 0.95);
}

@media (max-width: 1024px) {
  .h7-header-row .elementor-widget-h7_nav {
    display: none;
  }

  .elementor header.e-con.e-grid {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    grid-template-rows: auto !important;
    align-items: center;
    column-gap: 8px;
    --padding-top: 8px;
    --padding-bottom: 8px;
    --padding-left: 10px;
    --padding-right: 10px;
  }

  .elementor header.e-con.e-grid > .elementor-widget-image {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    justify-self: start;
  }

  .elementor header.e-con.e-grid > .elementor-widget-image img {
    width: auto !important;
    height: 32px !important;
    max-width: 34vw;
    object-fit: contain;
  }

  .elementor header.e-con.e-grid > .e-con:has(.elementor-widget-button) {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
    min-width: 0;
    flex-wrap: nowrap !important;
    --flex-wrap: nowrap;
    --flex-wrap-mobile: nowrap;
    --gap: 6px 6px;
    --column-gap: 6px;
    --row-gap: 0px;
  }

  .elementor header.e-con.e-grid > .e-con:has(.elementor-widget-button) > .elementor-widget-button {
    flex: 0 1 auto;
    width: auto;
  }

  .elementor header.e-con.e-grid > .e-con:has(.elementor-widget-button) .elementor-button {
    min-height: 32px;
    padding: 6px 10px;
    white-space: nowrap;
  }

  .elementor header.e-con.e-grid::before {
    pointer-events: none;
  }

  .elementor header.e-con.e-grid > .h7-header-toggle {
    display: inline-flex;
    position: relative;
    z-index: 3;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
  }

  .elementor header.e-con.e-grid > .e-con:has(.h7-menu-link) {
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 5;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: stretch;
    width: auto;
    margin: 0;
    gap: 0;
    --gap: 0px;
    --column-gap: 0px;
    --row-gap: 0px;
    --flex-wrap: nowrap;
    --flex-wrap-mobile: nowrap;
    padding: 0;
    border-top: 1px solid rgba(30, 185, 253, 0.35);
    box-shadow: 0 14px 28px rgba(0, 9, 40, 0.35);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.45s ease,
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .elementor header.e-con.e-grid.h7-nav-open > .e-con:has(.h7-menu-link) {
    max-height: 52px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .elementor header.e-con.e-grid > .e-con:has(.h7-menu-link) .elementor-widget-h7_menu_link {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
  }

  .elementor header.e-con.e-grid > .e-con:has(.h7-menu-link) .elementor-widget-h7_menu_link + .elementor-widget-h7_menu_link {
    box-shadow: inset 1px 0 0 rgba(190, 220, 255, 0.38);
  }

  .elementor header.e-con.e-grid > .e-con:has(.h7-menu-link) .elementor-widget-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .elementor header.e-con.e-grid > .e-con:has(.h7-menu-link) .h7-menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 8px 2px;
    white-space: nowrap;
    background-color: transparent;
  }

  header.e-con > .e-con:has(.h7-menu-link) {
    background-color: #00094b;
    background-image: none;
  }
}

html {
  scroll-behavior: smooth;
}

#hero,
#categories,
#providers,
#promotions,
#features,
#contact {
  scroll-margin-top: 5.5rem;
}

.e-con.h7-section:not(.casino-header):not(.casino-hero),
.e-con.h7-section:not(.casino-header):not(.casino-hero) > .e-con-inner,
.e-con.h7-section:not(.casino-header):not(.casino-hero) .elementor-widget-container {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
