﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
    overflow: hidden auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Metropolis",sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    box-sizing: border-box;
    color: #322f2f;
    width: 100%;
    height: 100%;
}

    div, span, body h1, h2, h3, h4, h5, h6, p {
        box-sizing: border-box;
        font-size: 16px;
        color: #322f2f;
        line-height: 1;
    }

h1 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #322f2f;
}

    a:hover {
        text-decoration: none;
    }

.gm-style {
    overflow: visible !important;
}

.gm-style-iw {
    background: #1778b9;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.gm-style-iw-t {
    background: #1778b9 !important;
}

    .gm-style-iw-t:after {
        box-shadow: none !important;
        background: #1778b9 !important;
    }

.gm-style-iw-d {
    overflow: auto !important;
    background: #1778b9 !important;
    box-shadow: none !important;
    padding: 10px 15px 10px 15px !important;
}

    .gm-style-iw-d > div {
        color: #fff;
    }

.gm-style .gm-ui-hover-effect {
    top: -23px !important;
    right: 0 !important;
    width: 22px !important;
    height: 22px !important;
    background: #fff !important;
    opacity: 1 !important;
}

    .gm-style .gm-ui-hover-effect img {
        margin: 4px !important;
    }

ul, ul::before, ul::after {
    box-sizing: unset !important;
}

button {
    border: 0;
}

.footer-top-items {
    display: flex;
    flex-direction: column;
}

.has-submenu:hover .submenu, .footer-bottom-status-icons, .footer-top-links-link {
    display: flex;
    align-items: center;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

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

.containerBig {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.containerSmall {
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.purple-primary-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Metropolis;
    cursor: pointer;
    font-weight: 500;
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    color: #5c2d91;
    background-color: #fff;
    height: 40px;
    width: 127px;
    border-radius: 2px;
}

@media(max-width:1023px) {
    .purple-primary-button {
        width: unset;
        font-size: 11px;
    }
}

.purple-primary-button:hover {
    color: #fff;
    background-color: #5f33aa;
}

.white-primary-button {
    padding: .6rem .8rem;
    width: 267px;
    height: 45px;
    border-radius: 2px;
    background-image: linear-gradient(to bottom,#5c2d91,#4c2579 52%,#50287e 78%,#5c2d91);
    color: #fff;
    font-size: 14px;
    font-family: Metropolis;
    cursor: pointer;
    font-weight: 500;
}

.truncateThreeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.truncateTwoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pickGradientForImages {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4) 65%,rgba(0,0,0,.7));
}

    .pickGradientForImages img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: -1;
    }

.pickGradientForImagesTwo::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 2px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4) 32%,rgba(0,0,0,.9));
}

.rotateimg180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-select {
    width: 180px;
    height: 45px;
    background-image: url("../../img/icons/arrow_down_grey.svg");
    background-position: right 2.18rem center;
    background-size: 12px 7px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #b5b5b5;
}

    .form-select option {
        border-bottom: 1px solid groove;
        padding: 16px 0;
        color: #626262;
        font-size: 14px;
        font-weight: 500;
    }

.breadcrumbDg {
    display: flex;
}

.breadcrumbDg-rightIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 7.6px;
}

    .breadcrumbDg-rightIcon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.breadcrumbDg span {
    opacity: .5;
    font-size: 14px;
    color: #fff;
}

    .breadcrumbDg span a {
        opacity: .5;
        font-size: 14px;
        color: #fff;
    }

    .breadcrumbDg span.active {
        font-weight: bold;
        opacity: 1;
    }

.boxClick .boxIconable {
    display: flex;
    align-items: center;
    border-radius: 2px;
    border: solid 1px #c2c2dd;
    background-color: #fff;
}

    .boxClick .boxIconable.vertical {
        justify-content: space-between;
        padding: 0 23px;
        width: 511px;
        height: 55px;
    }

@media(max-width:576px) {
    .boxClick .boxIconable.vertical {
        width: 327px;
        height: 55px;
    }
}

.boxClick .boxIconable.horizontal {
    width: 247px;
    height: 101px;
    justify-content: center;
    column-gap: 20px;
}

.boxClick .boxIconable.boxIconableActive {
    border: solid 2px #4210a0;
}

    .boxClick .boxIconable.boxIconableActive .boxIconable-text {
        color: #4210a0;
        font-weight: 600;
    }

    .boxClick .boxIconable.boxIconableActive .boxIconable-icon {
        display: block;
    }

.boxClick .boxIconable-icon {
    display: none;
    width: 16.3px;
    height: 12.4px;
    object-fit: contain;
}

.boxClick .boxIconable-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #242424;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

label.error {
    color: #f00;
    padding-left: 14.9px;
    max-width: 330px;
}

@media(max-width:959px) {
    label.error {
        font-size: 13px;
    }
}

@media(max-width:576px) {
    label.error {
        font-size: 11px;
    }
}

input.error {
    border: 1px solid #f00 !important;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.cookies {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #000;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 81px;
    padding-right: 36px;
    opacity: .8;
}

@media(max-width:1365px) {
    .cookies {
        padding: 0 24px;
    }
}

@media(max-width:767px) {
    .cookies {
        height: 70px;
        padding-left: 16px;
        padding-right: 24px;
    }
}

@media(max-width:576px) {
    .cookies {
        height: 86px;
        column-gap: 13px;
    }
}

.cookies-description {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

@media(max-width:1365px) {
    .cookies-description {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .cookies-description {
        max-width: 500px;
        line-height: 1.3;
    }
}

@media(max-width:576px) {
    .cookies-description {
        max-width: unset;
    }
}

.cookies-description a {
    color: #fff;
    text-decoration: underline;
}

.cookies-closeIcon {
    width: 15px;
    height: 16px;
    cursor: pointer;
}

    .cookies-closeIcon img {
        height: 100%;
        object-fit: contain;
    }

.footer {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    background-image: linear-gradient(to bottom,#fff,#f7f5fa 22%,#efeaf4 128%);
}

.footer-mainBorder {
    width: 100%;
    height: 131px;
    background: #fff;
    border-bottom-left-radius: 50% 65%;
    border-bottom-right-radius: 50% 65%;
    margin-bottom: 75px;
}

@media(max-width:959px) {
    .footer-mainBorder {
        border-bottom-left-radius: 50% 35%;
        border-bottom-right-radius: 50% 35%;
    }
}

.footer-top {
    margin-bottom: 55px;
}

@media(max-width:1600px) {
    .footer-top {
        padding: 0 150px;
    }
}

@media(max-width:1200px) {
    .footer-top {
        padding: 0 50px;
    }
}

@media(max-width:959px) {
    .footer-top {
        width: 100%;
        padding: 0;
        display: inline-block;
        margin-bottom: 25px;
    }
}

@media(max-width:959px) {
    .footer-top-items {
        display: none;
    }
}

.footer-top-items h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #18181c;
    margin-bottom: 25px;
}

.footer-top-items--item {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 2.5;
    color: #18181c;
}

.footer-top-links {
    padding-right: 150px;
}

@media(max-width:1600px) {
    .footer-top-links {
        padding-right: 20px;
    }
}

@media(max-width:959px) {
    .footer-top-links {
        padding: 0 50px;
    }
}

.footer-top-links-link {
    cursor: pointer;
    margin-bottom: 25px;
}

    .footer-top-links-link span {
        font-size: 14px;
        font-weight: bold;
        color: #5c2d91;
    }

    .footer-top-links-link svg {
        margin-left: 12px;
        width: 14px;
        height: 14px;
        transform: rotate(-90deg);
    }

.footer-top .collapsible {
    display: none;
}

@media(max-width:959px) {
    .footer-top .collapsible {
        display: flex;
    }
}

.footer-top .collapsible--button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    cursor: pointer;
    padding: 25px 50px;
    color: #18181c;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    font-size: 14px;
}

.footer-top .collapsible--button-icon-downArrowFooter {
    display: block;
}

    .footer-top .collapsible--button-icon-downArrowFooter img {
        width: 12.1px;
        height: 7.4px;
        object-fit: contain;
    }

.footer-top .collapsible--button-icon-upArrowFooter {
    display: none;
}

    .footer-top .collapsible--button-icon-upArrowFooter img {
        width: 12.1px;
        height: 7.4px;
        object-fit: contain;
    }

.footer-top .collapsible--button.active-dg {
    border-bottom: 0;
}

    .footer-top .collapsible--button.active-dg .collapsible--button-icon-downArrowFooter {
        display: none;
    }

    .footer-top .collapsible--button.active-dg .collapsible--button-icon-upArrowFooter {
        display: block;
    }

.footer-top .collapsible-items {
    width: 100%;
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom: 1px solid #d0a7ff;
}

    .footer-top .collapsible-items a {
        display: flex;
        flex-direction: column;
        font-weight: 500;
    }

.footer-line {
    border: 1px solid #d0a7ff;
    margin: 0;
}

@media(max-width:959px) {
    .footer-line {
        display: none;
    }
}

.footer-bottom {
    margin-top: 25px;
}

@media(max-width:1600px) {
    .footer-bottom {
        padding: 0 150px;
    }
}

@media(max-width:1200px) {
    .footer-bottom {
        padding: 0 50px;
    }
}

@media(max-width:959px) {
    .footer-bottom {
        flex-wrap: wrap;
    }
}

.footer-bottom--title {
    font-size: 14px;
    color: #18181c;
    margin-bottom: 8px;
}

@media(max-width:959px) {
    .footer-bottom-status {
        width: 100%;
        flex-wrap: wrap;
    }
}

.footer-bottom-status-icons a {
    margin-right: 6px;
}

.footer-bottom-status-icons img {
    height: 22px;
    width: 26px;
}

@media(max-width:959px) {
    .footer-bottom-status-icons {
        width: 100%;
    }
}

.footer-bottom-status-aggrement {
    margin-left: 35px;
}

@media(max-width:959px) {
    .footer-bottom-status-aggrement {
        margin-left: 0;
        margin-top: 25px;
        display: flex;
    }
}

.footer-bottom-status-aggrement a {
    font-size: 13px;
    line-height: 1.85;
    color: #5c2d91;
}

    .footer-bottom-status-aggrement a:not(:last-child) {
        margin-right: 32px;
    }

@media(max-width:959px) {
    .footer-bottom-status-web {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
    }
}

.footer-bottom-status-web a {
    font-size: 13px;
    font-weight: 600;
    color: #5c2d91;
}

    .footer-bottom-status-web a:not(:last-child) {
        margin-right: 24px;
    }

@media(max-width:959px) {
    .footer-bottom-status-web a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.searchbox {
    position: absolute;
    top: 124px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 9999;
}

@media(max-width:576px) {
    .searchbox {
        background: #fff;
        top: 63px;
    }
}

.searchbox .globalbg {
    height: 100vh;
    width: 100vw;
    opacity: .5;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

@media(max-width:576px) {
    .searchbox .globalbg {
        display: none;
    }
}

.searchbox-text {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

@media(max-width:576px) {
    .searchbox-text {
        margin-top: 56.2px;
        font-size: 22px;
        color: #000;
    }
}

.searchbox-close {
    opacity: initial;
    mix-blend-mode: difference;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 27px;
    width: 14px;
    height: 14px;
    display: none;
}

@media(max-width:576px) {
    .searchbox-close {
        display: block;
    }
}

.searchbox-menu {
    width: 950px;
    box-shadow: 0 1px 3px 0 #d0a7ff;
    display: none;
    background: #fff;
    max-height: 454px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 24px;
    position: relative;
}

@media(max-width:576px) {
    .searchbox-menu {
        width: 100% !important;
        box-shadow: unset;
        max-height: 100vh;
    }
}

@media(max-width:959px) {
    .searchbox-menu {
        width: 750px;
    }
}

@media(max-width:767px) {
    .searchbox-menu {
        width: 694px;
    }
}

@media(max-width:719px) {
    .searchbox-menu {
        width: 594px;
    }
}

@media(max-width:576px) {
    .searchbox-menu {
        width: 424px;
    }
}

@media(max-width:479px) {
    .searchbox-menu {
        width: 375px;
    }
}

@media(max-width:320px) {
    .searchbox-menu {
        width: 320px;
    }
}

.searchbox-menu-close {
    opacity: initial;
    mix-blend-mode: difference;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 27px;
    width: 14px;
    height: 14px;
    display: block;
}

@media(max-width:576px) {
    .searchbox-menu-close {
        display: none;
    }
}

.searchbox-menu-content {
    padding: 49px 96.5px 110px 71px;
    width: 950px;
    height: 454px;
}

@media(max-width:959px) {
    .searchbox-menu-content {
        width: unset;
        height: unset;
    }
}

@media(max-width:576px) {
    .searchbox-menu-content {
        padding: 48px 30px 158.9px 30px;
    }
}

.searchbox-menu-content-filter {
    margin-top: 40px;
}

.searchbox-menu-content-filter-title {
    font-size: 18px;
    font-weight: 600;
    color: #18181c;
}

.searchbox-menu-content-filter-title-info {
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
}

.searchbox-menu-content-filter-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #18181c;
}

@media(max-width:576px) {
    .searchbox-menu-content-filter-detail {
        flex-direction: column;
        row-gap: 7.8px;
    }
}

.searchbox-menu-content-filter-detail-topic {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.searchbox-menu-content-filter-detail-info {
    font-size: 12px;
    font-weight: normal;
    color: #18181c;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100vw - 80px);
}

    .searchbox-menu-content-filter-detail-info * {
        font-size: 12px;
        font-weight: normal;
        color: #18181c;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 80px);
    }

.searchbox-menu-content-buttons {
    display: flex;
    column-gap: 19px;
    margin-top: 23px;
    margin-bottom: 57px;
    overflow-x: auto;
}

.searchbox-menu-content-result {
    font-size: 12px;
    color: #18181c;
}

.searchbox-menu-content-allChannels {
    display: none;
    margin-top: 30px;
    width: 170px;
    height: 45px;
    padding: 15px 39px 15px 40px;
    background-image: linear-gradient(to bottom,#5c2d91,#4c2579 52%,#50287e 78%,#5c2d91);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

    .searchbox-menu-content-allChannels a {
        color: #fff;
    }

.searchbox .searchbar input {
    width: 750px;
    height: 45px;
    background: #fff;
    color: #626262;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
}

@media(max-width:959px) {
    .searchbox .searchbar input {
        width: 650px;
    }
}

@media(max-width:767px) {
    .searchbox .searchbar input {
        width: 494px;
    }
}

@media(max-width:576px) {
    .searchbox .searchbar input {
        width: 394px;
    }
}

@media(max-width:479px) {
    .searchbox .searchbar input {
        width: 296px;
    }
}

@media(max-width:320px) {
    .searchbox .searchbar input {
        width: 220px;
    }
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: sticky;
    z-index: 25;
    background-color: #200b3b;
    box-shadow: 0 3px 20px rgba(0,0,0,.2);
    min-height: 63px;
    top: 50px;
}

    nav .bell-icon {
        cursor: pointer;
        padding: 9px;
    }

        nav .bell-icon:hover {
            background: #352166;
            border-radius: 50%;
        }

    nav .search-icon {
        cursor: pointer;
    }

    nav .transparentButton {
        background-image: linear-gradient(to bottom,#5c2d91,rgba(92,45,145,.95) 32%,rgba(92,45,145,.8) 71%,rgba(92,45,145,.6));
        border: 0;
        color: #fff;
    }

    nav .logo {
        z-index: 1;
        padding-left: 43px;
        padding-top: 21px;
        padding-bottom: 7px;
        cursor: pointer;
    }

@media(max-width:767px) {
    nav .logo {
        padding-left: 41px;
    }
}

@media(max-width:576px) {
    nav .logo {
        padding-left: 25px;
    }
}

nav .logo img {
    height: auto;
    width: 6rem;
}

nav .nav-links {
    padding-right: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

@media(max-width:1023px) {
    nav .nav-links {
        padding-right: 33px;
    }
}

@media(max-width:767px) {
    nav .nav-links {
        background-image: linear-gradient(to bottom,#200b3b,#18181c);
        position: fixed;
        opacity: 1;
        height: 100%;
        width: 100%;
        display: list-item;
        clip-path: circle(50px at 70% -70%);
        -webkit-clip-path: circle(50px at 70% -70%);
        transition: all 1s ease-out;
        pointer-events: none;
        padding-right: 0;
    }
}

@media(max-width:767px) {
    nav .nav-links-desktop {
        display: none !important;
    }
}

nav .nav-links-desktop-searchIcon {
    padding-right: 34px;
}

@media(max-width:1023px) {
    nav .nav-links-desktop-searchIcon {
        padding-right: 17px;
        padding-left: 36px;
    }
}

nav .nav-links-desktop-bellIcon {
    padding-right: 37px;
}

@media(max-width:1023px) {
    nav .nav-links-desktop-bellIcon {
        padding-right: 17px;
    }
}

nav .nav-links-desktop-tags {
    display: inline-block;
    z-index: 100;
    padding: 0 31px 0 31px;
}

@media(max-width:1023px) {
    nav .nav-links-desktop-tags {
        padding: 0 15px 0 15px;
    }
}

nav .nav-links-desktop-tags:hover {
    background-color: #5c2d91;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .nav-links-desktop-tags a {
    text-decoration: none;
    transition: all ease-in-out 350ms;
    color: #fff;
    font-size: 14px;
}

    nav .nav-links-desktop-tags a ::after, nav .nav-links-desktop-tags a ::before {
        box-sizing: initial;
    }

nav .nav-links-desktop .submenu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 101;
    background-image: linear-gradient(to bottom,#5c2d91,rgba(92,45,145,.95) 32%,rgba(92,45,145,.8) 71%,rgba(92,45,145,.6));
    display: none;
    top: 63px;
    height: 70px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

nav .nav-links-desktop .submenu-tags {
    padding: 0 67px 0 25px;
}

    nav .nav-links-desktop .submenu-tags a {
        font-size: 13px;
    }

    nav .nav-links-desktop .submenu-tags:hover {
        text-decoration: underline;
    }

nav .nav-links-mobile {
    display: none;
}

@media(max-width:767px) {
    nav .nav-links-mobile {
        display: block;
    }
}

nav .nav-links-mobile .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
}

nav .nav-links-mobile-button {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 129px;
}

@media(max-width:767px) {
    nav .nav-links-mobile-button {
        padding-left: 47px;
        padding-right: 24px;
    }
}

@media(max-width:576px) {
    nav .nav-links-mobile-button {
        margin-top: 100px;
        padding-left: 26px;
        padding-right: 25px;
    }
}

nav .nav-links-mobile-tags {
    text-decoration: none;
    transition: all ease-in-out 350ms;
    color: #fff;
    font-size: 14px;
    padding: 0 36px;
}

@media(max-width:576px) {
    nav .nav-links-mobile-tags {
        padding: 0 26px;
    }
}

nav .nav-links-mobile-tags__wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: solid .3px #d0a7ff;
}

    nav .nav-links-mobile-tags__wrapper a {
        display: flex;
        justify-content: space-between;
        object-fit: contain;
        font-size: 16px;
        line-height: 2.35;
        text-align: left;
        color: #fff;
        margin-top: 39px;
        padding-left: 12px;
        padding-bottom: 18px;
        cursor: pointer;
    }

nav .nav-links-mobile-tags__a {
    display: flex;
    justify-content: space-between;
    object-fit: contain;
    font-size: 16px;
    line-height: 2.35;
    text-align: left;
    color: #fff;
    margin-top: 39px;
    padding-left: 12px;
    padding-bottom: 18px;
    border-bottom: solid .3px #d0a7ff;
    cursor: pointer;
}

nav .nav-links-mobile .mobileSubmenu {
    margin-top: 14px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 21px;
    object-fit: contain;
    background-color: rgba(92,45,145,.2);
    display: none;
}

nav .nav-links-mobile .mobileSubmenu-flex {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

nav .nav-links-mobile .mobileSubmenu-tags {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    text-align: left;
    color: #fff;
}

    nav .nav-links-mobile .mobileSubmenu-tags a {
        color: #fff;
    }

.topbarLogin {
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: static;
    top: 0;
    z-index: 12;
    display: none;
}

@media(max-width:767px) {
    .topbarLogin {
        display: flex;
    }
}

@media(max-width:576px) {
    .topbarLogin {
        justify-content: flex-start;
        padding-left: 28px;
    }
}

.topbarLogin-description {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.topbar {
    width: 100vw;
    height: 50px;
    display: flex;
    justify-content: center;
    background-color: #5c2d91;
    position: static;
    top: 0;
    z-index: 12;
}

.topbar-text {
    padding: 18px 0;
}

.topbar-text-description p {
    color: #d0a7ff;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:576px) {
    .topbar-text-description p {
        font-size: 12px;
    }
}

@media(max-width:320px) {
    .topbar-text-description p {
        font-size: 9px;
    }
}

.topbar-text-description u a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:576px) {
    .topbar-text-description u a {
        font-size: 12px;
    }
}

@media(max-width:320px) {
    .topbar-text-description u a {
        font-size: 9px;
    }
}

.topbar-closeIcon {
    padding: 15px 0;
    position: absolute;
    right: 39px;
    height: 50px;
}

@media(max-width:767px) {
    .topbar-closeIcon {
        padding: 15px 0 20px 39px;
        position: unset;
        right: unset;
    }
}

@media(max-width:576px) {
    .topbar-closeIcon {
        padding: 15px 0 20px 29px;
        position: unset;
        right: unset;
    }
}

@media(max-width:479px) {
    .topbar-closeIcon {
        padding: 15px 0 20px 10px;
        position: unset;
        right: unset;
    }
}

.topbar-closeIcon img {
    width: 15px;
    height: 16px;
    cursor: pointer;
}

@media(max-width:767px) {
    .topbar-closeIcon img {
        width: 14px;
        height: 15px;
    }
}

@media(max-width:576px) {
    .topbar-closeIcon img {
        width: 13px;
        height: 14px;
    }
}

@media(max-width:320px) {
    .topbar-closeIcon img {
        width: 11px;
        height: 12px;
    }
}

.transparentHeader {
    background: none;
    box-shadow: none;
    border-bottom: 0;
}

.hamburger {
    display: none;
}

    .hamburger div {
        width: 21px;
        height: 3px;
        background: #f2f5f7;
        margin: 5px;
        transition: all .3s ease;
    }

@media(max-width:767px) {
    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 25px;
        top: 50%;
        transform: translate(-5%,-50%);
        z-index: 2;
        transition: all .7s ease;
    }
}

.show-mobile {
    display: none;
}

.show-icon-mobile {
    display: none;
}

.hide-icon-mobile {
    display: none;
}

@media(max-width:767px) {
    .nav-links.open {
        clip-path: circle(2000px at 70% -10%);
        -webkit-clip-path: circle(2000px at 70% -10%);
        pointer-events: all;
        background-image: linear-gradient(to bottom,#200b3b,#18181c);
        left: 0;
        right: 0;
        overflow: auto;
    }

    .has-submenu:hover .submenu {
        flex-direction: column;
        align-items: flex-start;
    }

    li.fade {
        opacity: 1;
    }

    .toggle .bars1 {
        transform: rotate(-45deg) translate(-5px,6px);
    }

    .toggle .bars2 {
        transition: all 0s ease;
        width: 0;
    }

    .toggle .bars3 {
        transform: rotate(45deg) translate(-5px,-6px);
    }

    .mobile-icon {
        position: absolute;
        cursor: pointer;
        right: 70px;
        top: 50%;
        transform: translate(-5%,-50%);
        z-index: 2;
        transition: all .7s ease;
    }

    .mobile-button {
        position: absolute;
        cursor: pointer;
        right: 10%;
        top: 150%;
        transform: translate(-5%,-50%);
        z-index: 2;
        transition: all .7s ease;
    }

    .show-icon-mobile {
        display: block;
    }

    .hide-icon-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .show-login-button {
        opacity: 1;
        z-index: 2;
        transition: all .7s ease;
        border: 0;
    }
}

@media(max-width:767px) {
    .headerNav .headerTopOpen {
        width: 100%;
        background: #18181c;
        z-index: 25;
        opacity: .8;
    }
}

.headerNav .headerTopOpen body {
    overflow: hidden;
}

#globalModal .modal-header {
    border: none;
}

#globalModal .modal-body {
    text-align: center
}

#globalModal .modal-footer {
    border: none;
}

.global-modal-title {
    color: #4c277d;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 25px;
}

.global-modal-confirm-btn {
    background-color: #4c277d;
    width: 100%;
    border: none;
    outline: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

    .global-modal-confirm-btn:hover {
        background-color: #4c277d;
    }

.footer-agreement-link {
    cursor: pointer;
}

.overlay {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255, .4);
    z-index: 101;
    line-height: initial;
}

.bc-loading {
    height: 100% !important;
}

.bc-loading,
.bc-loading-sm,
.bc-loading-inline,
.bc-loading-right,
.bc-loading-right-end {
    --size: 48px;
    --color: white;
    --border-size: 5px;
    position: relative;
    pointer-events: none;
}

.bc-light .bc-loading,
.bc-light .bc-loading-sm {
    --color: var(--color-blue);
}

    .bc-light .bc-loading:before,
    .bc-light .bc-loading-sm:before {
        background: rgba(255, 255, 255, 0.8);
    }

.bc-loading-sm {
    --size: 24px;
    --border-size: 2px;
}

    .bc-loading:before,
    .bc-loading:after,
    .bc-loading-sm:before,
    .bc-loading-sm:after {
        position: absolute;
        content: "";
        z-index: 99;
    }

    .bc-loading:before,
    .bc-loading-sm:before {
        width: 100%;
        height: 100%;
        border-radius: 32px;
        top: 0;
        left: 0;
    }

    .bc-loading:after,
    .bc-loading-sm:after {
        display: block;
        width: var(--size);
        height: var(--size);
        top: 50%;
        left: 50%;
        margin-top: calc(var(--size) / -2);
        margin-left: calc(var(--size) / -2);
        border-top: var(--border-size) solid #5c2d91;
        border-right: var(--border-size) solid transparent;
        border-left: var(--border-size) solid #5c2d91;
        border-radius: 50%;
        -webkit-animation: infinite bc-loaderrotate 0.5s linear;
        animation: infinite bc-loaderrotate 0.5s linear;
    }

body.light.bc-loading:after,
body.light.bc-loading-sm:after {
    border-left: var(--border-size) solid var(--color-tod-yellow);
    border-top: var(--border-size) solid var(--color-tod-yellow);
}

body.light.bc-loading:before,
body.light.bc-loading-sm:before {
    background: rgb(0 0 0 / 50%);
}

.bc-loading-inline,
.bc-loading-right,
.bc-loading-right-end {
    --size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bc-loading-inline:before,
    .bc-loading-right:after,
    .bc-loading-right-end:after {
        content: "";
        display: inline-block;
        width: var(--size);
        height: var(--size);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0.5em;
        border-top: 2px solid var(--color);
        border-right: 2px solid transparent;
        border-left: 2px solid var(--color);
        border-radius: 50%;
        -webkit-animation: infinite bc-loaderrotate 0.5s linear;
        animation: infinite bc-loaderrotate 0.5s linear;
    }

    .bc-loading-right:after,
    .bc-loading-right-end:after {
        margin-right: 0;
        margin-left: 0.5em;
    }

    .bc-loading-right:before,
    .bc-loading-right-end:before {
        content: none;
    }

    .bc-loading-right-end:after {
        margin-left: auto;
    }

@-webkit-keyframes bc-loaderrotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes bc-loaderrotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#digiModal {
    opacity: 1 !important;
}

    #digiModal .modal-title {
        font-weight: bold;
    }

#digiModalOverlay {
    opacity: .5 !important;
    z-index: 1050 !important;
}

.digi-modal-close {
    outline: none;
    border: none;
    color: #fff;
    background-color: #7d2c73;
}
