@font-face {
  font-family: "Barlow";
  src: url("/h461a2ea5-font/h461a2ea5-barlow_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Barlow";
  src: url("/h461a2ea5-font/h461a2ea5-barlow_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Barlow";
  src: url("/h461a2ea5-font/h461a2ea5-barlow_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Barlow";
  src: url("/h461a2ea5-font/h461a2ea5-barlow_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1300px;
  --container-step: 20px;
  --container-step-tablet: 17.5px;
  --container-step-mobile: 0px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Barlow", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #394953;
}

.h461a2ea5-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h461a2ea5-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h461a2ea5-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ff7100;
  margin: 0px;
}

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

@media (max-width: 600px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ff7100;
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 16px;
    text-align: center;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

img{
  max-width: 100%;
  min-width: 0px;
}

button{
  cursor: pointer;
}

.h461a2ea5-btn{
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 0px;
}

.h461a2ea5-site-header{
  background: #0b1013;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h461a2ea5-site-header .h461a2ea5-container{
  flex-direction: row;
  justify-content: space-between;
}

.h461a2ea5-site-header__auth-actions{
  max-width: 262px;
  display: flex;
  gap: 10px;
  width: 100%;
}

.h461a2ea5-btn--login{
  flex: 1;
  border: 1px solid #fff;
  padding: 9px 0px;
  background: transparent;
  color: #fff;
}

.h461a2ea5-btn--register{
  flex: 1;
  background: #fdb614;
}



.h461a2ea5-main_content__container{
  padding-top: 10px;
  padding-bottom: 10px;
}

.h461a2ea5-datetime{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
}

.h461a2ea5-main_content_inner{
  display: flex;
  gap: 10px;
}

.h461a2ea5-sidebar__content{
  max-width: 158px;
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.h461a2ea5-side-panel__header{
  border-bottom: 3px solid #55738a;
}

.h461a2ea5-side-panel__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #55738a;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px;
  padding-bottom: 2px;
}

.h461a2ea5-sport-list{
  gap: 20px;
  background: #192126;
  padding: 10px 5px;
  box-sizing: border-box;
  height: 100%;
}

.h461a2ea5-sport-list__item {
  padding: 5px;
  border-radius: 5px;
}

.h461a2ea5-sport-list__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  border: 0px;
  background: none;
  gap: 5px;
}

.h461a2ea5-sport-list__info {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #f6f6f6;
  gap: 5px;
}

.h461a2ea5-sport-list__count {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  color: #cfcfcf;
}

.h461a2ea5-sport-list__item--active{
  background: #302560;
}

.h461a2ea5-right-sidebar{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px 0px;
}

.h461a2ea5-right-sidebar__container{
  display: flex;
  gap: 10px;
}

.h461a2ea5-right-sidebar__content{
  display: flex;
  gap: 10px;
}

.right-sidebar__banner{
  flex: 1;
}

.h461a2ea5-bet-slip{
  max-width: 272px;
}

.h461a2ea5-side-panel--yellow{
  background: #192126;
  border-radius: 10px 10px 0 10px;
}

.h461a2ea5-side-panel--yellow .h461a2ea5-side-panel__header{
  border-bottom: 3px solid #fdb614;
}

.h461a2ea5-side-panel--yellow .h461a2ea5-side-panel__title{
  background: #fdb614;
  color: #192126;
}

.h461a2ea5-bet-slip__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  min-height: 177px;
  justify-content: center;
  background: #2a3841;
  padding: 0px 5px;
  border-radius: 0 0 20px 20px;
}

.h461a2ea5-bet-slip__register-btn{
  flex: none;
  max-width: 119px;
  border: 0px;
}

.h461a2ea5-goalscorer-widget__action{
  flex-direction: column;
}

.h461a2ea5-goalscorer-widget__action-text{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #0b1013;
}

.h461a2ea5-goalscorer-widget__action-value{
  font-weight: 700;
  font-size: 14px;
}



.h461a2ea5-accordeon_body{
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background: #2a3841;
  margin-top: 10px;
}

.h461a2ea5-match-row{
  display:grid;
  align-items:stretch;
  gap:10px;

  grid-template-columns:
    minmax(0,99fr)
    41fr
    24fr
    34fr
    auto
    29fr
    75fr
    64fr
    75.5fr
    75.5fr;

  padding:17px 10px;
  color:white;
}

.h461a2ea5-match-row.h461a2ea5-dark{
  background: #1e292f;
}

.h461a2ea5-teams{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  justify-content: center;
  min-width: 50px;
}

.h461a2ea5-team{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}

.h461a2ea5-teams .h461a2ea5-team:first-child{
  top: 0px;
}

.h461a2ea5-teams .h461a2ea5-team:last-child{
  bottom: 0px;
}

.h461a2ea5-team-line{
  height:2px;
  width:100%;
  background:rgba(255,255,255,0.25);
}

.h461a2ea5-odds-group{
  display:grid;
  grid-template-columns:91fr 62fr 60fr;
  gap:5px;
}

.h461a2ea5-cell{
  display:flex;
  padding:5px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10px;
  align-self:stretch;

  background:#3c4e57;
  border-radius:6px;
  text-align:center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.h461a2ea5-cell span{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.h461a2ea5-big{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.h461a2ea5-vs{
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:flex-start;

  font-family:var(--font-family);
  font-weight:500;
  font-size:16px;
  color:#fff;
}

.h461a2ea5-percent{
  display:flex;
  align-items:center;
  justify-content:center;

  font-family:var(--font-family);
  font-weight:700;
  font-size:16px;

  color:#2a3841;
  border-radius:5px;
  background:#fdb614;
}

.h461a2ea5-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}

.h461a2ea5-icon img{
  width:24px;
}








.h461a2ea5-featured-section{
  padding: 10px 0px;
}

.h461a2ea5-featured-section__container{
  display: flex;
  width: 100%;
  border-bottom: 3px solid #55738a;
  border-radius: 10px 10px 0 10px;
  background: rgba(11, 16, 19, 0.7);
  max-width: 857px;
}

.h461a2ea5-featured-section__header{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  background: #55738a;
  border-radius: 10px;
}

.h461a2ea5-league-list{
  display: flex;
  gap: 20px;
}

.h461a2ea5-league-list__items{
  max-width: 860px;
  flex: 1;
  gap: 10px;
}

.h461a2ea5-league-list__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px;
  background: #182126;
}

.h461a2ea5-league-list__league{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 306px;
}

.h461a2ea5-league-list__name{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.h461a2ea5-league-list__markets{
  max-width: 490px;
  width: 100%;
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: center;
}

.h461a2ea5-league-list__market{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  flex: 1;
}

.h461a2ea5-league-list__toggle{
  padding: 0px;
  border: 0px;
  background: transparent;
}

.h461a2ea5-right-widgets{
  flex: 1;
  max-width: 252px;
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.h461a2ea5-goalscorer-widget__content{
  background: #182126;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-goalscorer-widget__item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.h461a2ea5-goalscorer-widget__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.h461a2ea5-goalscorer-widget__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.h461a2ea5-goalscorer-widget__desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  color: #fff;
}

.h461a2ea5-goalscorer-widget__match {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  color: #feb615;
}

.h461a2ea5-outright-widget__content{
  background: url("/h461a2ea5-img/h461a2ea5-outright_widget_bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
}

.h461a2ea5-outright-widget__meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h461a2ea5-outright-widget__competition{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 11px;
  color: #fff;
}

.h461a2ea5-outright-widget__date{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}

.h461a2ea5-outright-widget__list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-outright-widget__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h461a2ea5-outright-widget__team{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.h461a2ea5-outright-widget__odd {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #182126;
  padding: 10px;
  border-radius: 5px;
  max-width: 93px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}










.h461a2ea5-footer-top{
  padding: 70px 20px;
  width: 100%;
  background: #2a3841;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.h461a2ea5-footer-nav-wrapper{
  display: flex;
  max-width: 930px;
  gap: 20px;
  align-items: center;
}

.h461a2ea5-footer-nav{
  width: 100%;
  flex: 1;
}

.h461a2ea5-footer-nav-list{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  gap: 20px;
}

.h461a2ea5-footer-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h461a2ea5-footer-nav-button{
  background: transparent;
  border: 0px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.h461a2ea5-footer-brand-list{
  flex: 1;
  max-width: 373px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.h461a2ea5-footer-brand-button {
  background: none;
  border: 0px;
  padding: 0px;
}

.h461a2ea5-footer-certifications{
  display: flex;
  gap: 12px;
  align-items: center;
}

.h461a2ea5-footer-certifications-logos{
  flex: 1;
}

.h461a2ea5-footer-certifications-list{
  flex-direction: row;
  gap: 35px;
  flex-wrap: wrap;
}

.h461a2ea5-footer-divider{
  min-width: 1px;
  height: 95px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.h461a2ea5-footer-responsibility{
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: center;
}

.h461a2ea5-footer-responsibility-list{
  flex: 1;
  max-width: 262px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.h461a2ea5-footer-warning{
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h461a2ea5-footer-copyright{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1172px) {
  .h461a2ea5-team{
    position: relative;
  }
}

@media screen and (max-width: 1107px) {
  .h461a2ea5-league-list{
    flex-direction: column;
  }

  .h461a2ea5-right-widgets{
    max-width: none;
  }
}

@media screen and (max-width: 850px) {
  .h461a2ea5-sidebar__content{
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .h461a2ea5-match-row > .h461a2ea5-cell,
  .h461a2ea5-match-row > .h461a2ea5-big{
    display:none;
  }

  .h461a2ea5-match-row{
    gap:5px;
  
    grid-template-columns:
      minmax(0,49px)  /* teams */
      41px            /* vs */
      17px            /* icon */
      34px            /* % */
      1fr;            /* odds group */
  }

  .h461a2ea5-odds-group{
    grid-template-columns:1fr 1fr 1fr;
    gap:5px;
  }

  .h461a2ea5-team{
    font-size: 12px;
  }
  
  .h461a2ea5-icon img{
    width:17px;
  }
  
  .h461a2ea5-percent{
    font-size: 16px;
  }
  
  .h461a2ea5-cell{
    font-size: 10px;
    padding:5px;
  }

  .h461a2ea5-right-sidebar__container{
    flex-direction: column;
  }

  .h461a2ea5-bet-slip{
    max-width: none;
  }

  .h461a2ea5-footer-nav-wrapper{
    flex-direction: column;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 35px;
  }

  .h461a2ea5-footer-certifications{
    flex-direction: column;
    gap: 40px;
  }

  .h461a2ea5-footer-certifications{
    flex-direction: column;
    gap: 40px;
  }

  .h461a2ea5-footer-divider{
    height: 1px;
    width: 100%;
  }

  .h461a2ea5-footer-responsibility{
    gap: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 35px;
  }

  .h461a2ea5-footer-responsibility-list{
    max-width: none;
    width: 100%;
  }

  .h461a2ea5-footer-responsibility{
    flex-direction: column;
  }

  .h461a2ea5-footer-nav-list{
    font-size: 13px;
  }

  .h461a2ea5-datetime{
    padding: 0px 15px;
  }

  .h461a2ea5-featured-section {
    padding: 10px 15px;
  }

  .h461a2ea5-league-list__items{
    padding: 0px 15px;
  }

  .h461a2ea5-league-list__market:not(:first-child){
    display: none;
  }

  .h461a2ea5-league-list__league{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 214px;
    width: 100%;
  }

  .h461a2ea5-league-list__markets{
    width: 100%;
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 52px;
  }

  .h461a2ea5-league-list__name{
    font-size: 13px;
  }

  .h461a2ea5-team{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    white-space: normal;
    word-break: break-all;
    font-size: 12px;
  }

  .h461a2ea5-right-sidebar__content{
    overflow: hidden;
  }
}

.h461a2ea5-right-sidebar__content.swiper .swiper-wrapper{
  display:flex;
  gap:10px;
}

@media (min-width: 601px){
  .h461a2ea5-right-sidebar__content.swiper .swiper-slide{
    width:auto;
    flex:1;
  }
}

/* ===== SWIPER BASE (не ломаем десктоп) ===== */
.h461a2ea5-right-sidebar__content {
  /* на десктопе у тебя и так норм, просто гарантируем отсутствие горизонтального мусора */
  overflow: hidden;
}

.h461a2ea5-right-sidebar__content .swiper-wrapper {
  /* swiper сам задаёт display:flex, но пусть будет */
  display: flex;
}

@media (max-width: 600px){

  .h461a2ea5-right-sidebar__content.swiper{
    width:100%;
    overflow:hidden;
    display:block;
  }

  .h461a2ea5-right-sidebar__content.swiper .swiper-wrapper{
    display:flex;
    gap:10px;
  }

  .h461a2ea5-right-sidebar__content.swiper .swiper-slide{
    flex: 0 0 280px;
    width: 280px;
  }

  .right-sidebar__banner{
    width:100%;
    height:auto;
    min-width:0;     /* убиваем твою минширину */
    display:block;
  }
}

@media (max-width: 600px){
  body{
    overflow-x: hidden;
  }

  .h461a2ea5-main_content__container,
  .h461a2ea5-main_content_inner,
  .h461a2ea5-right-sidebar,
  .h461a2ea5-right-sidebar__container{
    max-width: 100%;
    overflow-x: hidden;
  }


  .h461a2ea5-footer-certifications-list{
    gap: 20px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(1){
    max-width: 171px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(2){
    max-width: 52px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(3){
    max-width: 36px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(4){
    max-width: 49px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(5){
    max-width: 49px;
  }

  .h461a2ea5-footer-certifications-item:nth-child(6){
    max-width: 163px;
  }

  .h461a2ea5-footer-responsibility-list{
    gap: 14px;
  }
}

/* ===== FIX MOBILE SWIPER + NO OVERFLOW ===== */
@media (max-width: 600px){

  body{ overflow-x:hidden; }

  .h461a2ea5-main_content__container,
  .h461a2ea5-main_content_inner,
  .h461a2ea5-right-sidebar,
  .h461a2ea5-right-sidebar__container{
    max-width:100%;
    overflow-x:hidden;
  }

  /* контейнер Swiper должен быть НЕ flex */
  .h461a2ea5-right-sidebar__content.swiper{
    display:block !important;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
  }

  /* wrapper */
  .h461a2ea5-right-sidebar__content.swiper .swiper-wrapper{
    display:flex;
    gap:10px;
  }

  /* фикс ширина карточки */
  .h461a2ea5-right-sidebar__content.swiper .swiper-slide{
    flex:0 0 280px !important;
    width:280px !important;
  }

  /* картинка не раздувает layout */
  .right-sidebar__banner{
    width:100%;
    height:auto;
    min-width:0 !important;
    display:block;
  }
}

.h461a2ea5-league-list__header {
  position: relative;
}

/* clickable overlay */
.h461a2ea5-league-list__toggle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;     /* extend if you need full header width */
  height: 100%;
}

/* accordion body */
.h461a2ea5-accordeon_body {
  display: none;
}

.h461a2ea5-league-list__item.h461a2ea5-active .h461a2ea5-accordeon_body {
  display: block;
}

/* optional arrow rotate */
.h461a2ea5-league-list__item.h461a2ea5-active .h461a2ea5-league-list__toggle-icon {
  transform: rotate(180deg);
}

.h461a2ea5-auth_overlay{
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  top: 0px;
}

.h461a2ea5-auth-container{
  max-width: 580px;
  margin: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}


.h461a2ea5-auth-wrapper{
  width: 100%;
  padding: 24px 50px;
  background: #2a3841;
  box-sizing: border-box;
}

.h461a2ea5-auth-form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h461a2ea5-auth-close{
  align-self: end;
  padding: 0px;
  border: 0px;
  background: transparent;
}

.h461a2ea5-auth-card{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-auth-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.h461a2ea5-auth-logo{
  max-width: 264px;
}

.h461a2ea5-auth-fields{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h461a2ea5-auth-field{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.h461a2ea5-auth-input{
  border: 1px solid #f9f9f9;
  border-radius: 100px;
  padding: 15px 20px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255);
}

.h461a2ea5-auth-field{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.h461a2ea5-auth-input-password{
  border: 1px solid #f9f9f9;
  border-radius: 100px;
  padding: 15px 20px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255);
}

.h461a2ea5-auth-submit{
  border-radius: 20px;
  padding: 8px 10px;
  box-sizing: border-box;
  width: 100%;
  background: #cfcfcf;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #647480;
}

.h461a2ea5-auth-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.h461a2ea5-auth-footer-text{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}

.h461a2ea5-auth-switch{
  padding: 0px;
  border: 0px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #eb6900;
}

.h461a2ea5-auth-submit:hover{
  background: #fdb614;
  color: #2a3841;
}

.h461a2ea5-auth-checkbox{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: flex;
  gap: 10px;
}

.h461a2ea5-auth_overlay{
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}

@media (max-width: 600px){
  .h461a2ea5-right-sidebar__content.swiper{
    display:block !important;
  }

  .h461a2ea5-auth-wrapper{
    padding: 10px;
  }
}

.h461a2ea5-cookie_overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000006b;
}

.h461a2ea5-cookie_container{
  max-width: 786px;
}

.h461a2ea5-cookie-modal{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #394953;
}

.h461a2ea5-cookie-header{
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.h461a2ea5-cookie-body{
  display: flex;
  align-items: center;
  gap: 20px;
}

.h461a2ea5-cookie-nav{
  max-width: 220px;
  width: 100%;
  flex: 1;
  gap: 3px;
}

.h461a2ea5-cookie-nav-item{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #616d75;
  cursor: pointer;
}

.h461a2ea5-cookie-content{
  flex: 1;
}

.h461a2ea5-cookie-step{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-cookie-divider{
  width: 100%;
  height: 1px;
  background: white;
}

.h461a2ea5-cookie-actions{
  display: flex;
  justify-content: end;
  gap: 40px;
}

.h461a2ea5-cookie-btn{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
}

.h461a2ea5-cookie-btn-reject{
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.h461a2ea5-cookie-btn-accept{
  background: #fdb614;
  color: #0b1013;
  border: 0px;
}

.h461a2ea5-cookie-more-info{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fdb614;
}

.h461a2ea5-cookie_overlay{
  display: none;
}

.h461a2ea5-cookie_overlay.h461a2ea5-active{
  display: flex;
}

.h461a2ea5-cookie-step{
  display:none;
}

.h461a2ea5-cookie-step.h461a2ea5-active{
  display:flex;
}

.h461a2ea5-cookie-nav-item.h461a2ea5-active{
  background: #394953;
  border-left: 7px solid #fdb614;
  padding-left: 8px;
  color: #fff;
}

@media (max-width: 900px){

  .h461a2ea5-cookie_container{
    max-width: 95%;
  }

  .h461a2ea5-cookie-body{
    flex-direction: column;
    gap: 20px;
  }

  /* navigation becomes horizontal */
  .h461a2ea5-cookie-nav{
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }

  .h461a2ea5-cookie-nav-item{
    flex: 1 1 calc(50% - 6px);
    padding: 12px;
    font-size: 13px;
    text-align: center;
  }

  .h461a2ea5-cookie-content{
    width: 100%;
  }

}

@media (max-width: 600px){

  .h461a2ea5-cookie_container{
    max-width: 100%;
    padding: 10px;
  }

  .h461a2ea5-cookie-modal{
    gap: 25px;
    padding: 15px;
  }

  .h461a2ea5-cookie-header{
    font-size: 18px;
    gap: 10px;
  }

  .h461a2ea5-cookie-logo{
    max-width: 140px;
  }

  .h461a2ea5-cookie-body{
    flex-direction: column;
    gap: 15px;
  }

  /* nav becomes scrollable tabs */
  .h461a2ea5-cookie-nav{
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
  }

  .h461a2ea5-cookie-nav-item{
    flex: 0 0 auto;
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* content spacing */
  .h461a2ea5-cookie-step-title{
    font-size: 16px;
  }

  .h461a2ea5-cookie-text{
    font-size: 14px;
  }

  /* buttons stacked */
  .h461a2ea5-cookie-actions{
    flex-direction: column;
    gap: 10px;
  }

  .h461a2ea5-cookie-btn{
    width: 100%;
    text-align: center;
  }

  .h461a2ea5-site-header{
    padding: 10px 16px;
  }

  .h461a2ea5-site-header .h461a2ea5-container{
    flex-wrap: nowrap;
  }

}

.h461a2ea5-faq-wrapper{
  width: 100%;
  background: #1e292f;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 268px;
}

.h461a2ea5-faq-label{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.h461a2ea5-yellow-text{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #fdb614;
}

.h461a2ea5-faq{
  max-width: 839px;
}

.h461a2ea5-faq {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* CATEGORY */
.h461a2ea5-faq-category {
  display: flex;
  flex-direction: column;
  background: #55738a;
}

.h461a2ea5-faq-category-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  background: #55738a;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.h461a2ea5-faq-category-content {
  display: none;
  flex-direction: column;
}

/* QUESTIONS */
.h461a2ea5-faq-item {
  display: flex;
  flex-direction: column;
}

.h461a2ea5-faq-question {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  background: #2a3841;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.h461a2ea5-faq-answer {
  background: #1e292f;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  padding: 15px 20px;
}

/* ACTIVE STATES */

.h461a2ea5-faq-answer {
  display: none;
}

.h461a2ea5-faq-category.h461a2ea5-active .h461a2ea5-faq-category-content {
  display: flex;
}

.h461a2ea5-faq-item.h461a2ea5-active .h461a2ea5-faq-answer {
  display: flex;
  flex-direction: column;
}

.h461a2ea5-faq-answer,
.h461a2ea5-faq-category-content {
    transition: all 0.25s ease;
}

.h461a2ea5-additional_page_body{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-additional_page_body_link{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fdb614;
}

.h461a2ea5-additional_page_subbody{
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.h461a2ea5-line{
  width: 100%;
  height: 1px;
  background: white;
  margin: 20px 0px;
}

.h461a2ea5-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.h461a2ea5-auth_overlay{
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto; /* allow page scroll if modal taller than screen */
}

.h461a2ea5-auth-container{
  max-height: 100vh;
  overflow-y: auto;
}

.h461a2ea5-auth-wrapper{
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.h461a2ea5-cookie-modal{
  max-height: 90vh;
  overflow-y: auto;
}

.h461a2ea5-auth-wrapper{
  max-height: 90dvh;
  overflow-y: auto;
}

@media screen and (max-width: 659px) {
  .h461a2ea5-site-header__auth-actions{
    display: none;
  }

}

.message{
  display: none;
}

.active .message{
  display: block;
}


.h461a2ea5-burger{
  width:32px;
  height:24px;
  display:none;
  flex-direction:column;
  justify-content:space-between;
  background:transparent;
  border:0;
  padding:0;
  position:relative;
}

.h461a2ea5-burger span{
  width:100%;
  height:3px;
  background:#fff;
  display:block;
  border-radius:2px;
  transition: all .35s ease;
}

/* animation */
.h461a2ea5-burger.h461a2ea5-active span:nth-child(1){
  transform: translateY(10px) rotate(45deg);
}

.h461a2ea5-burger.h461a2ea5-active span:nth-child(2){
  opacity:0;
}

.h461a2ea5-burger.h461a2ea5-active span:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

/* mobile */
@media (max-width:659px){

  .h461a2ea5-burger{
    display:flex;
  }

  .h461a2ea5-site-header .h461a2ea5-container{
    align-items:center;
  }

}

@media (max-width:850px){

  .h461a2ea5-sidebar__content{
    position:fixed;
    left:-260px;
    top:0;
    height:100vh;
    width:260px;
    z-index:1000;
    transition:left .35s ease;
  }

  body.h461a2ea5-menu-open .h461a2ea5-sidebar__content{
    left:0;
  }

}

.h461a2ea5-burger{
  width:32px;
  height:24px;
  display:none;
  flex-direction:column;
  justify-content:space-between;
  background:none;
  border:0;
  padding:0;
}

.h461a2ea5-burger span{
  width:100%;
  height:3px;
  background:#fff;
  border-radius:2px;
  transition:.3s;
}

/* cross animation */

.h461a2ea5-burger.active span:nth-child(1){
  transform:translateY(10px) rotate(45deg);
}

.h461a2ea5-burger.active span:nth-child(2){
  opacity:0;
}

.h461a2ea5-burger.active span:nth-child(3){
  transform:translateY(-10px) rotate(-45deg);
}

@media (max-width:659px){
  .h461a2ea5-burger{
    display:flex;
  }
}

@media screen and (max-width: 659px) {
  .h461a2ea5-site-header__auth-actions{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    flex-direction:column;
    background:#0b1013;
    padding:15px;
    gap:10px;

    display:none;
  }

  .h461a2ea5-site-header.menu-open .h461a2ea5-site-header__auth-actions{
    display: flex;
    top: 58px;
    z-index: 100000000000;
  }
}