@font-face {
    font-family: "Cinzel";
    src: url("../vip-casinogames-nz-assets/vip-casinogames-nz-cinzel-bold.woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../vip-casinogames-nz-assets/vip-casinogames-nz-montserrat-semibold.woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../vip-casinogames-nz-assets/vip-casinogames-nz-montserrat-medium.woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../vip-casinogames-nz-assets/vip-casinogames-nz-montserrat-regular.woff2");
    font-weight: 400;
    font-display: swap;
}
:root {
    --font-family: "Montserrat", sans-serif;
    --second-family: "Cinzel", sans-serif;
  

    --container-width: 1240px;

    --container-step: 25px;
    --container-step-tablet: 20px;
    --container-step-mobile: 16px;

    --container: calc(var(--container-width) + (var(--container-step) * 2));
}

.vip-casinogames-nz-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    margin: auto;
    box-sizing: border-box;
    align-items: center;
}

@media (max-width:991px) {
  .vip-casinogames-nz-container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .vip-casinogames-nz-container {
    padding: 0 var(--container-step-mobile)
  }
}


html {
    scroll-behavior: smooth;
}  

body{
    margin: 0px;
}

.vip-casinogames-nz-no-scroll{
    overflow: hidden;
}

ul{
    padding: 0px;
    margin: 0px;
}

.vip-casinogames-nz-mobile{
    display: none;
}
  

h1{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    line-height: 100%;
    margin: 0px;
    max-width: 705px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 43px;
        text-align: center;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
}

h2{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    margin: 0px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 33px;
        line-height: 115%;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
        font-size: 26px;
    }
}

h3{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0px;
}

@media screen and (max-width: 600px) {
    h3 {
      font-size: 18px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 33px;
        line-height: 115%;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 33px;
        line-height: 115%;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
        font-size: 26px;
    }
}

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

.vip-casinogames-nz-btn{
    border-radius: 10px;
    box-shadow: inset 0 0 8px 0 #9bc415;
    background: linear-gradient(180deg, #516e00 0%, #81aa2f 100%);
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 0px;
    border: 0px;
    text-decoration: none;
}

section{
    padding: 50px 0px;
}

header{
    backdrop-filter: blur(10px);
    background: rgba(228, 255, 154, 0.1);
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    z-index: 3;
}

header .vip-casinogames-nz-container{
    flex-direction: row;
    justify-content: space-between;
}

.vip-casinogames-nz-header_content{
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: 40px;
}

header .vip-casinogames-nz-btn{
    padding: 12px 0px;
    max-width: 150px;
}

header ul{
    list-style: none;
    display: flex;
    width: 100%;
    gap: 40px;
}

header nav a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.vip-casinogames-nz-languages{
    display: flex;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 8px 14px;
    gap: 10px;
    align-items: center;
}

.vip-casinogames-nz-languages a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

header nav a:hover{
    font-weight: 600;
    color: #fff;
}

header nav a.vip-casinogames-nz-activeLink{
    font-weight: 600;
    color: #fff;
}

header.vip-casinogames-nz-Not-Registered .vip-casinogames-nz-Registration-autorisation-panel{
    display: flex;
    gap: 24px;
}

header.vip-casinogames-nz-Registered .vip-casinogames-nz-Registration-autorisation-panel{
    display: none;
}

header.vip-casinogames-nz-Registered .vip-casinogames-nz-link_to_profile{
    display: flex;
    justify-content: end;
    gap: 40px;
}

header.vip-casinogames-nz-Not-Registered .vip-casinogames-nz-link_to_profile{
    display: none;
}

.vip-casinogames-nz-Registration-autorisation-panel{
    width: 100%;
    max-width: 344px;
    justify-content: space-between;
}

header.Registered .vip-casinogames-nz-header_content{
    align-items: center;
    justify-content: end;
    gap: 40px;
}

#burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    display: none;
    overflow: visible;
    position: relative;
    z-index: 3;
}

#burger-menu span,
#burger-menu span::before,
#burger-menu span::after {
    background: #fff;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: 0.3s ease-in-out;
    content: '';
}

#burger-menu span::before {
    left: 0;
    top: -10px;
    width: 27px;
}

#burger-menu span {
    right: 0;
    top: 13px;
    width: 27px;
}

#burger-menu span::after {
    left: 0;
    top: 10px;
    width: 27px;
}

#burger-menu.close span::before {
    top: 0;
    transform: rotate(90deg);
    width: 27px;
}

#burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
}

#burger-menu.close span::after {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
}

#menu {
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
    height: 100vh;
    display: none;
}

#menu.vip-casinogames-nz-overlay {
    visibility: visible;
    opacity: 2;
    padding: 0px;
    background: rgba(0, 0, 0, 0.5);
}

#menu .vip-casinogames-nz-container{
    margin: 0px;
    margin-top: 62px;
    align-items: flex-start;
    margin: 0px auto;
    padding-top: 92px;
}

#menu .vip-casinogames-nz-burger_menu_content{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    align-items: center;
    gap: 10px;
}

#menu .vip-casinogames-nz-burger_menu_content ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#menu .vip-casinogames-nz-Registration-autorisation-panel {
    flex-direction: column;
    gap: 10px;
}

.vip-casinogames-nz-signUpButton{
    color: white;
    background-color: white;
}

.vip-casinogames-nz-logInButton{
    background: transparent;
    border: 2px solid #fff;
    box-shadow: unset;
}



@media screen and (max-width: 1100px) {
  .vip-casinogames-nz-header_content{
      display: none;
  }

  #burger-menu{
    display: block;
  }

  #menu{
    display: flex;
  }
}

.vip-casinogames-nz-WhyChooseUs{
    background: #02101b;
    padding: 0px;
    padding-bottom: 80px;
}

.vip-casinogames-nz-WhyChooseUs .vip-casinogames-nz-container{
    gap: 80px;
    flex-direction: column-reverse;
}

.vip-casinogames-nz-WhyChooseUs p{
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.vip-casinogames-nz-WhyChooseUs ul{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px;
    flex-wrap: wrap;
    gap: 40px;
    background: #3c4d0d;
    border-radius: 50px;
    padding: 0px 40px;
    box-sizing: border-box;
    position: relative;
}

.vip-casinogames-nz-WhyChooseUs ul::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.5) 100%);
    border-radius: 50px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.vip-casinogames-nz-WhyChooseUs li{
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 30px 0px;
    border-radius: 16px;
    box-sizing: border-box;
}

.vip-casinogames-nz-WhyChooseUs h2{
    margin-bottom: 20px;
    text-transform: capitalize;
}

.vip-casinogames-nz-WhyChooseUs h3{
    font-family: var(--second-family);
    font-weight: 600;
    line-height: 150%;
}

@media screen and (max-width: 600px){
    .vip-casinogames-nz-WhyChooseUs h3{
        line-height: 167%;
    }

    .vip-casinogames-nz-WhyChooseUs p{
        max-width: 268px;
        font-size: 14px;
    }

    .vip-casinogames-nz-WhyChooseUs li{
        padding: 30px 20.5px;
        padding-top: 0px;
    }
}

.vip-casinogames-nz-Games_section{
    background: linear-gradient(0deg, rgba(1, 6, 13, 0.7), rgba(1, 6, 13, 0.7)), url(../vip-casinogames-nz-assets/vip-casinogames-nz-second-bg.webp);
    background-size: cover;
    background-position: center;
}

.vip-casinogames-nz-Games_section .vip-casinogames-nz-container{
    gap: 24px;
}

.vip-casinogames-nz-games{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    list-style: none;

}

.vip-casinogames-nz-games li{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 280px;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background: rgba(228, 255, 154, 0.2);
    border-radius: 14px;
}

.vip-casinogames-nz-games li::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.5) 100%);
    border-radius: 14px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.vip-casinogames-nz-games .vip-casinogames-nz-text_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip-casinogames-nz-games .vip-casinogames-nz-text_content h3{
    font-family: var(--font-family);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.vip-casinogames-nz-raiting{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    display: flex;
    gap: 4px;
    align-items: center;
}

.vip-casinogames-nz-raiting img{
    height: 20px;
    width: 20px;
}

.vip-casinogames-nz-AboutUsSection{
    background: #01374a;
}

.vip-casinogames-nz-AboutUsSection .vip-casinogames-nz-container{
    gap: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.vip-casinogames-nz-AboutUsSection p{
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.vip-casinogames-nz-CommentsSection{
    background: #02080E;
    padding-bottom: 86px;
}

.vip-casinogames-nz-CommentsSection .vip-casinogames-nz-container{
    gap: 24px;
}

.vip-casinogames-nz-comments{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 39px;
    flex-wrap: wrap;
}

.vip-casinogames-nz-comment{
    max-width: 387px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(8px);
    background: rgba(228, 255, 154, 0.2);
    height: fit-content;
    border-radius: 20px;
}

.vip-casinogames-nz-comment::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.3) 0%,rgba(0, 0, 0, 0.5) 100%);
    border-radius: 20px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.vip-casinogames-nz-commentHeader{
    display: flex;
    gap: 20px;
}

.vip-casinogames-nz-Raiting_and_Name{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
}

.vip-casinogames-nz-Raiting_and_Name h3{
    font-family: var(--font-family);
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .vip-casinogames-nz-Raiting_and_Name h3{
        font-size: 20px;
    }
}

.vip-casinogames-nz-legal_info .vip-casinogames-nz-text_content.Responsible_gaming_paragpraph{
    max-width: unset;
    width: 100%;
}

.vip-casinogames-nz-Comment_star{
    height: 16px;
}

.vip-casinogames-nz-commentBody p {
    text-align: start;
    text-align: start;
    font-size: 18px;
}


footer{
    padding: 50px 0px;
    background: #1d2319;
}

footer .vip-casinogames-nz-container{
    gap: 30px;
}

.vip-casinogames-nz-legal_info{
    display: flex;
    justify-content: start;
    width: 100%;
    gap: 40px;
    flex-wrap: wrap;
}

.vip-casinogames-nz-legal_info .vip-casinogames-nz-text_content{
    max-width: 600px;
    width: 100%;
}

.vip-casinogames-nz-legal_info .vip-casinogames-nz-text_content h3{
    font-family: var(--second-family);
    font-weight: 600;
    line-height: 130%;
    text-align: start;
    margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
    .vip-casinogames-nz-legal_info .vip-casinogames-nz-text_content h3{
        font-size: 20px
    }
}

.vip-casinogames-nz-legal_info .vip-casinogames-nz-text_content p{
    text-align: start;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #f1f1f1;
}

.vip-casinogames-nz-logos{
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

.vip-casinogames-nz-footer-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.vip-casinogames-nz-links{
    display: flex;
    justify-content: space-between;
    gap: 56px;
    list-style: none;
}

.vip-casinogames-nz-links a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.8);
}

.vip-casinogames-nz-footer-bottom span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    text-align: center;
    color: #fff;
}

.vip-casinogames-nz-footer-bottom a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.8);
}









.vip-casinogames-nz-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(1, 6, 13, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }


  .vip-casinogames-nz-modal .vip-casinogames-nz-container{
    width: 100%;
  }
  
  .vip-casinogames-nz-modal-content {
    background: #fbeef7;
    padding: 50px 0px;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    width: 100%;
    animation: fadeIn 0.3sease -in-out;
    backdrop-filter: blur(10px);
    background: rgba(228, 255, 154, 0.2);
  }
  
  .vip-casinogames-nz-modal-content form {
    display: flex;
    flex-direction: column;
    max-width: 386px;
    width: 100%;
    margin: auto;
    gap: 20px;
  }
  
  .vip-casinogames-nz-modal-content h2 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #fff;
  }

  .vip-casinogames-nz-inputs{
    width: 100%;
    gap: 14px;
    display: flex;
    flex-direction: column;
  }
  
  .vip-casinogames-nz-modal-content input {
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
    width: 100%;
    gap: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #02101b;
  }

  .vip-casinogames-nz-modal-content input::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #02101b;
  }
  
  .vip-casinogames-nz-modal-content input:focus {
    border-color: #00419b;
  }
  
  .vip-casinogames-nz-modal-content .vip-casinogames-nz-btn {
    padding: 0.75rem 1rem;
    color: white;
    border: none;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 10px;
    box-shadow: inset 0 0 8px 0 #9bc415;
    background: linear-gradient(180deg, #516e00 0%, #81aa2f 100%);
  }
  
  .vip-casinogames-nz-warning {
    display: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .vip-casinogames-nz-modal-content p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px;
  }
  
  .vip-casinogames-nz-modal-content button#switch-to-login,
  .vip-casinogames-nz-modal-content button#switch-to-signup {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 0px;
  }
  
  .vip-casinogames-nz-hidden {
    display: none !important;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @media screen and (max-width: 1290px) {
    .vip-casinogames-nz-WhyChooseUs ul{
        padding: 40px 0px;
        gap: 10px;
    }

    .vip-casinogames-nz-WhyChooseUs li{
        padding-top: 0px;
    }

    .vip-casinogames-nz-hero img{
        width: 382px;
        height: auto;
    }
  }

  @media screen and (max-width: 739px) {
    footer nav{
        width: 100%;
    }
    
    header ul{
        gap: 10px;
    }

    .vip-casinogames-nz-hero{
        padding: 0px;
        padding-top: 88px;
        padding-bottom: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vip-casinogames-nz-hero .vip-casinogames-nz-container{
        gap: 24px;
    }

    .vip-casinogames-nz-hero img{
        z-index: 2;
        width: 335px;
        height: auto;
        bottom: -240px;
    }

    .vip-casinogames-nz-hero .vip-casinogames-nz-content{
        gap: 12px;
        align-items: center;
    }

    .vip-casinogames-nz-hero p{
        text-align: center;
    }

    footer{
        padding: 30px 0px;
    }

    footer .vip-casinogames-nz-container.mobile{
        display: flex;
    }

    footer .vip-casinogames-nz-container.desctop{
        display: none;
    }

    .vip-casinogames-nz-footer-bottom span{
        font-size: 14px;
    }

    .vip-casinogames-nz-links a{
        font-size: 14px;
    }

    .vip-casinogames-nz-legal_info{
        justify-content: center;
    }

    .vip-casinogames-nz-logos img{
        height: 20px;
    }

    .vip-casinogames-nz-logo_18{
        height: 21px;
    }

    .vip-casinogames-nz-links{
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: unset;
    }
  }
  
@media (max-width: 480px) {
    .vip-casinogames-nz-modal-content h2 {
      font-size: 1.5rem;
    }

    .vip-casinogames-nz-WhyChooseUs ul{
        padding: 40px 0px;
    }
}

@media screen and (max-width: 450px){
    .vip-casinogames-nz-hero .vip-casinogames-nz-btn-1{
        max-width: none;
    }
}
  

.vip-casinogames-nz-terms{
    background: linear-gradient(0deg, rgba(1, 6, 13, 0.7), rgba(1, 6, 13, 0.7)), url(../vip-casinogames-nz-assets/vip-casinogames-nz-second-bg.webp);
    background-size: cover;
    background-position: center;
}

.vip-casinogames-nz-terms section{
    padding: 100px 0px;
}

.vip-casinogames-nz-terms header{
    position: relative;
}

.vip-casinogames-nz-terms .vip-casinogames-nz-content_wrapper{
    width: 100%;
    padding: 60px 16px;
    box-sizing: border-box;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.6);
}

.vip-casinogames-nz-terms_content{
    max-width: 1026px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.vip-casinogames-nz-terms h1{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase;
    color: white;
    margin-bottom: 24px;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.vip-casinogames-nz-terms h2{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: white;
    margin-bottom: 12px;
    text-align: start;
}

.vip-casinogames-nz-terms p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    color: white;
    margin: 0px;
}

.vip-casinogames-nz-terms p:not(:last-of-type){
    margin-bottom: 24px;
}

@media screen and (max-width: 650px) {
    .vip-casinogames-nz-games{
        gap: 12px;
        display: grid;
        grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    }
    .vip-casinogames-nz-games li{
        padding: 12px;
        max-width: 158px;
    }

    .vip-casinogames-nz-games .vip-casinogames-nz-text_content{
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
}

.vip-casinogames-nz-terms .vip-casinogames-nz-container{
    align-items: baseline;
    padding-top: 0px;
    gap: 10px;
}

.vip-casinogames-nz-terms h2{
    font-size: 20px;
}

.vip-casinogames-nz-terms ul:not(.vip-casinogames-nz-terms footer ul){
    color: white;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding-left: 15px;
}

@media screen and (max-width: 650px) {
    .vip-casinogames-nz-games{
        gap: 12px;
    }
    .vip-casinogames-nz-games li{
        padding: 12px;
        max-width: 158px;
    }

    .vip-casinogames-nz-games .vip-casinogames-nz-text_content{
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
}

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