body.home .ssm-home-banner-hero.ssm-main-banner-carousel-only{
  position:relative!important;
  width:min(1440px,calc(100% - 48px))!important;
  max-width:1440px!important;
  aspect-ratio:1920/760!important;
  min-height:280px!important;
  height:auto!important;
  margin:clamp(18px,3vw,34px) auto clamp(28px,4vw,52px)!important;
  padding:0!important;
  overflow:hidden!important;
  display:block!important;
  border-radius:clamp(18px,2vw,32px)!important;
  border:1px solid rgba(215,176,44,.30)!important;
  background:#05070b!important;
  box-shadow:0 28px 76px rgba(5,12,25,.20), inset 0 1px 0 rgba(255,255,255,.10)!important;
}
body.home .ssm-home-banner-hero.ssm-main-banner-carousel-only > img{display:none!important;}
body.home .ssm-main-banner-slide{
  position:absolute!important; inset:0!important; z-index:1!important;
  opacity:0!important; animation:ssmMainBannerFade 42s infinite both!important;
  background:#05070b!important;
}
body.home .ssm-main-banner-slide img{
  width:100%!important; height:100%!important; object-fit:cover!important; object-position:center!important; display:block!important;
  transform:scale(1.012); animation:ssmMainBannerDrift 7s ease-in-out infinite alternate!important;
}
body.home .ssm-main-banner-slide:nth-child(1){animation-delay:0s!important;}
body.home .ssm-main-banner-slide:nth-child(2){animation-delay:7s!important;}
body.home .ssm-main-banner-slide:nth-child(3){animation-delay:14s!important;}
body.home .ssm-main-banner-slide:nth-child(4){animation-delay:21s!important;}
body.home .ssm-main-banner-slide:nth-child(5){animation-delay:28s!important;}
body.home .ssm-main-banner-slide:nth-child(6){animation-delay:35s!important;}
body.home .ssm-main-banner-dots{
  position:absolute!important; right:clamp(18px,3vw,44px)!important; bottom:clamp(14px,2vw,26px)!important; z-index:5!important;
  display:flex!important; gap:10px!important; align-items:center!important; pointer-events:none!important;
}
body.home .ssm-main-banner-dot{
  width:32px!important; height:5px!important; border-radius:999px!important; background:rgba(255,255,255,.46)!important;
  box-shadow:0 4px 16px rgba(0,0,0,.28)!important; animation:ssmMainBannerDot 42s infinite both!important;
}
body.home .ssm-main-banner-dot:nth-child(1){animation-delay:0s!important;}
body.home .ssm-main-banner-dot:nth-child(2){animation-delay:7s!important;}
body.home .ssm-main-banner-dot:nth-child(3){animation-delay:14s!important;}
body.home .ssm-main-banner-dot:nth-child(4){animation-delay:21s!important;}
body.home .ssm-main-banner-dot:nth-child(5){animation-delay:28s!important;}
body.home .ssm-main-banner-dot:nth-child(6){animation-delay:35s!important;}
@keyframes ssmMainBannerFade{0%,14.2%{opacity:1;}17%,97%{opacity:0;}100%{opacity:1;}}
@keyframes ssmMainBannerDot{0%,14.2%{background:#d7b02c;width:58px;}17%,97%{background:rgba(255,255,255,.46);width:32px;}100%{background:#d7b02c;width:58px;}}
@keyframes ssmMainBannerDrift{from{transform:scale(1.012) translate3d(0,0,0);}to{transform:scale(1.04) translate3d(-.55%,.35%,0);}}
@media(max-width:767px){
  body.home .ssm-home-banner-hero.ssm-main-banner-carousel-only{width:calc(100% - 24px)!important;aspect-ratio:16/9!important;min-height:190px!important;margin:12px auto 22px!important;border-radius:20px!important;}
  body.home .ssm-main-banner-slide img{object-position:center!important;}
  body.home .ssm-main-banner-dots{right:14px!important;bottom:12px!important;gap:7px!important;}
  body.home .ssm-main-banner-dot{width:22px!important;height:4px!important;}
  @keyframes ssmMainBannerDot{0%,14.2%{background:#d7b02c;width:36px;}17%,97%{background:rgba(255,255,255,.46);width:22px;}100%{background:#d7b02c;width:36px;}}
}
@media(prefers-reduced-motion:reduce){body.home .ssm-main-banner-slide,body.home .ssm-main-banner-slide img,body.home .ssm-main-banner-dot{animation:none!important;}body.home .ssm-main-banner-slide:first-child{opacity:1!important;}}
