*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    background-color: #1B1B1E;
    color:#D8DBE2;
    line-height: 1.6;
    margin:0;
    padding: 0;
}

a{
    text-decoration:none;
}

.container{
    max-width:1200px;
    margin: 0 auto;
    padding:0 20px;
}

.container-fluid{
    width:100%;
    padding-right:15px;
    padding-left: 15px;
    margin-right:auto;
    margin-left:auto;
}

.px-md-5{
    padding-left:3rem;
    padding-right: 3rem;
}

.row{
    display:flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.no-gutters{
    margin-right:0;
    margin-left: 0;
}

.no-gutters > .col-md-6,
.no-gutters > .col-md-12,
.no-gutters > .col-lg-3{
    padding-right: 0;
    padding-left:0;
}

.col-md-6{
    flex: 0 0 50%;
    max-width:50%;
    padding-right:15px;
    padding-left: 15px;
}

.col-md-12{
    flex:0 0 100%;
    max-width: 100%;
    padding-right:15px;
    padding-left:15px;
}

.col-lg-3{
    flex:0 0 25%;
    max-width:25%;
    padding-right: 15px;
    padding-left:15px;
}

.mt-5{
    margin-top:3rem;
}

.mb-4{
    margin-bottom: 2.5rem;
}

.mr-md-4{
    margin-right:1.5rem;
}

.text-center{
    text-align:center;
}

.align-items-center{
    align-items: center;
}

.justify-content-start{
    justify-content:flex-start;
}

.header-section {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 50px;
    z-index: 99;
    text-align: right;
    padding-left:20px;
    padding-right:20px;
}
.site-logo {
    float: left;
    margin-right: 50px;
}
.site-logo img {
    max-width: 170px;
    height:auto;
    display:block;
}
.main-menu {
    display: inline-block;
    padding-top: 15px;
}
.main-menu ul{
    margin:0;
    padding:0;
}
.main-menu ul li {
    list-style: none;
    display: inline;
    margin-right: 30px;
}
.main-menu ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
}
.main-menu ul li .active,
.main-menu ul li a:hover {
    color: #58A4B0;
}
.nav-switch {
    display: none;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }

.hero-wrap .container-fluid{
    position: relative;
    z-index: 4;
    padding: 0 16px;
}

.hero-wrap .container-fluid .row{
    justify-content: center;
    text-align:center;
}
.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #000000; }

.hero-wrap.hero-wrap-2 {
    height: 600px; }

.hero-wrap.hero-wrap-2 .overlay {
    opacity: .6; }

.hero-wrap.hero-wrap-2 .slider-text {
    height: 600px; }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: #000000; }

.overlay {
    opacity: .6; }

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .1;
    background: #000000; }

.overlay {
    width: 50%; }

@media (min-width: 992px) {
    .ftco-consultation .overlay {
        width: 50%; }
}

.slider-text {
    height: 600px; }

.slider-text h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Poppins", Arial, sans-serif; }

@media (max-width: 991.98px) {
    .slider-text h1 {
        font-size: 40px; } }

.slider-text .subheading {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600; }

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    color: #83b582; }

.slider-text p strong {
    font-weight: 700; }

.slider-text p strong a {
    color: #000000; }

.slider-text .btn-custom {
    font-size: 16px;
    font-weight: 500;
    color: #fff; }

.slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99; }

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5); }

.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.3); }

.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, 0.7); }

.btn-custom{
    display:inline-block;
    padding:14px 32px;
    font-size: 15px;
    font-weight:600;
    color:#fff;
    background-color: #58A4B0;
    border-radius:6px;
    transition:all 0.3s;
    border:2px solid #58A4B0;
    text-transform: uppercase;
    letter-spacing:1px;
}

.btn-custom:hover{
    background-color:transparent;
    color: #58A4B0;
    transform:translateY(-3px);
    box-shadow: 0 10px 25px rgba(88,164,176,0.4);
}

.btn-custom .ion-ios-arrow-forward::before{
    content:'→';
    margin-left:8px;
}

.footer-section {
    padding: 80px 0 30px;
    background-color: #373F51;
    color: #D8DBE2;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
    color: #58A4B0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-description {
    font-size: 15px;
    line-height: 1.8;
    color: #A9BCD0;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.footer-list li span:first-child {
    font-weight: 600;
}

.widget-description {
    font-size: 14px;
    line-height: 1.8;
    color: #A9BCD0;
    margin-bottom: 20px;
}

.footer-list li a{
    color:#A9BCD0;
    transition:color 0.3s;
}

.footer-list li a:hover{
    color:#58A4B0;
}

.footer-logo-link{
    display:block;
    margin-bottom:15px;
}

.footer-logo{
    max-width:150px;
    height:auto;
}

.responsible-gaming-notice{
    margin-bottom:20px;
}

.warning-text-highlight{
    color:#FFB800;
    font-weight:700;
    font-size:15px;
    margin-bottom:8px;
    line-height:1.4;
}

.regulator-logos{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:20px;
}

.regulator-logos a{
    display:block;
    background-color:rgba(255,255,255,0.05);
    padding:10px;
    border-radius:6px;
    transition:all 0.3s;
}

.regulator-logos a:hover{
    background-color:rgba(88,164,176,0.2);
    transform:translateY(-2px);
}

.regulator-logos img{
    width:100%;
    height:100%;
    object-fit: contain;
    max-width:120px;
    display:block;
    margin:0 auto;
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.copyright a {
    color: #58A4B0;
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 60px 0 20px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .col-md-6,
    .col-lg-3{
        flex: 0 0 100%;
        max-width:100%;
    }

    .nav-switch{
        display:block;
        background:transparent;
        border: none;
        color:#ffffff;
        font-size:24px;
        cursor:pointer;
        padding-top: 15px;
        float: right;
    }

    .main-menu{
        display:none;
        position: absolute;
        top:100%;
        left:0;
        right: 0;
        background-color:#373F51;
        padding:20px;
        box-shadow:0 4px 10px rgba(0,0,0,0.5);
        text-align: left;
        width:100%;
        z-index:100;
    }

    .main-menu.active{
        display: inline-block;
    }

    .main-menu ul li{
        display: block;
        margin-right:0;
        margin-bottom:15px;
    }

    .main-menu ul li a{
        display:block;
        padding: 10px 0;
        border-bottom:1px solid rgba(255,255,255,0.1);
    }

    .slider-text h1{
        font-size:36px;
    }

    .slider-text .subheading{
        font-size: 16px;
    }

    .btn-custom{
        display:block;
        margin-bottom: 15px;
        text-align:center;
        width:100%;
        max-width:280px;
    }

    .mr-md-4{
        margin-right: 0;
    }

    .px-md-5{
        padding-left:1rem;
        padding-right:1rem;
    }

    .footer-list li{
        flex-direction:column;
        gap:5px;
    }

    .footer-list li span:first-child{
        color:#58A4B0;
    }

    .regulator-logos{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }
}

@media (max-width:576px){
    .header-section{
        padding-top: 20px;
        padding-left:15px;
        padding-right:15px;
    }

    .site-logo{
        margin-right:20px;
    }

    .site-logo img{
        max-width:120px;
    }

    .slider-text h1{
        font-size:28px;
    }

    .slider-text .subheading{
        font-size:14px;
    }

    .btn-custom{
        padding:12px 24px;
        font-size:14px;
    }

    .footer-logo{
        max-width:120px;
    }

    .regulator-logos{
        grid-template-columns:repeat(2,1fr);
    }

    .regulator-logos img{
        max-width:60px;
    }

    .warning-text-highlight{
        font-size:14px;
    }
}

@media (max-width:400px){
    .site-logo img{
        max-width:100px;
    }

    .main-menu ul li a{
        font-size:13px;
    }

    .slider-text h1{
        font-size:24px;
    }

    .btn-custom{
        padding:10px 20px;
        font-size:13px;
    }

    .footer-heading{
        font-size:18px;
    }

    .regulator-logos{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }
}


.ftco-animate{
    opacity:1;
}

.platforms-ranking-area{
    padding:80px 0;
    background: linear-gradient(180deg, #1B1B1E 0%, #373F51 100%);
}

.heading-block-main{
    text-align:center;
    margin-bottom: 50px;
}

.section-main-title{
    font-size:42px;
    color:#D8DBE2;
    font-weight: 700;
    margin-bottom:15px;
    line-height: 1.2;
}

.section-desc-text{
    font-size: 18px;
    color:#A9BCD0;
    max-width:600px;
    margin:0 auto;
}

.cards-grid-wrapper{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:30px;
    max-width: 1200px;
    margin:0 auto;
}

.platform-card-box{
    background-color:#2a2d3a;
    border-radius: 12px;
    overflow: hidden;
    transition:transform 0.3s,box-shadow 0.3s;
    position:relative;
    border:1px solid rgba(88,164,176,0.2);
}

.platform-card-box:hover{
    transform:translateY(-8px);
    box-shadow: 0 15px 35px rgba(88,164,176,0.3);
}

.card-inner-wrapper{
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.badge-top-corner{
    position:absolute;
    top:15px;
    right: 15px;
    z-index:10;
}

.badge-text{
    background: linear-gradient(135deg,#58A4B0,#4a9aa5);
    color:#fff;
    padding:6px 14px;
    border-radius: 20px;
    font-size:12px;
    font-weight: 600;
    text-transform:uppercase;
    letter-spacing: 0.5px;
}

.logo-rating-section{
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.brand-logo-container{
    flex: 1;
    max-width:140px;
}

.brand-logo-container img{
    width: 100%;
    height:auto;
    display:block;
}

.rating-stars-box{
    display:flex;
    align-items: center;
    gap:3px;
}

.star-icon{
    color:#FFB800;
    font-size:18px;
}

.star-icon.half{
    background: linear-gradient(90deg,#FFB800 50%, #4a4d5a 50%);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    background-clip:text;
}

.star-icon.empty{
    color:#4a4d5a;
}

.rating-number{
    margin-left: 8px;
    font-size:14px;
    color:#A9BCD0;
    font-weight:600;
}

.card-title-area{
    margin-bottom: 15px;
}

.platform-name-title{
    font-size:26px;
    color: #D8DBE2;
    font-weight:700;
    margin: 0;
}

.bonus-highlight-box{
    background: linear-gradient(135deg,rgba(88,164,176,0.15),rgba(88,164,176,0.05));
    padding:18px;
    margin-bottom: 18px;
}

.bonus-label{
    display: block;
    font-size:12px;
    color:#58A4B0;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing:1px;
}

.bonus-amount-text{
    font-size:20px;
    color:#D8DBE2;
    font-weight: 700;
    margin:0;
    line-height: 1.3;
}

.platform-desc-area{
    margin-bottom:20px;
}

.short-description{
    font-size: 14px;
    color:#A9BCD0;
    line-height:1.6;
    margin:0;
}

.advantages-list-box{
    margin-bottom:25px;
}

.advantage-item{
    display:flex;
    align-items: center;
    gap:10px;
    margin-bottom: 10px;
    font-size:14px;
    color:#D8DBE2;
}

.check-icon{
    color:#58A4B0;
    font-weight: bold;
    font-size:16px;
}

.button-claim-area{
    text-align:center;

    margin-top: auto;

}

.claim-bonus-btn{
    display: block;
    width:100%;
    padding:14px 20px;
    background: linear-gradient(135deg, #58A4B0,#4a9aa5);
    color:#fff;
    text-decoration: none;
    border-radius:8px;
    font-weight: 600;
    font-size:16px;
    text-transform: uppercase;
    transition:all 0.3s;
    letter-spacing: 0.5px;
}

.claim-bonus-btn:hover{
    background:linear-gradient(135deg, #4a9aa5,#3d8792);
    box-shadow:0 8px 20px rgba(88,164,176,0.4);
    transform:translateY(-2px);
}

@media(max-width:992px){
    .cards-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
        gap:25px;
    }

    .section-main-title{
        font-size: 36px;
    }
}

@media (max-width:768px){
    .platforms-ranking-area{
        padding:60px 0;
    }

    .cards-grid-wrapper{
        grid-template-columns:1fr;
        gap:20px;
        padding: 0 20px;
    }

    .section-main-title{
        font-size:32px;
    }

    .section-desc-text{
        font-size: 16px;
    }

    .platform-name-title{
        font-size:22px;
    }

    .bonus-amount-text{
        font-size:18px;
    }
}

@media(max-width:576px){
    .card-inner-wrapper{
        padding:20px;
    }

    .section-main-title{
        font-size:28px;
    }

    .logo-rating-section{
        flex-direction: column;
        align-items:flex-start;
        gap:15px;
    }

    .brand-logo-container{
        max-width:120px;
    }

    .platform-name-title{
        font-size: 20px;
    }

    .bonus-amount-text{
        font-size:16px;
    }

    .claim-bonus-btn{
        padding:12px 18px;
        font-size: 14px;
    }
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color:#1B1B1E;
}

.title {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color: #D8DBE2;
    font-size: 30px;
    margin-bottom: 20px;
    text-align:center;
    font-weight:700;
}

.section-content {
    margin-top: 20px;
    max-width:900px;
    margin-left: auto;
    margin-right:auto;
    padding:0 20px;
}

.section-content .fifteen {
    margin-bottom: 15px;
}

.section-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #A9BCD0;
    margin-bottom: 13px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    text-align:center;
}

.section-content ol {
    list-style: decimal inside;
    padding-left: 0;
    margin-top: 20px;
}

.section-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #A9BCD0;
    margin-bottom: 10px;
    padding-left: 5px;
}

.section-content ol li a {
    color: #58A4B0;
    text-decoration: underline;
    transition: 0.3s;
}

.section-content ol li a:hover {
    color: #D8DBE2;
}

@media(max-width:768px){
    .section-padding{
        padding-top:80px;
        padding-bottom: 80px;
    }

    .title{
        font-size:26px;
    }

    .section-content p{
        font-size:15px;
        line-height: 26px;
    }

    .section-content ol li{
        font-size: 15px;
    }
}

@media (max-width:576px){
    .section-padding{
        padding-top: 60px;
        padding-bottom:60px;
    }

    .title{
        font-size:24px;
        margin-bottom:15px;
    }

    .section-content{
        padding:0 15px;
    }

    .section-content p{
        font-size: 14px;
        line-height:24px;
    }

    .section-content ol li{
        font-size:14px;
        line-height: 1.7;
    }
}

.bg-gradient {
    background-image: linear-gradient(120deg, #373F51 0%, #58A4B0 100%);
}

.counter-section {
    padding: 40px 0;
}

.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.row{
    display:flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
    align-items:center;
}

.col-lg-4{
    flex: 0 0 33.333333%;
    max-width:33.333333%;
    padding-right: 15px;
    padding-left:15px;
}

.col-lg-8{
    flex:0 0 66.666667%;
    max-width: 66.666667%;
    padding-right:15px;
    padding-left: 15px;
}

.counter-section .counter-text span {
    font-size: 16px;
    color: #ffffff;
    display:block;
    margin-bottom:8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-section .counter-text h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-top: 10px;
    font-size:32px;
}

.counter-section .cd-timer {
    text-align: right;
}

.counter-section .cd-timer .cd-item {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
    height: 120px;
    width: 120px;
    padding-top: 32px;
    position: relative;
}

.counter-section .cd-timer .cd-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    content: "";
    opacity: 0.1;
    border-radius: 4px;
}

.counter-section .cd-timer .cd-item span {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    display:block;
}

.counter-section .cd-timer .cd-item p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 30px;
    margin-top:8px;
}

@media(max-width:992px){
    .col-lg-4,
    .col-lg-8{
        flex:0 0 100%;
        max-width: 100%;
    }

    .counter-section .counter-text{
        text-align:center;
        margin-bottom:40px;
    }

    .counter-section .cd-timer{
        text-align:center;
    }

    .counter-section .cd-timer .cd-item{
        margin-left:15px;
        margin-right:15px;
    }
}

@media (max-width:768px){
    .counter-section{
        padding:60px 0;
    }

    .counter-section .counter-text h3{
        font-size: 28px;
        line-height:34px;
    }

    .counter-section .cd-timer .cd-item{
        height:100px;
        width:100px;
        padding-top: 25px;
        margin-left:10px;
        margin-right: 10px;
    }

    .counter-section .cd-timer .cd-item span{
        font-size:48px;
    }

    .counter-section .cd-timer .cd-item p{
        font-size:16px;
    }
}

@media(max-width:576px){
    .counter-section{
        padding:50px 0;
    }

    .counter-section .counter-text span{
        font-size:14px;
    }

    .counter-section .counter-text h3{
        font-size:24px;
        line-height: 30px;
    }

    .counter-section .cd-timer .cd-item{
        height:90px;
        width: 90px;
        padding-top:22px;
        margin-left: 8px;
        margin-right:8px;
        margin-bottom: 15px;
    }

    .counter-section .cd-timer .cd-item span{
        font-size:40px;
        line-height:26px;
    }

    .counter-section .cd-timer .cd-item p{
        font-size: 14px;
        margin-top:6px;
    }
}

.section_padding {
    padding: 200px 0px;
}

@media (max-width: 991px) {
    .section_padding {
        padding: 70px 0px;
    }
}

.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.row{
    display:flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.align-items-center{
    align-items:center;
}

.justify-content-between{
    justify-content: space-between;
}

.col-md-6{
    flex:0 0 50%;
    max-width: 50%;
    padding-right:15px;
    padding-left:15px;
}

.order-md-2{
    order:2;
}

.order-md-1{
    order: 1;
}

.btn_1 {
    display: inline-block;
    padding: 17px 50px;
    border-radius: 5px;
    background-color: #58A4B0;
    border: 2px solid #58A4B0;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    text-transform: capitalize;
    color: #fff;
    margin-top: 10px;
    text-decoration:none;
}

.btn_1:hover {
    background-color: #fff;
    color: #58A4B0;
}

.text_image_section {
    background-color: #1B1B1E;
}

.text_image_section .image_block img{
    width:100%;
    height: auto;
    display:block;
    border-radius:8px;
}

.text_image_section .text_content_block h5 {
    color: #58A4B0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.text_image_section .text_content_block h2 {
    font-size: 50px;
    line-height: 1.25;
    color: #D8DBE2;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .text_image_section .text_content_block h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.text_image_section .text_content_block p {
    line-height: 28px;
    margin-bottom: 30px;
    color: #A9BCD0;
    font-size: 15px;
}

@media (max-width: 991px) {
    .text_image_section .image_block {
        margin-bottom: 50px;
    }

    .col-md-6{
        flex:0 0 100%;
        max-width:100%;
    }

    .order-md-2{
        order:1;
    }

    .order-md-1{
        order:2;
    }
}

@media(max-width:768px){
    .section_padding{
        padding:60px 0px;
    }

    .text_image_section .text_content_block h2{
        font-size:28px;
    }

    .text_image_section .text_content_block h5{
        font-size: 16px;
    }

    .btn_1{
        padding: 14px 40px;
        font-size:14px;
    }
}

@media (max-width:576px){
    .section_padding{
        padding: 50px 0px;
    }

    .text_image_section .text_content_block h2{
        font-size:24px;
        line-height: 1.3;
    }

    .text_image_section .text_content_block p{
        font-size:14px;
        line-height: 26px;
    }

    .btn_1{
        padding:12px 35px;
        width:100%;
        text-align: center;
    }
}

.contact-form-wrapper{
    margin-top:40px;
    margin-bottom: 40px;
}

.contact-form-main{
    background-color:#1B1B1E;
    padding: 40px;
    border-radius:6px;
    border:2px solid #58A4B0;
}

.form-group-box{
    margin-bottom:25px;
    position: relative;
}

.form-group-box label{
    display: block;
    font-size:15px;
    color:#A9BCD0;
    margin-bottom:8px;
    font-weight: 500;
}

.form-group-box input,
.form-group-box textarea{
    width:100%;
    padding: 14px 16px;
    font-size:15px;
    border:1px solid #373F51;
    background-color:#373F51;
    color:#D8DBE2;
    border-radius: 4px;
    transition:border-color 0.3s ease,background-color 0.3s ease;
    font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}

.form-group-box input:focus,
.form-group-box textarea:focus{
    outline:none;
    border-color: #58A4B0;
    background-color:#1B1B1E;
}

.form-group-box textarea{
    resize:vertical;
    min-height: 140px;
}

.error-msg{
    display:none;
    color:#ff6b6b;
    font-size: 13px;
    margin-top:6px;
    position: absolute;
    bottom:-20px;
    left: 0;
}

.submit-btn-contact{
    background-color:#58A4B0;
    color: #ffffff;
    padding:15px 45px;
    font-size:16px;
    font-weight:600;
    border: none;
    border-radius:5px;
    cursor:pointer;
    transition: background-color 0.3s ease,transform 0.2s ease;
    margin-top: 10px;
}

.submit-btn-contact:hover{
    background-color:#A9BCD0;
    transform:translateY(-2px);
}

.submit-btn-contact:disabled{
    background-color: #373F51;
    cursor:not-allowed;
    transform: none;
}

.btn-loader{
    display:none;
}

.popup-overlay{
    display:none;
    position:fixed;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content:center;
    align-items:center;
    animation:fadeIn 0.3s ease;
}

@keyframes fadeIn{
    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }
}

.popup-content-box{
    background-color: #373F51;
    padding:50px 40px;
    border-radius:10px;
    text-align: center;
    max-width:500px;
    width:90%;
    box-shadow:0 10px 40px rgba(0,0,0,0.5);
    animation:slideUp 0.4s ease;
}

@keyframes slideUp{
    from{
        transform:translateY(50px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

.popup-icon-check{
    width:80px;
    height:80px;
    background-color:#58A4B0;
    border-radius:50%;
    display:flex;
    align-items: center;
    justify-content:center;
    margin:0 auto 25px;
    font-size: 48px;
    color:#ffffff;
    font-weight: bold;
}

.popup-title{
    font-size:28px;
    color:#D8DBE2;
    margin-bottom: 15px;
    font-weight:600;
}

.popup-message{
    font-size: 16px;
    color:#A9BCD0;
    line-height:1.6;
    margin-bottom:30px;
}

.popup-close-btn{
    background-color:#58A4B0;
    color:#ffffff;
    padding: 12px 35px;
    font-size:15px;
    font-weight: 600;
    border:none;
    border-radius: 5px;
    cursor: pointer;
    transition:background-color 0.3s ease;
}

.popup-close-btn:hover{
    background-color:#A9BCD0;
}

@media (max-width:768px){
    .contact-form-main{
        padding:30px 20px;
    }

    .form-group-box{
        margin-bottom: 30px;
    }

    .submit-btn-contact{
        width:100%;
        padding: 14px 20px;
    }

    .popup-content-box{
        padding: 40px 25px;
    }

    .popup-icon-check{
        width:70px;
        height: 70px;
        font-size:40px;
    }

    .popup-title{
        font-size: 24px;
    }

    .popup-message{
        font-size:15px;
    }
}

.page-content-wrapper{
    padding-top: 140px;
    padding-bottom:80px;
    min-height:100vh;
    background-color:#1B1B1E;
}

.legal-content-block{
    max-width: 900px;
    margin:0 auto;
    background-color: #373F51;
    padding:60px 50px;
    border-radius:8px;
    box-shadow:0 4px 15px rgba(0,0,0,0.3);
}

.legal-content-block h1{
    font-size:42px;
    color:#D8DBE2;
    margin-bottom: 30px;
    font-weight:700;
    line-height:1.3;
    border-bottom:3px solid #58A4B0;
    padding-bottom: 20px;
}

.legal-content-block h2{
    font-size: 32px;
    color:#A9BCD0;
    margin-top:45px;
    margin-bottom:20px;
    font-weight: 600;
    line-height:1.4;
}

.legal-content-block h3{
    font-size:24px;
    color:#A9BCD0;
    margin-top:30px;
    margin-bottom: 15px;
    font-weight:500;
    line-height: 1.4;
}

.legal-content-block p{
    font-size: 16px;
    line-height:1.8;
    color:#D8DBE2;
    margin-bottom:20px;
    text-align:justify;
}

.legal-content-block a{
    color:#58A4B0;
    text-decoration: underline;
    transition:color 0.3s ease;
}

.legal-content-block a:hover{
    color: #A9BCD0;
}

@media (max-width: 768px){
    .page-content-wrapper{
        padding-top:100px;
        padding-bottom: 50px;
    }

    .legal-content-block{
        padding:40px 25px;
        border-radius:0;
    }

    .legal-content-block h1{
        font-size:32px;
        margin-bottom: 25px;
    }

    .legal-content-block h2{
        font-size: 26px;
        margin-top:35px;
    }

    .legal-content-block h3{
        font-size:20px;
        margin-top:25px;
    }

    .legal-content-block p{
        font-size:15px;
        text-align:left;
    }
}


.site-section {
    padding: 5em 0;
}

.bg-dark {
    background: #373F51 !important;
}

.text-white {
    color: #ffffff !important;
}

.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.row{
    display:flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.justify-content-center{
    justify-content:center;
}

.text-center{
    text-align: center;
}

.col-md-7{
    flex:0 0 58.333333%;
    max-width:58.333333%;
    padding-right: 15px;
    padding-left:15px;
}

.col-md-6{
    flex: 0 0 50%;
    max-width:50%;
    padding-right:15px;
    padding-left: 15px;
}

.site-section.block-4 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight:700;
}

.site-section.block-4 > .container > .row:first-child p{
    font-size:16px;
    line-height: 1.6;
    margin-bottom:40px;
}

.faq-grid{
    margin-top: 40px;
}

.faq-item{
    background-color:#2a2d3a;
    padding:25px;
    margin-bottom:20px;
    transition:all 0.3s;
}

.faq-item:hover{
    background-color:#32353f;
    transform:translateX(5px);
}

.faq-question{
    font-size:18px;
    color:#D8DBE2;
    font-weight: 600;
    margin:0 0 12px 0;
    line-height:1.4;
}

.faq-answer{
    font-size: 15px;
    color:#A9BCD0;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){
    .col-md-7,
    .col-md-6{
        flex:0 0 100%;
        max-width: 100%;
    }

    .site-section.block-4 h2{
        font-size:2rem;
    }
}

@media (max-width:768px){
    .site-section{
        padding:3em 0;
    }

    .site-section.block-4 h2{
        font-size: 1.8rem;
    }

    .faq-item{
        padding:20px;
    }

    .faq-question{
        font-size:16px;
    }

    .faq-answer{
        font-size:14px;
    }
}

@media(max-width:576px){
    .site-section{
        padding:2.5em 0;
    }

    .site-section.block-4 h2{
        font-size:1.5rem;
        margin-bottom: 15px;
    }

    .site-section.block-4 > .container > .row:first-child p{
        font-size: 14px;
        margin-bottom:30px;
    }

    .faq-item{
        padding:18px;
        margin-bottom: 15px;
    }

    .faq-question{
        font-size:15px;
        margin-bottom:10px;
    }

    .faq-answer{
        font-size: 13px;
        line-height: 1.6;
    }
}


.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color:#1B1B1E;
}

.title {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    color: #D8DBE2;
    font-size: 30px;
    margin-bottom: 20px;
    text-align:center;
    font-weight:700;
}

.section-content {
    margin-top: 20px;
    max-width:900px;
    margin-left: auto;
    margin-right:auto;
    padding:0 20px;
}

.section-content .fifteen {
    margin-bottom: 15px;
}

.section-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #A9BCD0;
    margin-bottom: 13px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    text-align:center;
}

.section-content ol {
    list-style: decimal inside;
    padding-left: 0;
    margin-top: 20px;
}

.section-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #A9BCD0;
    margin-bottom: 10px;
    padding-left: 5px;
}

.section-content ol li a {
    color: #58A4B0;
    text-decoration: underline;
    transition: 0.3s;
}

.section-content ol li a:hover {
    color: #D8DBE2;
}

.advantages-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top: 40px;
}

.advantage-box{
    background-color:rgba(88,164,176,0.1);
    padding:20px;
    display: flex;
    align-items:flex-start;
    gap:15px;
    transition:all 0.3s;
}

.advantage-box:hover{
    background-color: rgba(88,164,176,0.15);
    transform:translateY(-4px);
}

.advantage-icon{
    font-size:24px;
    color:#58A4B0;
    font-weight: bold;
    flex-shrink:0;
}

.advantage-content h4{
    font-size:16px;
    color:#D8DBE2;
    font-weight:600;
    margin:0 0 6px 0;
}

.advantage-content p{
    font-size: 13px;
    color:#A9BCD0;
    margin:0;
    line-height: 1.5;
}

@media(max-width:768px){
    .section-padding{
        padding-top:80px;
        padding-bottom: 80px;
    }

    .title{
        font-size:26px;
    }

    .section-content p{
        font-size:15px;
        line-height: 26px;
    }

    .section-content ol li{
        font-size: 15px;
    }

    .advantages-wrapper{
        grid-template-columns: 1fr;
        gap:20px;
        margin-top:30px;
    }
}

@media (max-width:576px){
    .section-padding{
        padding-top: 60px;
        padding-bottom:60px;
    }

    .title{
        font-size:24px;
        margin-bottom:15px;
    }

    .section-content{
        padding:0 15px;
    }

    .section-content p{
        font-size: 14px;
        line-height:24px;
    }

    .section-content ol li{
        font-size:14px;
        line-height: 1.7;
    }

    .advantage-box{
        padding: 15px;
    }

    .advantage-icon{
        font-size:20px;
    }

    .advantage-content h4{
        font-size:15px;
    }

    .advantage-content p{
        font-size: 12px;
    }
}

.bg-gradient {
    background-image: linear-gradient(120deg, #373F51 0%, #58A4B0 100%);
}

.counter-section {
    padding: 40px 0;
}

.container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

.row{
    display:flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
    align-items:center;
}

.col-lg-4{
    flex: 0 0 33.333333%;
    max-width:33.333333%;
    padding-right: 15px;
    padding-left:15px;
}

.col-lg-8{
    flex:0 0 66.666667%;
    max-width: 66.666667%;
    padding-right:15px;
    padding-left: 15px;
}

.counter-section .counter-text span {
    font-size: 16px;
    color: #ffffff;
    display:block;
    margin-bottom:8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-section .counter-text h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-top: 10px;
    font-size:32px;
}

.counter-section .cd-timer {
    text-align: right;
}

.counter-section .cd-timer .cd-item {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
    height: 160px;
    width: 120px;
    padding-top: 25px;
    position: relative;
}

.counter-section .cd-timer .cd-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    content: "";
    opacity: 0.1;
    border-radius: 4px;
}

.counter-section .cd-timer .cd-item span {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    display:block;
}

.counter-section .cd-timer .cd-item p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 30px;
    margin-top:8px;
}

.counter-section .cd-timer .cd-item .team-years{
    display:block;
    font-size:14px;
    color:rgba(255,255,255,0.8);
    margin-top:10px;
    font-weight:500;
}

.counter-section .cd-timer .cd-item .team-specialty{
    display:block;
    font-size:12px;
    color:rgba(255,255,255,0.6);
    margin-top: 5px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

@media(max-width:992px){
    .col-lg-4,
    .col-lg-8{
        flex:0 0 100%;
        max-width: 100%;
    }

    .counter-section .counter-text{
        text-align:center;
        margin-bottom:40px;
    }

    .counter-section .cd-timer{
        text-align:center;
    }

    .counter-section .cd-timer .cd-item{
        margin-left:15px;
        margin-right:15px;
    }
}

@media (max-width:768px){
    .counter-section{
        padding:60px 0;
    }

    .counter-section .counter-text h3{
        font-size: 28px;
        line-height:34px;
    }

    .counter-section .cd-timer .cd-item{
        height:140px;
        width:100px;
        padding-top: 20px;
        margin-left:10px;
        margin-right: 10px;
    }

    .counter-section .cd-timer .cd-item span{
        font-size:48px;
    }

    .counter-section .cd-timer .cd-item p{
        font-size:16px;
    }

    .counter-section .cd-timer .cd-item .team-years{
        font-size: 12px;
        margin-top:8px;
    }

    .counter-section .cd-timer .cd-item .team-specialty{
        font-size:10px;
        margin-top:4px;
    }
}

@media(max-width:576px){
    .counter-section{
        padding:50px 0;
    }

    .counter-section .counter-text span{
        font-size:14px;
    }

    .counter-section .counter-text h3{
        font-size:24px;
        line-height: 30px;
    }

    .counter-section .cd-timer .cd-item{
        height:130px;
        width: 90px;
        padding-top:18px;
        margin-left: 8px;
        margin-right:8px;
        margin-bottom: 15px;
    }

    .counter-section .cd-timer .cd-item span{
        font-size:40px;
        line-height:26px;
    }

    .counter-section .cd-timer .cd-item p{
        font-size: 14px;
        margin-top:6px;
    }

    .counter-section .cd-timer .cd-item .team-years{
        font-size:11px;
        margin-top: 6px;
    }

    .counter-section .cd-timer .cd-item .team-specialty{
        font-size: 9px;
        margin-top:3px;
    }
}

.cookie-consent-bar{
    position: fixed;
    bottom:0;
    left: 0;
    width:100%;
    background-color:#373F51;
    z-index:9999;
    box-shadow:0 -4px 20px rgba(0,0,0,0.5);
    transform:translateY(100%);
    transition:transform 0.4s ease-out;
}

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

.cookie-container{
    max-width:1200px;
    margin:0 auto;
    padding: 20px;
}

.cookie-content-wrapper{
    display:flex;
    justify-content: space-between;
    align-items:center;
    gap:20px;
}

.cookie-icon-text{
    display:flex;
    align-items: flex-start;
    gap:15px;
    flex:1;
}

.cookie-emoji{
    font-size:40px;
    line-height: 1;
}

.cookie-text-block{
    flex: 1;
}

.cookie-heading{
    font-size:18px;
    color:#D8DBE2;
    font-weight: 700;
    margin:0 0 8px 0;
}

.cookie-description{
    font-size:14px;
    color:#A9BCD0;
    line-height: 1.6;
    margin:0;
}

.cookie-link{
    color:#58A4B0;
    text-decoration:underline;
    transition:color 0.3s;
}

.cookie-link:hover{
    color:#D8DBE2;
}

.cookie-buttons-group{
    display: flex;
    gap:10px;
    flex-shrink:0;
}

.cookie-btn{
    padding:12px 24px;
    border: none;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing:0.5px;
}

.cookie-accept-btn{
    background: linear-gradient(135deg,#58A4B0,#4a9aa5);
    color:#fff;
}

.cookie-accept-btn:hover{
    background:linear-gradient(135deg, #4a9aa5,#3d8792);
    transform:translateY(-2px);
    box-shadow:0 6px 15px rgba(88,164,176,0.4);
}

.cookie-decline-btn{
    background-color:transparent;
    color:#A9BCD0;
    border:2px solid #A9BCD0;
}

.cookie-decline-btn:hover{
    background-color:#A9BCD0;
    color:#373F51;
}

.cookie-settings-btn{
    background-color:#2a2d3a;
    color:#D8DBE2;
    border:2px solid #58A4B0;
}

.cookie-settings-btn:hover{
    background-color:#58A4B0;
    color:#fff;
}

.cookie-settings-modal{
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.85);
    z-index:99999;
    display: none;
    align-items:center;
    justify-content: center;
    padding:20px;
}

.cookie-settings-modal.active{
    display:flex;
}

.settings-modal-box{
    background-color:#373F51;
    max-width: 600px;
    width:100%;
    border-radius:12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation:modalSlide 0.3s ease-out;
}

@keyframes modalSlide{
    from{
        transform:scale(0.9);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity: 1;
    }
}

.settings-header{
    display:flex;
    justify-content:space-between;
    align-items: center;
    padding:25px;
    border-bottom: 2px solid rgba(88,164,176,0.2);
}

.settings-title{
    font-size: 22px;
    color:#D8DBE2;
    font-weight:700;
    margin: 0;
}

.close-settings-btn{
    background:transparent;
    border:none;
    color:#D8DBE2;
    font-size:36px;
    line-height:1;
    cursor: pointer;
    transition:color 0.3s;
    padding:0;
    width:36px;
    height: 36px;
}

.close-settings-btn:hover{
    color:#58A4B0;
}

.settings-content{
    padding: 25px;
}

.cookie-category{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid rgba(169,188,208,0.1);
}

.cookie-category:last-child{
    border-bottom: none;
    margin-bottom:0;
}

.category-header{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.cookie-switch{
    position:relative;
    display:inline-block;
    width: 50px;
    height:26px;
    flex-shrink: 0;
}

.cookie-switch input{
    opacity:0;
    width: 0;
    height:0;
}

.switch-slider{
    position:absolute;
    cursor:pointer;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    background-color:#2a2d3a;
    transition: 0.3s;
    border-radius:26px;
}

.switch-slider:before{
    position:absolute;
    content:"";
    height:18px;
    width:18px;
    left:4px;
    bottom: 4px;
    background-color:#A9BCD0;
    transition:0.3s;
    border-radius:50%;
}

.cookie-switch input:checked + .switch-slider{
    background-color:#58A4B0;
}

.cookie-switch input:checked + .switch-slider:before{
    transform:translateX(24px);
    background-color:#fff;
}

.cookie-switch input:disabled + .switch-slider{
    opacity: 0.5;
    cursor:not-allowed;
}

.category-info{
    flex:1;
}

.category-info h4{
    font-size:16px;
    color:#D8DBE2;
    font-weight: 600;
    margin:0 0 6px 0;
}

.category-info p{
    font-size: 13px;
    color:#A9BCD0;
    line-height:1.5;
    margin:0;
}

.settings-footer{
    padding:20px 25px;
    border-top:2px solid rgba(88,164,176,0.2);
    text-align:center;
}

.cookie-save-btn{
    background:linear-gradient(135deg,#58A4B0,#4a9aa5);
    color:#fff;
    width:100%;
    max-width: 300px;
}

.cookie-save-btn:hover{
    background: linear-gradient(135deg,#4a9aa5,#3d8792);
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(88,164,176,0.4);
}

@media(max-width:992px){
    .cookie-content-wrapper{
        flex-direction:column;
        align-items:flex-start;
    }

    .cookie-buttons-group{
        width:100%;
        flex-wrap:wrap;
    }

    .cookie-btn{
        flex:1;
        min-width:120px;
    }
}

@media (max-width:768px){
    .cookie-emoji{
        font-size:32px;
    }

    .cookie-heading{
        font-size:16px;
    }

    .cookie-description{
        font-size:13px;
    }

    .cookie-btn{
        padding:10px 20px;
        font-size:13px;
    }

    .settings-modal-box{
        margin:20px;
    }

    .settings-header{
        padding: 20px;
    }

    .settings-title{
        font-size:20px;
    }

    .settings-content{
        padding:20px;
    }
}

@media(max-width:576px){
    .cookie-icon-text{
        flex-direction: column;
        gap:10px;
    }

    .cookie-emoji{
        font-size:28px;
    }

    .cookie-buttons-group{
        flex-direction:column;
    }

    .cookie-btn{
        width:100%;
    }

    .category-header{
        flex-direction:column;
        gap:10px;
    }

    .settings-footer{
        padding:15px 20px;
    }

    .cookie-save-btn{
        max-width:100%;
    }
}

.age-verify-overlay{
    position:fixed;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    background-color:rgba(0,0,0,0.92);
    z-index: 99999;
    display:flex;
    align-items: center;
    justify-content:center;
    padding:20px;
}

.age-verify-overlay.hidden{
    display:none;
}

.age-verify-box{
    background-color: #373F51;
    max-width:500px;
    width:100%;
    border-radius: 12px;
    padding:40px;
    text-align: center;
    box-shadow:0 20px 60px rgba(0,0,0,0.5);
    animation:popupSlide 0.4s ease-out;
}

@keyframes popupSlide{
    from{
        transform:translateY(-50px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity:1;
    }
}

.age-icon-wrapper{
    margin-bottom: 25px;
}

.age-restriction-icon{
    display:inline-block;
    width:80px;
    height: 80px;
    line-height:80px;
    background: linear-gradient(135deg,#58A4B0,#4a9aa5);
    border-radius:50%;
    color:#fff;
    font-size:32px;
    font-weight:700;
    box-shadow: 0 8px 20px rgba(88,164,176,0.4);
}

.age-content-block{
    margin-bottom:30px;
}

.age-title{
    font-size:28px;
    color:#D8DBE2;
    font-weight: 700;
    margin-bottom: 20px;
}

.age-message{
    font-size: 16px;
    color:#A9BCD0;
    line-height:1.6;
    margin-bottom:15px;
}

.age-warning-text{
    font-size:14px;
    color: #FFB800;
    font-weight:600;
    margin-bottom: 0;
}

.age-button-area{
    margin-top:25px;
}

.age-confirm-btn{
    display:inline-block;
    padding:16px 50px;
    background: linear-gradient(135deg, #58A4B0,#4a9aa5);
    color:#fff;
    border: none;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    cursor:pointer;
    transition:all 0.3s;
    letter-spacing: 0.5px;
    width:100%;
    max-width:300px;
}

.age-confirm-btn:hover{
    background:linear-gradient(135deg,#4a9aa5,#3d8792);
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(88,164,176,0.5);
}

@media(max-width:576px){
    .age-verify-box{
        padding: 30px 20px;
    }

    .age-restriction-icon{
        width:70px;
        height:70px;
        line-height: 70px;
        font-size:28px;
    }

    .age-title{
        font-size:24px;
    }

    .age-message{
        font-size:15px;
    }

    .age-warning-text{
        font-size:13px;
    }

    .age-confirm-btn{
        padding: 14px 40px;
        font-size:15px;
    }
}