@media screen and (min-width:1270px) {}

@media only screen and (width>=1270px) and (width<=1366px) and (height<=800px) {}

@media not all and (pointer:coarse) {}

@media screen and (min-width:1270px) {}

.sf-hidden {
    display: none !important
}

img[src="data:,"],
source[src="data:,"] {
    display: none !important
}

.textSeo {
    color: #fff;
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.userPanel___PXBCb {
    gap: 15px;
}
@media (max-width: 1000px) {
    .stickyHeader___hmF6r .stickyHeaderContent___kHR6S {
        width: 100%;
        padding: 0 20px;
    }
    .userPanel___PXBCb {
        padding: 0;
    }
    .html____3WZR {
        width: 100%;
        left: 0;
        padding: 0 15px;
        transform: none;
    }
    .nav____VGEj .listWrap___xKeRO {
        padding: 0 10px;
    }
    .wrapper___zmZYq{
        width: 100%;
    }
    .nav____VGEj {
        width: 100%;
        margin: 0;
    }
    .search___fXeGb {
        display: none;
    }
    .nav____VGEj .listWrap___xKeRO{
        width: 100%;
    }
    .nav___fEHLb {
        display: none;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .mainPromoPayments___FI__7 {
        display: none;
    }
    .wrapper___zmZYq {
        padding: 12px 15px;
    }
    .stickyHeaderButtons___QJqK8 {
        display: none;
    }
}

@media (max-width: 575px) {
    .goldenSevenWidget___Eql34 .slick-track {
        transform: translate3d(0,0,0)!important;
    }
    .goldenSevenWidget___Eql34 .slick-list {
        padding: 0!important;
    }
    .toFavourite___T3ZWg{
        display: none;
    }
    .tmb___cuTrS {
        width: 100%;
    }
    .tmb___cuTrS:nth-child(n+7) {
        display: none;
    }
    .promoBody___WGQzI {
        gap: 10px;
    }
    .tmbImgContainer___yOlN3 {
        height: auto;
        aspect-ratio: 1.2;
    }
    .tmbImgContainer___yOlN3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .footerNavigation___FRVMi {
        display: none;
    }
}
@media (max-width: 480px) {
    .userPanel___PXBCb .regBtn___RE3z2 {
        min-width: 80px;
        margin-right: 8px!important;
    }
    .userPanel___PXBCb .loginBtn___dNz0K {
        width: 80px;
    }
    .button___ss9Z2.md___fYrSq {
        height: 40px;
        font-size: 12px;
    }
    .logoScroll___iw3d7 {
        max-width: 100px;
    }
}

.faq-section {
  margin: 60px 0px;
  color: #fff;
}

.faq-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.faq-question {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 30px;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 15px 15px 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 575px) {
    .faq-question {
        padding: 15px 35px 15px 0px;
        font-size: 18px;
    }
    .faq-section h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .faq-section {
        margin-top: 0;
    }
}