﻿@font-face {
    font-family: 'Roboto';
}

body {
    background: #000;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-position: 60% 0;
}

a {
  text-decoration: none !important; 
cursor: pointer;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover {
    color: #fff;
}
header {
    background: #000;
    border-bottom: solid 5px #518335;
}
.navbar {
    max-width: 1420px;
    margin: 0 auto;
    padding: 20px 0;
}
.navbar img {
    width: 152px;
}
@media screen and (max-width: 767px) {
    header {
        border-bottom: solid 2px #518335;
    }
    .navbar {
        max-width: 100%;
        padding: 10px 0;
    }
    .navbar img {
        width: 115px;
    }
}
.user-login-button {
    display: flex;
}
.btn {
    font-size: 14px;
    padding: 9px 18px 9px;
    color: #fff;
    display: inline-block;
    border: 1px solid #878889;
    background-color: #878889;
    border-color: #878889;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-shadow: none;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .btn {
        border :none;
        background: none;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
    
}
@media (min-width: 992px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 400px;
    }
}
.custom-link {

    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    font-weight: 500;
    width: 105px;
}

.btn.login {
    background-color: transparent;
    border-color: #518335;
    color: #fff !important; 
}
.btn.login:hover {
    background-color: #518335;
    border-color: #518335;
    color: #fff !important; 
}

.btn.register {
    background-color: #518335;
    border-color: #518335;
    color: #fff !important; 
}

 .btn.register:hover {
        background-color: #416a2b;
        border-color: #416a2b;
        color: #fff;
  }
@media screen and (max-width: 767px) {
    .btn.register {
        background: none;
        color: #518335;
    }
    .custom-link {
        width: auto;
    }
}
.user-login-button > div, .user-login-button-mobile > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.promo-holder {
    background: url("../img/artwork.png") no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    background-position: center;
}
@media screen and (max-width: 1440px) {
    .promo-holder {
        min-height: auto;
    }
}
.promo-holder-shadow {
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.8)), linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 1) 100%), linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.promo-info {
    max-width: 1421px;
    margin: 0 auto;
    padding: 166px 0 166px 15px;
}
@media screen and (max-width: 768px) {
    .promo-holder {
        background: url("../img/artwork-tablet.png");
        background-position: center;
    }

    .promo-holder-shadow {
        min-height: 700px;
    }

    .promo-info {
        padding: 45px 0;
    }
    .promo-holder-shadow {
        background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8));
    }
}
@media screen and (max-width: 500px) {
    .promo-holder {
        background: url("../img/artwork-mobile.png");
        background-position: center;
        background-size: cover;
    }
    .promo-holder-shadow {
        min-height: 560px;
    }
}

@media screen and (max-width: 1440px) {
        .promo-info {
        max-width: 80%;
    }
}
.promo-info h2 {
    font-size: 50px;
    font-weight: 600;
}
@media screen and (max-width: 1440px) {
    .promo-info h2 {
        font-size: 45px;
    }
}
@media screen and (max-width: 500px) {
    .promo-info h2 {
        font-size: 35px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 320px) {
    .promo-info h2 {
        font-size: 32px;
    }
}
.register-btn {
    color: #fff;
    background: #518335;
    text-decoration: none;
    border-radius: 4px;
    padding: 19px 39px;
    font-size: 20px;
}
    .register-btn:hover {
        background-color: #416a2b;
        border-color: #416a2b;
        color: #fff;
    }
.login-btn {
    padding: 30px 0;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 500px) {
    .login-btn {
        font-size: 18px;
    }
}
    .login-btn a {
        color: #518335;
    }
.register-holder {
    margin: 60px 0 10px;
}
.headerlogo-container {
    margin: 0;
}
.header-button-section {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .headerlogo-container {
        margin-left: 15px;
        width: 50%;
    }

    .header-button-section {
        margin-right: 20px;
    }
}
@media screen and (max-width: 500px) {
    .headerlogo-container {
        margin-left: 0;
    }
    .register-btn {
        font-size: 18px;
        padding: 12px 32px;
    }
    .register-holder {
        margin: 30px 0 0;
    }
}
    .fa-instagram {
        background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        border-radius: .2em;
        font-size: 24px;
        height: 1em;
        position: relative;
        width: 1em;
        top: 2px;
        /*&:hover {
		background: @instagram-icon-color-hover;
	}*/
    }

        .fa-instagram:before,
        .fa-instagram:after {
            color: #fff;
            content: '';
            display: block;
            position: absolute;
            border: .075em solid;
        }

        .fa-instagram:before {
            border-radius: inherit;
            height: .75em;
            transform: translate(0.125em, 0.125em);
            width: .75em;
        }

        .fa-instagram:after {
            border-radius: 1em;
            box-shadow: 0.2em -0.2em 0 -0.16em;
            height: .4em;
            transform: translate(0.3em, 0.3em);
            width: .4em;
        }




    .icon-account-group-8:before {
        content: url('../img/facebook.svg');
    }

    .icon-twitter1:before {
        content: url("../img/twitter.svg");
    }

    .icon-instagram:before {
        content: url('../img/instagram.svg');
    }




    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    th {
        font-weight: normal;
    }

    .max-width-holder {
        max-width: 2500px;
        margin: 0 auto;
    }

    .relative {
        position: relative;
    }

    .absolute {
        position: absolute;
    }

    .hide,
    .hidden {
        display: none !important;
    }

    .ovderflow-x-hidden {
        overflow-x: hidden;
    }

    .visibility-hidden {
        visibility: hidden;
    }

    .show {
        display: block !important;
    }

    .clear {
        clear: both;
    }

    .normal {
        font-weight: 400 !important;
    }

    .bold {
        font-weight: bold;
    }

    .semi-bold {
        font-weight: 500;
    }

    .italic {
        font-style: italic;
    }

    .text-underline {
        text-decoration: underline;
    }

    .text-red {
        color: red;
    }

    .text-nowrap {
        white-space: nowrap;
    }

    .center {
        text-align: center;
    }

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

    .hcenter {
        margin-left: auto;
        margin-right: auto;
    }

    .mlauto {
        margin-left: auto;
    }

    .inline-block {
        display: inline-block;
    }

    .block {
        display: block;
    }

    .mt14 {
        margin-top: 1.4em;
    }

    .mb-point2 {
        margin-bottom: .2em;
    }

    .mb14 {
        margin-bottom: 1.4em;
    }

    .mb1 {
        margin-bottom: 1em;
    }

    .mt1 {
        margin-top: 1em;
    }

    .ml1 {
        margin-left: 1em;
    }

    .ml2 {
        margin-left: 2em;
    }

    .pt14 {
        padding-top: 1.4em;
    }

    .pt1 {
        padding-top: 1em;
    }

    .pt0 {
        padding-top: 0;
    }

    .pt-point-4 {
        padding-top: .4em;
    }

    .pb-point-4 {
        padding-bottom: .4em;
    }

    .pr-point-4 {
        padding-right: 0.4em;
    }

    .pl-point-4 {
        padding-left: 0.4em;
    }

    .pt-point-7 {
        padding-top: .7em;
    }

    .pb14 {
        padding-bottom: 1.4em;
    }

    .pl-1point-5 {
        padding-left: 1.5em;
    }

    @media (max-width: 750px) {
        .pl-1point-5 {
            padding-left: 0px;
        }
    }

    .mt50 {
        margin-top: 50px;
    }

    .mb50 {
        margin-bottom: 50px;
    }

    .mt5 {
        margin-top: .5em;
    }

    .mb1 {
        margin-bottom: 1em;
    }

    .mb0 {
        margin-bottom: 0;
    }

    .mb-point-5 {
        margin-bottom: .5em;
    }

    .ml-point-15 {
        margin-left: .5em;
    }

    .mr0 {
        margin-right: 0 !important;
    }

    .pd1 {
        padding-left: 1em;
    }

    .pl-point-8 {
        padding-left: 0.8em;
    }

    .table {
        display: table;
    }

    .table-layout-fixed {
        table-layout: fixed;
    }

    .table-row {
        display: table-row;
    }

    .table-cell {
        display: table-cell;
    }



    .footers-container-second {
        background-color: #1c1d20;
        -webkit-transition: background-color 0.5s;
        -o-transition: background-color 0.5s;
        transition: background-color 0.5s;
        padding: 1px 0 0 0;
        overflow-x: hidden;
    }

        .footers-container-second .container-width {
            max-width: 100%;
        }

    .partners {
        max-width: 1421px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 30px 0 0;
    }

        .partners .img,
        .partners .provider-logo {
            margin: 25px 10px 0;
            position: relative;
            width: auto;
            /*.transition(opacity .7s ease);*/
        }

    @media screen and (max-width: 1190px) {
        .partners {
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
        }
    }

    .partners .efes-club {
        background: none;
        height: auto;
    }

    .partners-games {
        margin-top: 0;
        padding-bottom: 17px;
    }

        .partners-games .img:nth-of-type(2) {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
        }

    @media screen and (min-width: 768px) {
        .partners-games .provider-logo {
            zoom: 0.8;
            -ms-zoom: 0.8;
            -webkit-zoom: 0.8;
            -moz-transform: scale(0.8, 0.8);
            -moz-transform-origin: left center;
        }
    }

    .partners-games .provider-logo:hover .img:first-of-type {
        opacity: 0;
    }

    .partners-games .provider-logo:hover .img:nth-of-type(2) {
        opacity: 1;
    }

    .footer-carousel-bar {
        background-color: #090909;
    }

    .payment-deposit-logos {
        max-width: 1421px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 0px 0 20px;
    }

        .payment-deposit-logos .img {
            max-height: 40px;
            max-width: 90px;
        }

        .payment-deposit-logos .mobile {
            display: none;
            width: 100%;
        }

        .payment-deposit-logos .desktop {
            max-width: 100%;
        }

    @media screen and (max-width: 768px) {
        .payment-deposit-logos .desktop {
            display: none;
        }

        .payment-deposit-logos .mobile {
            display: block;
        }
    }

    .payment-deposit-logos .provider-logo {
        margin: 25px 10px 0;
        position: relative;
        width: auto;
        -webkit-transition: opacity 0.7s ease;
        -o-transition: opacity 0.7s ease;
        transition: opacity 0.7s ease;
    }
        .payment-deposit-logos .provider-logo img {
            width: 140px;
        }
@media screen and (max-width: 1400px) {
    .payment-deposit-logos .provider-logo img {
        max-width: 100%;
    }
}
@media screen and (max-width: 1190px) {
    .payment-deposit-logos {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
}

    @media screen and (min-width: 768px) {
        .sb-footer-logos {
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }
    }

    .sb-footer-logos .img {
        max-height: 100px;
        max-width: 140px;
    }

    @media screen and (max-width: 768px) {
        .sb-footer-logos .img {
            max-height: 40px;
            max-width: 90px;
        }
    }

    @-moz-document url-prefix() {
        .sb-footer-logos .img {
            height: 100px;
        }
    }

    @media screen and (max-width: 700px) {
        @-moz-document url-prefix() {
            .sb-footer-logos .img {
                height: 13px;
            }
        }
    }

    .sb-footer-logos .provider-logo {
        margin: 25px 0px 0;
        position: relative;
        width: auto;
    }

    .ab-payment-deposit-logos {
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media screen and (min-width: 1441px) {
        .ab-payment-deposit-logos {
            -webkit-justify-content: left;
            -moz-justify-content: left;
            -ms-justify-content: left;
            justify-content: left;
            margin-left: 21px;
            margin-right: 21px;
        }
    }

    @media screen and (max-width: 768px) {
        .ab-payment-deposit-logos {
            margin-left: -1px;
            margin-right: -1px;
        }
    }

    @media screen and (min-width: 1441px) {
        .ab-payment-deposit-logos.last-row {
            margin-left: 156px;
        }
    }

    @media screen and (min-width: 1441px) {
        .ab-payment-deposit-logos.ab-payment-first-row {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
        }
    }

    @media screen and (max-width: 768px) {
        .ab-payment-deposit-logos.ab-payment-first-row {
            left: 0;
            right: 0;
            margin-left: -1px;
            margin-right: -1px;
            width: 100%;
        }
    }

    .ab-payment-deposit-logos .provider-logo {
        margin: 2px;
    }

    @media screen and (max-width: 768px) {
        .ab-payment-deposit-logos .provider-logo {
            margin: 1px;
            width: 16%;
        }
    }

    @media screen and (max-width: 500px) {
        .ab-payment-deposit-logos .provider-logo {
            width: 24.4%;
        }
    }

    .ab-payment-deposit-logos .provider-logo .img {
        height: 44px;
        width: 130px;
        display: inline-block;
    }

    @media screen and (max-width: 768px) {
        .ab-payment-deposit-logos .provider-logo .img {
            width: 100%;
            height: auto;
        }
    }

    .footer-image-hover .img:nth-of-type(2) {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .footer-image-hover .provider-logo {
        position: relative;
    }

        .footer-image-hover .provider-logo:hover .img {
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

            .footer-image-hover .provider-logo:hover .img:first-of-type {
                opacity: 0;
            }

            .footer-image-hover .provider-logo:hover .img:nth-of-type(2) {
                opacity: 1;
            }

    .license-logos {
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .license-logos {
            align-items: flex-start;
        }
    }

    @media screen and (max-width: 900px) {
        .license-logos {
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            width: auto;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }
    }

    @media screen and (max-width: 404px) {
        .license-logos {
            zoom: 0.9;
            -ms-zoom: 0.9;
            -webkit-zoom: 0.9;
            -moz-transform: scale(0.9, 0.9);
            -moz-transform-origin: left center;
        }
    }

    @media screen and (max-width: 365px) {
        .license-logos {
            zoom: 0.75;
            -ms-zoom: 0.75;
            -webkit-zoom: 0.75;
            -moz-transform: scale(0.75, 0.75);
            -moz-transform-origin: left center;
        }
    }

    @media screen and (max-width: 900px) and (min-width: 375px) {
        .license-logos .gambleware {
            margin: 0 20px 0px 0;
        }
    }

    @media screen and (max-width: 375px) {
        .license-logos .gambleware {
            margin: 0 13px 0px 0;
        }
    }

    .license-logos .gambleware img {
        height: 24px;
    }

    .age-restriction-table .icon-181 {
        font-size: 44px;
        color: #616161;
        margin: 0 12px 0px 0;
    }

    @media screen and (max-width: 375px) {
        .age-restriction-table .icon-181 {
            font-size: 40px;
        }
    }

    .age-restriction {
        display: inline-block;
        margin: 0 12px 0px 0;
        height: 45px;
        /* @media screen and (max-width: @screen-mm) and (min-width: 1001px) {
        height: 30px;
    }*/
    }

    @media screen and (max-width: 1190px) and (min-width: 901px) {
        .age-restriction {
            margin-right: 10px;
        }
    }

    @media screen and (max-width: 375px) {
        .age-restriction {
            height: 40px;
            margin: 0 13px 0px 0;
        }
    }

    .logos {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media screen and (max-width: 900px) {
        .logos {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            margin: 10px 0 0 78px;
        }
    }
@media screen and (max-width: 900px) {
    .logos {
        margin: 10px 0 0 15px;
    }
}
    .logos .efes-club {
        height: auto;
    }

    .license-logos-second-div {
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 900px) {
        .license-logos-second-div {
            width: auto;
            margin-bottom: 0px;
        }
    }

    .gaming-register {
        border-top: solid 3px #518335;
        border-bottom: solid 3px #518335;
        padding: 30px 0px;
    }

    @media (max-width: 768px) {
        .gaming-register {
            padding-top: 15px;
            padding-bottom: 15px;
            margin: 0 19px;
        }
    }

    @media (max-width: 375px) {
        .gaming-register {
            margin: 0 10px;
        }
    }

    .gaming-register .table-cell {
        vertical-align: middle;
    }

    .footer-row {
        padding-top: 30px;
    }

    .gaming-solsution {
        text-align: center;
        margin: 3px 0 0px;
        color: #4e5050;
        font-size: 11px;
    }

    .logo-curacao {
        width: 128px;
        display: block;
        margin: 0 auto;
    }

    @media (max-width: 768px) {
        .logo-curacao {
            width: 84px;
            padding-bottom: 10px;
        }
    }

    .curacao-egaming-holder {
        width: 25%;
    }

    .curacao-egaming {
        width: 93px;
        margin: 0 auto;
    }

    @media (max-width: 1000px) and (min-width: 901px) {
        .curacao-egaming {
            width: 70px;
        }
    }

    @media (max-width: 550px) {
        .curacao-egaming {
            width: 60px;
        }
    }

    @media screen and (max-width: 1190px) {
        #launcher {
            display: none;
        }
    }

    .efes-club {
        height: 47px;
        width: 99px;
        display: inline-block;
    }

    @media (max-width: 375px) {
        .efes-club {
            width: 79px;
        }
    }

    @media (max-width: 768px) {
        .efes-club-cell {
            text-align: center;
        }

            .efes-club-cell .efes-club {
                float: none;
                background-size: 77%;
            }
    }

    .curacao-logos-margin {
        margin: 0 20px;
    }

    @media (max-width: 1150px) {
        .curacao-logos-margin {
            margin: 0 0px;
        }
    }

    @media (max-width: 360px) {
    }

    .site-gaming-register-text {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.47;
    }

    @media (min-width: 768px) {
        .site-gaming-register-text {
            padding-right: 10px;
        }
    }

    .footer-button {
        display: none;
    }

    .footer-logos {
        margin-bottom: 0px;
    }

        .footer-logos > div:first-child {
            width: 70%;
        }

    @media (max-width: 768px) {
        .footer-logos > div {
            display: block;
            width: 100% !important;
            float: none;
            padding: 0 0 10px 0;
        }

            .footer-logos > div img {
                float: none;
            }

            .footer-logos > div.gambleaware,
            .footer-logos > div .efes-club {
                display: none;
            }
    }

    .content-padding {
        padding-left: 19px;
        padding-right: 19px;
    }

    @media (max-width: 768px) {
        .content-padding {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    footer {
        position: relative;
        padding: 30px 0 20px 0;
        color: #8d8d8d;
    }

    @media (max-width: 400px) {
        footer .content-padding {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    footer .flags-list {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    @media (max-width: 1190px) {
        footer .flags-list {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 400px) {
        footer .flags-list {
            text-align: center;
        }
    }

    footer .footer-nav {
        text-align: left;
        vertical-align: top;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 14px;
        font-weight: bold;
    }

    @media (max-width: 1190px) {
        footer .footer-nav {
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: left;
            -moz-justify-content: left;
            -ms-justify-content: left;
            justify-content: left;
        }
    }

    @media (max-width: 768px) {
        footer .footer-nav {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    footer .footer-nav li {
        white-space: nowrap;
    }

    footer .footer-nav > div {
        width: 25%;
        margin: 0px;
    }

    @media (max-width: 1190px) {
        footer .footer-nav > div {
            margin: 0 0px 10px;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
    }

    footer .footer-nav .brand-icons {
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 0;
        text-align: right;
    }

    footer .footer-nav .mobile-first-row {
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    @media screen and (max-width: 900px) {
        footer .footer-nav .mobile-first-row {
            margin-top: 60px;
            margin-bottom: 17px;
        }
    }

    @media screen and (max-width: 500px) {
        footer .footer-nav .mobile-first-row {
            margin: 0 auto;
        }
    }

    footer .footer-nav .mobile-second-row {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    @media screen and (max-width: 900px) {
        footer .footer-nav .mobile-second-row {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 768px) {
        footer .footer-nav .mobile-second-row {
            display: flex;
            flex-direction: column !important;
            justify-content: flex-start;
            margin: 15px 0;
        }
    }

    @media screen and (max-width: 500px) {
        footer .footer-nav .mobile-second-row {
            margin: 15px 0px;
            border-top: solid 1px #518335;
            padding: 30px 0 10px;
        }
    }

    footer .language-footer-flags {
        display: inline-block;
        width: 38px;
        margin: 0 16px 4px 0px;
        cursor: pointer;
        padding-bottom: 7px;
        border-bottom: solid 4px transparent;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        footer .language-footer-flags.active {
            border-bottom: solid 4px #2E302E;
            opacity: 1;
            filter: alpha(opacity=100);
        }

    @media (max-width: 400px) {
        footer .language-footer-flags,
        footer .social-icons li {
            margin: 0 15px 4px 15px;
        }
    }

    footer h6 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 2px;
        color: #fff;
    }

    footer .copyright {
        padding: 16px 0 17px;
        text-align: center;
    }

    footer .links {
        text-align: center;
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media screen and (max-width: 768px) {
        footer .footer {
            width: 90%;
        }

        footer .links {
            padding: 0;
        }
    }

    footer .links a {
        color: #8d8d8d;
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
    }

        footer .links a.affiliates-title {
            font-size: 14px;
            color: #fff;
            position: relative;
            bottom: 2px;
            font-weight: 600;
        }


    footer .social-icons a {
        color: #fff;
    }

    footer .social-icons img {
        width: 100%;
    }

    footer .social-icons .icon {
        font-size: 36px;
        color: #fff;
    }

    footer .social-icons li {
        margin: 0 0px 0 16px;
        width: 36px;
    }

        footer .social-icons li:first-child {
            margin: 0 0px 0 0px;
        }

    footer .back-top {
        margin-left: 12px;
    }

    footer .footer {
        max-width: 1421px;
        margin: 0 auto;
    }

    .mobile-first-row > div {
        width: auto;
        min-width: 160px;
        margin: 0 40px 0 0;
    }

        .mobile-first-row > div:nth-child(2) {
            margin-right: 0;
        }

    @media screen and (max-width: 1190px) and (min-width: 901px) {
        .mobile-first-row > div {
            margin-right: 20px;
        }
    }

    @media screen and (max-width: 900px) {
        .mobile-first-row > div {
            min-width: auto;
        }
    }

    .desktop-version,
    .mobile-version {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .mobile-version {
            display: block;
            font-size: 13px;
            padding-left: 15px;
        }
    }

    @media screen and (min-width: 768px) {
        .desktop-version,
        .gambleaware {
            display: block;
        }
    }

    .brand-icons {
        margin: 20px auto 0;
    }

    .footer-logo {
        width: 164px;
    }

        .footer-logo img {
            width: 164px;
        }

    .footer-copiright {
        font-size: 15px;
        font-weight: 400;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        footer .links {
            display: block;
        }
    }


    .flex-row {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
    }

    .flex-column {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
    }

    .flex-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .justify-content-space-around {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
    }

    .flex {
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

    .flex-height-100 {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        /* NEW */
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        overflow: hidden;
    }

    @media screen and (max-width: 768px) {
    }

    .flex-row-to-column {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }


    hr.payments-method-hr {
        border-color: #202122;
        background-color: #202122;
    }

        hr.payments-method-hr:last-child {
            display: none;
        }

    .payment-method-content {
        font-weight: 500;
    }

        .payment-method-content [data-toggle="collapse"] {
            padding: 20px 0;
            position: relative;
            height: 85px;
            display: -webkit-box;
            /* NEW */
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            cursor: pointer;
        }

            .payment-method-content [data-toggle="collapse"]:after {
                position: absolute;
                right: 16px;
                display: inline-block;
                font: normal normal normal 15px/1 iconFonts;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                transform: translate(0, 1px);
                content: "\e914";
                top: calc(50% - 9px);
                color: #fff;
                font-size: 23px;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        .payment-method-content li {
            padding: 5px 10px;
        }

    .payment-method-collapsed-item > div {
        width: 50%;
        padding: 50px 70px;
    }

    @media screen and (max-width: 850px) {
        .payment-method-collapsed-item > div {
            padding: 20px;
        }
    }

    @media screen and (max-width: 768px) {
        .payment-method-collapsed-item > div {
            width: 100%;
            text-align: center;
            padding: 0;
        }
    }

    .payment-method-collapsed-item p {
        font-weight: 500;
        line-height: 1.4;
    }



    footer {
        margin-bottom: 0px;
    }

        footer .footer-nav {
            border-bottom: solid 1px #518335;
        }

    @media screen and (min-width: 901px) {
        footer .footer-nav {
            padding-bottom: 20px;
        }
    }

    @media screen and (max-width: 768px) {
        footer .footer-nav {
            display: flex;
            flex-direction: row;
        }
    }

    footer .footer-nav > div {
        width: auto;
    }

    @media screen and (max-width: 1190px) {
        footer .footer-nav > div {
            -webkit-box-flex: auto;
            -moz-box-flex: auto;
            -webkit-flex: auto;
            -moz-flex: auto;
            -ms-flex: auto;
            flex: auto;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media screen and (max-width: 900px) {
        footer .social-icons {
            position: absolute;
            top: 30px;
            left: 34px;
            right: 0;
            text-align: left !important;
        }
    }

    @media screen and (max-width: 500px) {
        footer .social-icons {
            display: none;
        }
    }

    @media screen and (max-width: 900px) {
        .sultan-copiright {
            margin: 30px auto 0 auto;
        }
    }

    .sultan-copiright {
        margin-left: 6%;
    }

    @media screen and (max-width: 768px) {
        .sultan-copiright {
            margin: 0 auto;
        }

            .sultan-copiright .table-row {
                display: flex;
            }
    }

    .sultan-copiright .table {
        max-width: 490px;
        height: 100%;
    }

    .curacao-egaming {
        width: 93px;
    }

    @media screen and (max-width: 1000px) and (min-width: 901px) {
        .curacao-egaming {
            width: 70px;
        }
    }

    @media screen and (max-width: 550px) {
        .curacao-egaming {
            width: 60px;
        }
    }

    .site-gaming-register-text {
        font-size: 12px;
    }
    @media screen and (max-width: 768px) {
        .site-gaming-register-text {
            font-size: 11px;
        }
    }
    .curacao-egaming-holder {
        width: auto;
        padding-right: 45px;
    }

    .footer-logo {
        margin: 0 0 30px 136px;
    }
.curacao-text {
    margin-top: 40px;
}
    @media screen and (max-width: 900px) {
        .footer-logo {
            display: none;
        }
        .curacao-text {
            margin-top: 0;
        }
        .curacao-egaming-holder {
            padding-right: 15px;
        }
    }

    #launcher {
        display: none !important;
    }

    @media screen and (min-width: 800px) {
        .casino-search li a {
            font-size: 12px;
        }
    }

    .mobile .game .play-for-real-game {
        width: 100%;
        height: 100%;
        max-width: 100%;
        opacity: 1;
    }

    .mobile .game .game-hover .name,
    .mobile .game .game-hover a:before {
        content: none;
        display: none;
    }

    .mobile .game:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .mobile .footer-live-chat {
        display: none;
    }

    .game-mode #launcher {
        opacity: 0 !important;
    }

    .game-mode [data-test-id=ChatWidgetWindow] {
        right: 0 !important;
        bottom: 52px !important;
        box-shadow: none !important;
        border-bottom-left-radius: 5px;
    }

    .partners {
        max-width: 1421px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: hidden;
        margin: 30px 0 0;
    }

        .partners .img,
        .partners .provider-logo {
            margin: 25px 10px 0;
            position: relative;
            width: auto;
            /*.transition(opacity .7s ease);*/
        }

    @media screen and (max-width: 1190px) {
        .partners {
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
        }
    }

    @media screen and (max-width: 768px) {
        .partners {
            zoom: 0.7;
            -ms-zoom: 0.7;
            -webkit-zoom: 0.7;
            -moz-transform: scale(0.7, 0.7);
            -moz-transform-origin: left center;
        }
    }

    .partners .efes-club {
        background: none;
        height: auto;
    }

    .footer-live-chat {
        background: #518335;
        color: #ffffff;
        position: fixed;
        bottom: 60px;
        left: 39px;
        cursor: pointer;
        user-select: none;
        z-index: 9999;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
        font-size: 28px;
        text-align: center;
        line-height: 50px;
    }

        .footer-live-chat:hover {
            color: #fff;
        }

        .footer-live-chat .icon {
            line-height: 48px;
            font-size: 20px;
        }

            .footer-live-chat .icon:before {
                content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="45" width="45"%3E%3Cpath d="M27.388,12.792c1.691,0.237,3.22,0.825,4.587,1.763c1.368,0.938,2.397,2.093,3.089,3.466 c0.692,1.374,0.938,2.778,0.736,4.213c-0.162,1.153-0.611,2.224-1.346,3.21c-0.736,0.987-1.689,1.8-2.861,2.438l-1.774,0.956 l0.332,1.854c-0.336-0.333-0.64-0.657-0.912-0.967l-0.638-0.756l-0.908,0.088c-0.89,0.076-1.749,0.056-2.578-0.06 c-1.692-0.237-3.221-0.825-4.588-1.763c-1.367-0.937-2.396-2.093-3.089-3.467c-0.692-1.374-0.937-2.777-0.735-4.212 c0.201-1.434,0.823-2.717,1.866-3.848c1.044-1.13,2.351-1.958,3.924-2.482C24.066,12.699,25.697,12.555,27.388,12.792L27.388,12.792 z M27.767,10.092c-2.111-0.296-4.132-0.088-6.063,0.623c-1.931,0.712-3.533,1.824-4.805,3.338c-1.271,1.515-2.045,3.249-2.319,5.204 c-0.274,1.955-0.008,3.835,0.798,5.642c0.807,1.805,2.04,3.315,3.701,4.531c1.661,1.215,3.547,1.971,5.658,2.267 c0.95,0.133,1.939,0.158,2.965,0.072c1.197,1.43,2.607,2.546,4.23,3.347c0.381,0.183,0.84,0.362,1.379,0.538l0.049,0.007 c0.122,0.017,0.243-0.023,0.364-0.121c0.121-0.097,0.205-0.236,0.253-0.417c0.017-0.04,0.029-0.085,0.036-0.134 s0.01-0.095,0.011-0.138c0-0.043-0.005-0.087-0.016-0.131l-0.026-0.112c0,0-0.013-0.042-0.042-0.124 c-0.028-0.083-0.045-0.121-0.052-0.115c-0.006,0.006-0.026-0.033-0.06-0.117c-0.033-0.083-0.05-0.118-0.052-0.104 c-0.044-0.091-0.146-0.285-0.308-0.58c-0.161-0.295-0.276-0.523-0.343-0.683c-0.068-0.16-0.164-0.381-0.288-0.665 c-0.124-0.283-0.224-0.573-0.3-0.871c-0.077-0.297-0.146-0.622-0.21-0.976c1.513-0.819,2.765-1.914,3.756-3.28 c0.993-1.367,1.605-2.887,1.84-4.561c0.274-1.956,0.009-3.835-0.797-5.642c-0.807-1.805-2.04-3.315-3.701-4.531 C31.764,11.144,29.878,10.388,27.767,10.092L27.767,10.092z M10.679,32.844c-0.158,0.323-0.314,0.616-0.47,0.881 c-0.155,0.266-0.332,0.517-0.528,0.754c-0.197,0.239-0.35,0.424-0.459,0.56C9.113,35.174,8.94,35.361,8.704,35.6 c-0.237,0.24-0.388,0.398-0.456,0.475c-0.013,0.012-0.04,0.041-0.079,0.085c-0.041,0.045-0.07,0.077-0.09,0.095 c-0.02,0.019-0.047,0.051-0.081,0.096c-0.035,0.046-0.059,0.082-0.074,0.108L7.868,36.56c0,0-0.017,0.04-0.051,0.121 c-0.034,0.082-0.042,0.127-0.027,0.136c0.016,0.009,0.015,0.056-0.002,0.14c0.006,0.201,0.056,0.366,0.15,0.495 c0.095,0.128,0.209,0.194,0.344,0.199c0.566-0.021,1.057-0.067,1.474-0.138c1.781-0.324,3.443-1.009,4.987-2.054 c0.963,0.365,1.92,0.614,2.871,0.747c2.996,0.42,5.733-0.143,8.216-1.687c-0.649-0.035-1.14-0.074-1.471-0.121 c-1.779-0.25-3.442-0.805-4.99-1.668c-1.546-0.862-2.878-1.975-3.995-3.336c-1.2-1.488-2.052-3.127-2.555-4.919 c-0.504-1.792-0.624-3.631-0.359-5.515c0.152-1.083,0.429-2.134,0.831-3.154c-1.566,0.798-2.869,1.893-3.908,3.281 c-1.041,1.389-1.682,2.949-1.925,4.678c-0.237,1.688-0.065,3.322,0.513,4.902C8.548,30.247,9.451,31.639,10.679,32.844 L10.679,32.844z" fill="%23fff"/%3E%3C/svg%3E');
            }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


        .footer .footer-row {
            display: block;
        }

        .footer-live-chat .icon::before .icon:before {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1QTMxMDczOTQzOTExRTk5MTBCQzBDMTNCMTgwM0Y1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1QTMxMDc0OTQzOTExRTk5MTBCQzBDMTNCMTgwM0Y1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjVBMzEwNzE5NDM5MTFFOTkxMEJDMEMxM0IxODAzRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjVBMzEwNzI5NDM5MTFFOTkxMEJDMEMxM0IxODAzRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5OgGhcAAAC9UlEQVR42uyYTUhVQRiG7w1v3EBKsjIRg0qzIC2SS0XlD7aJoEuLNlEELowWIUitClq0aNUmaVGQ4abQgtBV4iJqoWYtJKUg+0/C7EeCtEzj9A68Bz6Gc+49P3NL6Qw8fHPmfDPznnPmzHwzccuyYgstLYotwBSJjkRHoiPR/5HovBy2vRjsAFWgCMTBV/Ac9IMv8010JWgEtaAc5LN8BrwFj0An6A7UulrGDbIBDFre0yQ44refuMHYowVc1MrmwDPwgdcloAIkNL8BUA9+/s03fUF7g30gDZIOvqpsH+jV6kyA1V76MyG4SXQ8Bfb6qLsFvBf1X4C8XIjOB4XMl4Lf7HAMLA/44D1C+DXToleCEdDA68uis4qQX2xAtLXVlOhKNjguyiZZds7AMFsvRF8HKTdfryui+uOHmL9LWwcKmG83MPu8BK3M7wZ7wi7jd4TvKO1GWvUwbwxNmzfF1FgcRvRZsElcT9CW0n4yuJI+UbMwWAIKg4pWy/xJl3sztEsNip4SMUk8qOgGsEors69f01YZFL6C2A8QSLTTz2APlce06lMeMiR6O+04+BhU9BqHshStiikGxbiPGxB9gnYEDAeNPbpcojN7Dm0UZW0h5+nDoq2jYRaXqy6ir7isZJcCCq4XbQyFXcZbMsTCZfRZB+ZEuYqni30I1vvYFlZ0dQbRXcJvl8P9DlALEi5t7wfvtDoHTYWmfRmEnxJ+a7Uw007T/OQ9/AqjjGPkDmcW1Hj9Ol6c0lm2TMc0/zPacHFKw4wWLf4Tvv4Br443sog4rfknuPe7xcD+B+PuXw51u3MlWnE/i/B7GTYBSW4e3KbRcj+i/RzWPMxyv45xQxso0+6pDet35tM8PpCpORdHCDWW/6SGRSdoBwcc2jyu+W82OTxKwDcXUa88iO/PMPcWgFaO9Z2mzj2KGOAnRdksOE9iPEVKMb5exuhsjMPpAc8+jKZsoqvBbfAUfAa9oIPC/1kyecIUHfVGoiPRkeh5nv4IMABY54id++8NggAAAABJRU5ErkJggg== ');
        }
    }







