/********3/03/2021**********/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Raleway', 'Open Sans', 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #3e3e3e;
    margin: 0;
    padding: 0;
    background: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #003399;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SegoeUI-Bold', 'Segoe UI', sans-serif;
    color: #111;
    margin-top: 0;
}

p {
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #3e3e3e;
}

/*******11/06/2021********/

.header-inner {
    border-bottom: 1px solid #aaa;
}

.main-header {
    background: #fff;
    padding: 18px 0px;
    border-bottom: 1px solid #aaa;
    text-align: center;
}

.main-header .container {
    max-width: 1332px;
}

.brand-only-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.navbar-brand.center-brand {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    line-height: 1;
}

.navbar-brand.center-brand img {
    max-width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* hero banner */

/* don't touch — banner overlay 10% black, anything heavier kills the wizard art */
section.home-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#demo.carousel {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
}

.slide_banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slide_banner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    max-width: 100% !important;
    display: block;
}

.slide_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    /* height: 100%; */
}

.carousel-caption {
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%;
    right: auto;
    text-align: left;
    padding: 0;
    width: 50%;
    z-index: 10;
}

.carousel-caption h1 {
    color: #fff;
    font-weight: 700;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 65px;
    margin-bottom: 20px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

.carousel-caption p {
    color: #fff;
    font-size: 17px;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
    margin-bottom: 25px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.45);
}

.btn.book-btn {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 30px;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

.btn.book-btn:hover {
    background: #003399;
    color: #fff;
    border-color: #003399;
}

.carousel-control-prev,
.carousel-control-next {
    width: 38px;
    opacity: 1;
    z-index: 15;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: rgba(0,0,0,0.35);
    width: 38px;
    height: 38px;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    background-image: none;
}

.carousel-control-prev-icon i,
.carousel-control-next-icon i {
    color: #fff;
    font-size: 22px;
}

.carousel-indicators {
    bottom: 18px;
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.55);
    border: 0;
    margin: 0 4px;
    opacity: 1;
}

.carousel-indicators li.active {
    background: #fff;
}

/* footer */

footer#footer.footer-light {
    background: #f5efe0;
    padding: 50px 0px 0px;
    text-align: center;
    margin-top: 0;
}

.footer-in {
    text-align: center;
    margin-bottom: 22px;
}

.footer-in img {
    max-width: 130px;
    height: auto;
    margin: 0 auto;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-links a {
    color: #6d6d6d;
    font-size: 14px;
    margin: 0 12px;
    text-transform: capitalize;
    line-height: 26px;
    display: inline-block;
}

.footer-links a:hover {
    color: #003399;
    text-decoration: underline;
}

.footer-disclaim {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 15px 30px;
    text-align: center;
}

.footer-disclaim p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.footer-disclaim p a {
    color: #003399;
}

.footer-in.bottom-footer {
    background: #000;
    padding: 14px 15px;
    margin: 0;
    margin-bottom: 0;
}

.footer-in.bottom-footer p {
    color: #fff !IMPORTANT;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
    text-align: center;
}

/* responsive */

@media only screen and (min-width:768px) and (max-width:1024px)
{
    .carousel-caption h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .slide_banner {
        height: 480px;
    }
    .navbar-nav .nav-link {
        font-size: 12px;
        padding: 10px 3px !important;
    }
}

@media only screen and (max-width:767px)
{
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        background: #fff;
        margin-top: 12px;
        padding: 10px 0;
        border-top: 1px solid #e4e8ed;
    }
    .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .navbar-nav .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e4e8ed;
    }
    .navbar-nav .nav-link {
        padding: 12px 5px !important;
    }
    .navbar-nav .nav-item.mobile {
        display: block;
    }
    .navbar-nav .nav-item.desktop {
        display: none;
    }
    .navbar-brand img {
        max-width: 90px;
    }
    .slide_banner {
        height: 380px;
    }
    .carousel-caption {
        width: 90%;
        left: 5%;
    }
    .carousel-caption h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 22px;
    }
    .btn.book-btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    .navbar-expand-md .navbar-nav li .dropdown-menu a {
        line-height: 26px;
        font-size: 14px;
    }
    .navbar-expand-md .navbar-nav li .dropdown-menu {
        position: static;
        border: 0;
        box-shadow: none;
        padding-left: 15px;
    }
    .footer-links a {
        font-size: 13px;
        margin: 4px 8px;
    }
}

@media only screen and (max-width: 676px) {
    .footer-disclaim p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-caption h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .slide_banner {
        height: 340px;
    }
}

@media only screen and (max-width: 376px) {
    .carousel-indicators {
        display: none;
    }
}

/*******05/05/2026********/

/* section heading shared */
.section1, .stretchme2, .coustome_tailor_section, .address_section, .testimonials-section {
    padding: 60px 0px;
}

.section-heading {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 35px;
    padding: 0 15px;
}

.section-heading h2 {
    font-size: 38px;
    font-family: 'SegoeUI-Bold', sans-serif;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.25;
}

.section-heading p {
    font-size: 17px;
    line-height: 28px;
    color: #6d6d6d;
    margin: 0;
    font-style: italic;
}

/* game preview */
.game-preview-section {
    background: #fff;
}

.game-preview-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    background: #f5efe0;
    padding: 30px;
    border: 1px solid #e4e8ed;
}

.game-preview-img {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    min-width: 280px;
    position: relative;
    overflow: hidden;
    max-width: 520px;
}

.game-preview-img img {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;
    display: block;
}

.preview-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #cd2653;
    color: #fff;
    font-family: 'SegoeUI-Bold', sans-serif;
    padding: 5px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1;
}

.preview-tag span {
    color: #fff !important;
}

.game-preview-text {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    min-width: 260px;
    padding: 5px 5px;
}

.game-preview-text h3 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 28px;
    line-height: 36px;
    color: #111;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.game-preview-text p {
    font-size: 15px;
    line-height: 26px;
    color: #3e3e3e;
    margin-bottom: 14px;
}

.game-preview-text .btn.book-btn {
    background: #003399;
    color: #fff !important;
    border-color: #003399;
    margin-top: 8px;
}

.game-preview-text .btn.book-btn:hover {
    background: #012264;
    border-color: #012264;
    color: #fff !important;
}

/* wizardry triptych */
.wizardry-block {
    background: #fff;
    border-top: 1px solid #e4e8ed;
}

.wizardry-block .row {
    margin: 0 -10px;
}

.wizardry-block .col-md-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.wizardry-block .block {
    background: #f5efe0;
    overflow: hidden;
    height: 100%;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    border: 1px solid #e4e8ed;
}

.wizardry-block .block:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.wizardry-block .feature.price .image {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.wizardry-block .feature.price .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-width: 100% !important;
}

.wizardry-block .info {
    padding: 22px 22px 26px;
    text-align: left;
}

.wizardry-block .strech_peragraph p {
    font-size: 14px;
    line-height: 22px;
    color: #3e3e3e;
    margin: 0 0 14px;
    text-align: left;
}

.wizardry-block h3.title {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 20px;
    color: #111;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wizardry-block h3.title span {
    color: #003399;
    font-weight: 700;
}

/* what is social platform — promo block */
.what-is-social {
    background: #f5efe0;
}

.what-is-social .tailor_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    gap: 35px;
    background: #fff;
    padding: 30px;
    border-left: 4px solid #003399;
    box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
}

.what-is-social .tailor_block .img {
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    min-width: 260px;
    overflow: hidden;
}

.what-is-social .tailor_block .img img {
    width: 100% !important;
    height: auto;
    display: block;
}

.what-is-social .text_block {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 260px;
}

.what-is-social .text_block h2 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 30px;
    line-height: 1.25;
    color: #111;
    margin-bottom: 8px;
}

.what-is-social .text_block h4 {
    font-family: 'SegoeUI', sans-serif;
    font-size: 17px;
    color: #6d6d6d;
    margin-bottom: 16px;
    font-weight: normal;
    line-height: 26px;
}

.what-is-social .text_block h4 span {
    color: #cd2653;
    font-weight: 700;
}

.what-is-social .text_block p {
    font-size: 15px;
    line-height: 26px;
    color: #3e3e3e;
    margin-bottom: 12px;
}

.btn.black-btn {
    background: #000;
    color: #fff !important;
    border: 2px solid #000;
    padding: 12px 28px;
    font-size: 13px;
    font-family: 'SegoeUI-Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.black-btn:hover {
    background: #003399;
    border-color: #003399;
    color: #fff !important;
}

/* what is wizma */
.what-is-wizma {
    background: #fff;
    text-align: center;
}

.what-is-wizma h2 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 38px;
    color: #111;
    text-align: center;
    margin-bottom: 35px;
}

.address_block.what-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 0;
}

.what-block .address_img {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    min-width: 280px;
    overflow: hidden;
}

.what-block .address_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: 320px;
}

.what-block .address_text {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 280px;
    background: #012264;
    padding: 35px 35px 30px;
    color: #fff;
    text-align: left;
}

.what-block .address_info p {
    color: #fff !IMPORTANT;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}

.what-block .address_info .mt-4 {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.what-block .address_info .font-bold {
    color: #fff;
    font-weight: 700;
    font-family: 'SegoeUI-Bold', sans-serif;
    margin-right: 6px;
}

.what-block .address_info a {
    color: #dcd7ca;
    text-decoration: underline;
}

.what-block .address_info a:hover {
    color: #fff;
}

/* idea story */
/* alt color for odd cards — was red on all of them, looked too uniform. fixed 04/26 */
.idea-story {
    background: #f5efe0;
}

.idea-story-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 10px auto 0;
}

.idea-card {
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    min-width: 260px;
    background: #fff;
    padding: 28px 26px 24px;
    position: relative;
    border-bottom: 3px solid #cd2653;
    box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
}

.idea-card:nth-child(odd) {
    border-bottom-color: #003399;
}

.idea-num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 38px;
    color: #e4e8ed;
    line-height: 1;
    font-weight: 700;
}

.idea-card h4 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 19px;
    line-height: 1.35;
    color: #111;
    margin-bottom: 10px;
    padding-right: 50px;
}

.idea-card p {
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
    margin: 0;
}

/* pullquote under idea cards */
.idea-pullquote {
    max-width: 760px;
    margin: 35px auto 0;
    padding: 22px 26px 18px;
    text-align: center;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.idea-pullquote p {
    font-family: 'Belleza', 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 1.55;
    color: #111;
    margin: 0 0 10px;
    font-style: italic;
}

.idea-pullquote-attr {
    font-size: 12px;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* noscript banner */
.noscript-warn {
    background: #cd2653;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

/* ---- inner page styles (privacy/terms/cookies/responsibly) ---- */
/* page heading style — Bebas Kai missing on most boxes, Belleza fallback acceptable */
.inner-page-hero {
    background: #f5efe0;
    padding: 50px 15px 40px;
    text-align: center;
    border-bottom: 1px solid #e4e8ed;
}

.inner-page-hero h1.page-heading-blog {
    text-align: center;
    font-size: 50px;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Bebas Kai', 'Belleza', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

.inner-page-hero .crumbs {
    color: #6d6d6d;
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inner-page-hero .crumbs a {
    color: #003399;
}

.inner-page-hero .crumbs a:hover {
    text-decoration: underline;
}

.inner-content-wrap {
    background: #fff;
    padding: 50px 0px 60px;
}

.inner-content-wrap .container {
    max-width: 920px;
}

.inner-content {
    font-size: 15px;
    line-height: 27px;
    color: #3e3e3e;
}

.inner-content h2 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 24px;
    color: #111;
    margin: 30px 0 12px;
    line-height: 1.3;
}

.inner-content h2:first-child {
    margin-top: 0;
}

.inner-content h3 {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 18px;
    color: #111;
    margin: 22px 0 8px;
    line-height: 1.35;
}

.inner-content p {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 27px;
    color: #3e3e3e;
}

.inner-content ul {
    margin: 4px 0 18px 0;
    padding-left: 22px;
}

.inner-content ul li {
    font-size: 15px;
    line-height: 26px;
    color: #3e3e3e;
    margin-bottom: 6px;
}

.inner-content a {
    color: #003399;
    text-decoration: underline;
}

.inner-content .doc-meta {
    font-size: 12px;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #e4e8ed;
}

.inner-content .doc-meta strong {
    color: #111;
    margin-right: 6px;
}

.inner-content .callout {
    background: #f5efe0;
    border-left: 4px solid #cd2653;
    padding: 14px 18px;
    margin: 18px 0;
    font-size: 14px;
    line-height: 24px;
}

@media only screen and (max-width:767px) {
    .inner-page-hero {
        padding: 35px 15px 28px;
    }
    .inner-page-hero h1.page-heading-blog {
        font-size: 32px;
    }
    .inner-content-wrap {
        padding: 35px 0px 45px;
    }
    .inner-content h2 {
        font-size: 19px;
    }
    .inner-content h3 {
        font-size: 16px;
    }
    .inner-content p, .inner-content ul li {
        font-size: 14px;
        line-height: 25px;
    }
}

/* ---- game page ---- */
/*******05/05/2026 — slot machine********/
.game-hero {
    background: #012264;
    border-bottom: 3px solid #cd2653;
}

.game-hero h1.page-heading-blog {
    color: #fff;
}

.game-hero .crumbs {
    color: #dcd7ca;
}

.game-hero .crumbs a {
    color: #f5d76e;
}

.game-wrap {
    background: #f5efe0;
    padding: 40px 0px 60px;
}

.game-layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

/* HUD column */
.game-hud {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.hud-card {
    background: #fff;
    border: 1px solid #e4e8ed;
    padding: 16px 18px 14px;
    box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
}

.hud-card .hud-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6d6d6d;
    margin-bottom: 4px;
    font-family: 'SegoeUI-Bold', sans-serif;
}

.hud-card strong {
    display: block;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    color: #012264;
    margin-bottom: 4px;
}

.hud-card .hud-sub {
    font-size: 12px;
    color: #6d6d6d;
    line-height: 18px;
}

.hud-status.win strong {
    color: #1f7a3a;
}

.hud-status.lose strong {
    color: #cd2653;
    font-size: 20px;
}

.hud-status.win {
    border-left: 4px solid #1f7a3a;
}

.hud-status.lose {
    border-left: 4px solid #cd2653;
}

/* bet control */
.bet-row {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.bet-row strong {
    font-size: 26px !important;
    margin: 0 !important;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.bet-btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    border: 1px solid #012264;
    background: #fff;
    color: #012264;
    font-size: 20px;
    font-family: 'SegoeUI-Bold', sans-serif;
    cursor: pointer;
    line-height: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.bet-btn:hover:not(:disabled) {
    background: #012264;
    color: #fff;
}

.bet-btn:disabled {
    opacity: .4;
    cursor: not-allowed;
}

/* RG red square */
.rg-box {
    background: #cd2653;
    color: #fff;
    padding: 18px 18px 16px;
    border: 2px solid #a01d40;
}

.rg-head {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.rg-ico {
    background: #fff;
    color: #cd2653;
    width: 26px;
    height: 26px;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-weight: 700;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}

.rg-head strong {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #fff;
}

.rg-box p {
    font-size: 13px;
    line-height: 21px;
    color: #fff !IMPORTANT;
    margin-bottom: 8px;
}

.rg-box ul {
    margin: 0 0 10px 18px;
    padding: 0;
    list-style: disc;
}

.rg-box ul li {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 3px;
}

.rg-box ul li a {
    color: #f5d76e;
    text-decoration: underline;
}

.rg-link {
    display: inline-block;
    margin-top: 4px;
    color: #f5d76e !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SegoeUI-Bold', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid rgba(245,215,110,0.4);
    padding-bottom: 2px;
}

.rg-link:hover {
    color: #fff !important;
    border-color: #fff;
}

/* game stage / machine */
.game-stage {
    -ms-flex: 1 1 600px;
    flex: 1 1 600px;
    min-width: 280px;
}

.machine-frame {
    background: #012264;
    border: 4px solid #f5d76e;
    border-radius: 6px;
    padding: 14px 14px 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18), inset 0 0 0 2px #003399;
    position: relative;
    overflow: hidden;
}

.machine-top {
    text-align: center;
    margin-bottom: 10px;
    padding: 6px 8px;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(245,215,110,0.3);
}

.paytable-mini {
    color: #f5d76e;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SegoeUI-Bold', sans-serif;
}

.reels {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    background: #000;
    padding: 8px;
    border-radius: 3px;
}

.reel {
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    height: 276px; /* 3 * 92px */
    overflow: hidden;
    position: relative;
    border: 1px solid #003399;
}

.reel-strip {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    will-change: transform;
}

.reel-strip .sym {
    width: 100%;
    height: 84px;
    margin: 4px 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    object-fit: contain;
    padding: 6px;
    -webkit-transition: filter .2s ease, transform .2s ease;
    transition: filter .2s ease, transform .2s ease;
}

.reel-strip .sym.hit {
    background: #f5d76e;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px #cd2653;
}

/* result banner */
.result-banner {
    margin-top: 14px;
    background: #fff;
    border: 1px solid #e4e8ed;
    padding: 14px 18px;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.result-banner .result-text {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 22px;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.result-banner.win {
    background: #1f7a3a;
    border-color: #155026;
}

.result-banner.win .result-text {
    color: #fff;
}

.result-banner.lose {
    background: #cd2653;
    border-color: #a01d40;
}

.result-banner.lose .result-text {
    color: #fff !IMPORTANT;
}

/* actions */
.game-actions {
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin-top: 14px;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn.spin-btn {
    background: #cd2653;
    color: #fff !important;
    border-color: #cd2653;
    font-size: 18px;
    padding: 14px 56px;
    letter-spacing: 3px;
    min-width: 200px;
}

.btn.spin-btn:hover:not(:disabled):not(.disabled) {
    background: #a01d40;
    border-color: #a01d40;
}

.btn.spin-btn:disabled,
.btn.spin-btn.disabled {
    background: #aaa;
    border-color: #aaa;
    cursor: not-allowed;
    opacity: .8;
}

.btn.reset-btn {
    padding: 14px 26px;
    font-size: 13px;
}

.btn.reset-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* paytable */
.paytable {
    background: #fff;
    border: 1px solid #e4e8ed;
    margin-top: 18px;
    padding: 0;
}

.pt-head {
    background: #012264;
    color: #f5d76e;
    padding: 9px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-family: 'SegoeUI-Bold', sans-serif;
}

.pt-row {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-top: 1px solid #e4e8ed;
    font-size: 13px;
    color: #3e3e3e;
}

.pt-ico {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.pt-any {
    background: #f5efe0;
    color: #6d6d6d;
    font-size: 11px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'SegoeUI-Bold', sans-serif;
}

.pt-row span {
    -ms-flex: 1;
    flex: 1;
}

.pt-row strong {
    color: #cd2653;
    font-family: 'SegoeUI-Bold', sans-serif;
}

/* responsive */
@media only screen and (max-width:991px) {
    .game-layout {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .game-hud {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .game-wrap {
        padding: 25px 0px 40px;
    }
    .reel {
        height: 198px; /* 3 * 66 */
    }
    .reel-strip .sym {
        height: 60px;
        margin: 3px 0;
        padding: 4px;
    }
    .machine-frame {
        padding: 10px 10px 8px;
    }
    .reels {
        gap: 5px;
        padding: 5px;
    }
    .result-banner .result-text {
        font-size: 17px;
        letter-spacing: 1.5px;
    }
    .btn.spin-btn {
        padding: 12px 40px;
        font-size: 16px;
        min-width: 0;
        width: 100%;
    }
    .btn.reset-btn {
        width: 100%;
    }
    .pt-row {
        font-size: 12px;
        padding: 7px 12px;
    }
    .hud-card strong {
        font-size: 26px;
    }
}

@media only screen and (max-width:480px) {
    .reel {
        height: 156px; /* 3 * 52 */
    }
    .reel-strip .sym {
        height: 46px;
        margin: 3px 0;
        padding: 3px;
    }
    .reels {
        gap: 3px;
        padding: 4px;
    }
}

/* ---- FAQ page ---- */
.faq-wrap .container {
    max-width: 880px;
}

.faq-intro {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e4e8ed;
}

.faq-intro p {
    font-size: 16px;
    line-height: 26px;
    color: #3e3e3e;
    margin: 0;
}

.faq-intro a {
    color: #003399;
}

.faq-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e4e8ed;
    overflow: hidden;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.faq-item.open {
    border-left: 4px solid #003399;
}

.faq-q {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 18px 20px 18px 18px;
    text-align: left;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 16px;
    font-family: 'SegoeUI-Bold', sans-serif;
    -webkit-transition: background .15s ease;
    transition: background .15s ease;
}

.faq-q:hover {
    background: #f5efe0;
}

.faq-q:focus {
    outline: 2px solid #003399;
    outline-offset: -2px;
}

.faq-num {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 14px;
    color: #cd2653;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.faq-qt {
    -ms-flex: 1;
    flex: 1;
    color: #111;
    font-size: 16px;
    line-height: 24px;
}

.faq-toggle {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: #003399;
    color: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'SegoeUI-Bold', sans-serif;
    line-height: 1;
}

.faq-item.open .faq-toggle {
    background: #cd2653;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s ease, padding .25s ease;
    transition: max-height .35s ease, padding .25s ease;
    padding: 0 22px 0 50px;
    background: #fafaf6;
}

.faq-item.open .faq-a {
    max-height: 600px;
    padding: 8px 22px 18px 50px;
}

.faq-a p {
    font-size: 14px;
    line-height: 25px;
    color: #3e3e3e;
    margin: 8px 0 0;
}

.faq-a a {
    color: #003399;
    text-decoration: underline;
}

.faq-foot {
    margin-top: 30px;
    padding: 16px 18px;
    background: #f5efe0;
    border-left: 4px solid #cd2653;
}

.faq-foot p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #3e3e3e;
}

.faq-foot a {
    color: #003399;
    text-decoration: underline;
}

@media only screen and (max-width:767px) {
    .faq-q {
        padding: 14px 14px 14px 12px;
        gap: 10px;
    }
    .faq-num {
        font-size: 12px;
    }
    .faq-qt {
        font-size: 14px;
        line-height: 21px;
    }
    .faq-a {
        padding: 0 16px 0 36px;
    }
    .faq-item.open .faq-a {
        padding: 6px 16px 14px 36px;
    }
    .faq-a p {
        font-size: 13px;
        line-height: 22px;
    }
}

/* still got questions */
.still-q-block {
    position: relative;
    background: #111 url('../pictures/still-q-bg.webp') center center / cover no-repeat;
    padding: 70px 20px;
    text-align: center;
    overflow: hidden;
    min-height: 280px;
}
/* .still-q-block { background-attachment: fixed; } -- jumpy on mobile, killed it */

.still-q-overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.still-q-block .work-block {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 0 auto;
}

.still-q-block .work-block h3 {
    color: #fff;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.still-q-block .still-q-sub {
    color: #dcd7ca;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 24px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.still-q-block .btn.book-btn {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
}

.still-q-block .btn.book-btn:hover {
    background: #003399;
    color: #fff !important;
    border-color: #003399;
}

/* responsive for new sections */
@media only screen and (max-width:1024px) {
    .section-heading h2 {
        font-size: 32px;
    }
    .what-is-social .text_block h2 {
        font-size: 26px;
    }
    .what-is-wizma h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:767px) {
    .section1, .stretchme2, .coustome_tailor_section, .address_section, .testimonials-section {
        padding: 40px 0px;
    }
    .section-heading {
        margin-bottom: 25px;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .section-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .game-preview-block {
        padding: 18px;
        gap: 22px;
    }
    .game-preview-text h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .game-preview-text p {
        font-size: 14px;
        line-height: 23px;
    }
    .wizardry-block .feature.price .image {
        height: 220px;
    }
    .wizardry-block h3.title {
        font-size: 17px;
    }
    .what-is-social .tailor_block {
        padding: 22px 20px;
        gap: 22px;
    }
    .what-is-social .text_block h2 {
        font-size: 22px;
    }
    .what-is-social .text_block h4 {
        font-size: 15px;
    }
    .what-is-wizma h2 {
        font-size: 24px;
        padding: 0 15px;
    }
    .what-block .address_text {
        padding: 24px 22px 22px;
    }
    .what-block .address_info p {
        font-size: 14px;
        line-height: 23px;
    }
    .idea-card {
        padding: 22px 20px 18px;
    }
    .idea-num {
        font-size: 30px;
        top: 14px;
        right: 18px;
    }
    .idea-card h4 {
        font-size: 16px;
        padding-right: 40px;
    }
    .idea-card p {
        font-size: 13px;
        line-height: 22px;
    }
    .idea-pullquote {
        padding: 18px 18px 14px;
        margin-top: 25px;
    }
    .idea-pullquote p {
        font-size: 16px;
    }
    .still-q-block {
        padding: 50px 18px;
    }
    .still-q-block .work-block h3 {
        font-size: 22px;
        line-height: 1.35;
    }
    .still-q-block .still-q-sub {
        font-size: 13px;
        line-height: 22px;
    }
    .navbar-brand.center-brand img {
        max-width: 100px;
    }
}

/*******22/03/2024********/

/* age gate modal */
.age-gate {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .82);
    z-index: 9999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 20px 15px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.age-gate.hide {
    opacity: 0;
    pointer-events: none;
}

body.age-locked {
    overflow: hidden;
}

.age-gate-inner {
    background: #fff;
    max-width: 460px;
    width: 100%;
    padding: 35px 30px 28px;
    text-align: center;
    border-top: 4px solid #003399;
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    border-radius: 2px;
}

.age-gate-logo img {
    max-width: 110px;
    height: auto;
    margin: 0 auto 14px;
}

.age-gate-inner h2 {
    font-family: 'SegoeUI-Bold', 'Segoe UI', sans-serif;
    color: #111;
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 1.3;
    text-transform: capitalize;
}

.age-gate-lead {
    color: #3e3e3e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
    padding: 0px 4px;
}

.age-gate-action {
    margin-bottom: 18px;
}

.age-gate .age-yes {
    background: #003399;
    color: #fff !important;
    border: 2px solid #003399;
    padding: 14px 38px;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    min-width: 200px;
}

.age-gate .age-yes:hover {
    background: #012264;
    border-color: #012264;
}

.age-gate-foot {
    font-size: 12px;
    color: #6d6d6d;
    line-height: 18px;
    margin: 0;
    padding: 0 6px;
}

.age-gate-foot a {
    color: #003399;
    text-decoration: underline;
}

/* top warn strip — red 18+ alert */
.top-warn-strip {
    background: #cd2653;
    color: #fff;
    padding: 8px 0px;
    border-bottom: 2px solid #a01d40;
}

.top-warn-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1332px;
    text-align: center;
}

.warn-badge {
    background: #fff;
    color: #cd2653;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 3px 9px;
    margin-right: 12px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    line-height: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.top-warn-row p {
    color: #fff !IMPORTANT;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

/* footer responsible-play block — big red headlines + extended plain-text body */
.footer-respo-text {
    max-width: 920px;
    margin: 0 auto 30px;
    padding: 26px 26px 22px;
    text-align: left;
    background: #fff;
    border: 1px solid #e4e8ed;
    border-top: 4px solid #cd2653;
    box-shadow: 0 3px 8px 0 rgba(54,57,73,.05);
}

.footer-respo-text .respo-item {
    padding: 14px 0;
    border-bottom: 1px solid #e4e8ed;
}

.footer-respo-text .respo-item:first-child {
    padding-top: 4px;
}

.footer-respo-text .respo-item:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}

.footer-respo-text .respo-item h4 {
    color: #cd2653;
    font-family: 'SegoeUI-Bold', 'Segoe UI', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.footer-respo-text .respo-item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
    font-family: 'Raleway', sans-serif;
}

/* regulator logos row — image-based */
.footer-regs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px;
    margin: 5px auto 22px;
    padding: 14px 10px;
    max-width: 920px;
}

.reg-logo-img {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 38px;
    -webkit-transition: opacity .2s ease, filter .2s ease;
    transition: opacity .2s ease, filter .2s ease;
    opacity: .82;
}

.reg-logo-img img {
    max-height: 38px;
    height: 38px;
    width: auto;
    max-width: 160px;
    min-width: 60px;
    display: block;
    object-fit: contain;
}

.reg-logo-img:hover {
    opacity: 1;
}

.reg-logo-img.reg-text-fallback {
    border: 1px solid #aaa;
    padding: 8px 14px;
    height: auto;
    color: #6d6d6d;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.reg-logo-img.reg-text-fallback:hover {
    color: #003399;
    border-color: #003399;
    opacity: 1;
}

/* gdpr cookie bar */
.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #012264;
    color: #fff;
    padding: 16px 0;
    z-index: 9000;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: transform .35s ease;
    transition: transform .35s ease;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.25);
}

.cookie-bar.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cookie-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.cookie-text {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    min-width: 280px;
}

.cookie-text strong {
    display: block;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    color: #fff;
}

.cookie-text p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #dcd7ca !important;
}

.cookie-text p a {
    color: #fff;
    text-decoration: underline;
}

.cookie-btns {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn.cookie-btn {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 1;
}

.btn.cookie-btn.cookie-reject {
    background: transparent;
    color: #fff !important;
}

.btn.cookie-btn.cookie-reject:hover {
    background: rgba(255,255,255,0.1);
}

.btn.cookie-btn.cookie-accept {
    background: #fff;
    color: #012264 !important;
}

.btn.cookie-btn.cookie-accept:hover {
    background: #dcd7ca;
}

/* responsive tweaks for new bits */

@media only screen and (max-width:767px)
{
    .age-gate-inner {
        padding: 28px 22px 22px;
    }
    .age-gate-inner h2 {
        font-size: 21px;
    }
    .age-gate-lead {
        font-size: 14px;
        line-height: 22px;
    }
    .top-warn-strip {
        padding: 7px 0px;
    }
    .top-warn-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left;
    }
    .top-warn-row p {
        font-size: 11px;
        line-height: 15px;
    }
    .warn-badge {
        font-size: 11px;
        padding: 2px 7px;
        margin-right: 8px;
    }
    .footer-respo-text {
        margin: 0 15px 22px;
        padding: 18px 18px 14px;
    }
    .footer-respo-text .respo-item {
        padding: 12px 0;
    }
    .footer-respo-text .respo-item h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .footer-respo-text .respo-item p {
        font-size: 13px;
        line-height: 22px;
    }
    .footer-regs {
        gap: 14px;
        padding: 12px 8px;
        margin: 5px 15px 20px;
    }
    .reg-logo-img {
        height: 30px;
    }
    .reg-logo-img img {
        max-height: 30px;
        height: 30px;
        max-width: 130px;
        min-width: 50px;
    }
    .reg-logo-img.reg-text-fallback {
        font-size: 10px;
        padding: 7px 10px;
        height: auto;
    }
    .cookie-row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: stretch;
        align-items: stretch;
        text-align: left;
    }
    .cookie-btns {
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
    .btn.cookie-btn {
        -ms-flex: 1;
        flex: 1;
        padding: 11px 12px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px) {
    .age-gate-inner {
        padding: 25px 18px 20px;
    }
    .age-gate-inner h2 {
        font-size: 19px;
    }
    .age-gate .age-yes {
        padding: 12px 26px;
        font-size: 14px;
        min-width: 160px;
        width: 100%;
    }
    .top-warn-row p {
        font-size: 10px;
        line-height: 13px;
    }
}

