
:root {
    --font-family: "Noto Sans", sans-serif;
    --color-primary: #c9b68a;
    --color-secondary: #d03901;
    --color-dark: #000000;
    --color-white: #ffffff;
    --color-danger: #cc0000;
    --color-warning: #fd7e14;
    --color-info: #1193ad;
    --color-success: #1a8a55;
    --color-border: #7b7b7b;
    --color-grey: #999999;
    --color-blue: #0d6efd;
    --color-indigo: #6610f2;
    --color-purple: #6f42c1;
    --color-pink: #d63384;
    --color-red: #dc3545;
    --color-orange: #fd7e14;
    --color-yellow: #ffff00;
    --color-green: #198754;
    --color-teal: #20c997;
    --color-cyan: #0dcaf0;
    --rp-gutter-x: 1.5rem;
    --rp-gutter-y: 0;
}

.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

.color-white {
    color: var(--color-white) !important;
}

.color-error {
    color: var(--color-danger) !important;
}

.color-success {
    color: var(--color-success) !important;
}

.color-success-hover {
    color: var(--color-success) !important;
}

.color-border {
    color: var(--color-border) !important;
}

.color-grey {
    color: var(--color-grey) !important;
}
.color-yellow {
    color: var(--color-yellow) !important;
}
.color-warning {
    color: var(--color-warning) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-seconary {
    background-color: var(--color-secondary) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-ganger {
    background-color: var(--color-danger) !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.bg-border {
    background-color: var(--color-border) !important;
}

.bg-success {
    background-color: var(--color-success) !important;
}

.bg-info {
    background-color: var(--color-info) !important;
}

.shadow-sm {
    box-shadow: 0 0.225rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.border-radius-1 {
    border-radius: 1rem;
}

.border-radius-2 {
    border-radius: 2rem;
}

.border-radius-3 {
    border-radius: 3rem;
}

.border-radius-4 {
    border-radius: 4rem;
}

.border-radius-5 {
    border-radius: 5rem;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.insta {
    padding: 50px 0;
}

.insta .tabs {
    padding: 0 0 20px 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.insta .tabs .tabs-part {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    justify-content: center;
}

.insta .tabs .tabs-part p {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.video#list {
    max-width: 800px;
    margin: 0 auto;
}

.insta .tabs .tabs-part .one {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    padding-top: 20px;
}

.insta .tabs .tabs-part .one.active {
    border-top: 2px solid #000;
}

.insta .tabs .tabs-part .two.active {
    border-top: 2px solid #000;
}

.insta .tabs .tabs-part .two {
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    padding-top: 20px;
}

.disabled {
    background: #666 !important;
    border: 1px solid #666 !important;
    pointer-events: none !important;
}

.disabled:hover {
    color: #666 !important;
}
 
.insta-logo {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 161px;
    height: 161px;
}

.insta-logo .circle {
    background: #000;
    padding: 50px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;
}

.insta .name {
    display: flex;
    align-items: center;
}

.insta .name h3 {
    padding: 0;
    padding-right: 10px;
    font-size: 2.0rem;
    margin: 0;
}

.insta-logo .circle a {
    position: absolute;
    top: 40px;
    left: 20px;

}

.insta .follow {
    padding-left: 100px;
}

.insta .follow a {
    background: rgb(0, 149, 246);
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 1.4rem;
    color: #fff;
}

.insta .follow a:hover {
    background: rgb(24, 119, 242);
}

.insta-logo .circle a img {
    max-height: 70px;
}

.insta .top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insta .numbers {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.insta .details p {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.insta .numbers p {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
}

.customCheckbox {
    position: relative;
}

.insta .row {
    justify-content: center;
    align-items: center;
}

.insta .showOnMobile {
    display: none;
}

#error {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}

/* bifa*/
.customCheckbox2 {
    align-items: normal;
    max-width: 730px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    padding: 5px 0;
}

.bifa {
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
}

.customCheckbox2 input {
    top: 10px;
    margin-right: 5px;
    width: 24px;
    height: 15px;
    margin: 0;
    display: inline-block;
    position: relative;
}

.customCheckbox2 input:before {
    border: 1px solid #000;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
}

.customCheckbox2 input:after {
    transform: scaleX(-1) rotate(135deg);
    content: "";
    animation: none;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -5px;
    font-size: 25px;
    left: 0px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: scale 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.customCheckbox2 input:checked:after {
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.customCheckbox2 input:checked:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #000;
    width: 20px;
    height: 20px;
    border: 1px solid #000 !important;
}

input[type="checkbox"]:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(32deg) !important;
    width: 8px !important;
    height: 15px !important;
    position: absolute;
    background: transparent;
    top: -1px;
    right: 0;
    bottom: 0;
    font-size: 25px;
    left: 9px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    height: 25px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: scale 250ms cubic-bezier(.24, .22, .015, 1.56);
    transition: all 250ms cubic-bezier(.24, .22, .015, 1.56);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.customCheckbox2 input[type="checkbox"]:checked:before {
    border: 1px solid #f3f3f3;
}

.customCheckbox2 input:checked:before {
    border: 1px solid #f3f3f3;
}

.customCheckbox2 p {
    font-size: 1.5rem !important;
    line-height: 20px;
    width: 85%;
    font-weight: 300;
    margin-bottom: 0;
    color: #000;
    text-align: left !important;
    padding: 0 !important;
}


.fieldDetails {
    margin-bottom: 25px;
}

.linktr a {
    display: flex;
    align-items: center;
    color: rgb(0, 55, 107);
    font-size: 1.4rem;
    font-weight: bold;
}

.insta .line {
    height: 1px;
    width: 100%;
    margin: 15px auto;
    background-color: rgb(219, 219, 219);
    max-width: 800px;
}

.gallery {
    max-width: 800px;
    margin: 0 auto;
}

.linktr a svg {
    margin-right: 5px;
}


.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.float-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.border-secondary {
    border-color: var(--color-secondary) !important;
}

.border-success {
    border-color: var(--color-success) !important;
}

.border-info {
    border-color: var(--color-info) !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1.45rem;
    background: #151515;
    color: #fff;
    font-weight: 300;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.6;
    position: relative;
    min-height: 100vh;
}

body.home-v2 {
    background-image: url("assets/images/bg-main.jpg");
    background-size: cover;
}
body.cont-page {
    background-image: url("assets/images/bg-main.jpg");
    background-size: cover;
}
body.cont-page .site-main {
    padding-top: 250px;
    padding-bottom: 120px;
}

body.home-v2 .site-content {
    padding-top: 120px;
}

blockquote {
    border-left: 0.3rem solid var(--color-primary);
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-size: 80%;
    font-style: normal;
    color: rgba(0, 0, 0, 0.5);
}

.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: none;
    border: 2px solid var(--color-white);
    box-shadow: none;
    box-sizing: inherit;
    padding: 10px 14px;
    font-size: 1.6rem;
    border-radius: 10px;
    line-height: 1.3;
    font-family: var(--font-family);
    font-weight: 300;
    background: transparent;
    color: var(--color-white);
    transition: 0.5s;
    letter-spacing: 1px;
    display: inline-block;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
    background: #000;
    border: 2px solid #000;
    transition: 0.5s;
    color: var(--color-white);
}

.button-white {
    background: #fff;
    color: #000;
}

.button-small {
    padding: 8px 15px;
    font-size: 1.3rem;
    border-radius: 10px;
}

.button-icon {
    display: inline-flex;
    align-items: center;
}

.button-icon img {
    display: block;
    margin-right: 10px;
    width: 18px;
}

code {
    background: var(--color-border);
    border-radius: 0.4rem;
    font-size: 86%;
    margin: 0 0.2rem;
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
}

pre {
    background: var(--color-border);
    border-left: 0.3rem solid var(--color-primary);
    overflow-y: hidden;
    padding: 1rem;
}

pre > code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

address {
    font-style: normal;
    margin-bottom: 1rem;
}

figcaption,
caption {
    font-size: 75%;
}

figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

summary {
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 0.1rem solid var(--color-border);
    margin: 3rem 0;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0.1rem solid var(--color-white);
    box-shadow: none;
    box-sizing: inherit;
    padding: 10px 15px;
    font-size: 1.6rem;
    border-radius: 10px;
    line-height: 1.3;
    font-family: var(--font-family);
    font-weight: 400;
    color: #fff !important;

}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
    border-color: #999;
    outline: 0;
}

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select::placeholder {
    color: #fff;
}

select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 3rem;
}

select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
    background: none;
    height: auto;
}

textarea {
    min-height: 6.5rem;
}

label,
legend {
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: 0.5rem;
}

.container-fluid {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    width: 100%;
}

.container-small {
    max-width: 1080px;
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
}

.container {
    margin: 0 auto;
    padding-right: var(--rp-gutter-x, 0.75rem);
    padding-left: var(--rp-gutter-x, 0.75rem);
    position: relative;
    max-width: 1200px;
}

.container-prizes {
    position: relative;
}

.container-prizes .leaves {
    position: absolute;
    bottom: -99px;
    left: -100px;
    z-index: -1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--rp-gutter-y) * -1);
    margin-right: calc(var(--rp-gutter-x) / -2);
    margin-left: calc(var(--rp-gutter-x) / -2);
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rp-gutter-x) / 2);
    padding-left: calc(var(--rp-gutter-x) / 2);
    margin-top: var(--rp-gutter-y);
}

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

.prizePart span {
    display: block;
    color: #000;
}

.prizePart .column-6:nth-of-type(1) {
    width: 55%;
}

.prizePart .column-6:nth-of-type(2) {
    width: 45%;
}

.produsInstant img {
}

.sm-part {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
}

.prizePart {
    padding-bottom: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 750px;
}

.prizePart .column-4 {
    width: 47%;
}

.prizePart p {
    margin-bottom: 0 !important;
}

.prizePart .product .choose {
    position: absolute;
    border: 2px solid #000;
    width: 28px;
    height: 28px;
    border-radius: 99rem;
    top: 40px;
    right: 30px;
}

.prizePart .column-4 p {
    font-size: 15px;
    padding: 0;
    text-align: center;
    line-height: normal;
}

.prizePart .column-4 .product {
    position: relative;
    margin-left: 55px;
}

.prizePart .column-4 img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}

.prizePart .selected-product-fixed {
    border: 0 !important;
}

.selected-product-fixed .choose {
    background-image: url(//images/checked.png);
    border: none !important;
    background-size: contain;
}

.column {
    flex: 1 0 0%;
}

.column-auto {
    flex: 0 0 auto;
    width: auto;
}

.column-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.column-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.column-3 {
    flex: 0 0 auto;
    width: 25%;
}

.column-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.column-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.column-6 {
    flex: 0 0 auto;
    width: 50%;
}

.column-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.column-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.column-9 {
    flex: 0 0 auto;
    width: 75%;
}

.column-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.column-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.column-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.fluid {
    width: 100%;
}

.inline {
    display: inline-block;
}

.center-text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

.justify-content-end {
    justify-content: flex-end !important;
}

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

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

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1031;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.text-right {
    text-align: right !important;
}

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

.text-uppercase {
    text-transform: uppercase !important;
}

.font-family {
    font-family: var(--font-family);
}

.text-muted {
    color: var(--color-grey);
}

a {
    color: #3567ff;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

a:hover {
    transition: 0.3s;
    color: var(--color-white);
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: circle inside;
}

.button {
    margin: 0 auto;
}

.button,
button,
dd,
dt,
li {
    margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
    margin-bottom: 1.5rem;
}

blockquote,
details,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 2.5rem;
}

table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    text-align: left;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

td,
th {
    border-bottom: 0.1rem solid #ddd;
    padding: 1.2rem 0.5rem;
}

th {
    background: var(--color-dark);
    color: #fff;
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    margin-bottom: 2rem;
    margin-top: 0;
    font-family: var(--font-family);
}

h1 {
    font-size: 3.4rem;
    line-height: 1.2;
}

h2 {
    font-size: 3rem;
    line-height: 1.25;
}

h3 {
    font-size: 2.6rem;
    line-height: 1.3;
}

h4 {
    font-size: 2.2rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
}

h6 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

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

.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

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

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--color-grey);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

.loadingbox {
    display: none;
    position: absolute;
    z-index: 555;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.loadingbox img {
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
#loadingbox {
    display: none;
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#loadingbox .inside {
    display: flex
;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

#loadingbox .inside img {
    display: block;
    width: 60px; 
}
/* VERTICAL MENU */

.vertical-menu {
    position: relative;
}

.vertical-menu span {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-menu li {
    position: relative;
}

.vertical-menu li a {
    display: block;
    color: var(--color-dark);
    font-weight: 400;
    padding: 1rem 2rem;
    border-radius: 0.4rem;
}

.vertical-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.vertical-menu li a.active {
    background: var(--color-border);
}

#loadingoverlay {
    position: fixed;
    z-index: 10001;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
}

#loadingoverlay .spinner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
}

#loadingoverlay {
    overflow: hidden;
}

/* HORIZONTAL MENU */

.horizontal-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.horizontal-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.horizontal-menu li {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    position: relative;
}

.horizontal-menu li ul {
    display: none;
}

.horizontal-menu li:hover > ul {
    display: block;
    position: absolute;
    background: var(--color-border);
    border-radius: 0.4rem;
    right: 0;
}

.horizontal-menu li ul li {
    display: block;
    margin-right: 0;
}

.horizontal-menu li:last-of-type {
    margin-right: 0;
}

.horizontal-menu li.has-children a:after {
    content: "+";
    display: inline-block;
    margin-left: 3px;
}

.horizontal-menu li.has-children li a:after {
    display: none;
}

.horizontal-menu li a {
    display: block;
    color: var(--color-dark);
    font-size: 90%;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 0.4rem;
}

.horizontal-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.horizontal-menu li a.active {
    background: var(--color-border);
}


.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.isDesktop {
    display: block !important;
}

.isMobile {
    display: none !important;
}

.column-6 {
    position: relative;
}

/* Header Start  */

body.scroll-down .site-header, body.scroll-down .site-header {
    top: -85px;
    transition: 0.3s;
}

body.scroll-down .site-header .site-branding a img, body.scroll-up .site-header .site-branding a img {
    width: 60px;
    transition: 0.5s;
}

body.scroll-up .site-header, body.scroll-up .site-header {
    transition: 0.3s;
    top: 0;
}

body.scroll-up .site-header {
    background: rgba(0, 0, 0, 0.8);
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.site-header .site-options {
    margin: 0;
    position: absolute;
    top: 17px;
    right: 0;
    display: flex;
    align-items: center;
}

.site-header .site-options  a {
    color: #FFF;
}

.site-header .site-options .introdu {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-left: 30px;   
    display: flex;
    border: 1px solid;
    align-items: center;
}

.site-header .site-options .introdu svg {
    margin-left: 5px;
}
.site-header .button-account {
    margin-bottom: 0;        
    border: none;
    font-size: 1.4rem;
    right: 25px;
}

.site-header .site-branding {
    text-align: center;
    padding: 15px 0;
}

.site-header .site-branding a {
    display: block;
    margin: 0 auto;
    width: 90px;
    transition: 0.5s;
}

.site-header .site-branding a img {
    display: block;
    width: 90px;
    transition: 0.5s;
}

/* Site Content Start  */
.beneficii {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.beneficii .beneficiu {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.beneficii .beneficiu .icon {
    width: 150px;
    text-align: center;
}

.beneficii .beneficiu h5 {
    margin-bottom: 0px;
    font-weight: 600;
}

.beneficii .beneficiu p {
    margin-bottom: 0;
}
.songtitle {
        text-align: left !important;
    font-size: 2rem !important;
    margin-bottom: 0 !important;
}
#bodyfantasy {
        font-size: 1.8rem;
        text-align: center;
}
#bodyfantasy small {
    display: block;
    font-weight: 300;
    font-size: 1.2rem;
    margin-top: 15px;
    border-top: 1px solid #666;
    padding-top: 15px;
    color: #999;
}
#prizePhoto {
    border-radius: 10px;
}
#titlefantasy {
    margin-bottom: 0;
}
.songartist {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 900;
}
.fantasy-error {
    padding: 30px;
}

.ritual-error {
     padding: 30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
}

.fantasy-box {
    padding: 90px 30px;
    background-image: url(assets/images/bg-fantasy.png);
    background-size: cover;
    background-position: center center;
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 60px;
}

.veziPremiuMare {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px 0 0 10px;
    color: #FFF;
    font-size: 1.2rem;
    padding: 5px;
    border-right: 0;
    z-index: 5;
}

.veziPremiuMare:hover {
    color: #999;
}

.veziPremiuMare img {
    width: 35px;
    display: block;
    margin: 0 auto;
}

.fantasy-box .points {
    position: absolute;
    background: #fff;
    color: #000;
    top: 10px;
    right: 25px;
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 12px;
}

.videoprogress {
    position: absolute;
    bottom: 16px;
    left: 10px;
    right: 10px;
    display: block;
    width: 85%;
    height: 5px;
    background: goldenrod;
    border-radius: 99rem;
}

.disclaimer-full,
.disclaimer-points {
  display: none;
}
.disclaimer-full.active,
.disclaimer-points.active {
  display: block;
}


.videoprogress::-moz-progress-bar { background: #DBBF83; }
.videoprogress::-webkit-progress-value { background: #DBBF83; }


.fantasy-box .points em {
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
}

.user-stats {
    padding: 0 60px;
}

.user-stats progress {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #444;
}

.user-stats progress::-webkit-progress-bar {
    background-color: transparent;
    border-radius: 20px;
}

.puncte-disponibile {
    display: flex;
    align-items: center;
    background: #444;
    padding: 10px 30px;
    width: 250px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #666;
}

.puncte-disponibile em {
    font-style: normal;
    font-size: 30px;
    font-weight: 600;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}

.progress-slider {
    width: 80%;
    margin: 0 auto;
}

.progress-slider .points {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.progress-slider .points span {
    width: 25%;
    text-align: center;
}

.progress-slider .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: transparent;
    border-radius: 6px;
    background-image: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 2px solid white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.progress-slider .slider::-webkit-slider-runnable-track {
    height: 10px;
    background: transparent;
}

.progress-slider .slider::-moz-range-track {
    height: 10px;
    background: transparent;
}

/* Thumb */
.progress-slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 4px solid black;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    margin-left: 3px;
}

.progress-slider .slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 4px solid black;
}


.user-stats progress::-webkit-progress-value {
    background-color: #eee;
    border-radius: 20px;
}

.user-stats progress::-moz-progress-bar {
    background-color: #eee;
    border-radius: 20px;
}

.user-stats .cards {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.user-stats .cards .card em {
    font-style: normal;
}

.user-stats .cards .card {
    width: 26%;
    padding: 10px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.user-stats .cards .card-silver em {
}

.user-stats .cards .card-gold em {
}

.user-stats .cards .card-black em {
}

.disclaimer-full, .disclaimer-points {
    display: none;
}

.user-stats .cards .card.card-active {
    border: 1px solid #fff;
}

.card-active {
    position: relative;
}
/*
.card-active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    bottom: -10px;
}
*/

.weekely-engagement {
    margin-bottom: 60px;
}

.weekely-engagement:after {

}

.congbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.user-level {
    width: 345px;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    right: -1px;
    top: -70px;
    font-size: 12px;
}

.user-level em {
    font-style: normal;
}

.user-level p {
    margin-bottom: 0;
}

.user-level .card {
    display: flex;
    width: 40%;
    align-items: center;
}

.user-level .card:after {
    content: "";
}

.user-level .points {
    display: flex;
    align-items: center;
    width: 60%;
    padding-left: 10%;
    border-left: 1px solid #FFF;
}

.user-level .points .puncte {
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
}

.user-level .card .icon {
    margin-right: 15px;
}

.user-level .card .icon img {
    width: 70px;
    display: block;
}

.user-level .card .level {

}

.user-level .card .level em {
    display: block;
    font-weight: 700;
}

.prize-listing {

}

.prize-listing ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prize-listing .prize-info {
    background: rgba(222, 222, 222, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    padding: 15px;
    align-items: center;
    border-radius: 5px;

}

.prize-listing .prize-info .prize-inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prize-listing .prize-info .icon {
    display: block;
    width: 140px;
    margin-bottom: 10px;
}

.prize-listing .prize-info .icon img {
    display: block;
    border-radius: 5px;
}

.prize-listing .prize-info .prize-content {
    flex: 1;
    padding-left: 10px
}

.prize-listing .prize-info .prize-content small {
    display: block;
    color: #999;
    border-top: 1px solid #999;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 1rem;
}

.button-validate, .button-alegere {
    transition: 0.3s;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFF;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.button-validate:hover {
    background: #000;
    color: #fff;
}

.prize-listing .prize-info .status {
    margin-bottom: 10px !important;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.prize-listing .prize-info .status em {
    letter-spacing: 3px;
}

.prize-listing .prize-info .disc {
    display: block;
    color: #999;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #666;
}
.prize-listing .prize-info .status em {
    font-style: normal;
    font-weight: 700;
}

.atention {
        display: inline-block;
    margin: 0;
    background: #333;
    padding: 5px 15px;
    border-radius: 6px;
}

.prize-listing .prize-info .status p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1.1rem;
}

.prize-listing .prize-info .prize-content h5 {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.prize-listing .prize-info .prize-content p {
    margin-bottom: 0;
    color: #ddd;
}

.prize-listing .prize .points {
    display: none;
}

.beneficii-cont {

}

.beneficii-cont .pachete {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.beneficii-cont .pachete .pachet {
    width: 33%;
}

.beneficii-cont .pachete .pachet .icon {

}

.beneficii-cont .pachete .pachet .icon img {
    width: 80px;
}

.beneficii-cont .pachete .pachet .title {
    margin-bottom: 15px;
}

.beneficii-cont .pachete .pachet .title h6 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-size: 1.6rem;
}

.beneficii-cont .pachete .pachet .title em {
    font-style: normal;
    font-size: 12px;
}

.puncte-cont h6 {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 2rem;
}

.cont-stats {
    margin-top: 30px;
}

.cont-stats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cont-stats li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    margin-bottom: 0;
}

.cont-stats .title-status {
    width: 45%;
}

.cont-stats .status {
    display: flex;
    justify-content: space-between;
    background: rgba(222, 222, 222, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 50%;
    padding: 20px;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.cont-stats li:first-of-type .status {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #333;
}

.cont-stats li:last-of-type .status {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
    overflow: hidden;
    border-bottom: 1px solid #333;
}

.cont-stats li:last-of-type {
    border-radius: 0 0 10px 0;
    border-bottom: none;
}

.cont-stats .status .step {

    text-align: center;
}

.cont-stats .status .silver {
    width: 28.3%;
}

.cont-stats .status .gold {
    width: 32%;
}

.cont-stats .status .black {
    width: 26%;
}

.cont-stats .status img {
    display: block;
    margin: 0 auto;
}

.cont-stats .title-status i {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #ddd;
}

.prize-description {
    position: sticky;
    align-self: flex-start;
    position: -webkit-sticky;
    top: 95px;
}

.date-member {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin: 0;
}

.date-member span {
    font-weight: 900;
}

.welcome-club {
    margin-top: 90px;
    margin-bottom: 60px;
    max-width: 320px;
}

.listing-prizes {
    margin-top: 30px;
}

.listing-prizes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listing-prizes ul li {
    width: 32%;
}

.section-prizes:before {
    content: "";
    background-image: url("assets/images/leaves.png");
}

.section-main {

}

.section-prizes .icon {
        position: relative;
    border-radius: 10px;
    overflow: hidden;

}
.section-prizes .icon .content {
    background: #000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 100%);
position: absolute;
padding: 15px;
bottom: 0;
left: 0;
right: 0;
}
.section-prizes .icon h1 {

}

.section-prizes .icon .button-details {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.section-prizes .icon img {
    display: block;
    width: 100%;
}

.section-main h1 {
    font-weight: 100;
    max-width: 220px;
    margin-bottom: 0;
    margin-top: -350px;
    padding-bottom: 100px;
}

.section-main h1 a {
    color: #fff;
    display: flex;
    align-items: center;
}

.section-transparent {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
}

.section-inside {
    padding: 30px;
}

.site-section {
    margin-bottom: 30px;
}

.section-prehead h3 {
    font-weight: 100;
    font-size: 3rem;
}

.prize-description h1 {
    margin-bottom: 0;
}

.prize-description h6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
}

.album-modal, .fantasy-modal, .engage-modal, .acte-modal, .premii-modal, .alegere-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}


 .sound-btn.unmute {
    background-image: url(assets/images/unmute.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 5;
}

.sound-btn.mute {
    background-image: url(assets/images/mute.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.engage-slide .pre-engage .donetoday {
        position: absolute;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    bottom: 0;
    top: 0;
    z-index: 5;
    display: flex
;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.engage-slide .pre-engage .donetoday i {
    font-style: normal;
}

.acte-content, .premii-content, .alegere-content {
    max-width: 780px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}

.premii-content .prizeselectimage {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.premii-content .premiuTitle {
        margin-bottom: 5px;
}

.premiuTitle {
    font-weight: 600;
}


.acte-content .formularAdresa input[type="text"], .acte-content .formularAdresa input[type="tel"], .acte-content .formularAdresa input[type="email"] {
    width: 48.5%;
    margin-bottom: 0;
}
.formularAdresa select {
    margin: 0;
}

.formularAdresa p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formularAdresa textarea {
    width: 100%;
}
.formularAdresa .multiplytree {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.acte-content .formularAdresa select {
    width: 48%;
}

.acte-content .header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
}

.acte-content .header img {
    max-width: 80px;
    display: block;
    margin-right: 15px;
}

.acte-content .header .prize p {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #999;
}


.acte-content .formularAdresa {
    margin-bottom: 0;
}

.acte-content .formularAdresa button {
    margin-bottom: 0;
}


.album-inside, .fantasy-inside, .engage-inside, .acte-inside, .premii-inside, .alegere-inside  {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    justify-content: space-around;
    padding: 0 15px;
}

.premii-content {
    max-width: 550px;
}

.premii-content .icon {
    margin-bottom: 20px;
}

.premii-content .icon img {
    border-radius: 10px;
    display: block;
}

.album-inside .album-header {
    position: absolute;
    top: 50px;
    left: 50px;
    max-width: 300px;
}

.closeModal, .closeModalFantasy, .closeModalEngage, .closeModalActe, .closeModalPremii, .closeModalAlegere {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999;
}

.closeModalEngage img {
    display: block;
}

.section-faq {
    padding: 30px;
}

.view-more {
    color: #FFF;
    display: inline-flex;
    align-items: center;
}

.view-more img {
    max-width: 25px;
    display: block;
    margin-left: 10px;
}

.section-faq .questions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-faq .questions li {
    background: rgba(222, 222, 222, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px;
    padding-right: 35px;
}

.section-faq .questions li h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
}

.section-faq .questions li h5 span {
    position: absolute;
    right: 0px;
    font-size: 2rem;
    font-weight: 100;
}

.section-faq .questions li p {
    margin-bottom: 0;
}

.section-faq .questions li p {
    display: none;
    margin-top: 5px;
    transition: all 0.3s ease;
}

.section-faq .questions li.active p {
    display: block;
}

.questions li h5 {
    cursor: pointer;
    user-select: none;
}

.sortimente-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sortimente-listing label {
    text-align: center;
}

.sortimente-listing label em {
    font-style: normal;
}
#sortimente input[type="radio"] {
  display: none;
}

#sortimente label {
    width: 25%;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border 0.3s ease;
}

#sortimente label:has(input[type="radio"]:checked) {
  border: 2px solid #007BFF; /* border albastru cand e selectat */
}

.engage-content {
    display: flex;
    align-items: center;
    max-width: 880px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
}

.engage-content .left {
    width: 45%;
    position: relative;
}

.engage-response {
    display: none;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 60px;
    text-align: center;
}

.engage-response h2 {
    font-size: 2.5rem;
}

.engage-response .puncte {
    display: block;
    font-size: 2.5rem;
    font-weight: 100;
    background: #fff;
    padding: 10px 15px;
    color: #000;
    border-radius: 10px;
    margin-bottom: 20px;
}

.engage-response .puncte em {
    font-weight: 900;
    font-style: normal;
    letter-spacing: 10px;
}

.engage-response a {
    display: block;
    margin-bottom: 10px;
}

.colecteazaPunct {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 220px;
    text-align: center;
    transform: translateY(-50%);
}

.colectArea {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    display: none;
}

.engage-content .left img, .engage-content .left video {
    display: block;
    max-width: 100%;
}

.engage-content .left .icon-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.engage-content .left .icon-play img {
    margin: 0 auto;
}

.engage-content .right {
    width: 55%;
    padding: 30px;
}

.fantasy-content {
    max-width: 400px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
}

.fantasy-content .beforeOpen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px;
}

.fantasy-content .beforeOpen a {
    position: relative;
    z-index: 5;
}

.fantasy-content .puncte-fantasy {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.fantasy-content .puncte-fantasy em {
    font-style: normal;
    font-weight: 900;
}

.fantasy-content .beforeOpen .inside {

}

.fantasy-content video {
    display: block;
}

.fantasy-content .fantasy-response {
    display: none;
    padding: 30px;
}

.fantasy-content .fantasy-response h2 {
    text-align: center;
}



.fantasy-content .fantasy-response .item {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
}

.fantasy-content .fantasy-response .item img {
    display: block;
    border-radius: 10px;
}

.fantasy-content .fantasy-response .item .inside {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 0;
    right: 0;
    padding: 15px;
}

.fantasy-content .fantasy-response .item .inside audio {
    width: 100%;
}

.fantasy-content .fantasy-response .item .inside .title {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 0;
}

.fantasy-content .fantasy-response .item .inside .description {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
}

.showalbum {
    max-width: 300px;
    margin-top: 20px;
}

.fantasy-content video {
    max-width: 100%;
}

.closeModal img, .closeModalFantasy img {
    display: block;
}

.album-content .the-item {
    position: relative;
}

.album-content .the-item .image {

}

.album-content .the-item .image img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.album-content .the-item .audio-content, .album-content .the-item .image-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
        background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.album-content .the-item .audio-content .title, .album-content .the-item .image-content .title {
    display: block;
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 0;
}

.album-content .the-item .audio-content .description {
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
}

.album-content .the-item .icon-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
}

.album-content .share {
    background: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #000;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    visibility: hidden;
}

.album-content .share img {
    display: block;
    margin-left: 15px;
}

.album-content {
    width: 100%;
    display: block;
    height: auto;
}

.album-content .swiper-slide {
    transition: all 200ms linear;
    transform: scale(0.8) !important;
    width: 30%;
}

.album-content .swiper-slide-active {
    transform: scale(1) !important;
    transition: all 200ms linear;
}

.album-content .swiper-slide-active .share {
    visibility: visible;
}

.swiper-button-prev {
    position: absolute;
    bottom: 40px !important;
    left: 46% !important;
    top: auto !important;
    transform: translateX(-46%);
    width: 50px !important;
}

.swiper-button-next {
    position: absolute;
    bottom: 40px !important;
    right: 46% !important;
    top: auto !important;
    transform: translateX(-46%);
    width: 50px !important;
}

.album-content audio {
    display: block;
    width: 100% !important;
}

.premii-content-after {
    display: none;
}


.engage-slide {

}

.engage-slide .pre-engage {
    position: relative;
}

.engage-slide .pre-engage .icon-play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
    margin: 0 auto;
    cursor: pointer;
}

.engage-slide .pre-engage .inside {

}

.engage-slide .pre-engage .inside img {
    display: block;
    border-radius: 10px;
}

.engage-slide .pre-engage .title {
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 10px;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
}

.engage-slide .pre-engage .status {
    position: absolute;
    z-index: 6;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.engage-slide .pre-engage .status img {
    display: block;
    margin-right: 10px;
}

.engage-slide .pre-engage .status em {
    font-style: normal;
}

.engage-slide .pre-engage .puncte {
    position: absolute;
    z-index: 6;
    top: 10px;
    right: 10px;
    font-size: 12px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    color: #000;
    letter-spacing: 3px;
    font-weight: 800;
}

.engage-slide .pre-engage .puncte em {
    letter-spacing: 0;
    font-style: normal;
    font-weight: 100;
}

.engage-slide .engage-done .inside img {
    filter: grayscale(1);
}

/* Login Start  */

.body-login {
    background-image: url("assets/images/bg-login.png");
    min-height: calc(100dvh - 70px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    display: flex;
    align-items: center;
}

.loginSection {
    width: 43%;
    height: 100%;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 15px 15px 0;
}

.loginContent {

}

.loginContent .logo {

}

.loginContent .logo img {
    width: 140px;
}

.loginContent ul {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.loginContent ul li {
    display: flex;
    align-items: center;
}

.loginContent ul li img {
    display: block;
    margin-right: 10px;
}

.loginContainer {
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.loginContainer a {
    color: #FFF;
    font-weight: 700;
    text-decoration: underline;
}

.loginContainer a:hover {
    color: #FFF;
}

#loginForm {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

#loginForm em {
    font-size: 12px;
    color: #ddd;
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

#loginForm button {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

#loginForm input {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

#phonelogin {
    position: relative;
}

#phonelogin img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 22px;
}

#loginForm label {
    width: 48%;
}
.engSwiper {
    margin-top: 30px;
}

.engSwiper .otherPrize {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.engSwiper .specialPrize {
    border: 2px solid gold;
    border-radius: 12px;
}

.engSwiper .specialPrize span {
    background: #C6A807 !important;
background: linear-gradient(0deg, rgba(198, 168, 7, 0.65) 13%, rgba(198, 168, 7, 0) 100%) !important;
font-weight: 700;
}

#prizedesc {
    font-size: 1.43rem;
}

.content-prize .disclaimer {
    margin: 0;
    font-size: 1.05rem;
    color: #ccc;
}
.engSwiper .otherPrize span {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #FFF;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    right: 0;
    font-size: 1.8rem;
}

.engSwiper .otherPrize img {
    display: block;
    border-radius: 10px;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 25px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 1px !important;
}

.city-ac .city-list,
.street-ac .street-list  {
     display:none; 
     position:absolute; 
     left:0; right:0; top:100%; z-index:9999; background:#333; 
     border:1px solid #111; 
     border-radius:8px; 
     max-height:260px; 
     overflow:auto;
     font-size: 1.4rem;
}
.firststeprs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.firststeprs .city-ac {

}
.city-ac {
    position: relative;
    width: 48%;
}
.city-ac input,#strada{width:100% !important}

.ac-item {padding:8px 10px;cursor:pointer}
.ac-item.is-active{background:#f5f5f5}

.multiplytree {
    margin-bottom: 25px;
}

.multiplytree .street-ac {
    position: relative;
}

.multiplytree span {
    width: 48% !important;
}

.multiplytree span input[type="text"] {
    width: 100% !important;
}

.multiplyfour input[type="text"] {
    width: 23% !important;
}
.multiplytree  .numar {
    width: 21% !important;
}

.street-item:hover {
    background: #000 !important;
}

.multiplytree  .zip {
    width: 21% !important;
}
/* Footer Start  */
.site-footer {
    font-size: 1.2rem;
    color: #999;
    padding: 20px 0;
}

.site-footer .inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .copy {
    margin-bottom: 0;
}

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


.footer-menu li {
    margin-right: 30px;
    margin-bottom: 0;
}

.footer-menu li:last-of-type {
    margin-right: 0;
}

.footer-menu li a {
    color: #fff;
}

.footer-social {
    display: flex;
}

.footer-social a {
    margin-right: 15px;
    display: block;
}

.footer-social a img {
    width: 25px;
    display: block;
}

.heading-icon a {
    display: flex;
    color: #FFF;
    align-items: center;
    max-width: 350px !important;
}

.heading-icon img {
    max-width: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

#sortimente {
    margin-bottom: 0;
}

.color-yellow a {
    margin-left: 5px;
    text-decoration: underline;
    margin-right: 5px;
    font-weight: 700;
    color: #FFF;
}

.color-yellow a:hover {
    color: #FFF;
}

.formularAdresa input[type="text"]:disabled::placeholder {
    color: #999;
}
.the-item.is-playing .icon-play { display: none; }


/* Responsive Start  */
@media only screen and (max-width: 980px) {
    .isDesktop {
        display: none !important;
    }

    .isMobile {
        display: block !important;
    }

    .row {
        display: block;
    }

    .column-1,
    .column-2,
    .column-3,
    .column-4,
    .column-5,
    .column-6,
    .column-7,
    .column-8,
    .column-9,
    .column-10,
    .column-11,
    .column-12 {
        padding: 0;
        width: 100%;
    }

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin: 0;
        padding: 0;
    }

    .welcome-club {
        display: none;
    }

    .user-stats {
        padding: 0;
    }

    .section-stats h3 {
        margin-bottom: 0;
    }

    .puncte-disponibile {
        width: 100%;
        margin-top: 30px;
    }

    .listing-prizes ul {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .listing-prizes ul li {
        width: 150px;
        flex: 0 0 auto;
        margin-right: 15px;
    }

    .listing-prizes ul li:last-of-type {
        margin-right: 0;
    }

    .container-beneficii {
    }

    .container-beneficii .section-inside {
        padding: 0;
    }

    .beneficii {
                display: flex;
                flex-wrap: nowrap;
                overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        list-style-type: none;
    
    }
    .beneficii .beneficiu .icon {
        width: 60px;
    }

    .beneficii .beneficiu div {
        flex: 1;
    }
.beneficii .beneficiu .icon img {
    width: 50px;
}
    .beneficii .beneficiu h5 {
font-size: 1.5rem;
    }

    .beneficii .beneficiu p {
        font-size: 1.2rem;
    }

    .beneficii .beneficiu {
                flex: 0 0 auto;
        width: 270px;
        align-items: flex-start;
        margin-right: 15px;
    }

    .section-prizes .section-transparent {
        border-radius: 0 0 10px 10px;
        border: none;
        padding: 15px;
    }

    .section-prizes .section-transparent .closeDetails {
        display: block;
        text-align: right;
        margin-bottom: 30px;
    }

    body.home-v2 .site-content {
        padding-top: 85px;
    }

    .footer-menu {
        display: block;
        margin-bottom: 30px;
    }

    .site-footer .inside {
        display: block;
    }

    .weekely-engagement {
        margin-bottom: 30px;
    }

    .site-footer {
        font-size: 1.2rem;
        color: #999;
        padding: 20px 0;
        border-top: 1px solid #666;
    }

    .site-footer .copy {
        position: absolute;
        bottom: 2px;
        right: 15px;
    }

    .footer-menu li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-menu li:last-of-type {
        margin-bottom: 0;
    }

    .formularAdresa .d-flex {
    }

    .prize-listing .prize-info .prize-inside {
        display: block;
    }

    .multiplyfour input[type="text"] {
        width: 48% !important;
    }

    .multiplytree .numar {
        width: 48% !important;
    }

    .acte-content .formularAdresa select {
        width: 100%;
        margin-bottom: 15px;
    }

    .engage-present {
    }

    h2, h1 {
        font-size: 3rem;
    }

    .engage-content {
        display: block;
    }

    .engage-content .left {
        width: 100%;
    }

    .engage-content .right {
        width: 100%;
    }

    .album-content .the-item .audio-content .title, .album-content .the-item .image-content .title {
        font-size: 2rem;
    }

    .album-content audio {
        width: 100%;
    }

    .swiper-button-next {
        right: 30% !important;
    }

    .swiper-button-prev {
        left: 40% !important;
    }
    .closeModal, .closeModalFantasy, .closeModalEngage, .closeModalActe, .closeModalPremii, .closeModalAlegere {
        top: 15px;
        z-index: 55;
        right: 15px;
    }
    .closeModal img, .closeModalFantasy img, .closeModalEngage img, .closeModalActe img, .closeModalPremii img, .closeModalAlegere img {
        width: 22px;
    }
    .body-login {
        display: block;
    }
    .loginSection {
        position: relative;
        width: 100%;
    }
    #loginForm {
        display: block;
    }
    #loginForm input {
        margin-bottom: 10px;
        position: relative;
    }
    #phonelogin img {
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 22px;
        
    }
    .puncte-cont h6 {
        margin-top: 30px;
    }
    .section-main h1 {
        margin-top: -50px;
    }
    .prize-listing .prize-info {
        display: block;
    }
    .prize-listing .prize-info .status {
        top: 15px;
    }
    .prize-listing .prize-info .prize-content {
        border-right: 0;
        margin: 0;
        padding: 0;
    }
    .prize-listing .prize-info .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .site-header .site-branding {
        text-align: left;
    }
    .site-header .site-branding a {
        display: inline-block;
    }
    .sortimente-listing {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex
;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        list-style-type: none;
        overflow: scroll;
    }

    .sortimente-listing label {
                flex: 0 0 auto;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sortimente-listing label em {
        display: block;
    }
    .loginContent .logo {
        max-width: 90px;
        margin-bottom: 15px;
    }
    .loginContent h1 {
        font-size: 2.5rem;
    }
    .loginContainer {
        padding: 15px;
    }
    .site-header .site-options .introdu {
        margin-left: 0;
    }

    .site-header .site-options {
        right: 15px;
    }
    .site-header .site-branding a img {
        width: 70px;
    }
    .site-header .site-options a, .site-header .site-options .introdu {
        font-size: 1.2rem;
    }
    .user-level-home, .user-level {
        position: relative;
        top: auto;
        border-radius: 10px;
        margin-bottom: 15px;
        width: 100%;
    }
    .engSwiper .otherPrize span {
        font-size: 1.6rem;
    }
    .section-prizes .icon h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .section-prizes .icon .content {
        padding-top: 60px;
    }
    .section-prizes .icon {
        border-radius: 10px 10px 0 0;
    }
    .fantasy-box {
        background: #1B1B1B;
        padding: 0;
        overflow: hidden;
    }
    .fantasy-box .row {
        padding: 0 15px;
        padding-bottom: 15px;
    }
    .engage-content .right h1 {
        font-size: 2.5rem;
    }
    .album-content .the-item .icon-play {
        display: none;
    }
    .album-content .the-item .icon-play img {
        width: 60px;
    }
    .album-content .the-item .audio-content .description {
        margin-bottom: 10px;
    }
    .album-content .the-item .audio-content .title, .album-content .the-item .image-content .title {
        font-size: 1.6rem;
    }
    .premii-content .prizeselectimage {
        max-width: 100%;
    }
    .premii-content h3.premiuTitle {
        font-weight: 100;
        font-size: 2rem;
    }
    .site-header .site-options a:hover {
        background: none !important;
    }
    .view-more {
        color: #FFF;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
        display: inline-flex;
        margin-bottom: 15px;
    }
    .section-faq h2 {
        font-size: 2.5rem;
    }
    .cont-stats .title-status {
        font-size: 1.15rem;
    }
    .beneficii-cont .pachete .pachet .title em {
        font-size: 8px;
    }
    body.cont-page .site-main {
        padding-top: 150px;
        padding-bottom: 30px;
    }
    .cont-stats .title-status i {
        font-size: 8px;
    }
    .cont-stats .status img {
        width: 20px;
    }
    .formularAdresa p {
        margin: 0;
        display: block;
    }
    .formularAdresa .multiplytree {
    }
    .multiplyfour {
        display: flex !important;
    }
    .multiplytree span {
        width: 100% !important;
        
    }
    .multiplytree .zip {
        width: 48.5% !important;
    }
    .multiplyfour input[type="text"] {
        width: 48.5% !important;
        margin-bottom: 15px !important;
    }
    .multiplytree {
        margin-bottom: 15px;
    }
    .city-ac {
        width: 100%;
    }
    .multiplytree span input[type="text"] {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .firststeprs {
        margin-bottom: 15px;
    }
    .fantasy-content .fantasy-response .item {
        max-width: 255px;
    }
}
